Hi there,
just started with InfluxDB & Graphana, logging a single temperature / RH sensor. At the beginning the graph panel did not complain about missing data, but also showed no data. But the Stat panel did. So i continued with this.
When bragging to my wife later, she asked “why are there no axis?” - so i tried graph again → now it worked o.O.
Today I noticed: they are not in sync but delayed by ~ 45minutes:
Query is the same for both:
Object
request:Object
method:“POST”
url:“api/datasources/proxy/1/query”
params:Object
db:“BME280_trial”
epoch:“ms”
data:“q=SELECT%20%22Temperature%22%20FROM%20%22ambient_values%22%20WHERE%20time%20%3E%3D%20now()%20-%203h”
precision:“ms”
response:Object
results:Array[1]
0:Object
How do I get rid of this lag?