Open phoenix1589 opened 1 year ago
Well, that's exactly what I am doing: I push the data to InfluxDb every minutes. On the other side, I use Grafana to display graphs.
Same here, but opentsdb + grafana instead of influx. Maybe we could share scripts or dashboards ? :-)
On December 3, 2023 11:26:23 AM GMT+01:00, "Mickaël Schoentgen" @.***> wrote:
Well, that's exactly what I am doing: I push the data to InfluxDb every minutes. On the other side, I used Grafana to display graphs.
-- Reply to this email directly or view it on GitHub: https://github.com/Frankkkkk/python-pylontech/issues/37#issuecomment-1837435855 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
I do not have yet dashboards, I am in the middle on setting up everything for now. But yes, that would be great to share, and maybe improve them!
I guess this is more of a discussion than an 'issue', but where / how do people store the data from this for time based graphing?
I'm thinking a every minute cron job to pull the data, and then send it to influxdb. I currently have a single US5000 battery (which has the issue of get_values not working, but get_values_single(2) does).