Z-WaveJS and Zipato (Wintop) Keypad RFID Tag reader

fwiw I use this keypad with zwave js and listen to these two events as automation triggers:

- platform: 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"
- platform: 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: 5
    event_label: "Keypad lock operation"
4 Likes