Pls Note that this is NOT officially approved by solecturs devs - and defentily more of a hacky solution rather than production ready
This is using a sungrow python wrapper and Solectrus. Pls make sure to go and check out these repos!
- For Installation of Solectrus pls follow the steps mentioned in the solectrus repo
- Before you run
docker compose up
finish below steps
- Copy these files in the previously installed solectrus folder
- Edit the previously downloaded
.env
file and append the lineSUNGROW_IP_ADDR=<YOUR IP ADDR>
- Append the content from this
docker-compose.yml
(Line 4 and following) to the solectrus one - Run
docker compose up
and have fun!