ptarcher / pvstats

PVStats is a tool used to connect to your inverter using Modbus TCP, scan for various power figures, and then upload the data to various report services.
Apache License 2.0
14 stars 11 forks source link

Installed through Docker, cant connect to influx or pvoutput #3

Open weswark opened 5 years ago

weswark commented 5 years ago

HI All I have this working through docker, it seems to be grabbing the inverter output fine (YAY) can't seem to get it into influxDB or to pvoutput.

Is there anyone that can help me narrow down the problem? Happy to provide info :)

Thanks in advance

weswark commented 5 years ago

ok, got it going to pvoutput, still can't read it from influxdb

weswark commented 5 years ago

No luck still with outputting to influxdb - my settings are
{ "type": "influxdb", "host":"192.168.1.5", "port":8086, "user":"my user", "password":"my password", "db":"pvstats", "ssl":"0", "verify_ssl":"0" },

the strange thing is that I have this outputting from solariot to influxdb using the exact same settings, I can not for the life of me get pvstats to populate the database (which I would prefer) any tips?

kyrannian commented 4 years ago

The influxdb writing isn't finished, if you check the report.py, under the influxdb section the actual data writing has been commented out.