XaF/qolsysgw

Add support for `Auxiliary Pendant` sensor type

Closed this issue · 0 comments

XaF commented

Sensor information

  • type: Auxiliary Pendant
  • Home Assistant device class: TBD!!!
  • 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 ? TBD

Qolsys Events for the sensor

ZONE_INFO

{
  "id": "101-6464",
  "type": "Auxiliary Pendant",
  "name": "Panic Alarm",
  "group": "fixedintrusion",
  "status": "Closed",
  "state": "0",
  "zone_id": 28,
  "zone_physical_type": 11,
  "zone_alarm_type": 0,
  "zone_type": 21,
  "partition_id": 0
}

ZONE_UPDATE

{
  "event": "ZONE_EVENT",
  "zone_event_type": "ZONE_UPDATE",
  "zone": {
    "id": "101-5037",
    "type": "Auxiliary Pendant",
    "name": "Combustible Gas Trouble",
    "group": "fixedmedical",
    "status": "Closed",
    "state": "0",
    "zone_id": 38,
    "zone_physical_type": 1,
    "zone_alarm_type": 0,
    "zone_type": 21,
    "partition_id": 0
  },
  "version": 1,
  "requestID": "89662c50-95c0-442a-b9df-22de9b9e8073"
}

ZONE_ACTIVE

N/A