XaF / qolsysgw

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

Add support for `External Siren` sensor type #104

Open Aipoc76 opened 1 year ago

Aipoc76 commented 1 year ago

Before submitting this form

Sensor type

Qolsys Z Wave Siren

Home Assistant device class

Siren

Does the panel send sensor status updates?

Sensor data from an INFO message

'id': 'ZW58', 'type': 'Z-Wave Siren', 'name': 'External Siren58', 'group': 'Siren', 'status': 'Closed', 'state': '0', 'zone_id': 20, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 120, 'partition_id': 0

Sensor data from a ZONE_EVENT's ZONE_UPDATE message

cant trigger atm... sleeping wife would kill me

Sensor data from a ZONE_EVENT's ZONE_ACTIVE message

see previous message :)

Additional context

if you need the trigger ill try and get when no one is home.

item: https://qolsys.com/iq-siren/

I should mention it shows up in the other z-wave devices, not the normal z-wave window, on the iq4

XaF commented 1 year ago

Hello! The type seems to be Z-Wave Siren from your pasted INFO message, is that accurate ? I do need to know also if it translates status or if it's just a dummy device when using through Control4 !

Aipoc76 commented 1 year ago

I dont even know how to look up what your asking.   TRhis is what comes across MQTT AppDaemon log.

2023-04-27 17:21:38.362700 WARNING qolsys_panel: sensor of unknown type: {'id': 'ZW58', 'type': 'Z-Wave Siren', 'name': 'External Siren58', 'group': 'Siren', 'status': 'Closed', 'state': '0', 'zone_id': 20, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 120, 'partition_id': 0}

XaF commented 1 year ago

Have you been able to trigger and confirm that there's ZONE_ACTIVE messages appearing for the Siren ?