Since it is a zigbee keyboard I imagine it works with the frequencies foreseen by this protocol. On the internet I find “this technology can be operated at 868 MHz, 902-928 MHz, and 2.4 GHz frequencies depending upon the requirement of application”
Confirmed Working with the Hive Keypad.
The default behaviour of the “moon” button is to set Alarmo to “Alarm Day” Rather than “Alarm Night” so had to change a few things in the blueprint to get it to set Alarm to Alarm Night instead, but once that’s done it works great.
Hey man, I did all the steps, the tamper button is blinking 3 times, then a pause, then again 3 times.
z2m is on and in ‘enable join’ mode. still nothing is showing up on z2m. the device is not pairing.
What am I missing?
For some reason, the sonoff dongle P does not pick up the keypad to connect.
I tried via zha and a conbee II and it worked…
I think its only Zigbee2Mqtt only not ZHA
I have the exact same Keypad. I imported your blueprint and it works great.
However, to arm the alarm, it requires a four digit code. Is there a way to avoid that and just arm the alarm by pressing the away button?
I still can’t get the second keypad working, and I am at an abject loss as to why. The first one works great, the second one is detected, but not linked to alarmo. I have used the blueprints, but still no bueno.
Here are my two automations, the first one works great:
alias: Alarmo Keypad Sync
description: ""
use_blueprint:
path: neliss/zigbee2mqtt-control-alarmo-via-keypad.yaml
input:
state_topic: zigbee2mqtt/Keypad_Alarm_Front_Door
entity: alarm_control_panel.alarmo
set_topic: zigbee2mqtt/Keypad_Alarm_Front_Door/set
And this one does not work:
alias: Alarmo Garage Keypad Alarm Sync
description: ""
use_blueprint:
path: neliss/zigbee2mqtt-control-alarmo-via-keypad.yaml
input:
state_topic: zigbee2mqtt/Keypad_Alarm_Garage
entity: alarm_control_panel.alarmo
set_topic: zigbee2mqtt/Keypad_Alarm_Garage/set
Fixed I believe, something was amiss with the garage keypad, so I deleted it from the zigbee2mqtt integration, restarted HA, and re-added it. It seems to work now.
I have a Frient keyboard that I connected in Zigbee2MQTT. I want to use it with alarmo.
I saw this template but I was wondering if this is really needed since there seem to be a native setting in alarmo.
In the alarmo settings under general there is a menu Enable MQTT (Allow the alarm panel to be controlled through MQTT.)
That is actually what I want.
With the button MQTT configuration there are several settings where payloads can be defined for different states and commands.
I don’t really have a lot of experience with mqtt yet. So the question is if these settings are replacing the need for a blueprint automation here and if anyone has gotten this to work with these settings. Any help is greatly appreciated
Hi, Thanks for this great blueprint. So easy to use. But can somebody give me a hand with a little automation for only the SOS button on the Frient keypad? My Z2M topic is zigbee2mqtt/frient_keypad I can see in de MQTT explorer that the button is pushing ‘emergency’ but how can I make it so that a action is triggered?
Thank you
I have just installed this BluePrint after I got a Frient Keyboard. Works perfectly when I key in the personally code and arm or disarm Alarmo.
What a nice work by @neliss and @AndrejDelany - thank you very much
I have NFC tag’s setup to my Alarmo as well. The NFC’s work when I scan on my Adonno, but when I scan the tags on my Frient Keyboard, then nothing happens.
Anyone who can point in any direction for how I get this to work?
Thank you very much in advance.
Actually the blueprint expects “panic” to be pushed there. Please try to replace panic
with emergency
in the blueprint at this point:
{{ trigger.payload_json.action == "panic" }}
(This answer is valid for my own version of this blueprint - please check the link in the first post. Don’t know how to handle this with alarmo).
Further debugging is necessary here - maybe you can check, what information is send via mqtt if a tag is placed on the keypad. Maybe there is a tag id that could be set as password in the automation.
So, I am using the Develco KEYZB-110 and have it almost perfect. Everything seems to work fine, except the SOS button.
Latest Blueprint by array81
Thanks to @AndrejDelany, @neliss, @jsdphilly and @array81 for all your hard work. This latest version from @array81 combines everything so far.
- Is there way to make the SOS button work? OR how to I select it as a trigger in automation? Also how do I active it? hold it? double or triple click?
- When I try to arm my alarm (arm away, arm home or arm night) if there is a door open or window opened it wont let me. Is there way to make HOLD action on (arm away, arm home or arm night) to FORCE it to arm it in that particular state?
That will be awesome! Any help from any of you will be appreciated!
P.S. It has Smart RFID Reader. I have some NFC tags, and chips and cards. How do I use them with the Develco KEYZB-110 since it says they are supported?
Hey @array81 can you fix the SOS button on your Blueprint. I installed it and everything else works. Then I installed in addition @AndrejDelany Blueprint and I get this option in automation, to put an action to the “emergency” button. HERE:
However I need to keep both Blueprints installed in order for this to work. I would love to have all the options in a single Blueprint. @array81 can you amend this fix please?
Here is his Blueprint code: Zigbee2MQTT - Sync Keypad and Alarm Control Panel States
I dont know how to amend the “SOS / Emergency” part myself, but when both Blueprints are installed everything works.
In the Alarmo documentation I don’t find references to the PANIC status, so I don’t know how to add support since my Blueprint is based on the functionality of this component.
@array81 okay, I understand. I will keep both blueprints installed then. @AndrejDelany gives me the SOS button functionality, and yours everything else If you are willing to take a look at his blueprint and reverse engineering it or maybe he can help with that. But not a Biggie, I got everything working now anyways, just wished was all in 1 blueprint. Thanks again for the hard work!
Does anybody have one of these which can be found on Aliexpress. I have some credit on there and would like to get one.
I have just gotten NFC tags to work with the device using the blueprint by array81
What I did was first go into MQTT → Configure and subscribe to the alarm keypad e.g. zigbee2mqtt/Alarm Keypad (change this to your device name). Then tap an NFC tag onto the device and when it beeps press the unlock key. This is important as just tapping an NFC does nothing, even though it beeps, it simply sets an iternal code in the device to the NFCs ID.
Once you press unlock then a log should appear with "action": "disarm",
and the action_code
is filled with the NFC tag ID, copy this code. This is unique to each NFC and can be used to set that NFC as an alarm code. I went into Alarmo → Codes → New User and entered the code copied from the MQTT message and now when I tap the NFC and hit disarm the alarm disarms properly.
Hope this helps anyone looking to use NFC tags.
Now I’m searching for a way of somehow setting up Apple Home Key to work to eliminate the need for codes and NFC tags all together. If anyone has any idea if this is possible I’d love to hear how!
Wondering if anyone can help -
- I have three Centralite 3400 keypads which all correctly arm and disarm Alarmo (Home / Away / Night / Disarmed)
- The problems I’m looking for help with are:
- Can’t get the keypads to beep when the system is arming
- Can’t get the keypads to show the current status when woken up. I’ve moved them from my Hubitat setup where they did both, so I know the devices are capable.
Any clues???