zwave-js / node-zwave-js

Z-Wave driver written entirely in JavaScript/TypeScript
https://zwave-js.github.io/node-zwave-js/
MIT License
742 stars 592 forks source link

Add support for Lockwood (Assa Abloy) Keyless Wireless Deadbolt #1637

Closed brettku closed 3 years ago

brettku commented 3 years ago

Which device is missing?

Lockwood (Assa Abloy) Keyless Wireless Deadbolt (YRD240)

What are the IDs?

Manufacturer ID: unknown Product type: unknown Product ID: unknown

Did you check if we really don't have it?

Do you have a link to the PDF manual? https://www.lockweb.com.au/Local/AU/Technical%20Downloads/Lockwood/Secure%20Connect/Keyless%20Wireless%20Digital%20Deadbolt/Lockwood%20Keyless%20Wireless%20Digital%20Deadbolt%20User%20Guide.pdf

brettku commented 3 years ago

By restarting the Z-Wave JS app and using the lock keypad I was able to get the following response from the log, but it marked it as dead soon after

20:22:53.231 CNTRLR « [Node 024] received unsupported notification { "nodeId": 24, "ccId": "Notification", "ccCommand": "0x05", "alarmType": 21, "alarmLevel": 1 }

marcus-j-davies commented 3 years ago

This device is already on the DB (but under a label of YRD220).

https://devices.zwave-js.io/?selectedPath=0x0129:0x0000:0x0002:0.0

https://github.com/OpenZWave/open-zwave/blob/f42e4f58572f38f6e4c2b95a74ab445af444f286/config/manufacturer_specific.xml#L273

If you're having problems - please use the bug report template.

marcus-j-davies commented 3 years ago

@AlCalzone,

Right's to close - if that will help you out.

AlCalzone commented 3 years ago

received unsupported notification

That should be changed in the latest zwave-js version.

AlCalzone commented 3 years ago

I'll give @blhoward2 a chance to look if we need to update config files