So I upgraded my HA to the latest version, and my Grafana dashboards don’t show any new data anymore from my HA influxdb database.
I’m not getting any errors in the home-assistant log, which makes the issue very hard to troubleshoot.
The series seem to be there, but don’t contain any data.
SELECT mean("value") FROM "homeassistant"."°C" WHERE ("domain" = 'sensor') AND time >= now() - 6h GROUP BY time(15s), "entity_id" fill(null)
1521183570000000000
1521183585000000000
1521183600000000000
1521183615000000000
1521183630000000000
1521183645000000000
1521183660000000000 22.9
1521183675000000000
1521183690000000000
1521183705000000000
1521183720000000000
1521183735000000000
1521183750000000000
1521183765000000000
1521183780000000000
1521183795000000000
1521183810000000000
1521183825000000000
1521183840000000000
1521183855000000000
1521183870000000000
1521183885000000000
...
This query used to returned more data in the past. I only see one entry that has an actual temperature in the list above. This query came from the query inspector in grafana. I’ve been using these dashboards for months without any issues.
Everything broke after an update. What has changed?