2023.12: A beautiful new login page, new design for the thermostat card, numeric input feature for tile cards, options for the default dashboard, history dashboard showing long-term statistics, and...
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.
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?
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.
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?
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