XaF/qolsysgw

Add support for `Siren` sensor type

Closed this issue · 0 comments

XaF commented

Sensor information

  • type: Siren
  • 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": "410-4121",
  "type": "Siren",
  "name": "Front Siren",
  "group": "Siren",
  "status": "Closed",
  "state": "0",
  "zone_id": 29,
  "zone_physical_type": 1,
  "zone_alarm_type": 3,
  "zone_type": 14,
  "partition_id": 0
}

ZONE_UPDATE

N/A

ZONE_ACTIVE

N/A