dlmcpaul/EnphaseCollector

Comments

zjevik opened this issue · 4 comments

This is the best plug-and-play program to gather data from Envoy. I'm using the docker container and it works like a champ!
Do you think you could share your Grafana dashboard? I saw it on whitpool.net.au and it looks wonderfully.

Thank you so much!

Ok I have added an example grafana dashboard to the source.

You will need to change the SQL to match your panel id's

I am glad you are finding it useful. Be careful with the influxdb docker container, make sure to setup a external volume for the data or you can lose your database.

Awesome, I was able to set it up.

Also, when trying the new docker image (with the updated conf: ENVOY_INFLUXDBRESOURCE) I just get messages INFO 1 --- [ scheduling-1] com.hz.services.EnphaseService ... but the container won't contact the influxdb database nor it displays any error. The old container 0.03 works fine. Any idea why is that?

Thanks for reminding me that. I just updated to latest influxdb and had to copy over the data because I didn't set it up as persistent at the beginning.

Sorry, I am making changes to allow for multiple backends to recieve stats. Add the below parameter to your docker run to get influxdb as a backend. I will update the docs as well

-e SPRING_PROFILES_ACTIVE=influxdb

Oh, I see the PVOutput code, it would be nice if I could send the data to PVOutput more often than 15 min(using the Enlighten API). I'm looking forward to it.
Setting up the profile helped.