I want to show how many kWh per day my radiator has consumed. But it appears I am just getting it accumulated. Can anyone point me in the right direction?
You can also do it easily in apex-charts card taking advantage of long-term statistics - so you can even display longer periods. This is my example code that does it
Another question on this apex, how would I show the total accumulated value during the period in the header? Now it shows the last day’s value there (1.5 kWh and 1.7 degrees). Is there a way?
I have the same problem… i dont know if i understand this right. I have 2 option in my mind.
OPTION 1: So your saying create a sensor that resets daily and use it as a source for the Utility Meter?
OR
OPTION 2: Create a Utility Meter that resets daily and feed it with a source sensor that never resets or cycle?
What i want to achieve:
Create a mini graph that will display daily energy usage in kWh bar graph for 7 days. But also show the total kWh usage for a month in the top header of the mini graph…