this post was submitted on 06 Dec 2023
170 points (98.9% liked)

homeassistant

11372 readers
23 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CmdrShepard@lemmy.one 3 points 9 months ago (1 children)

I've been using Grafana and InfluxDB to maintain device history as it can store everything for as long as you want. You might look into it if this new change doesn't give you what you're looking for.

[–] walden@sub.wetshaving.social 2 points 9 months ago (1 children)

Thanks, yeah I actually have InfluxDB set up and it contains history for the sensor that I "lost" so that's nice. I don't have Grafana set up, and InfluxDB seems to limit me on what I can graph. It says "Large response truncated to first 58k rows".

I'll look into adding Grafana. Does it pull from InfluxDB?

[–] eutampieri@feddit.it 3 points 9 months ago

Yes. And you should do something such as averaging if you want to fetch all the data I.e. to graph it. Grafana does it automatically iirc