Get Sofart Inverter's data from solarman logger. Tested with LSW-3 (SN 17xxxxxxx, 21xxxxxx)
Clone whole project from github and put in crontab to run in intervals.
- Sofar Inverter support.
- Language support (Polish, English).
- Cleaned SOFARMap.xml file.
To upgrade overwrite all previous project files. To use prometheus+graphana support:
- Configure prometheus options in config.cfg
- Serve prometheus metrics file using any web server (name it index.html to be the default page in configured path)
- Configure prometheus target to access the file
- Add Prometheus datasource in Grafana
- Import grafana_en/pl.json file (Dashboards->Manage->Import). Enjoy :)
- Prometheus + grafana support.
- Verbose mode.
- 4-byte values (Total production, Total generation time) calculated correctly.
To upgrade overwrite all previous project files. To use prometheus+graphana support:
- Configure prometheus options in config.cfg
- Serve prometheus metrics file using any web server (name it index.html to be the default page in configured path)
- Configure prometheus target to access the file
- Add Prometheus datasource in Grafana
- Import grafana_en/pl.json file (Dashboards->Manage->Import).
To use InfluxDB support:
- Install InfluxDB
- Create database to store data (i.e: create database Data)
- Configure InfluxDB options in config.cfg
- Add InfluxDB datasource in Grafana (name it InfluxDB)
- Import grafana_ifdb_en/pl.json file (Dashboards->Manage->Import). Enjoy :)
- InfluxDB support
- Totaltime and totalpower zeroed befor being sent to MQTT (thx to pablolite for pointing that one out)