I have several Wattage (Power) sensors. I want to convert each of them to kWh (Energy) and then have them show up in my energy dashboard as sub meters. I feel like I should be able to do this with the Utility Meter Helper and stay out of the config YAML, but I’m missing something as it doesn’t seem to be calculating kWh as I had hoped.
It isn’t, though. The Utility Meter tracks an existing energy source sensor and breaks it down into cycles. You have to provide it with an energy sensor not a power sensor: that’s what the “integration integration” does.
I know that Jack @Stiltjack .
What I was hoping for is that the Utility Meter Helper would track wattage (power) and calculate kWh (energy) over time. But that’s not happening.
Sorry about the confusing post.
Thank you @Troon . I noticed that article too. Looks like I got to get into the YAML file. But then I found the Utility Meter Helper and thought maybe it was something new that would avoid me having to fiddle with the YAML file.
Appreciate the helpful response.
I used the Riemann Helper successfully to calculate energy use for a sensor that outputs a watt value every second.
It seems to work, although I don’t know how to test the accuracy of the calculation.
There are two things that have me scratching my head still. Maybe someone here could answer the question.
Where can I find the config of the helper?
I can’t find the yaml definition in any of the files in my HA base directory.
Is it possible to change the calculation method of an existing sensor?
The only thing I can change in the UI for the helper seems to be the ‘precision’.
Config for the helper is in the .storage directory inside the core.config_entries file.
Is it possible to change the calculation method of an existing sensor?
Just deleting the helper and recreating it with the exact same name seemed to work. As far as I can tell the history of the previous entity has been preserved as well.
I have a working Template for my energy consumption entity in kWh.
If I try to set this up as a helper I get kWmin instead of kWh.
In a older video I have seen that at the bottom of the setup you can choose with scale to you want to see the value. In K for me. How I can achieve this now.