Page 1 of 1

Electricity (instant and counter) Energy is not displayed

Posted: Friday 09 February 2018 12:58
by McMelloW
Raspberry Pi 2
Domoticz V3.8895

A device General, kWh does not shows the energy.
The device is updated with the following code

Code: Select all

        domoticz.devices(idxActPwr).updateElectricity((SEdata[3]), (SEdata[5]))
        domoticz.log('AC Power.. = '.. (SEdata[3]), domoticz.LOG_DEBUG)
        domoticz.log('Production = '.. (SEdata[5]), domoticz.LOG_DEBUG)

This the log output:
2018-02-09 12:50:01.705 dzVents: Debug: SE 0.1.1: AC Power.. = 1262
2018-02-09 12:50:01.712 dzVents: Debug: SE 0.1.1: Production = 212428       
And the device
Image

What can I do?

Re: Electricity (instant and counter) Energy is not displayed

Posted: Friday 09 February 2018 16:49
by jake
I started a 99% similar topic just a couple hours before you did: viewtopic.php?t=22117
However, I don't feed the energy counter, but want Domoticz to do that. The result is the same: energy is not shown/computed.