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:
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.
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?
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!
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!
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.
nice blueprint! I noticed some discussions about supporting a third button (night mode) which is there with the very popular FRIENT keypad (zigbee), but I don’t see it in latest code , here is my update to support it:
Looks interesting but these zigbee keypads are expensive or hard to find here in Europe. I was wondering if I could use a numeric USB keyboard directly connected to my raspberry pi. Only petsitters would use it from time to time. Does it make any sense? How should I proceed to make it work?
Thank you
This blueprint works perfect. But when i use (Alarmo Keypad Sync) i get always some errors in the zigbee2mqtt log when i armed and disarmed alarmo? When i disabled the blueprint the errors are gone.