I copied options.xml which contains my custom NetworkKey over to .homeassistant. Upgraded using the AIO pip3 method. Everything seems to be working, including my unsecured Zwave devices.
However, my 3 zwave devices that I’ve added using add_node_secure are now problematic. The 2 motion sensors are stuck in cacheload mode and are not responding. One being stuck in On and the other in Off. My Schlage Connect is not responding to unlock commands, not get_usercode and set_usercode. Below is the log file from attempting to unlock the Schlage using Zwave,
2017-05-22 13:05:13.447 Info, Node024, Value::Set - COMMAND_CLASS_DOOR_LOCK - Locked - 0 - 1 - False
2017-05-22 13:05:13.448 Info, Node024, Value_Lock::Set - Requesting lock to be Unlocked
2017-05-22 13:05:13.448 Detail, Node024, Queuing (Send) DoorLockCmd_Set (Node=24): 0x01, 0x0a, 0x00, 0x13, 0x18, 0x03, 0x62, 0x01, 0x00, 0x25, 0x99, 0x22
2017-05-22 13:05:13.448 Detail, Node024, Queuing (Send) DoorLockCmd_Get (Node=24): 0x01, 0x09, 0x00, 0x13, 0x18, 0x02, 0x62, 0x02, 0x25, 0x9a, 0x20
2017-05-22 13:05:13.448 Detail,
2017-05-22 13:05:13.448 Info, Node024, Sending (Send) message (Callback ID=0x99, Expected Reply=0x04) - DoorLockCmd_Set (Node=24): 0x01, 0x0a, 0x00, 0x13, 0x18, 0x03, 0x62, 0x01, 0x00, 0x25, 0x99, 0x22
2017-05-22 13:05:13.456 Detail, Node024, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2017-05-22 13:05:13.457 Detail, Node024, ZW_SEND_DATA delivered to Z-Wave stack
2017-05-22 13:05:14.838 Detail, Node024, Received: 0x01, 0x07, 0x00, 0x13, 0x99, 0x00, 0x00, 0x8b, 0xf9
2017-05-22 13:05:14.838 Detail, Node024, ZW_SEND_DATA Request with callback ID 0x99 received (expected 0x99)
2017-05-22 13:05:14.838 Info, Node024, Request RTT 1389 Average Request RTT 1378
2017-05-22 13:05:14.838 Detail, Expected callbackId was received
2017-05-22 13:05:23.449 Error, Node024, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-05-22 13:05:23.450 Detail, Node024, Removing current message
2017-05-22 13:05:23.450 Detail, Node024, Notification: Notification - TimeOut
2017-05-22 13:05:23.456 Detail,
2017-05-22 13:05:23.456 Info, Node024, Sending (Send) message (Callback ID=0x9a, Expected Reply=0x04) - DoorLockCmd_Get (Node=24): 0x01, 0x09, 0x00, 0x13, 0x18, 0x02, 0x62, 0x02, 0x25, 0x9a, 0x20
2017-05-22 13:05:23.464 Detail, Node024, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2017-05-22 13:05:23.464 Detail, Node024, ZW_SEND_DATA delivered to Z-Wave stack
2017-05-22 13:05:24.810 Detail, Node024, Received: 0x01, 0x07, 0x00, 0x13, 0x9a, 0x00, 0x00, 0x87, 0xf6
2017-05-22 13:05:24.810 Detail, Node024, ZW_SEND_DATA Request with callback ID 0x9a received (expected 0x9a)
2017-05-22 13:05:24.810 Info, Node024, Request RTT 1353 Average Request RTT 1365
2017-05-22 13:05:24.810 Detail, Expected callbackId was received
For troubleshooting purposes, I’ve also copied my options.xml directly to /home/homeassistant/.homeassistant/deps/python_openzwave/ozw_config and ran an apt-get update/upgrade. Neither had any effect,