My Schlage FE599GR lock is recognized by zwave-js but it doesn’t work correctly.
The status updates fine. Issuing Lock or Unlock from HA doesn’t do anything. I don’t see anything in the zwave-js-ui logs and no events seem to get issued. I don’t see any errors in the home-assistant.log either.
I am wondering if the issue is the network_key for zwave. I wasn’t sure where to put this in the new zwave-js-ui. In the old openzwave I have the following configured.
network_key: !secret zwave_key
With the zwave key being in the format "zwave_key: “0x11, 0x12, …”
Based on the documentation I removed the “0x” and “, 0x” text resulting in a 32 character key.
I placed that into the Zwave Configuration “S0 Legacy:” setting. Perhaps it should have been in S2 Unauthenticated or S2 Authenticated or S2 Access Control? I didn’t understand these settings.
I would have assumed there would be some type of errors if the problem was with the keys but really not sure.
I don’t know the next steps to debug this issue. Has anyone else managed to get this lock working in the new zwave-js-ui ?