Based on dpoulson/ginlong-mqtt
Script that listens to messages from a Ginlong Solor Inverter and pushes it to MQTT and home assistant witht the home assistant API
Tested with Solis-1P3K-4G
on firmware H4.01.51Y4.0.02W1.0.57(2017-12-211-D)
- Ensure docker and docker-compose
- Copy
config.ini.sample
toconfig.ini
and set the right values for your system - Run
docker-compose up
- Go to the Ginlong web interface and setup remote server to the docker host
- Messages should start rolling in every 7 minutes or so
These message using influx line format will be published on the topic set in config.ini
.
solar-power,unit=kWh generated=<<kwhtotal>> <<timestamp>>
solar-power,unit=W power=<<power>> <<timestamp>>