EnergyScore and daily power consumption

Hello,

I want to have a dashboard that indicate the daily expenditure per device on my home. I’m using Energyscore (let me know if there is a better way) that, if I’m not wrong, need to have the daily consumption of the device and the electricity rate.

Most of my plugs are tasmota that provide that value but some of the zigbees ones don’t. This is what I get from my device:

image

How can I create an entity that calculate that use the current power and give me a daily summarisation that can be use to finally calculate the cost?

Feed the energy sensor (at the bottom of your picture) to a Utility Meter helper with a daily cycle.

I don’t understand this, it shouldn’t be the “POWER” sensor? I mean, let’s say that the power consumption of a device is constant, for instance 10W during the 24h, to get the total daily consumption it shouldn’t be as easy as 10Wx24= 240W= 0,240Kw per day?

You don’t need to calculate the energy. You already have it. The bottom sensor in your picture. You just want a daily value, which is what the Utility Meter helper is for.

That’s cool, I’m testing it. Thanks for your help!