Hi,
I´m using Grafana 9.0.5 and InfluxDB 1.8.10 on a Raspberry PI 4 (buster).
I performed an update from an older Grafana 8.x version (I don´t know exactly).
Simply used #apt-get update and upgrade.
Now Grafana seams to round up values queried from influxDB.
These are the example values from InfluxCLI:
> SELECT max("value") FROM "Kuehlschrank-Total-kWh" WHERE time > now()-30m GROUP BY time(1m) fill(null)
name: Kuehlschrank-Total-kWh
time max
---- ---
1659473820000000000 314.501
1659473880000000000 314.504
1659473940000000000 314.506
1659474000000000000 314.509
1659474060000000000 314.512
1659474120000000000 314.514
1659474180000000000 314.517
1659474240000000000 314.519
1659474300000000000 314.522
1659474360000000000 314.524
1659474420000000000 314.527
1659474480000000000 314.529
1659474540000000000 314.532
1659474600000000000 314.534
1659474660000000000 314.537
1659474720000000000 314.539
1659474780000000000 314.542
1659474840000000000 314.545
1659474900000000000 314.547
1659474960000000000 314.55
1659475020000000000 314.552
1659475080000000000 314.555
1659475140000000000 314.557
1659475200000000000 314.56
1659475260000000000 314.562
1659475320000000000 314.565
1659475380000000000 314.566
1659475440000000000 314.567
1659475500000000000 314.567
1659475560000000000 314.567
Using the same query in Grafana => Explore shows just 315 as value: