Hey all!
So, I recently got OZW up and running and its great so far! Im able to assign lock codes and unlock/lock my lock perfectly. Events also work it shows when the lock is unlocked and locked, but the user_id comes up as null. I already know the raw byte data that gets sent into the lock via some code I was writing earlier on.
I specifically need to check if an event happens with command name “0x80” and I need to know the 9th byte from the command info paramaters. Can anyone give me a clue on how to accomplish this?
Thanks so much!
EDIT: I checked the log and it is getting the correct raw data. Anyone know how I can expose this raw data to a home assistant event somehow?