v1.0.2 - Bug fixes
Bug Fixes
ZoneModel.is_opennow correctly reports open zones - the previous implementation required both theIN_USEandFAULTstatus bits to be set. Because the MK7 panel does not setIN_USEfor zones in their normal state,is_openalways returnedFalseeven when a zone was physically open. The check now only requires theFAULTbit, which is the bit the panel sets when a zone is open/faulted.
Documentation
- Added a note to
ZoneModeldocs clarifying thatis_openonly reflects the physical state when "Check magnets" (zone monitoring) is enabled for the zone in the iAlarm app. When disabled, the panel does not report fault status andis_openwill always returnFalse.
Full Changelog: v1.0.1...v1.0.2