I currently have 2 Eve energy Strips connected to my home assistant os(2022.3.8)
And they works as intended
They have entities that shows:
Amps used
Power used
Volts
And energy kWh which is a total number used since the device got reset I believe.
Now I thought it would be amazing to add them to the energy dashboard so it can give me a total calculations of power used.
But when I try it I get the following error:
“Last reset missing
The following entities have state class ‘measurement’ but ‘last_reset’ is missing:
The state class for “energy” entities should be “total_increasing” (energy consumed since the last reset), “measurement” is suitable for “power” entities expressed in W…
Correct, the energy dashboard is not accepting measurement for an energy entity… To be added to the dashboard, the energy should be the energy consumed since the last reset… See link I provided to the documentation for the explanation of the different state class…
Thank you
Oh well that’s a shame. Would have been cool to see the total cost and usage of theirs strips as I have a couple more not in home assistant yet.
It just showed up on the dashboard setting so was hoping it would work
Edit: It works! Thank you!!
I gave it a try and I think i figured it out! Now I just need to wait a few hours ot see if the energy dashboard changes in anyway No errors anymore at least. I just changed the state_class in the customize. Nothing else.
Template are above me. Been trying to find a good guide or tutorial for them but I learn by seeing the result of stuff. And stuff thats very math like and such gives me issues
Managed to solve?
If so, could you share the codes?
I have the same problem and I can’t find the solution even after reading the recommendations that friends have passed.