Charge wisely. Sell at the right time
- Overview
- Getting appId and appSecret
- Run locally with Docker
- Use-case Diagram
- Entity Relationship Diagram
An AI platform for the autonomous management of battery systems in Ukraine’s day-ahead market.
We're working with the official Deye API.
⚠️ Supported Device Type: 3Phase & 1Phase Hybrid inverter; Micro Storage System(no voltage setting)
- Go to DeyeCloud;
- Navigate to Application;
- Log in with your credentials to a Deye account;
- Create a new application;
- Copy the appId and appSecret;
- Paste them into your settings;
- Docker and Docker Compose are installed on your system.
- You have a Deye account.
- A properly configured environment file
.envaccording to file.env.templateinsidebackend/directory.
You can run the application with docker-compose:
docker compose -f docker-compose.dev.yml up -dOnce the application build was completed, you can access the application at http://localhost:5173.
The Swagger documentation is available at http://localhost:8000/docs.



