Total Delivery counting

Hello,

I get data from a smart meter: Total delivery energy in kWh.
So I get 4567.7 , 4567.8, …

I log this to a feed: ok
But I want to know how much I delivery each day.

Which visualization I has to use?

Thank you!

An alternative to using the Wh Accumulator process is to use the “pulse count to pulse increment” process followed by a basic “accumulator” process, it does the same thing but doesn’t require redis to function.(ref your other thread)

Edit - Just noticed the data source is a meter reading not a pulse, I was thrown by Glyns “opticalpulsesensor” link.
this http://guide.openenergymonitor.org/setup/daily-kwh/ may be of help

Hi Paul,

i read for Accumulation it need 2 days of data … so I will wait until tomorrow :slight_smile: