I enabled full debug logs from z-wave controller and then just tried to turn off and then on a switch and from what I can see, the energy measurements are reported, but not displayed in Domoticz?
Code: Select all
2016-06-16 17:41:07.215 Info, Node003, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2016-06-16 17:41:07.215 Info, Node003, SwitchBinary::Set - Setting node 3 to Off
2016-06-16 17:41:07.215 Detail, Node003, Queuing (Send) SwitchBinaryCmd_Set (Node=3): 0x01, 0x0a, 0x00, 0x13, 0x03, 0x03, 0x25, 0x01, 0x00, 0x25, 0x34, 0xd3
2016-06-16 17:41:07.215 Detail, Node003, Queuing (Send) SwitchBinaryCmd_Get (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x25, 0x02, 0x25, 0x35, 0xd3
2016-06-16 17:41:07.215 Detail,
2016-06-16 17:41:07.216 Info, Node003, Sending (Send) message (Callback ID=0x34, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=3): 0x01, 0x0a, 0x00, 0x13, 0x03, 0x03, 0x25, 0x01, 0x00, 0x25, 0x34, 0xd3
2016-06-16 17:41:07.223 Detail, Node003, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-06-16 17:41:07.223 Detail, Node003, ZW_SEND_DATA delivered to Z-Wave stack
2016-06-16 17:41:07.295 Detail, Node003, Received: 0x01, 0x07, 0x00, 0x13, 0x34, 0x00, 0x00, 0x07, 0xd8
2016-06-16 17:41:07.295 Detail, Node003, ZW_SEND_DATA Request with callback ID 0x34 received (expected 0x34)
2016-06-16 17:41:07.295 Info, Node003, Request RTT 79 Average Request RTT 61
2016-06-16 17:41:07.295 Detail, Expected callbackId was received
2016-06-16 17:41:07.295 Detail, Expected reply was received
2016-06-16 17:41:07.295 Detail, Message transaction complete
2016-06-16 17:41:07.295 Detail,
2016-06-16 17:41:07.295 Detail, Node003, Removing current message
2016-06-16 17:41:07.296 Detail,
2016-06-16 17:41:07.296 Info, Node003, Sending (Send) message (Callback ID=0x35, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x25, 0x02, 0x25, 0x35, 0xd3
2016-06-16 17:41:07.303 Detail, Node003, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-06-16 17:41:07.303 Detail, Node003, ZW_SEND_DATA delivered to Z-Wave stack
2016-06-16 17:41:07.320 Detail, Node003, Received: 0x01, 0x07, 0x00, 0x13, 0x35, 0x00, 0x00, 0x02, 0xdc
2016-06-16 17:41:07.320 Detail, Node003, ZW_SEND_DATA Request with callback ID 0x35 received (expected 0x35)
2016-06-16 17:41:07.320 Info, Node003, Request RTT 24 Average Request RTT 42
2016-06-16 17:41:07.320 Detail, Expected callbackId was received
2016-06-16 17:41:07.331 Detail, Node003, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x03, 0x03, 0x25, 0x03, 0x00, 0xd4
2016-06-16 17:41:07.331 Detail,
2016-06-16 17:41:07.331 Info, Node003, Response RTT 34 Average Response RTT 46
2016-06-16 17:41:07.331 Info, Node003, Received SwitchBinary report from node 3: level=Off
2016-06-16 17:41:07.331 Detail, Node003, Refreshed Value: old value=true, new value=false, type=bool
2016-06-16 17:41:07.331 Detail, Node003, Changes to this value are not verified
2016-06-16 17:41:07.331 Detail, Node003, Expected reply and command class was received
2016-06-16 17:41:07.331 Detail, Node003, Message transaction complete
2016-06-16 17:41:07.331 Detail,
2016-06-16 17:41:07.331 Detail, Node003, Removing current message
2016-06-16 17:41:07.331 Detail, Node003, Notification: ValueChanged
2016-06-16 17:41:08.288 Detail, Node003, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x03, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xe0
2016-06-16 17:41:08.288 Detail,
2016-06-16 17:41:08.288 Info, Node003, Received SensorMultiLevel report from node 3, instance 1, [b]Power: value=0.0W[/b]
2016-06-16 17:41:08.288 Detail, Node003, Refreshed Value: [b]old value=1.4, new value=0.0[/b], type=decimal
2016-06-16 17:41:08.288 Detail, Node003, Changes to this value are not verified
2016-06-16 17:41:08.288 Detail, Node003, Notification: ValueChanged
2016-06-16 17:41:11.258 Info, Node003, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2016-06-16 17:41:11.258 Info, Node003, SwitchBinary::Set - Setting node 3 to On
2016-06-16 17:41:11.258 Detail, Node003, Queuing (Send) SwitchBinaryCmd_Set (Node=3): 0x01, 0x0a, 0x00, 0x13, 0x03, 0x03, 0x25, 0x01, 0xff, 0x25, 0x36, 0x2e
2016-06-16 17:41:11.258 Detail, Node003, Queuing (Send) SwitchBinaryCmd_Get (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x25, 0x02, 0x25, 0x37, 0xd1
2016-06-16 17:41:11.258 Detail,
2016-06-16 17:41:11.258 Info, Node003, Sending (Send) message (Callback ID=0x36, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=3): 0x01, 0x0a, 0x00, 0x13, 0x03, 0x03, 0x25, 0x01, 0xff, 0x25, 0x36, 0x2e
2016-06-16 17:41:11.265 Detail, Node003, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-06-16 17:41:11.266 Detail, Node003, ZW_SEND_DATA delivered to Z-Wave stack
2016-06-16 17:41:11.283 Detail, Node003, Received: 0x01, 0x07, 0x00, 0x13, 0x36, 0x00, 0x00, 0x02, 0xdf
2016-06-16 17:41:11.283 Detail, Node003, ZW_SEND_DATA Request with callback ID 0x36 received (expected 0x36)
2016-06-16 17:41:11.283 Info, Node003, Request RTT 24 Average Request RTT 33
2016-06-16 17:41:11.283 Detail, Expected callbackId was received
2016-06-16 17:41:11.283 Detail, Expected reply was received
2016-06-16 17:41:11.283 Detail, Message transaction complete
2016-06-16 17:41:11.283 Detail,
2016-06-16 17:41:11.283 Detail, Node003, Removing current message
2016-06-16 17:41:11.283 Detail,
2016-06-16 17:41:11.283 Info, Node003, Sending (Send) message (Callback ID=0x37, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x25, 0x02, 0x25, 0x37, 0xd1
2016-06-16 17:41:11.291 Detail, Node003, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-06-16 17:41:11.291 Detail, Node003, ZW_SEND_DATA delivered to Z-Wave stack
2016-06-16 17:41:11.307 Detail, Node003, Received: 0x01, 0x07, 0x00, 0x13, 0x37, 0x00, 0x00, 0x02, 0xde
2016-06-16 17:41:11.308 Detail, Node003, ZW_SEND_DATA Request with callback ID 0x37 received (expected 0x37)
2016-06-16 17:41:11.308 Info, Node003, Request RTT 24 Average Request RTT 28
2016-06-16 17:41:11.308 Detail, Expected callbackId was received
2016-06-16 17:41:11.384 Detail, Node003, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x03, 0x03, 0x25, 0x03, 0xff, 0x2b
2016-06-16 17:41:11.384 Detail,
2016-06-16 17:41:11.384 Info, Node003, Response RTT 100 Average Response RTT 73
2016-06-16 17:41:11.384 Info, Node003, Received SwitchBinary report from node 3: level=On
2016-06-16 17:41:11.384 Detail, Node003, Refreshed Value: old value=false, new value=true, type=bool
2016-06-16 17:41:11.384 Detail, Node003, Changes to this value are not verified
2016-06-16 17:41:11.384 Detail, Node003, Expected reply and command class was received
2016-06-16 17:41:11.384 Detail, Node003, Message transaction complete
2016-06-16 17:41:11.384 Detail,
2016-06-16 17:41:11.384 Detail, Node003, Removing current message
2016-06-16 17:41:11.385 Detail, Node003, Notification: ValueChanged
2016-06-16 17:41:12.065 Detail, Node003, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x03, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x0d, 0xed
2016-06-16 17:41:12.065 Detail,
2016-06-16 17:41:12.065 Info, Node003, Received SensorMultiLevel report from node 3, instance 1, [b]Power: value=1.3W[/b]
2016-06-16 17:41:12.065 Detail, Node003, Refreshed Value: old value=0.0, [b]new value=1.3[/b], type=decimal
2016-06-16 17:41:12.065 Detail, Node003, Changes to this value are not verified
2016-06-16 17:41:12.065 Detail, Node003, Notification: ValueChanged
Another observation, it seems that one of the devices with unit 2 might hold the correct value, but not unit 4 as stated in wiki.