XaF/qolsysgw

Add support for `Heat` sensor type

Closed this issue · 0 comments

XaF commented

Sensor information

  • type: Heat
  • Home Assistant device class: heat
  • Panel sends sensor status updates?
    • Yes, I can see the Open/Close messages (I have been able to capture ZONE_ACTIVE messages)
    • No, it seems to only tell us the sensor exists, but never update its state

Decision

Will add / Won't add ?

Qolsys Events for the sensor

ZONE_INFO

{
  "id": "5XXXX",
  "type": "Heat",
  "name": "Hallway Heat Sensor",
  "group": "smoke_heat",
  "status": "Closed",
  "state": "0",
  "zone_id": 12,
  "zone_physical_type": 10,
  "zone_alarm_type": 0,
  "zone_type": 8,
  "partition_id": 0
}

ZONE_UPDATE

N/A

ZONE_ACTIVE

N/A