Hi, I am trying to implement my Yale YRL210 Lever Lock via zwave. This is the older yale lock with zwave dongle (pre-azure line).
The device has the follwoing IDs:
ManufactureID ProductType-ProductID
0x0129 0x0003-0x0000
however, the ZWave Config DB only has
0x0129 0x0003-0x0409
I installed ZWave JS UI
so I downloaded and modified the config file and added it to my store/config dir, but when I re-interview the device (I tired to restart too), It still shows up as unknown product, what am I doing wrong?
I have a device whose name is unknown. I could give it a name by clicking the pencil at the top right. But as long as its entities are available I don’t care. I guess the device was not in a database.
I use it to detect motion in the front room and turn on a light. It also reads air temperature and illuminance. I use illuminance to disable turning on that light if it is already light enough.
First step would be to check the driver logs and confirm it’s loading the custom file. You should see User-provided device config loaded for the lock node ID. If it says Embedded device config loaded then it’s not finding it.
For anyone who stumbles on this, solved my issue, any non-absolute “templates” have to be added to the config dir too…it works now!
B2024-12-08T20:38:13.131Z CONFIG Error parsing config file yrl210.json: Could not parse config file /data/store
/config/templates/yale_template.json: ENOENT: no such file or directory, open
‘/data/store/config/templates/yale_template.json’
Import stack:
in #volume_inverted
in /data/store/config/yrl210.json (ZW0340)