excaliburpartners / OmniLinkBridge

MQTT bridge, web service API, time sync, and logging for HAI/Leviton OmniPro II controllers
GNU General Public License v3.0
41 stars 24 forks source link

Trying to arm security when a zone is not ready. #65

Open tonynogs opened 4 months ago

tonynogs commented 4 months ago

Quick question, when trying to arm the security system with a zone not ready (window open but not bypassed) is there a way it could send back a message to the UI saying "Bedroom Window Not Ready."?

rwagoner commented 4 months ago

The OmniLink protocol does not provide indication if an area is ready to arm. Code would have to be written to provide a Home Assistant sensor with the area ready to arm status based on zones assigned to the area and zone status. When you try to arm an area that is not ready from Home Assistant, the status will not change. When the arm command is successful the status will go to arming in Home Assistant.

tonynogs commented 4 months ago

Okay thanks Ryan. I’ll play around with it and see what I can do. Much appreciated, feel free to close if you like.