Closed fredrike closed 6 years ago
Apparently is data4 set to 0 when the power usage is low (around <400W in 10'000 pulses per kwh) and then is watt calculated as power * 0.24 / PULSES_PER_KWH.
power * 0.24 / PULSES_PER_KWH
fixes #9
Thanks!
Apparently is data4 set to 0 when the power usage is low (around <400W in 10'000 pulses per kwh) and then is watt calculated as
power * 0.24 / PULSES_PER_KWH
.fixes #9