Hi all,
I use a couple of Fibaro wall plugs (FGWPE/F) and when I click the switch in the frontend, the wall plug turn on or off, but the switch will return to the previous state. After clicking the switch again, the wall plug doesn’t do anything, but the frontend switch changes to the correct state.
Normal behaviour or is there a parameter I need to change so the frontend switch will reflect the state in real-time like a light?
The OZW_log.txt shows me the following, mention the old value=true, new value=true in the first try:
FIRST TIME (wall plug is ON):
2018-12-09 19:40:42.445 Info, **Node002** , Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2018-12-09 19:40:42.445 Info, **Node002** , SwitchBinary::Set - Setting node 2 to Off
...
2018-12-09 19:40:42.488 Info, **Node002** , Received SwitchBinary report from node 2: level=On
2018-12-09 19:40:42.488 Detail, **Node002** , Refreshed Value: old value=true, new value=true, type=bool
SECOND TIME (wall plug is OFF, but frontend switch is ON):
2018-12-09 19:40:47.583 Info, **Node002** , Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2018-12-09 19:40:47.583 Info, **Node002** , SwitchBinary::Set - Setting node 2 to Off
...
2018-12-09 19:40:47.626 Info, **Node002** , Received SwitchBinary report from node 2: level=Off
2018-12-09 19:40:47.626 Detail, **Node002** , Refreshed Value: old value=true, new value=false, type=bool
Complete log:
**stefan@docker** : **/srv/docker/homeassistant/config** $ tail -f OZW_Log.txt | grep Node002
2018-12-09 19:40:42.445 Info, **Node002** , Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2018-12-09 19:40:42.445 Info, **Node002** , SwitchBinary::Set - Setting node 2 to Off
2018-12-09 19:40:42.445 Detail, **Node002** , Queuing (Send) SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0x00, 0x25, 0xbc, 0x5a
2018-12-09 19:40:42.445 Detail, **Node002** , Queuing (Send) SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0xbd, 0x5a
2018-12-09 19:40:42.446 Info, **Node002** , Sending (Send) message (Callback ID=0xbc, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0x00, 0x25, 0xbc, 0x5a
2018-12-09 19:40:42.451 Detail, **Node002** , Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-09 19:40:42.451 Detail, **Node002** , ZW_SEND_DATA delivered to Z-Wave stack
2018-12-09 19:40:42.464 Detail, **Node002** , Received: 0x01, 0x05, 0x00, 0x13, 0xbc, 0x00, 0x55
2018-12-09 19:40:42.464 Detail, **Node002** , ZW_SEND_DATA Request with callback ID 0xbc received (expected 0xbc)
2018-12-09 19:40:42.464 Info, **Node002** , Request RTT 18 Average Request RTT 17
2018-12-09 19:40:42.464 Detail, **Node002** , Removing current message
2018-12-09 19:40:42.464 Info, **Node002** , Sending (Send) message (Callback ID=0xbd, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0xbd, 0x5a
2018-12-09 19:40:42.469 Detail, **Node002** , Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-09 19:40:42.469 Detail, **Node002** , ZW_SEND_DATA delivered to Z-Wave stack
2018-12-09 19:40:42.482 Detail, **Node002** , Received: 0x01, 0x05, 0x00, 0x13, 0xbd, 0x00, 0x54
2018-12-09 19:40:42.482 Detail, **Node002** , ZW_SEND_DATA Request with callback ID 0xbd received (expected 0xbd)
2018-12-09 19:40:42.482 Info, **Node002** , Request RTT 17 Average Request RTT 17
2018-12-09 19:40:42.488 Detail, **Node002** , Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x02, 0x03, 0x25, 0x03, 0xff, 0x2a
2018-12-09 19:40:42.488 Info, **Node002** , Response RTT 24 Average Response RTT 24
2018-12-09 19:40:42.488 Info, **Node002** , Received SwitchBinary report from node 2: level=On
2018-12-09 19:40:42.488 Detail, **Node002** , Refreshed Value: old value=true, new value=true, type=bool
2018-12-09 19:40:42.488 Detail, **Node002** , Changes to this value are not verified
2018-12-09 19:40:42.489 Detail, **Node002** , Expected reply and command class was received
2018-12-09 19:40:42.489 Detail, **Node002** , Message transaction complete
2018-12-09 19:40:42.489 Detail, **Node002** , Removing current message
2018-12-09 19:40:42.489 Detail, **Node002** , Notification: ValueChanged
2018-12-09 19:40:43.199 Detail, **Node002** , Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x02, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xe1
2018-12-09 19:40:43.199 Info, **Node002** , Received SensorMultiLevel report from node 2, instance 1, Power: value=0.0W
2018-12-09 19:40:43.199 Detail, **Node002** , Refreshed Value: old value=9.0, new value=0.0, type=decimal
2018-12-09 19:40:43.199 Detail, **Node002** , Changes to this value are not verified
2018-12-09 19:40:43.199 Detail, **Node002** , Notification: ValueChanged
2018-12-09 19:40:47.583 Info, **Node002** , Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2018-12-09 19:40:47.583 Info, **Node002** , SwitchBinary::Set - Setting node 2 to Off
2018-12-09 19:40:47.583 Detail, **Node002** , Queuing (Send) SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0x00, 0x25, 0xbe, 0x58
2018-12-09 19:40:47.583 Detail, **Node002** , Queuing (Send) SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0xbf, 0x58
2018-12-09 19:40:47.583 Info, **Node002** , Sending (Send) message (Callback ID=0xbe, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0x00, 0x25, 0xbe, 0x58
2018-12-09 19:40:47.589 Detail, **Node002** , Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-09 19:40:47.589 Detail, **Node002** , ZW_SEND_DATA delivered to Z-Wave stack
2018-12-09 19:40:47.601 Detail, **Node002** , Received: 0x01, 0x05, 0x00, 0x13, 0xbe, 0x00, 0x57
2018-12-09 19:40:47.601 Detail, **Node002** , ZW_SEND_DATA Request with callback ID 0xbe received (expected 0xbe)
2018-12-09 19:40:47.601 Info, **Node002** , Request RTT 17 Average Request RTT 17
2018-12-09 19:40:47.602 Detail, **Node002** , Removing current message
2018-12-09 19:40:47.602 Info, **Node002** , Sending (Send) message (Callback ID=0xbf, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0xbf, 0x58
2018-12-09 19:40:47.607 Detail, **Node002** , Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-09 19:40:47.607 Detail, **Node002** , ZW_SEND_DATA delivered to Z-Wave stack
2018-12-09 19:40:47.619 Detail, **Node002** , Received: 0x01, 0x05, 0x00, 0x13, 0xbf, 0x00, 0x56
2018-12-09 19:40:47.619 Detail, **Node002** , ZW_SEND_DATA Request with callback ID 0xbf received (expected 0xbf)
2018-12-09 19:40:47.619 Info, **Node002** , Request RTT 17 Average Request RTT 17
2018-12-09 19:40:47.626 Detail, **Node002** , Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x02, 0x03, 0x25, 0x03, 0x00, 0xd5
2018-12-09 19:40:47.626 Info, **Node002** , Response RTT 24 Average Response RTT 24
2018-12-09 19:40:47.626 Info, **Node002** , Received SwitchBinary report from node 2: level=Off
2018-12-09 19:40:47.626 Detail, **Node002** , Refreshed Value: old value=true, new value=false, type=bool
2018-12-09 19:40:47.627 Detail, **Node002** , Changes to this value are not verified
2018-12-09 19:40:47.627 Detail, **Node002** , Expected reply and command class was received
2018-12-09 19:40:47.627 Detail, **Node002** , Message transaction complete
2018-12-09 19:40:47.627 Detail, **Node002** , Removing current message
2018-12-09 19:40:47.627 Detail, **Node002** , Notification: ValueChanged