XaF / qolsysgw

Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel
MIT License
117 stars 11 forks source link

Add support for `Door_Window_M` sensor type #152

Open jdistad opened 5 months ago

jdistad commented 5 months ago

Before submitting this form

Sensor type

Door_Window_M

Home Assistant device class

door and window contact and vibration combo

Does the panel send sensor status updates?

Sensor data from an INFO message

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Closed', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Open', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

Sensor data from a ZONE_EVENT's ZONE_UPDATE message

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Closed', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Open', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

Sensor data from a ZONE_EVENT's ZONE_ACTIVE message

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Closed', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Open', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

Additional context

I have these sensors as part of my ADP system, they are combination contact and vibration sensors. The only information I was able to find in logs was the above information.

XaF commented 5 months ago

They switch to open both for a window opening and for a vibration ?

jdistad commented 5 months ago

They switch to open both for a window opening and for a vibration ?

that is correct,