Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
weswark opened this issue Aug 21, 2019 · 3 comments
Open

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

weswark opened this issue Aug 21, 2019 · 3 comments

Comments

@weswark
Copy link

weswark commented Aug 21, 2019

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
Copy link
Author

weswark commented Aug 21, 2019

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

@weswark
Copy link
Author

weswark commented Aug 22, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants