I’m having problems with my August Pro 3rd Gen lock via zwave.
First all the details
Running Hass.io 82.1
Lock firmware version is latest available
Aeotec Gen 5 zStick
Lock is approximately 20ft away from zStick through one wall. The lock is a direct neighbor of the hub.
I’m in the process of migrating from Smartthing to HA. The lock worked flawlessly when it was paired to SmartThings. When I tried to pair it with HA I didn’t get any command sets correctly detected by HA for the lock. I went ahead and factory reset the lock and paired it again. This time I was able to get command sets, but it seems that all the commands timeout in OpenZwave:
2018-11-29 14:15:32.709 Info, Node017, Sending (Send) message (Callback ID=0x87, Expected Reply=0x04) - DoorLockCmd_Get (Node=17): 0x01, 0x09, 0x00, 0x13, 0x11, 0x02, 0x62, 0x02, 0x25, 0x87, 0x34
2018-11-29 14:15:32.718 Detail, Node017, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-11-29 14:15:32.718 Detail, Node017, ZW_SEND_DATA delivered to Z-Wave stack
2018-11-29 14:15:33.969 Detail, Node017, Received: 0x01, 0x07, 0x00, 0x13, 0x87, 0x00, 0x00, 0x7e, 0x12
2018-11-29 14:15:33.969 Detail, Node017, ZW_SEND_DATA Request with callback ID 0x87 received (expected 0x87)
2018-11-29 14:15:33.970 Info, Node017, Request RTT 1260 Average Request RTT 1262
2018-11-29 14:15:33.970 Detail, Expected callbackId was received
2018-11-29 14:15:42.710 Error, Node017, ERROR: Dropping command, expected response not received after 1 attempt(s)
2018-11-29 14:15:42.710 Detail, Node017, Removing current message
2018-11-29 14:15:42.710 Detail, Node017, Notification: Notification - TimeOut
My assumption here is that the timeout value in OpenZwave is too low for this lock, but SmartThings was a little more tolerant of slow devices. I think this is more of an OpenZwave/August problem than an HA problem. I couldn’t find a setting to adjust the timeout of OpenZwave to test my theory.
I did have to modify the zwave_cfg.xml to include the vendor information so it didn’t show up as “Unknown Device”. But I think that’s more of an issue with the OZW database not being up to date in HASS than anything else.
Does anyone else have the ASL-03 working successfully via Zwave?
Is there a way to adjust the OpenZwave timeout?