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

What can I do?