I’ve been battling with trying to get this working for the last couple of days but I’m finally at the point where I need to throw in the towel and ask for help.
I can access half hourly data consumption through my electricity companies API which I can successfully import into home assistant using a command line sensor and curl. The data consists of a single half hour period and is measured in kWh.
What I want to do is keep a running total of the half hour usage on both a monthly and daily basis. I had assumed that the Utility Meter integration would be the right way to go about this however the utility meter sensor never really updates and when it does it does so by a fraction the amount I would expect.
Is a utility meter the right integration to be using to achieve what I’m aiming for? Bonus points of the solution suggested can be integrated into the new energy dashboard.