This project is a re-implementation Akkudoctor/EOS in Java.
- Device Setup
- Simulation Setup
- Simulation
- actions or configuration of energy system
This section describes how a working copy of this project can be set up on your local machine for testing and development purposes. If you just want to use the library you can skip this part.
- Java JDK 21 needs to be installed and JAVA_HOME must be set
The test requires a InfluxDB, the docker-compose.yml creates that instance.
docker compose up
./gradlew test
Runs all JUnit-Tests specified in this project.
- AI Instructions for project context and guidelines
- AI Project Summary for high-level overview