Those sensors might be notifications for zwave-js. Listen for zwave_js events and see if anything is reported (probably zwave_js_notification).
The zwave_js integration currently only supports locks for entry control devices. There is no support for entry control keypads (I’m not sure which entity platform a keypad would be, alarm?). As a workaround you can use zwavejs2mqtt to set the usercodes or the integration’s set_value service call.
The set_value service does not use zwavejs2mqtt. If you examine the network dump, you can find which values correspond to the user codes, and the fields necessary to use the service.
Can you tell me where to put the code. I try to copy paste your code into the config.yaml but when i want to restrat HASS i get this message
“Failed to call service homeassistant/restart. The system cannot restart because the configuration is not valid: Platform error cover.event - Integration ‘event’ not found. Platform error cover.event - Integration ‘event’ not found.”
You know if there is a possibility to extract the typed code in order to trigger something?
2021-12-15T15:02:18.357Z CNTRLR [Node 069] [~] [User Code] userCode[0]: "22" => "334422" [Endpoint 0]
2021-12-15T15:02:18.357Z SERIAL » [ACK] (0x06)
2021-12-15T15:02:18.360Z DRIVER « [Node 069] [REQ] [ApplicationCommand]
└─[UserCodeCCReport]
user id: 0
id status: Available
user code: 334422
On Jeedom I could affect a script/automation after typing a code and I would like to do the same thing in Hass (migration from Usedom in progress… )
@dre93300 : I think you find it by yourself but for people coming after you :
go to
Configuration
Automation
Trigger type : event
event type : zwave_js_notification
event data :
domain: “zwave_js”
node_id: YOURNODEID
command_class: 113
command_class_name: “Notification”
label: “Access Control”
type: 6
event: 6
event_label: “Keypad unlock operation”
Hello, I’m reviving the subject because I’m also having a problem with the zipato mini keypad.
Coming from Jeedom, I am completely lost for the zwave, for the fitting of RFID tags, the recovery of the usercode, and the sending of commands to activate and deactivate the alarm.
Can someone help?