Migrating to Z-Wave JS : Zipato Mini Keyboard RFID/Z-Wave
Posted: Sunday 19 February 2023 14:04
I migrated to Z-Wave JS UI recently and I am encountering some issues with the Zipato Mini Keyboard RFID/Z-Wave node. Mosquitto MQTT Auto Discovery Gateway is enabled and it was able to discover all the node and created node devices. Attached is it’s instruction manual as well as MQTT log files as per script mqtt_ad_record and numerous screenshots.
In the process of verifying all DzVents scripts, noticed that the switch device assigned to Keybord does not receive any data. Manual’s CONTROL section states: “After successful read, the USER_CODE_REPORT or ALARM_REPORT_V2 will be sent.”
Used badged (userId 1) to set Home = Unlock state four time
Used badge (userId 1) to set Away = Locked state three times
Used code (userId 2) to set Home = Unlock state two times
Used code (userId 2) to set Away = Locked state two times
Messages appear in log files and in MQTT Explorer
Link to MQTT log file https://drive.google.com/file/d/1VwwJE7 ... sp=sharing
Link to Zipato Payload https://drive.google.com/file/d/1j7Ggxv ... sp=sharing
Another community member was asking about a Benext Tag Reader node device which was not “discovered” automatically.
Is there a possibility to add manually a device?
MQTT Explorer Partial Payload
In the process of verifying all DzVents scripts, noticed that the switch device assigned to Keybord does not receive any data. Manual’s CONTROL section states: “After successful read, the USER_CODE_REPORT or ALARM_REPORT_V2 will be sent.”
Used badged (userId 1) to set Home = Unlock state four time
Used badge (userId 1) to set Away = Locked state three times
Used code (userId 2) to set Home = Unlock state two times
Used code (userId 2) to set Away = Locked state two times
Messages appear in log files and in MQTT Explorer
Link to MQTT log file https://drive.google.com/file/d/1VwwJE7 ... sp=sharing
Link to Zipato Payload https://drive.google.com/file/d/1j7Ggxv ... sp=sharing
Another community member was asking about a Benext Tag Reader node device which was not “discovered” automatically.
Is there a possibility to add manually a device?

MQTT Explorer Partial Payload
Code: Select all
▼113
▼0
alarmType = {"time":1676803847174,"value":0,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
alarmLevel = {"time":1676803847184,"value":0,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
▼Home_Security
unknown = {"time":1676803847214,"value":254,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
▼Access_Control
Keypad_unlock_operation = {"time":1676803107341,"value":{"userId":2}}
Keypad_lock_operation = {"time":1676803846989,"value":{"userId":2}}
▼114
▼114
▼0
manufacturerId = {"time":1676804027502,"value":151,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
productType = {"time":1676804027508,"value":24881,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
productId = {"time":1676804027514,"value":17665,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
▼114
▼0
manufacturerId = {"time":1676804027502,"value":151,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
productType = {"time":1676804027508,"value":24881,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
productId = {"time":1676804027514,"value":17665,"nodeName":"Hall Keyboard Mini Keypad","nodeLocation":"Hall"}
▼128