Hi,
I got the module for smart power metering, but I want to us statistics module to calculate te values for low and normal tarif
I get these values in fhem for the smart meter
ElectricityDeliveredLowTariff 4990.403 kWh 2016-08-01 06:59:53
ElectricityDeliveredNormalTariff 3115.740 kWh 2016-08-01 20:40:20
I defined a statistics like this
define STAT_EL statistics ElectricityD*.*|SmartMeterP1
attr STAT_EL singularReadings SmartMeterP1:ElectricityD*:Delta
I get not the right values I get these values
statStateDay Initialized: 20:45:25 Initialized_Count: 1 2016-08-01 20:45:20
statStateDayLast Initialized: 00:34:49 Initialized_Count: 1 2016-07-31 23:59:55
statStateMonth Initialized: 20:45:25 Initialized_Count: 1 2016-08-01 20:45:20
Any idea how to get it right, so I get the values for de low and normal tarif.
regards Richard