I have an electricity device (OWL) connected on a RFXtrx 433. In Domoticz, this device return the actual power in W and energy in kWh.
I would like to use this 2 data with Dzvents. The properties of "electricity" devices are :
- counterToday: Number.
- usage: Number.
- WhToday: Number. Total Wh usage of the day. Note the unit is Wh and not kWh!
- WhTotal: Number. Total Wh usage.
- WhActual: Number. Actual reading.
- "usage" and "WhActual" are a value for power (in W).
- "WhToday" and "WhTotal" are the energy (in Wh).
Could it be possible to clarify this notion for this device ?
Of course, the previous label should remain available for compatibility.