Hi. So I’ve got a sensor from ESPHome that displays my daily kWh consumption from my inverter.
This number is updated as I consume power throughout the day and resets to zero at midnight.
I’d like to add up the daily max values using the utility meter helper. The only issue is that it’s adding up the delta of each new number reported during the day. Which obviously adds up to more than the actual final total.
Is there a way around this using YAML for the utility meter helper?
Alternatively I was thinking I could use another helper that just displays my consumption sensor’s value at 23:59 and I point the utility meter helper at that. But I also don’t know what kind of helper can do that.
Any help would be appreciated, thanks!