How to get daily value from a total_increase sensor

Hi

I have some energy counter that I use for my energy dashboard but I would like to be able to get my daily solar production directly. Is there way to get a daily value from a total_increase sensor ?

Something like :

{{ states("sensor.energy_solar") | ...??... }}

Thanks for your help

Take a look at the utility meter:

1 Like

You can also use derivative. I think the difference to utility meter is that derivative is reset every restart, and it is a continuous ongoing measurement

Thank you to both of you. Utility Meter seems to work perfectly.