I just migrated from using SmartThings over to Home Assistant and have encountered problems being able to duplicate an automation I used with ST.
I have a Yale YRD110 Z-Wave lock on my patio door and with ST I had an automation that would turn on the patio and back yard lights when I unlocked the door via inside deadbolt after sunset. When I locked the door back, it would then turn the lights off. This made it easier when I let the dogs out at night or if we had family/friends use the patio.
I can make the trigger happen if the lock is locked/unlocked automatically, but not manually from the inside deadbolt.
In searching I found that others had used a sensor that was toggled off by default (alarm type where 21=locked by manual action i.e… turned the deadbolt and 22=unlocked by manual action) and I enabled it and tested using it but HA does not update the status.
The “alarm type” status does however update from remote actions (24=locked by remote action and 25=unlocked by remote action).
I am using the latest version of HA (2025.2.4) along with default install of Z-Wave JS.
I did view the debug logs and it appears to ‘see’ the manual action:
2025-02-17 23:20:18.113 DEBUG (MainThread) [zwave_js_server.server] 2025-02-18T04:20:18.110Z:
2025-02-18T04:20:18.110Z DRIVER « [Node 004] [REQ] [BridgeApplicationCommand]
│ RSSI: -97 dBm
└─[SecurityCCCommandEncapsulation]
│ sequenced: false
└─[NotificationCCReport]
V1 alarm type: 21
V1 alarm level: 1
notification type: Access Control
notification status: undefined
notification event: Manual lock operation
Here is a screenshot of the Lock Information:
Any assistant would be greatly appreciated!