I did add it securely, and the August app shows that it’s connected.
In groups.yaml I have:
door:
name:Doors
entities:
-lock.back_door_lock_locked
(not sure why the indent spacing isn’t showing up, but it’s there…)
When I look in homeassistant it shows an entry labelled “Back Door Lock Locked” with an open padlock symbol, and a switch showing the off position. If I click it the switch slides to “on” then almost immediately slides back to “off” OZW_log.txt says:
2017-12-22 20:07:30.660 Info, Node006, Value::Set - COMMAND_CLASS_DOOR_LOCK - Locked - 0 - 1 - True
2017-12-22 20:07:30.661 Info, Node006, Value_Lock::Set - Requesting lock to be Locked
2017-12-22 20:07:30.661 Detail, Node006, Queuing (Send) DoorLockCmd_Set (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x62, 0x01, 0xff, 0x25, 0x1c, 0x46
2017-12-22 20:07:30.661 Detail, Node006, Queuing (Send) DoorLockCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x62, 0x02, 0x25, 0x1d, 0xb9
2017-12-22 20:07:30.661 Detail,
2017-12-22 20:07:30.661 Info, Node006, Sending (Send) message (Callback ID=0x1c, Expected Reply=0x04) - DoorLockCmd_Set (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x62, 0x01, 0xff, 0x25, 0x1c, 0x46
2017-12-22 20:07:30.671 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2017-12-22 20:07:30.671 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2017-12-22 20:07:31.936 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x1c, 0x00, 0x00, 0x7f, 0x88
2017-12-22 20:07:31.936 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x1c received (expected 0x1c)
2017-12-22 20:07:31.936 Info, Node006, Request RTT 1274 Average Request RTT 1276
2017-12-22 20:07:31.936 Detail, Expected callbackId was received
2017-12-22 20:07:40.663 Error, Node006, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-12-22 20:07:40.663 Detail, Node006, Removing current message
2017-12-22 20:07:40.663 Detail, Node006, Notification: Notification - TimeOut
2017-12-22 20:07:40.665 Detail,
2017-12-22 20:07:40.666 Info, Node006, Sending (Send) message (Callback ID=0x1d, Expected Reply=0x04) - DoorLockCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x62, 0x02, 0x25, 0x1d, 0xb9
2017-12-22 20:07:40.673 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2017-12-22 20:07:40.674 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2017-12-22 20:07:41.954 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x1d, 0x00, 0x00, 0x80, 0x76
2017-12-22 20:07:41.954 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x1d received (expected 0x1d)
2017-12-22 20:07:41.955 Info, Node006, Request RTT 1288 Average Request RTT 1282
2017-12-22 20:07:41.955 Detail, Expected callbackId was received
2017-12-22 20:07:50.667 Error, Node006, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-12-22 20:07:50.668 Detail, Node006, Removing current message
2017-12-22 20:07:50.668 Detail, Node006, Notification: Notification - TimeOut
I have confirmed that Node006 is the august lock.
Lock starts (and finishes) this operation in the locked position.
(desired behaviour would be a switch that shows whether the lock is currently locked or unlocked and allows me to toggle the state)