Skip to content

Home Assistant custom component and Lovelace UI that keeps history of the tags that are used to lock and unlock a Z-Wave lock

License

Notifications You must be signed in to change notification settings

janpascal/ha_lock_history

Repository files navigation

Home Assistant Lock History

This is a Home Assistant custom component that keeps track of which RFID tag was used when to lock or unlock a Z-Wave lock. There is also a Lovelace custom UI component to show the history in the Lovelace UI. Up to now, this component has only been tested with a Zipato Mini RFiD Keypad.

This component has been updated to work with the zwave-js integration

Screenshot

Example config in configuration.yml:

lock_manager:
  zwave_node_id: 3
  alarm_panel: 'alarm_control_panel.home_alarm'
  tags:
    - name: John
      user_code: !secret user_code_john
      index: 1
    - name: Mary
      user_code: !secret user_code_mary
      index: 2

With secrets.yml containing e.g.:

user_code_john:     "8f aa bb cc dd ee 01 04 00 00"
user_code_mary:     "8f bb cc dd ee ff 01 04 00 00"

User codes are actually legacy, they're ignored right now but still required in the configuration.yml.

About

Home Assistant custom component and Lovelace UI that keeps history of the tags that are used to lock and unlock a Z-Wave lock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published