ad-qolsys icon indicating copy to clipboard operation
ad-qolsys copied to clipboard

AppDaemon app for Qolsys IQ Panel 2

Results 7 ad-qolsys issues
Sort by recently updated
recently updated
newest added

1. catch-all for unspecified device class mappings 2. remove unnecessary version_key and source_key payloads from arming command

My Qolsys panel has secure arming enabled which requires the input of the user code to arm the panel. This can be enabled through Dealer Settings > Security & Arming....

I've experienced a few situations where discovery is failing because the topics simply don't show up in Mosquitto after a reconnect of the MQTT client, and this seems to be...

I have a test IQP2+ with 7 configured sensors, and 3 of them are generating errors when HA auto-discovers them due to the fact that the device_class is empty. There...

Just wanted to report that the hardwired translator used with the Qolsys panel in systems where you takeover existing alarm systems is not supported by the integration. I think this...

Since it seems we can't pull uniquely identifiable information from the INFO packet, perhaps one way of fixing this would be to pass the panel IP address, or any other...

Format to trigger a panic is as follows: {"partition_id":0,"action":"ALARM","alarm_type":"POLICE","version":0,"nonce":"qolsys","source":"C4","token":"foobar"} or {"partition_id":0,"action":"ALARM","alarm_type":"FIRE","version":0,"nonce":"qolsys","source":"C4","token":"foobar"} or {"partition_id":0,"action":"ALARM","alarm_type":"AUXILIARY","version":0,"nonce":"qolsys","source":"C4","token":"foobar"} Tried invoking this through MQTT request but the code expects an "event" payload, not an "action" payload......