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

Arm+Stay failed with HTTP code 422 #32

Closed
arungpillai opened this issue Jan 21, 2021 · 2 comments
Closed

Arm+Stay failed with HTTP code 422 #32

arungpillai opened this issue Jan 21, 2021 · 2 comments

Comments

@arungpillai
Copy link

I am able get the status into HA and also disarm without error. However, when I try to arm it fails. On the alaram.com panel I don't use any code to arm.

Arming parameters: force_bypass = True, no_entry_delay = True, silent_arming = True
10:06:42 AM – /usr/local/lib/python3.8/site-packages/pyalarmdotcomajax/pyalarmdotcomajax.py (ERROR)

Logger: pyalarmdotcomajax.pyalarmdotcomajax
Source: /usr/local/lib/python3.8/site-packages/pyalarmdotcomajax/pyalarmdotcomajax.py:315
First occurred: 10:06:42 AM (1 occurrences)
Last logged: 10:06:42 AM

Arming parameters: force_bypass = True, no_entry_delay = True, silent_arming = True

Arm+Stay failed with HTTP code 422
10:06:42 AM – /usr/local/lib/python3.8/site-packages/pyalarmdotcomajax/pyalarmdotcomajax.py (ERROR)

Logger: pyalarmdotcomajax.pyalarmdotcomajax
Source: /usr/local/lib/python3.8/site-packages/pyalarmdotcomajax/pyalarmdotcomajax.py:314
First occurred: 10:06:42 AM (1 occurrences)
Last logged: 10:06:42 AM

Arm+Stay failed with HTTP code 422

@uvjustin
Copy link
Collaborator

Likely the same as #31 . Not all systems can use all options/combinations of options to arm. This limitation is from ADC and your alarm system, not from the integration.
To confirm this, try to arm your system from the ADC portal using force_bypass, no_entry_delay, and silent_arming. I'm guessing it won't work.

@arungpillai
Copy link
Author

Thanks, yes it worked after I removed force_bypass, no_entry_delay, and silent_arming from config you may close this :)

This was referenced Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants