Z Wave Lock with failed attempt alarm

For what it is worth - I have a new Schlage Connect Touchscreen bolt. The current ZWave Lock device handler does everything I needed except for the failed attempts. I had to make a copy of the stock handler and add “isStateChange: true” to Line210 (case 0x10 under (cmd.zwaveAlarmType == 6).

Here is the debug for a failed attempt: Cmd: AlarmReport(alarmLevel: 1, alarmType: 161, eventParameter: [], numberOfEventParameters: 0, zensorNetSourceNodeId: 0, zwaveAlarmEvent: 16, zwaveAlarmStatus: 255, zwaveAlarmType: 6)

zwaveAlarmEvent: 16 is of course 0x10.
My app subscribes to “tamper”, so both the forced (kick) alarms as well as the failed attempts go to the same place where I can turn on my camera, lights etc.

1 Like