Closed valimaties closed 2 weeks ago
So, no answer, no comment for one week. I'm the only one which uses addon-grafana, or the only one which has this issue? 😒
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Problem/Motivation
These are my Gauge controls added in a dashboard. It takes some sensors and display data, for Solar and for consumption. For Solar, in the right part, I have the percentage, which is made by taking the last two queries from the Solar (kWh) Gauge control, where it writes "Injectat" and "Consumat" (which will be translated as "Injected" and "Consummed"). This is the JSON from the second Gauge control (Solar %):
However, I've see that even if I have "fill(none)" in my graphic interface, the JSON is displays "fill(null)". (Why?!)
So, in my example, for Solar %, I have 7.41 / 12.83 * 100 = 57.76 , but the Math result is 58.25. The same for the rest of the % values, they are calculate wrong.
Expected behavior
Actual behavior
Steps to reproduce
Proposed changes