I have 2 Kwikset 888 Zwave deadbolts. I am trying to get them to lock and unlock over zwave as well as report status. I think I have my zwave security set up properly and the locks do appear after doing the add node secure. However they always state they are unlocked and I cannot lock or unlock them from HA. Any ideas where to start?
Zwave configuration.yaml:
zwave:
usb_path: /dev/ttyUSB0
network_key: “0x49, 0x43, 0x1D, 0xBD, 0x03, 0x6D, 0x9D, 0x8C, 0x39, 0x67, 0x16, 0x82, 0xA8, 0x67, 0xEE, 0x91”
Log when I send the lock command:
2020-06-30 15:38:28.166 Info, Node010, Value::Set - COMMAND_CLASS_DOOR_LOCK - Locked - 0 - 1 - True
2020-06-30 15:38:28.166 Info, Node010, Value_Lock::Set - Requesting lock to be Locked
2020-06-30 15:38:28.166 Detail, Node010, Queuing (Send) DoorLockCmd_Set (Node=10): 0x01, 0x0a, 0x00, 0x13, 0x0a, 0x03, 0x62, 0x01, 0xff, 0x25, 0x39, 0x6f
2020-06-30 15:38:28.166 Detail, Node010, Queuing (Send) DoorLockCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x62, 0x02, 0x25, 0x3a, 0x92
2020-06-30 15:38:28.166 Detail,
2020-06-30 15:38:28.166 Info, Node010, Sending (Send) message (Callback ID=0x39, Expected Reply=0x04) - DoorLockCmd_Set (Node=10): 0x01, 0x0a, 0x00, 0x13, 0x0a, 0x03, 0x62, 0x01, 0xff, 0x25, 0x39, 0x6f
2020-06-30 15:38:28.172 Detail, Node010, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-06-30 15:38:28.172 Detail, Node010, ZW_SEND_DATA delivered to Z-Wave stack
2020-06-30 15:38:29.418 Detail, Node010, Received: 0x01, 0x05, 0x00, 0x13, 0x39, 0x00, 0xd0
2020-06-30 15:38:29.418 Detail, Node010, ZW_SEND_DATA Request with callback ID 0x39 received (expected 0x39)
2020-06-30 15:38:29.418 Info, Node010, Request RTT 1251 Average Request RTT 1261
2020-06-30 15:38:29.418 Detail, Expected callbackId was received
2020-06-30 15:38:38.167 Error, Node010, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-06-30 15:38:38.167 Detail, Node010, Removing current message
2020-06-30 15:38:38.167 Detail, Node010, Notification: Notification - TimeOut
2020-06-30 15:38:38.168 Detail,
2020-06-30 15:38:38.168 Info, Node010, Sending (Send) message (Callback ID=0x3a, Expected Reply=0x04) - DoorLockCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x62, 0x02, 0x25, 0x3a, 0x92
2020-06-30 15:38:38.174 Detail, Node010, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-06-30 15:38:38.174 Detail, Node010, ZW_SEND_DATA delivered to Z-Wave stack
2020-06-30 15:38:39.464 Detail, Node010, Received: 0x01, 0x05, 0x00, 0x13, 0x3a, 0x00, 0xd3
2020-06-30 15:38:39.464 Detail, Node010, ZW_SEND_DATA Request with callback ID 0x3a received (expected 0x3a)
2020-06-30 15:38:39.464 Info, Node010, Request RTT 1295 Average Request RTT 1278
2020-06-30 15:38:39.464 Detail, Expected callbackId was received
2020-06-30 15:38:48.169 Error, Node010, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-06-30 15:38:48.169 Detail, Node010, Removing current message
2020-06-30 15:38:48.169 Detail, Node010, Notification: Notification - TimeOut