Central Scene command sets switch to "Dead"

Hey Everyone. I’m new to Hassio, just getting setup with a few zwave switches and some basic automations. I have two Inovelli switches, one of which is a scene switch. I’ve verified my install has the correct central scene code in OZW. I setup an two automations to activate using the scene commands, to turn on and off the non-scene switch. The switch turns on fine, but when I trigger the scene to turn off the switch, the zwave state changes to “Dead (Complete)”. After this the switch no longer works on the zwave network. I ended up remove the switch from hassio, excluding the switch itself, rebooting my rpi, and I was able to pair the switch again. I then tried the automations again was able to break the switch yet again. Anyone seen anything like this or have any tips?

Here are the automations:

- alias: 'Scene Garage'
  trigger:
    platform: event
    event_type: zwave.scene_activated
    event_data:
      entity_id: zwave.inovelli_nzw30_smart_switch_wscene
      scene_id: 2
      scene_data: 3
  action:
  - data:
      entity_id: switch.inovelli_nzw30_smart_switch_switch
    service: switch.turn_on
############### test
- alias: 'Scene Garage 2'
  trigger:
    platform: event
    event_type: zwave.scene_activated
    event_data:
      entity_id: zwave.inovelli_nzw30_smart_switch_wscene
      scene_id: 1
      scene_data: 3
  action:
  - data:
      entity_id: switch.inovelli_nzw30_smart_switch_switch
    service: switch.turn_off

And here is an export of my zwave log file:

