ISSUE: keymaster_lock_state_changed doesn’t fire for Z-Wave operation
See original GitHub issueDescribe the bug
I have automations configured for to run when the keymaster_lock_state_changed
event fires. Since the latest zwave_js update, this event only fires for direct operation of the lock, either keypad PIN entry or manually turning the deadbolt lever. The event does not fire if the lock is operated via a Z-Wave command.
** Environment (please complete the following information)😗*
- OS: HassOS
- Type of system that HA is running on: Odroid N2+
- Home Assistant version: 2021.11.5
- Hassio/Docker/Core? Core
- Component version: 0.0.77
- Z-Wave integration name: zwave_js
- Lock make and model: Schlage Connect BE469ZP, Yale ProSL YRD156
Logs Nothing appears in the keymaster debug log when locking / unlocking over Z-Wave
Screenshots If applicable, add screenshots to help explain your problem.
Additional context This started happening after the most recent zwave_js update. Info as follows: Driver Version: 8.8.3 Server Version: 1.12.0
Prior to this update this event would fire when the lock was operated via Z-Wave. The action_text
field of the event read something like “RF unlock operation.”
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
I think this may be a config issue. The alarm level and type have to be mapped in the config file for the value notification to fire (I think)
zwavejs is supposed to take the alarm levels and convert them to events, that’s where the problem is.