node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Zipato "Mini Keypad" RFID

Open EchoPouet opened this issue 3 years ago • 5 comments

Which device is missing?

Zipato "Mini Keypad" RFID

What are the IDs?

Manufacturer ID: 0x0097
Product type: 0x6131
Product ID: 0x4501

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

Do you have a link to the PDF manual?

https://tutoriels.domotique-store.fr/images/Zipato/wt-rfid.eu%20-%20Zipato%20Mini%20Keypad%20RFiD%20Z-Wave.pdf

EchoPouet avatar May 26 '21 12:05 EchoPouet

Interesting - we have this with a matching device ID under Wintop: https://devices.zwave-js.io/?jumpTo=0x0097:0x6131:0x4501:0.0

AlCalzone avatar May 26 '21 14:05 AlCalzone

Hello, I have this devices and one thing is missing, it's the following : image

0x71 parameters should return 5 away or 6 present on the value 9th places in the raw value returned.

How could i obtain it ? @AlCalzone

Gis70 avatar Sep 03 '22 13:09 Gis70

The Alarm (or rather Notification) CC is supported. Depending on which application you use, these reports may show up as events and not as values.

AlCalzone avatar Sep 15 '22 12:09 AlCalzone

I put zwavejs in silly debug mode and this is all that i can get when i'm making action with the Home or Away button. It seems something is missing ? if not i don"t know how to get the Notification CC on this node, or even with the API. If you can help me... Thank you

PS : sorry for the formatting...

2022-09-15T18:56:58.177Z SERIAL « 0x01140004000e0e63030000323331320000000000008d                      (22 bytes)
2022-09-15T18:56:58.179Z SERIAL » [ACK]                                                                   (0x06)
2022-09-15T18:56:58.181Z CNTRLR   [Node 014] [translateValueEvent: value updated]
                                    commandClass: User Code
                                    endpoint:     0
                                    property:     userIdStatus
                                    propertyKey:  0
                                    internal:     false
                                    secret:       false
                                    event source: undefined
2022-09-15T18:56:58.182Z CNTRLR   [Node 014] [~] [User Code] userIdStatus[0]: 0 => 0                [Endpoint 0]
2022-09-15T18:56:58.182Z CNTRLR   [Node 014] [translateValueEvent: value updated]
                                    is root endpoint:        true
                                    is application CC:       true
                                    should hide root values: false
2022-09-15T18:56:58.184Z CNTRLR   [Node 014] [translateValueEvent: value updated]
                                    commandClass: User Code
                                    endpoint:     0
                                    property:     userCode
                                    propertyKey:  0
                                    internal:     false
                                    secret:       true
                                    event source: undefined
2022-09-15T18:56:58.184Z CNTRLR   [Node 014] [translateValueEvent: value updated]
                                    is root endpoint:        true
                                    is application CC:       true
                                    should hide root values: false
2022-09-15T18:56:58.186Z DRIVER « [Node 014] [REQ] [ApplicationCommand]
                                  └─[UserCodeCCReport]
                                      user id:   0
                                      id status: Available
                                      user code: ****
2022-09-15T18:56:58.194Z SERIAL « 0x01080004000e0284077c                                              (10 bytes)
2022-09-15T18:56:58.195Z SERIAL » [ACK]                                                                   (0x06)
2022-09-15T18:56:58.196Z DRIVER « [Node 014] [REQ] [ApplicationCommand]
                                  └─[WakeUpCCWakeUpNotification]
2022-09-15T18:56:58.200Z CNTRLR « [Node 014] received wakeup notification
2022-09-15T18:56:58.203Z CNTRLR   [Node 014] The node is now awake.
2022-09-15T18:56:59.205Z CNTRLR » [Node 014] Sending node back to sleep...
2022-09-15T18:56:59.216Z SERIAL » 0x010900130e028408240041                                            (11 bytes)
2022-09-15T18:56:59.216Z DRIVER » [Node 014] [REQ] [SendData]
                                  │ transmit options: 0x24
                                  │ callback id:      0
                                  └─[WakeUpCCNoMoreInformation]
2022-09-15T18:56:59.218Z SERIAL « [ACK]                                                                   (0x06)
2022-09-15T18:56:59.224Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2022-09-15T18:56:59.225Z SERIAL » [ACK]                                                                   (0x06)
2022-09-15T18:56:59.226Z DRIVER « [RES] [SendData]
                                    was sent: true
2022-09-15T18:56:59.234Z CNTRLR   [Node 014] The node is now asleep.

Gis70 avatar Sep 15 '22 19:09 Gis70

Looks like you haven't configured the device to recognize that tag yet. This is from the device manual: grafik

You need to take the user code that is reported in slot 0 and set it in the slot it should be in.

AlCalzone avatar Sep 15 '22 20:09 AlCalzone