2018-12-16 20:05:51.731 Detail, Node004, Notification: ValueChanged
2018-12-16 20:05:53.090 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0xff, 0xdb, 0x00, 0xf5
2018-12-16 20:05:53.091 Detail,
2018-12-16 20:05:53.091 Info, Node004, Received SwitchBinary report from node 4: level=On
2018-12-16 20:05:53.091 Detail, Node004, Refreshed Value: old value=false, new value=true, type=bool
2018-12-16 20:05:53.091 Detail, Node004, Changes to this value are not verified
2018-12-16 20:05:53.091 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:07.500 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0x00, 0xd4, 0x00, 0x05
2018-12-16 20:06:07.501 Detail,
2018-12-16 20:06:07.501 Info, Node004, Received SwitchBinary report from node 4: level=Off
2018-12-16 20:06:07.501 Detail, Node004, Refreshed Value: old value=true, new value=false, type=bool
2018-12-16 20:06:07.501 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:07.501 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:11.611 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0xff, 0xd8, 0x00, 0xf6
2018-12-16 20:06:11.611 Detail,
2018-12-16 20:06:11.611 Info, Node004, Received SwitchBinary report from node 4: level=On
2018-12-16 20:06:11.611 Detail, Node004, Refreshed Value: old value=false, new value=true, type=bool
2018-12-16 20:06:11.611 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:11.611 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:17.441 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0x00, 0xd5, 0x00, 0x04
2018-12-16 20:06:17.441 Detail,
2018-12-16 20:06:17.441 Info, Node004, Received SwitchBinary report from node 4: level=Off
2018-12-16 20:06:17.441 Detail, Node004, Refreshed Value: old value=true, new value=false, type=bool
2018-12-16 20:06:17.442 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:17.442 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:20.391 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0xff, 0xda, 0x00, 0xf4
2018-12-16 20:06:20.392 Detail,
2018-12-16 20:06:20.392 Info, Node004, Received SwitchBinary report from node 4: level=On
2018-12-16 20:06:20.392 Detail, Node004, Refreshed Value: old value=false, new value=true, type=bool
2018-12-16 20:06:20.392 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:20.392 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:29.456 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0xff, 0xdb, 0x00, 0xf5
2018-12-16 20:06:29.456 Detail,
2018-12-16 20:06:29.456 Info, Node004, Received SwitchBinary report from node 4: level=On
2018-12-16 20:06:29.456 Detail, Node004, Refreshed Value: old value=true, new value=true, type=bool
2018-12-16 20:06:29.456 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:29.456 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:30.971 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0x00, 0xd4, 0x00, 0x05
2018-12-16 20:06:30.971 Detail,
2018-12-16 20:06:30.971 Info, Node004, Received SwitchBinary report from node 4: level=Off
2018-12-16 20:06:30.971 Detail, Node004, Refreshed Value: old value=true, new value=false, type=bool
2018-12-16 20:06:30.972 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:30.972 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:32.601 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0xff, 0xd5, 0x00, 0xfb
2018-12-16 20:06:32.601 Detail,
2018-12-16 20:06:32.601 Info, Node004, Received SwitchBinary report from node 4: level=On
2018-12-16 20:06:32.602 Detail, Node004, Refreshed Value: old value=false, new value=true, type=bool
2018-12-16 20:06:32.602 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:32.602 Detail, Node004, Notification: ValueChanged
2018-12-16 20:06:34.091 Detail, Node004,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x03, 0x25, 0x03, 0x00, 0xd4, 0x00, 0x05
2018-12-16 20:06:34.091 Detail,
2018-12-16 20:06:34.092 Info, Node004, Received SwitchBinary report from node 4: level=Off
2018-12-16 20:06:34.092 Detail, Node004, Refreshed Value: old value=true, new value=false, type=bool
2018-12-16 20:06:34.092 Detail, Node004, Changes to this value are not verified
2018-12-16 20:06:34.092 Detail, Node004, Notification: ValueChanged
2018-12-16 20:17:38.141 Detail, Node005,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x05, 0x03, 0x25, 0x03, 0xff, 0xb8, 0x00, 0x97
2018-12-16 20:17:38.141 Detail,
2018-12-16 20:17:38.141 Info, Node005, Received SwitchBinary report from node 5: level=On
2018-12-16 20:17:38.141 Detail, Node005, Refreshed Value: old value=false, new value=true, type=bool
2018-12-16 20:17:38.141 Detail, Node005, Changes to this value are not verified
2018-12-16 20:17:38.141 Detail, Node005, Notification: ValueChanged
2018-12-16 20:17:38.168 Detail, Node005,   Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x05, 0x05, 0x5b, 0x03, 0x4a, 0x00, 0x02, 0xb6, 0x00, 0x50
2018-12-16 20:17:38.168 Detail,
2018-12-16 20:17:38.168 Info, Node005, Received Central Scene set from node 5: scene id=2 in 0 seconds. Sending event notification.
2018-12-16 20:17:38.168 Detail, Node005, Initial read of value
2018-12-16 20:17:38.168 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:05.385 Info, Node005, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2018-12-16 20:24:05.385 Info, Node005, SwitchBinary::Set - Setting node 5 to Off
2018-12-16 20:24:05.385 Detail, Node005, Queuing (Send) SwitchBinaryCmd_Set (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x25, 0x01, 0x00, 0x25, 0x35, 0xd4
2018-12-16 20:24:05.385 Detail, Node005, Queuing (Send) SwitchBinaryCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x25, 0x02, 0x25, 0x36, 0xd6
2018-12-16 20:24:05.386 Detail,
2018-12-16 20:24:05.386 Info, Node005, Sending (Send) message (Callback ID=0x35, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x25, 0x01, 0x00, 0x25, 0x35, 0xd4
2018-12-16 20:24:05.394 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-16 20:24:05.394 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-12-16 20:24:05.435 Detail, Node005,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x05, 0x03, 0x25, 0x03, 0x00, 0xb8, 0x00, 0x68
2018-12-16 20:24:05.435 Detail,
2018-12-16 20:24:05.435 Info, Node005, Received SwitchBinary report from node 5: level=Off
2018-12-16 20:24:05.435 Detail, Node005, Refreshed Value: old value=true, new value=false, type=bool
2018-12-16 20:24:05.435 Detail, Node005, Changes to this value are not verified
2018-12-16 20:24:05.435 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:05.544 Detail, Node005,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x05, 0x03, 0x25, 0x03, 0x00, 0xb3, 0x00, 0x63
2018-12-16 20:24:05.544 Detail,
2018-12-16 20:24:05.544 Info, Node005, Received SwitchBinary report from node 5: level=Off
2018-12-16 20:24:05.544 Detail, Node005, Refreshed Value: old value=false, new value=false, type=bool
2018-12-16 20:24:05.544 Detail, Node005, Changes to this value are not verified
2018-12-16 20:24:05.545 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:05.707 Detail, Node005,   Received: 0x01, 0x18, 0x00, 0x13, 0x35, 0x00, 0x00, 0x1f, 0x00, 0xb5, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x06, 0x00, 0x00, 0x6e
2018-12-16 20:24:05.708 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x35 received (expected 0x35)
2018-12-16 20:24:05.708 Info, Node005, Request RTT 321 Average Request RTT 218
2018-12-16 20:24:05.708 Detail,   Expected callbackId was received
2018-12-16 20:24:05.708 Detail,   Expected reply was received
2018-12-16 20:24:05.708 Detail,   Message transaction complete
2018-12-16 20:24:05.708 Detail,
2018-12-16 20:24:05.708 Detail, Node005, Removing current message
2018-12-16 20:24:05.709 Detail,
2018-12-16 20:24:05.709 Info, Node005, Sending (Send) message (Callback ID=0x36, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x25, 0x02, 0x25, 0x36, 0xd6
2018-12-16 20:24:05.718 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-16 20:24:05.718 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-12-16 20:24:05.737 Detail, Node005,   Received: 0x01, 0x18, 0x00, 0x13, 0x36, 0x00, 0x00, 0x02, 0x00, 0xb6, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x70
2018-12-16 20:24:05.737 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x36 received (expected 0x36)
2018-12-16 20:24:05.738 Info, Node005, Request RTT 28 Average Request RTT 123
2018-12-16 20:24:05.738 Detail,   Expected callbackId was received
2018-12-16 20:24:05.767 Detail, Node005,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x05, 0x03, 0x25, 0x03, 0x00, 0xb5, 0x00, 0x65
2018-12-16 20:24:05.767 Detail,
2018-12-16 20:24:05.767 Info, Node005, Response RTT 58 Average Response RTT 129
2018-12-16 20:24:05.767 Info, Node005, Received SwitchBinary report from node 5: level=Off
2018-12-16 20:24:05.767 Detail, Node005, Refreshed Value: old value=false, new value=false, type=bool
2018-12-16 20:24:05.767 Detail, Node005, Changes to this value are not verified
2018-12-16 20:24:05.767 Detail, Node005,   Expected reply and command class was received
2018-12-16 20:24:05.767 Detail, Node005,   Message transaction complete
2018-12-16 20:24:05.767 Detail,
2018-12-16 20:24:05.767 Detail, Node005, Removing current message
2018-12-16 20:24:05.767 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:05.831 Detail, Node005,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x05, 0x03, 0x25, 0x03, 0x00, 0xb3, 0x00, 0x63
2018-12-16 20:24:05.831 Detail,
2018-12-16 20:24:05.831 Info, Node005, Received SwitchBinary report from node 5: level=Off
2018-12-16 20:24:05.831 Detail, Node005, Refreshed Value: old value=false, new value=false, type=bool
2018-12-16 20:24:05.832 Detail, Node005, Changes to this value are not verified
2018-12-16 20:24:05.832 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:06.090 Detail, Node005,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x05, 0x03, 0x25, 0x03, 0x00, 0xb5, 0x00, 0x65
2018-12-16 20:24:06.090 Detail,
2018-12-16 20:24:06.090 Info, Node005, Received SwitchBinary report from node 5: level=Off
2018-12-16 20:24:06.090 Detail, Node005, Refreshed Value: old value=false, new value=false, type=bool
2018-12-16 20:24:06.090 Detail, Node005, Changes to this value are not verified
2018-12-16 20:24:06.091 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:46.346 Detail, Node005,   Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x05, 0x05, 0x5b, 0x03, 0x4b, 0x03, 0x02, 0xb3, 0x00, 0x57
2018-12-16 20:24:46.347 Detail,
2018-12-16 20:24:46.347 Info, Node005, Received Central Scene set from node 5: scene id=2 in 3 seconds. Sending event notification.
2018-12-16 20:24:46.347 Detail, Node005, Refreshed Value: old value=0, new value=3, type=int
2018-12-16 20:24:46.347 Detail, Node005, Changes to this value are not verified
2018-12-16 20:24:46.347 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:46.373 Info, Node004, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2018-12-16 20:24:46.373 Info, Node004, SwitchBinary::Set - Setting node 4 to On
2018-12-16 20:24:46.373 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Set (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x25, 0x01, 0xff, 0x25, 0x37, 0x28
2018-12-16 20:24:46.373 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x25, 0x02, 0x25, 0x38, 0xd9
2018-12-16 20:24:46.374 Detail,
2018-12-16 20:24:46.374 Info, Node004, Sending (Send) message (Callback ID=0x37, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x25, 0x01, 0xff, 0x25, 0x37, 0x28
2018-12-16 20:24:46.382 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-16 20:24:46.383 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack
2018-12-16 20:24:51.436 Detail, Node004,   Received: 0x01, 0x18, 0x00, 0x13, 0x37, 0x01, 0x01, 0xfa, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x01, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x53
2018-12-16 20:24:51.437 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x37 received (expected 0x37)
2018-12-16 20:24:51.437 Info, Node004, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2018-12-16 20:24:51.437 Warning, Node004, WARNING: Device is not a sleeping node.
2018-12-16 20:24:51.437 Detail, Node001,   Expected callbackId was received
2018-12-16 20:24:51.437 Detail, Node001,   Expected reply was received
2018-12-16 20:24:51.437 Detail, Node001,   Message transaction complete
2018-12-16 20:24:51.437 Detail,
2018-12-16 20:24:51.437 Detail, Node004, Removing current message
2018-12-16 20:24:51.438 Detail,
2018-12-16 20:24:51.438 Info, Node004, Sending (Send) message (Callback ID=0x38, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x25, 0x02, 0x25, 0x38, 0xd9
2018-12-16 20:24:51.447 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-16 20:24:51.447 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack
2018-12-16 20:24:53.837 Detail, Node005,   Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x05, 0x05, 0x5b, 0x03, 0x4c, 0x03, 0x01, 0xb1, 0x00, 0x51
2018-12-16 20:24:53.837 Detail,
2018-12-16 20:24:53.837 Info, Node005, Received Central Scene set from node 5: scene id=1 in 3 seconds. Sending event notification.
2018-12-16 20:24:53.837 Detail, Node005, Initial read of value
2018-12-16 20:24:53.837 Detail, Node005, Notification: ValueChanged
2018-12-16 20:24:53.853 Info, Node004, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2018-12-16 20:24:53.853 Info, Node004, SwitchBinary::Set - Setting node 4 to Off
2018-12-16 20:24:53.853 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Set (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x25, 0x01, 0x00, 0x25, 0x39, 0xd9
2018-12-16 20:24:53.853 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x25, 0x02, 0x25, 0x3a, 0xdb
2018-12-16 20:24:56.614 Detail, Node004,   Received: 0x01, 0x18, 0x00, 0x13, 0x38, 0x01, 0x02, 0x05, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x01, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x05, 0x04, 0xbf
2018-12-16 20:24:56.615 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x38 received (expected 0x38)
2018-12-16 20:24:56.615 Info, Node004, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2018-12-16 20:24:56.615 Warning, Node004, WARNING: Device is not a sleeping node.
2018-12-16 20:24:56.615 Detail, Node001,   Expected callbackId was received
2018-12-16 20:25:01.438 Error, Node004, ERROR: Dropping command, expected response not received after 1 attempt(s)
2018-12-16 20:25:01.438 Detail, Node004, Removing current message
2018-12-16 20:25:01.439 Detail, Node004, Notification: Notification - TimeOut
2018-12-16 20:25:01.443 Detail,
2018-12-16 20:25:01.443 Info, Node004, Sending (Send) message (Callback ID=0x39, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x25, 0x01, 0x00, 0x25, 0x39, 0xd9
2018-12-16 20:25:01.455 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-12-16 20:25:01.455 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack
2018-12-16 20:25:06.439 Detail, Node004,   Received: 0x01, 0x18, 0x00, 0x13, 0x39, 0x01, 0x01, 0xf3, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x01, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0d, 0x00, 0x00, 0x49
2018-12-16 20:25:06.439 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x39 received (expected 0x39)
2018-12-16 20:25:06.439 Info, Node004, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2018-12-16 20:25:06.439 Warning, Node004, WARNING: Device is not a sleeping node.
2018-12-16 20:25:06.439 Error, Node004, ERROR: node presumed dead
2018-12-16 20:25:06.439 Detail, Node001,   Expected callbackId was received
2018-12-16 20:25:06.439 Detail, Node001,   Expected reply was received
2018-12-16 20:25:06.440 Detail, Node001,   Message transaction complete
2018-12-16 20:25:06.440 Detail,
2018-12-16 20:25:06.440 Detail, Node004, Removing current message
2018-12-16 20:25:06.440 Detail, Node004, Notification: Notification - Node Dead
2018-12-16 20:25:06.444 Error, Node004, ERROR: Dropping command because node is presumed dead
2018-12-16 20:25:06.444 Detail, Node004, Removing current message
2018-12-16 20:25:22.702 Detail, Node005,   Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x05, 0x05, 0x5b, 0x03, 0x4d, 0x03, 0x01, 0xb5, 0x00, 0x54
2018-12-16 20:25:22.702 Detail,
2018-12-16 20:25:22.702 Info, Node005, Received Central Scene set from node 5: scene id=1 in 3 seconds. Sending event notification.
2018-12-16 20:25:22.702 Detail, Node005, Refreshed Value: old value=3, new value=3, type=int
2018-12-16 20:25:22.702 Detail, Node005, Changes to this value are not verified
2018-12-16 20:25:22.703 Detail, Node005, Notification: ValueChanged
2018-12-16 20:25:22.737 Info, Node004, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2018-12-16 20:25:22.741 Info, Node004, SwitchBinary::Set - Setting node 4 to Off
2018-12-16 20:25:22.741 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Set (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x25, 0x01, 0x00, 0x25, 0x3b, 0xdb
2018-12-16 20:25:22.741 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x25, 0x02, 0x25, 0x3c, 0xdd
2018-12-16 20:25:22.741 Error, Node004, ERROR: Dropping command because node is presumed dead
2018-12-16 20:25:22.741 Detail, Node004, Removing current message
2018-12-16 20:25:22.741 Error, Node004, ERROR: Dropping command because node is presumed dead
2018-12-16 20:25:22.741 Detail, Node004, Removing current message