-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alarm to control two independent groups (areas) #98
Comments
I take it's a Feature Request. I know people refer to commercial alarms that support areas/groups etc. |
yes, like you writing "I want two separate alarm codes for two separate areas. One activate alarm code for garage and the other code for house. " or is it possible to use two alarm_control_panel.house? |
I haven't tried yet but I have a feeing that it's not possible out of the box. |
Upon looking at the code I can confirm that currently it's not possible to have more than one alarm at a time. |
Actually, could you explain me how would you ideally want the alarm to work in your case? |
As a previous commercial alarm installer I just thought I'd put a note about naming conventions. What you are explaining to is as stated above referred to as "areas". What might not sound right for some, but is the correct general practice is to call each input to an alarm system a 'zone' (it becomes more evident why when you think of a motion sensor in a building which protects a certain "zone"). This component calls them 'sensors' and that's fine for our HA world in my opinion. I just wanted to try and push for this idea of separate sections of a house being armed independently to be called "areas" Hopefully you are on board 😀 I like the ideas of having areas, pretty sure I asked for it a long time ago on the forum |
@sparkydave1981 thanks, I appreciate your input. |
The areas can be armed and disarmed independently as of they were two (or more) seperate alarm systems. Zones (inputs) can be in either or both. Entry and exit time delays can be set individually also. |
@sparkydave1981 I take it that zones are just groups of sensors, and currently we can say that every sensor represents its own zone. Not sure that in case of this component we need an exact copy of all that, mainly because a lot of things can be done using HA automations and without integrating logic into the component (or are there other reasons to do so?) Speaking about areas - how are they controlled in commercial alarms? Do they arm them separately? What happens if a zone that an area is configured with is being activated? So far I have a feeling that it's more convenient to support several separate alarms with appropriate alarm cards and settings. It depends on use case but I think it's a bit limiting to have everything configured for 3 different modes (away/home/night) - or is it possible? |
Zones are individual inputs, it's purely a naming convention. I guess if we could somehow run multiple instances of this component with different names, that would create the same effect |
Well, I've just found this old discussion Yeah, I'm trying to figure out how to deal with areas in case of this component. All reactions to that state change are located outside HA - you have to have an automation that turns on a siren if alarm's state changes to I take it that in commercial alarms the reaction to the area being triggered depends on the mode (away/home/night) and some area-specific settings, is that correct? If so, what settings could it be? By having multiple instances you want to arm different areas separately, is that what you mean? UPDATE: reading this website and it makes things a bit more clear - each sensor/zone need to be configured and that will impact the way it's treated when activated. Any thoughts what would be reasonable to implement in this component as we have a different approach (all sensors are configured by putting them in immediate/delayed group)? Looks like areas how we call them here have a standard name - partitions. |
This is what I need to abandon my zipabox to start home assistant adventure. |
all sensors are configured by putting them in immediate/delayed group - Yes All reactions to that state change are located outside HA - you have to have an automation that turns on a siren if alarm's state changes to triggered, for example. One area one alarm second area types alarm |
Hello, For me, it will be great if we can install 2 alarm panels, then I will have an alarm for the house, and another for the garage (independent building). Thank you for your support! |
hey hey this i suggested would be great |
@brano1990 I believe you closed it by mistake, did you? |
yes sorry |
I hope @akasma74 will find the time to implement that enhancement, will be great :) Example, every zone can be included in more partitions with different configuration:
I hope this clarify a little bit more instead confusing more :) :) |
@Extreme79 thanks for your input.
That's basically because I'm not an expert in hardware alarm systems where all these definitions stem from. What I do is asking more knowlegeable members of the community or studying some commercial alarms providers' websites for definitions/use cases. The beauty of this alarm is it's reasonably easy to configure and it does the job for a lot of home users. What we are talking about here is something that is not often needed. So I want to find out if it's possible to add these features without making the configuration/use of it much more complicated. For example, currently to add zones one just select them and (optionally) defines some custom on/off states. It's also not clear yet to me when you say
what king of configuration could it be?
do you mean every partition has its own list of users so they act as separate alarms? Also, could you explain me the reason behind your example as I don't quite understand. |
Sure, basic system does thejob for a lot of people, no dubt.
This is true, but I generally prefer an approach of balance between simplicity and features. Ok a simple enviroment, but if "we" search for a virtual alarm system, some of the "advanced" features of a real alarm could be important (or near to be mandatory).
On a real alarm system, that features are often used. One example: if you have a keypad inside the home near the main door to arm/disrm alarm.. you can configure the main door as entry and exit zone, so entering the home you have the time to deactivate the alarm before it trigger, and exiting the home you can arm the alarm from keypad having the time to exit without triggering it.
think about a villa enviroment where two families stay in two flats with many common areas (in my case I live in the bottom floor with my family, my parents live in the upper floor), an ex-woodworking adiacent building, a garden, the car parking. All under a single automation system (now zipato zipabox, but when I'll find the time I'll migrate to HA.. but before I have to replicate the zipato virtual alarm :) )
Yes, or near that. In fact, in my case, the alarm users are the users configured in the zipato system with access to the app. But don't mind about my actual system.
I hope I was able to clarify something a little bit, despite my poor english :) |
I would like to activate alarm for separate areas, par exemple only for garage, but at the same time not for house.
I need the one activation code for garage and the other one for house.
group alarms
The text was updated successfully, but these errors were encountered: