How to interpret schlage BE469 lock debug message

Hub C5

I had a guest try to get in and I want to know what code they were using. The logs just show command 9881 with a hex payload I can't understand.

00 71 05 a1 01 00 ff 06 10 00

Is there any way to read the manual on what these debug messages mean?

Is there a way to get better debug messages?

It appears the driver code displays the raw Parse, and is then followed by the decoded message. In other words the message is output via Debug, twice. THEN you get the Warn message wit hthe 3rd interpretation :slight_smile:

Screenshot 2024-08-10 at 8.01.03 AM

161 in decimal is 0xA1 and zwaveAlarmStatus:255 is 0xff, etc.

1 Like

It is probably one of the tamper/break in alarms the Schlage has which HE does not support or do anything with. There may not have been any code attempted, just maybe pounded on the door or lock a bunch.

1 Like

it's good you went a step further.. I stopped once I answered the original question, without the obvious extra step. (Obvious now :smiley: )

Interesting, thanks! The noise did not go off so that is confusing. Very weird behavior. There's also no logs of a code even being entered, so I don't know what would cause this bad behavior.

Are you using Lock Code Manager?
If so, the code entered and user will be logged.
LCM also has a reports feature.

Thanks for the suggestion! Unfortunately there's no lock code manager logs for this button clicking event. I guess the lock alarm mode blocked that from being sent

I dug into this a little more, the alarm command class is deprecated so this can be translated into a notification event using the zwaveAlarmType Event and Status

Type 0x06 is access control and event 0x10 (16) is Keypad Temporarily Disabled

No idea why, but thats what the message means.

1 Like

Too many invalid code entry attempts?, just guessing...

Yeah probably, I am guessing then, they do not transmit anything for invalid codes. So you cannot tell what code was being attempted.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.