Added a new Z-wave device, now my Z-Wave network is non-responding devices

My Z-Wave network has been working flawlessly for years now through Home Assistant. I then added a Fibaro Walli Roller Shutter and now most of my Z-wave devices fail to respond. Battery powered devices seem to work, but those powered by mains fail to respond.

This is what happens when I toggle a switch:

2020-06-17 21:15:12.324 Info, Node019, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2020-06-17 21:15:12.324 Info, Node019, SwitchBinary::Set - Setting node 19 to On
2020-06-17 21:15:12.324 Detail, Node019, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_SWITCH_BINARY
2020-06-17 21:15:12.324 Detail, Node019, Queuing (Send) SwitchBinaryCmd_Set (Node=19): 0x01, 0x0a, 0x00, 0x13, 0x13, 0x03, 0x25, 0x01, 0xff, 0x25, 0x5f, 0x57
2020-06-17 21:15:12.325 Detail, Node019, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_SWITCH_BINARY
2020-06-17 21:15:12.325 Detail, Node019, Queuing (Send) SwitchBinaryCmd_Get (Node=19): 0x01, 0x09, 0x00, 0x13, 0x13, 0x02, 0x25, 0x02, 0x25, 0x60, 0x96
2020-06-17 21:15:19.207 Error, Node023, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-06-17 21:15:19.207 Detail, Node023, Removing current message
2020-06-17 21:15:19.207 Detail, Node023, Notification: Notification - TimeOut
2020-06-17 21:15:19.208 Detail, 
2020-06-17 21:15:19.208 Info, Node019, Processing (Send) Nonce Request message (Callback ID=0x5f, Expected Reply=0x13)
2020-06-17 21:15:19.208 Info, Node019, Sending (Send) message (Callback ID=0x5f, Expected Reply=0x13) - Nonce_Get(SwitchBinaryCmd_Set) - 0x01, 0x09, 0x00, 0x13, 0x13, 0x02, 0x98, 0x40, 0x05, 0x02:
2020-06-17 21:15:19.215 Detail, Node019,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-06-17 21:15:19.215 Detail, Node019,   ZW_SEND_DATA delivered to Z-Wave stack
2020-06-17 21:15:19.236 Detail, Node019,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2020-06-17 21:15:19.236 Detail, Node019,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2020-06-17 21:15:19.236 Info, Node019, Request RTT 27 Average Request RTT 956
2020-06-17 21:15:20.202 Detail, Node019,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x01, 0x00, 0x63, 0x8b
2020-06-17 21:15:20.203 Detail, Node019,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2020-06-17 21:15:20.203 Info, Node019, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.

Any ideas?

Run your full log thru the Log Analyzer on openzwave.com

1 Like

Thanks! I’ll check it out. A bit insane that they’re not using TLS on their website though!