Hey guys,
I have noticed that if you correct an bad energy reading that was a negative reading to 0 it causes that value to be -0 when it should be 0. It’s causing the bar graphs on the energy dashboard to display shifted up. Not a huge deal but not sure this is supposed to happen either. Just a guess but it looks like the energy boards bar graph logic is looking for a negative sign on any of its value to determine if it needs to show the negative graph and then give that -value a buffer just a bit below it for some padding.
Small little bug but maybe there should be no such thing as a -0? Feel like the code for the graph is doing what it should be doing and never expects a -0. So the calculations on an adjusted static should be checked for -0