EHylands / homebridge-qolsys

Homebridge Qolsys IQ Panel plugin
MIT License
15 stars 1 forks source link

Freeze sensor support #34

Closed cistearns closed 6 months ago

cistearns commented 6 months ago

IQ panels support a Freeze sensor that from an event standpoint operates like a contact sensor, when it goes below a specific temperature (40F) it trips the sensor Open, and Closes on restore when the temp returns above 40F.

I don't know if there is a good equivalent in HomeKit support since the sensor doesn't actually report a temperature, so this may be a case of adding it to ignore it like with Keypad and Bluetooth. Maybe optionally allow people to map it to a contact sensor so they can setup alerts in HomeKit, or ignore it.

Example debug output: {"id":"8950A4","type":"Freeze","name":"Basement Freeze","group":"freeze","status":"Closed","state":"0","zone_id":53,"zone_physical_type":6,"zone_alarm_type":0,"zone_type":17,"partition_id":0}]}

EHylands commented 6 months ago

homebridge-qolsys@0.5.0-beta.2

Added Freeze sensor as an optionnal contact sensor like you suggested.

ifeign commented 6 months ago

Wow perfect timing because I just got a flood/freeze sensor. Will test too

cistearns commented 6 months ago

Tested, it is working as expected. @EHylands I think this is good to merge and spin an official release. IMG_1502 IMG_1503