Skip to content
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

Add support for Alarm Panels #7

Open
qJake opened this issue Sep 1, 2019 · 6 comments
Open

Add support for Alarm Panels #7

qJake opened this issue Sep 1, 2019 · 6 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@qJake
Copy link
Owner

qJake commented Sep 1, 2019

Original request: #2

Add support for alarm panels.

@nickrout I don't know if this is possible via the API - I'm looking at the REST API documentation and I don't see a way to interact with alarm panel-type devices - can you walk me through how an alarm panel is built and what entity types it uses and what it's supposed to do?

@qJake qJake added enhancement New feature or request question Further information is requested labels Sep 1, 2019
@qJake qJake self-assigned this Sep 1, 2019
@atomicpapa
Copy link

basically, I would just like a card that displays the number pad and something like "arm" and "disarm". Also a display of some sort for the current state would probably be nice typically the entity is alarm.<something>

@nickrout
Copy link

nickrout commented Sep 4, 2019

I don't have an alarm and I added this request because it was in the forum thread. I don't know how other frontends do alarm panels, but I am sure HA Dashboard has a native one.

@stefanolson
Copy link

This is something I am looking for, looks like api call is something like this: states/alarm_control_panel (maybe alarm_control_panel.alarmo in my case). Does that make sense? Still trying to figure it out myself, this sort of panel would be very useful.

@arfrater
Copy link

arfrater commented Mar 3, 2021

Yes I would like to add an alarm panel as well

@qJake
Copy link
Owner Author

qJake commented Mar 8, 2021

Is everyone just looking for basic ARM / DISARM buttons that just make HA service calls, or are we actually looking for a full numeric keypad as well?

I don't know if the Home Assistant API will allow me to access the alarm code, so you'd have to enter your own alarm code, and then decide what services or scripts to fire when someone arms, disarms correctly, or enters an incorrect code.

Script buttons were requested in #121, when that's added, it may be possible to hack something together by calling the necessary services via script(s)?

@arfrater
Copy link

I was thinking Alarm Keypad and buttons myself (thinking small touch panel in garage)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants