Hello everyone,
-
What Grafana version and what operating system are you using?*
7.1.0 as Home Assistant addon on RPi4 -
What are you trying to achieve?
Updates all the graphs. -
How are you trying to achieve it?
I’ve restarted systems. Configured influxdb (also home assistant addon) and grafana once again but it didn’t help… -
What happened?
Everything was fine until it wasn’t… The data for both panels are from the same data source which is influxdb, which obains it from homeassistant. Everything was working as I created these graphs and now one of them (the gauge on the right) gets no data (even if I refresh it manually or delete the panel and create a new one with this data.
Below you can see that the homeassistant gets the data from my RPi…
-
What did you expect to happen?
The graph to work as it worked before. -
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
request:Object
method:"GET"
url:"api/datasources/proxy/1/query"
params:Object
db:"homeassistant"
q:"SELECT mean("value") FROM "%" WHERE ("entity_id" = 'disk_use_percent') AND time >= now() - 1h and time <= now() GROUP BY time(2s) fill(null)"
epoch:"ms"
data:null
precision:"ms"
hideFromInspector:false
response:Object
results:Array[1]
0:Object
Do you have any idea what could be the cause of this problem and point me what I can google to fix it? That’s actually the only “sensor” that doesn’t work in my grafana…