Skip to main content

A client for Qolsys alarm panels

Project description

qolsys_client

Python package to talk to Qolsys Alarm Panels

This package was inspired by a conversation on the Home Assistant forum:

https://community.home-assistant.io/t/qolsys-iq-panel-2-and-3rd-party-integration/231405

  1. Run main.py (--help for parameters and help)

  2. Publish JSON formatted messages to the mqtt topic (qolsys/requests by default):

{"event":"INFO", "token":"blah"}
{"event":"ARM", "arm_type":"stay", "partition_id": 0, "token":"blah"}
{"event":"ARM", "arm_type":"away", "partition_id": 0, "token":"blah"}
{"event":"DISARM", "usercode":"0000", "token":"blah"}
  1. Events will publish to the following topics:

    • qolsys/INFO
    • qolsys/ZONE_EVENT
    • qolsys/ZONE_UPDATE
  2. I have a node-red workflow listening to those events creating the sensors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qolsys_client-0.1.0.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

qolsys_client-0.1.0-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page