Blueprint for HomeAssistant for Frient keypad with Alarmo
Find a file
Gabriel Cosi a594572dca feat: simplify blueprint by delegating PIN validation to Alarmo
- Remove pin_list input and PIN validation logic from blueprint
- Remove pin_control_panel input parameter
- Pass action_code directly to Alarmo for all arm/disarm actions
- Remove custom pin code functionality (custom_pincode_1/2/3)
- Remove associated variables and conditions for custom codes

PIN codes are now managed exclusively in Alarmo, simplifying 
configuration and eliminating the need to maintain duplicate 
PIN lists in the blueprint.
2025-11-02 19:31:36 +00:00
frient_keypad_with_alarmo.yaml feat: simplify blueprint by delegating PIN validation to Alarmo 2025-11-02 19:31:36 +00:00
README.md Update README.md 2024-11-23 19:03:59 +01:00

Frient Keypad with Alarmo for Home Assistant

This project provides an automation to link a Frient Keypad to the Alarmo module in Home Assistant. It enables seamless communication between the keypad and Home Assistants Alarm Control Panel, offering advanced functionality for home security management.

Features

  • Arm All Zones: Activate all zones with the Lock button.
  • Arm Day Zones: Activate day zones with the Home button.
  • Arm Night Zone: Activate night zones with the Moon button.
  • Disarm: Deactivate the alarm with the Unlock button.
  • Emergency Mode: Trigger an emergency by long-pressing the SOS button.
  • Entry Delay: The keypad emits beeps and flashes a green light during the entry delay.
  • Exit Delay: The keypad emits beeps and flashes a red light during the exit delay.
  • Invalid Code: Flashes an orange light when an incorrect PIN or RFID tag is used.
  • Alarm in Progress: Flashes a red light when the alarm is active.
  • RFID: Support for multiple PIN codes and RFID tags.

RFID Tips:

  • Use tools like NFC Tools (on Android) to read your RFID tags. Simply copy the tag ID (preceded by +) into the list of allowed PIN codes.

License

This project is licensed under the MIT License. See the LICENSE file for details.