PIC

This is a simple python Telegram bot to get some information from your Solaredge installation.

The documentation about Solaredge's API can be found here.

I have creted a markdown version to make it easier to read.

REQUIREMENTS

Python or higher

INSTALLATION

Running the app within a Python virtual environment (recommended)

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

Running the app outside a virtual environment

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

USAGE

source secrets.sh && python main.py

Done!

LICENSE

License

This project is licensed under the GPLv3 license. See LICENSE file for more details.