#Combine alarm control panels

8 messages · Page 1 of 1 (latest)

sullen python
#

Hello! I have an (poorly) mqtt-connected alarm that creates an alarm control panel for each zone that can be armed and one for the global arm. I (think I) would like to create a template alarm panel that merges down these entities into a single alarm, so that I can have presets for arming and disarming multiple zones at once and also have just one alarm card on my dashboard. Is it possible? How?
One more thing: non of the alarm entities that I now have require a pin in order to arm/disarm. It would be nice to have it (I know it would not add any real security, but it would prevent arming/disarming by mistake, and create a little more complication to anyone who might get their hand on my family's phones)

#

Combine alarm control panels

humble gulch
#

What about using alarmo and then combining it with a script that arms and disarms all the individual ones?

sullen python
humble gulch
#

Yeah should work no problem

sullen python
# humble gulch Yeah should work no problem

Ok, I looked into it, but I can't understand how to configure it in order to manage the alarms: I see I can add sensors and on-trigger automations/scripts, but nothing about already created alarm entities

humble gulch
sullen python