Thank you… that got the channel to show up after deleting the Thing.
I do not see anything identifying the user code that was used. Do the codes need to be configured through the binding for them to be identified in alarm_raw? My codes are only in the lock. Here are the alarm_raw values from a manual unlock, manual lock, keypad lock, and keypad unlock:
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"type":"ACCESS_CONTROL","event":"2","status":"255"} [StringType]
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"type":"ACCESS_CONTROL","event":"1","status":"255"} [StringType]
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"type":"ACCESS_CONTROL","event":"5","status":"255"} [StringType]
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"type":"ACCESS_CONTROL","event":"6","status":"255"} [StringType]
Let me know if the latest version is better - it should now (hopefully!) break out the code. I’ve given it some testing, but not full E2E so please let me know…
Yes, I see the new channel after deleting / readding the locks!! Thanks.
So I’m getting the user code in the ‘value’ but the ‘type’ is coming out ‘null’ I don’t remember if that was what we were expecting or if we should be getting the alarm type in the ‘type’ pair?
This looks to be working now for BE469. These are keypad lock, keypad unlock, keypad lock without code, manual lock, and manual unlock:
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"code":"2","type":"ACCESS_CONTROL","event":"5","status":"255"} [StringType]
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"code":"2","type":"ACCESS_CONTROL","event":"6","status":"255"} [StringType]
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"type":"ACCESS_CONTROL","event":"5","status":"255"} [StringType]
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"type":"ACCESS_CONTROL","event":"1","status":"255"} [StringType]
Updating channel state zwave:device:07cb40a2:node183:alarm_raw to {"type":"ACCESS_CONTROL","event":"2","status":"255"} [StringType]