-
Notifications
You must be signed in to change notification settings - Fork 94
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
Correct method for bypassing zones #475
Comments
What panel you are talking about? We support EVO and MG which are different on the protocol. |
Sorry, it is MG5050 |
Unfortunatelly cannot comment on that :) That part was not developed by me and I do not own that hardware. |
No problem. My current method works ok but does look a bit cumbersome |
The level of support of MG branch is "as is". If unit tests pass I consider it is still working 😅. |
Hey @reflexsa You can go to Addons -> Paradox -> Configuration and scroll down to "HOMEASSISTANT_PUBLISH_ZONE_PROPERTIES" and select "bypassed" which will then make a button for each of your zones in HA that allows you to enable/disable them being bypassed. It's the same outcome as what you have above, except you don't have to write the switch(es) yourself |
Hey, Unfortunately I did try adding "bypassed" there but do not seem to get a separate entity to use for bypassing. Perhaps I am looking at the wrong thing. Does a new entity appear after adding this? For the "tamper" option it did, but not when I added "bypassed" |
Correct, try and add in the name of the entity by ID (so like switch.zone_master_bedroom_bypassed) |
Thanks so much! Somehow would have probably never found that. |
No problem 👍 |
Something interesting, after viewing all the bypasses as you suggested, they now do appear in the entity list as well as when adding a card by entity. |
Maybe just some caching issue where they weren't initially loaded. The other handy one (same method) is to get the "was_in_alarm" which will be set to true (or "on") when that zone was what activated the alarm (handy for automations) |
Firstly, thanks for this integration. Has been a blessing!
I wanted to ask something regarding bypassing zones. The way I have been bypassing my zones (as needed) through home assistant was using the following in my configuration.yaml:
This seems to work before and after arming which is convenient, but I noticed the 'attached image' in Babyware, I'm not sure if it is actually a problem or if it is caused by how I am bypassing.
After doing a bit of reading here I assume the preferred way is using
bypassed
inHOMEASSISTANT_PUBLISH_ZONE_PROPERTIES
, however I am not sure how to see or access these properties. After addingbypassed
to in the configuration I only see entities for the 'open' and 'tamper', but not 'bypassed'The text was updated successfully, but these errors were encountered: