The documentation about Solaredge's API can be found here.
I have creted a markdown version to make it easier to read.
Note: for this procedure to work, you need to have virtualenv installed.
git clone https://www.gitlab.com:fatualux/solaredge-bot && cd solaredge-bot
sh venv.sh
git clone https://www.gitlab.com:fatualux/solaredge-bot && cd solaredge-bot
You can install all the needed dependencies with the following command:
python -m pip install -r requirements.txt
Create a config file:
sh gen-config.sh
source secrets.sh && python main.py
Done!
This project is licensed under the GPLv3 license. See LICENSE file for more details.