aficustree / homebridge-alarmdecoder-platform

Homebridge plugin for the AlarmDecoder interface for Honeywell and DSC Alarm Systems. Exposes the security system and all zones (via Contact Sensors and Motion Sensors) to Apple's Homekit. Control your alarm through Siri.
Apache License 2.0
18 stars 11 forks source link

Night arming #29

Open swaggner opened 3 years ago

swaggner commented 3 years ago

This sets “instant” arming and “Night” status in homekit

aficustree commented 3 years ago

if this code varies by system then we need to leave the default at 33 to not break existing clients that depend on existing behavior but instead add it to the list of configurable parameters and if not provided, sets at 33 instead

swaggner commented 3 years ago

Makes sense. I think code+33 is being incorrectly set by the alarm decoder code as STAY instead of NIGHT. However, code+7 on Honeywell vista panels = INSTANT which is being set by alarm decoder correctly and therefore your homebridge package is setting the current state as NIGHT.