Replies: 3 comments 7 replies
-
There's something really weird with the lock... At first it communicates fine with round-trip times of < 100 ms:
and then all of a sudden, it doesn't respond at all (despite acknowledging the message)
or takes several seconds:
Z-Wave JS times out waiting after the Request-ACK round trip time plus 1s, which is in line with the Z-Wave specifications. I'm not sure where in the specs I took this from, but the general principle is described in #1518
FWIW, you're not the only one. I've seen issues with this lock (or the BE468) so often in issues, that I put it on my "do not recommend" list: https://zwave-js.github.io/node-zwave-js/#/getting-started/device-review?id=the-list |
Beta Was this translation helpful? Give feedback.
-
Did you ever solve this or figure anything I'm out? I'm having the same problem with my BE469ZPs |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I recently purchased 5 Schlage FE599 keypad locks and 1 Schlage BE469ZP deadbolt. The FE599s have all worked well, however, the BE469ZP has been giving me issues.
I realized that I was having issues when I could not set a user code via the keymaster integration. Comparing the FE599 locks against the BE469ZP, it appeared that the BE469ZP was missing ids such as userIdStatus, userCode, etc. Looking around online, I stumbled on this post https://github.com/zwave-js/node-zwave-js/issues/3933 , that appeared to show the ID's that I think are missing in my case.
I have tried including/excluding the lock a number of times, have tried re-interviewing, and have also factory reset the lock. It is worth noting that the lock is approximately 5 feet away from my z-wave dongle and has direct line of sight (no walls).
While re-interviewing the BE469ZP (node 12 in the logs below), I noticed that the FE599s that were powered on appeared to be responding as well. Is this expected behavior? If I request node 12 to be re-interviewed, I guess I expect to only see node 12 respond.
While including or interviewing node 12, I am getting a large number of timeouts. I am guessing the missing ID's are related to the timeouts. See pictures for reference...
Using Home Assistant OS (2022.4.4) on a Raspberry PI 4
Aeotec Z-Stick Gen5+ zwave dongle.
node 12 debug info.txt
zwavejs2mqtt_2022-04-16.log
zwavejs_2022-04-16.log
Beta Was this translation helpful? Give feedback.
All reactions