Parses the stats produced by the livoltek hyper-5000 solar inverter using python3. Pushes to influxdb2 (for grafana) and pvoutput.
- https://pvoutput.org/help/api_specification.html#api-add-batch-status-data-structure
- https://evs.livoltek-portal.com/
- Download the most specific device file (url eg. https://evs.livoltek-portal.com/#/customer/tocDevice/1234/3212/123/12/12/0)
- Rename
template.config.initoconfig.iniand fill it out - Install requirements with
make deps - Run main using
python main.pyor./main.py

