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

Adds support for PERI alarms #193

Closed
guerrerotook opened this issue Jan 10, 2024 · 4 comments · Fixed by #197
Closed

Adds support for PERI alarms #193

guerrerotook opened this issue Jan 10, 2024 · 4 comments · Fixed by #197
Assignees
Labels
enhancement New feature or request

Comments

@guerrerotook
Copy link
Owner

There are some users out there that they have this perimeter option enabled for their alarms. So when they arm and disarm, they have to send ARM1PERI1 instead of ARM1, for disarming is the same, DARM1DARMPERI instead of DARM1.

This issue is for adding a new configuration option in the config_flow for Perimeter support and also in the new update options that you can do after you have the component added to Home Assistant.

@cantupaz
Copy link
Collaborator

I'm working on this. I hope to send a PR soon.

@cantupaz
Copy link
Collaborator

should fix this issue: #7

@jjavin
Copy link

jjavin commented Jan 21, 2024

Hello

For your help, the code to disarm partial interior and perimetrals is: DARM1DARMPERI and to arm partial interior + perimetrals: ARMDAY1PERI1

Thank you!

@cantupaz
Copy link
Collaborator

Hello

For your help, the code to disarm partial interior and perimetrals is: DARM1DARMPERI and to arm partial interior + perimetrals: ARMDAY1PERI1

Thank you!

Very useful. Thanks.

In the HA world of alarm modes as Home, Away, Night, Custom. I think this should be "Night" right? (Besides, the current command for Night mode doesn't work in my system: Request ARMNIGHT1 is not valid for Central Unit)

@guerrerotook guerrerotook linked a pull request Jan 23, 2024 that will close this issue
@guerrerotook guerrerotook unpinned this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants