Frankkkkk / python-pylontech

Python lib to talk to pylontech lithium batteries 🔋 (US2000, US3000, ...) using RS485
MIT License
67 stars 32 forks source link

Where do people store data? #37

Open phoenix1589 opened 1 year ago

phoenix1589 commented 1 year ago

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).

BoboTiG commented 11 months 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.

Frankkkkk commented 11 months ago

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: @.***>

BoboTiG commented 11 months ago

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!