How can I set up my graph to take the already created kWh daily power consumption and show that value day over day for the month. So each day the Daily Power Consumtion single stat value gets aggregated to the monthly graph.
I copied his dashboard and set my values, and not getting the desired result. I see he is querying the sum() of the value and grouping by day for a month time range. When I do that, I get this result.
When I hover over the graph data series, I get a date and time of 1700. in UTC time the database starts from 00:00 for a 12am PST new day start, but when the graph is loaded and the time zone is set to âbrowser local timeâ The new day starts at 1700 in PST. How do I offset the time to represent the correct new day start time?
In the below image I would expect the Date and the time to be 00:00 or a 12am PST new day start.