I want to calculate my hourly electricity costs for a dynamic tariff which changes every hour. So I have to multiply the energy comsumption of each hour with the tariff for this hour. The utility meter gives me a sensor.total_energy_hourly. And of course I have a sensor for the dynamic tariffs. I created a template sensor which every hour calculates kWh * cost and I get a hourly electricity cost. How can I make a sensor containing the daily sum of this hourly values?
(don’t want to use the energy dashboard)
same here . . . . . . . . .