December 26, 2025Dec 26 It's going on four years now since I submitted a Github request to include management of user key codes for Z-Wave locks in UD Mobile. At present, the only way to do this is in the Java admin panel, which makes it inaccessible to mobile devices, and even there it's not the most user friendly. The new web UI doesn't have it either, last I checked.Should I assume that no movement on this loss of functionality in four years means I should give up and seek an alternative outside of the UD ecosystem? I started to explore Home Assistant, and while support there does exist, I have not been able to make it work yet (instructions are opaque.)
December 26, 2025Dec 26 Hi, this is very high on our list, with a new firmware implementation in 6.x.Until that time it can still be done with the following urls. // Deletes a door lock user code e.g. /zwave/node/<nodeAddress>/security/user/<userNum>/delete // Sets a door lock user code e.g. /zwave/node/<nodeAddress>/security/user/<userNum>/set/code/<pin>Update: if this is z-matter use:/rest/zmatter/zwave/node/<nodeAddress>/security/user/<userNumber>/set/code/<pin>/rest/zmatter/zwave/node/<nodeAddress>/security/user/<userNumber>/deleteAlthough these locks do not validate the user id was saved or changed, so still requires manual check.
December 26, 2025Dec 26 Author This is for the web UI, right? Still not something I can do remotely. Will it also be coming to UD Mobile?
January 10Jan 10 We do hope to have for UD Mobile soon.It can be done remote. Get the url to ISY from my.isy.io then append the paths mentioned above then enter in a browser. Note that 3511 is the code and <userNum> is the user number.
January 10Jan 10 Author I tried it but it didn't work. I got a blank page from the URL - no indication that it sent a request other than the blank page has a title of eisy-ui. The event log shows nothing, even at level 3. The lock does not recognize the code.The URL I used was https://my.isy.io/isy/<long-hex-string>/zwave/node/ZY071_1/security/user/4/set/code/3511where ZY071_1 is the lock.
January 10Jan 10 Update: if this is z-matter use:/rest/zmatter/zwave/node/<nodeAddress>/security/user/<userNumber>/set/code/<pin>/rest/zmatter/zwave/node/<nodeAddress>/security/user/<userNumber>/deleteNote that there is no validation from the device, so if it does not work the device may need to be awake. This is also true in Admin and UD Mobile.
January 10Jan 10 Author Yes, Zmatter.This XML file does not appear to have any style information associated with it. The document tree is shown below.<RestResponse succeeded="true"><status>200</status></RestResponse>But it worked! The delete worked too, though I saw nothing in the event log (I tested the lock, and the code was no longer recognized.)Thanks - I look forward to seeing this in UD Mobile.
Create an account or sign in to comment