Alarm Control Panel component for Zigbee Keypads using action_transaction field

Overview

hass_transaction_alarm_panel

Alarm Control Panel component for Zigbee Keypads using action_transaction field. Works together with zigbee2mqtt

Supported devices:

Devices using action_transaction state field: See all devices on zigbee2mqtt.io

Installation

Usig HACS, add custom repository (integration) and install the component

Configuration

As the code is based on the manual alarm control panel platform, the behaviour and the configuration is very similar to the original one:

Add to your configuration.yaml:

alarm_control_panel:
  - platform: transaction_alarm_panel # Required
    name: Home Alarm # Required
    code: "1234" # Common arm/disarm code 
    code_arm_required: false # Set to true, if needed
    arming_time: 10 # See the original configuration
    delay_time: 20
    mqtt_state_topic: "zigbee2mqtt/Alarm Keypad" # Required: MQTT topic of your Zigbee2mqtt keypad
    disarm_codes: # Optional: new feature - additional disarm codes
      secret: "4321"
    arm_codes: # Same as above, for arming
      easy: "0000"

Additional codes:

When the feature above is being used, the name of the code is exposed as an additional state attribute last_code_id

You might also like...
Home assiatant Custom component: Camera Archiver

Camera archiver Archive your ftp camera meadia files on other ftp with files renaming and event creation. Event can be used for send information to el

Component for deep integration LedFx from Home Assistant.

LedFX for Home Assistant Component for deep integration LedFx from Home Assistant. Table of Contents FAQ Install Config Performance FAQ Q. What versio

This Home Assistant custom component adds support for controlling Midea dehumidiferes on local network.

This is a custom component for Home assistant that adds support for Midea dehumidifier appliances via the local area network. midea-dehumidifier-lan H

Home Assistant component to handle key atom

KeyAtome Home Assistant component to handle key atom, a Linky-compatible device made by Total/Direct-Energie. Installation Either use HACS (default),

Historic weather - Home Assistant custom component for accessing historic weather data

Historic Weather for Home Assistant (CC) 2022 by Andreas Frisch github@fraxinas.

Home Assistant custom component to help ev-chargers stay below peak hourly energy levels.
Home Assistant custom component to help ev-chargers stay below peak hourly energy levels.

Peaqev ev-charging Peaqev ev-charging is an attempt of charging an ev without breaching a preset monthly max-peak energy level. In order for this inte

Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

Alternative firmware for ESP8266/ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability

raspberry pi servo control using pca9685

RPi_servo-control_pca9685 raspberry pi 180° servo control using pca9685 Requirements Requires you to have the adafruit servokit library installed You

I made this so I can control my Tapo L510 light bulb and Govee H6159 light strip using the PyP100 module and the Govee public API

TAPO-And-Govee-Controller I made this so I can control my Tapo L510 light bulb and Govee H6159 light strip using the PyP100 module and the Govee publi

Comments
  • keypad not confirming state change

    keypad not confirming state change

    Hi, I am having trouble with this as it is not confirming back to my keypad. I have the Linkind keypad, and when I arm or disarm, it correctly sets it in HAS but the keypad doesn't reflect the change and times out.

    I feel like HASS is not confirming back a message with the action_transaction which the key pad would use to set its visible state.

    Hope this is an easy fix, or I am missing something.

    Thanks

    opened by reecebedding 14
  • Wrong code - no feedback to keypad

    Wrong code - no feedback to keypad

    Hi,

    I'm using a Frient/Develco keypad and if you enter a wrong code, it will blink yellow.

    It does not seem to work, but maybe it is the keypad.

    I can get it to work by manually pushing the following topic: {"arm_mode":{"mode":"invalid_code","transaction":XXX}}, where XXX is the transaction number with the disarm code in it.

    Are you doing something like that or is it implemented differently?

    However really nice integration :)

    opened by hemandk 0
Owner
Konstantin
Konstantin
GUI wrapper designed for convenient service work with TI CC1352/CC2538/CC2652 based Zigbee sticks or gateways. Packed into single executable file

ZigStar GW Multi tool is GUI wrapper firtsly designed for convenient service work with Zig Star LAN GW, but now supports any TI CC1352/CC2538/CC2652 b

null 133 Jan 1, 2023
The ABR Control library is a python package for the control and path planning of robotic arms in real or simulated environments.

The ABR Control library is a python package for the control and path planning of robotic arms in real or simulated environments. ABR Control provides API's for the Mujoco, CoppeliaSim (formerly known as VREP), and Pygame simulation environments, and arm configuration files for one, two, and three-joint models, as well as the UR5 and Kinova Jaco 2 arms. Users can also easily extend the package to run with custom arm configurations. ABR Control auto-generates efficient C code for generating the control signals, or uses Mujoco's internal functions to carry out the calculations.

Applied Brain Research 277 Jan 5, 2023
Python implementation of ZMP Preview Control approach for biped robot control.

ZMP Preview Control This is the Python implementation of ZMP Preview Control app

Chaobin 24 Dec 19, 2022
Resmed_myair_sensors - This is a Home Assistant custom component to pull daily CPAP data from ResMed's myAir service using an undocumented API

resmed_myair This component will set up the following platforms. Platform Description sensor Show info from the myAir API. Installation Using the tool

Preston Tamkin 17 Dec 29, 2022
Volkswagen ID component for Home Assistant

Volkswagen ID component for Home Assistant This folder contains both a generic Python 3 library for the Volkswagen ID API and a component for Home Ass

null 55 Jan 7, 2023
Custom component for Home Assistant that integrates Candy/Haier Wi-Fi washing machines (also known as Simply-Fi).

Candy Home Assistant component Custom component for Home Assistant that integrates Candy/Haier Wi-Fi washing machines (also known as Simply-Fi). This

Olivér Falvai 61 Dec 29, 2022
Custom component for interacting with Octopus Energy

Home Assistant Octopus Energy ** WARNING: This component is currently a work in progress ** Custom component built from the ground up to bring your Oc

David Kendall 116 Jan 2, 2023
SALUS THERMOSTAT Custom component for Home-Assistant

Home-Assistant Custom Components Custom Components for Home-Assistant (http://www.home-assistant.io) Salus Thermostat Climate Component My device is R

null 21 Dec 18, 2022
Windhager myComfort custom component for Home Assistant

Windhager myComfort custom component for Home Assistant

null 5 Apr 27, 2022
Custom component for MPC-HC for home-assistant

mpc_hc The current mpchc integration in homeassistant violates ADR0004, so it will be deleted from core. This is just the existing integration copied

null 3 Dec 15, 2022