Replies: 1 comment
|
You read the log right. Versions 2.0.7 through 2.0.16 stored a lock setting (sendPinOverTheAir) that later versions made invalid, and that leftover fails the lock's validation on every start; the retry then comes up under a fresh endpoint number, which is why Google announces a new device each boot. Fixed on alpha, it cleans the leftover out of the store automatically, nothing to do on your side. Next release will have it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a Schlage z-wave lock that works just fine in Home Assistant as a generic z-wave device. It also works fine from Google Home via the Matter Bridge with one small exception - each time the Matter Bridge starts I get a notification in Google Home that a new device (Door Lock) has been added to my Home, but it works fine after that.
I see in my logs:
which I am interpreting as there was some issue validating the existing lock but as it works, I'm assuming that it then proceeds to add it as a new lock - which generates the Google notification.
I have not configured any PIN either hardware in the device, or Matter - I simply paired to Home Assistant at the z-wave level and used it.
Edit to add - this is a relatively new issue. I've been using Matter Bridge for a long time and this didn't always happen. I can't say when it started because at first I didn't think anything of it - because the lock still worked.
All reactions