{"id":14132765,"url":"https://github.com/XaF/qolsysgw","last_synced_at":"2025-08-04T13:33:04.882Z","repository":{"id":43492635,"uuid":"432938956","full_name":"XaF/qolsysgw","owner":"XaF","description":"Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel","archived":false,"fork":false,"pushed_at":"2024-05-06T07:22:18.000Z","size":670,"stargazers_count":102,"open_issues_count":23,"forks_count":11,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-05-06T08:28:57.593Z","etag":null,"topics":["appdaemon","automation","hacs","home-assistant","home-automation","qolsys"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XaF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-29T07:08:43.000Z","updated_at":"2024-05-06T07:22:21.000Z","dependencies_parsed_at":"2023-11-13T02:29:24.129Z","dependency_job_id":"763cafd4-5ee9-4f19-8eec-1ae0cd1920a6","html_url":"https://github.com/XaF/qolsysgw","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaF%2Fqolsysgw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaF%2Fqolsysgw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaF%2Fqolsysgw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaF%2Fqolsysgw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XaF","download_url":"https://codeload.github.com/XaF/qolsysgw/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215586811,"owners_count":15901359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appdaemon","automation","hacs","home-assistant","home-automation","qolsys"],"created_at":"2024-08-16T05:00:45.939Z","updated_at":"2024-08-16T05:01:23.516Z","avatar_url":"https://github.com/XaF.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Qolsys Gateway - `qolsysgw`\n\n![build](https://github.com/XaF/qolsysgw/actions/workflows/build.yaml/badge.svg)\n![hacs validation](https://github.com/XaF/qolsysgw/actions/workflows/hacs-validation.yaml/badge.svg)\n[![latest release](https://img.shields.io/github/v/release/XaF/qolsysgw?logo=github\u0026sort=semver)](https://github.com/XaF/qolsysgw/releases)\n\nQolsys Gateway (`qolsysgw`) is an [AppDaemon][appdaemon]\nautomation that serves as a gateway between a Qolsys IQ Panel\n([2][qolsys-panel-2], [2+][qolsys-panel-2-plus] or [4][qolsys-panel-4])\nand [Home Assistant][hass]. Qolsys Gateway works by establishing a connection\nto your Qolsys Panel and uses the [MQTT integration of Home Assistant][hass-mqtt].\nIt takes advantages of the [MQTT discovery][hass-mqtt-discovery]\nfeature (automatically enabled when you setup the integration) to declare the\ndevice, alarm control panels (for each partition) and different sensors, and\nkeep them up to date with the information coming from the panel, while\nproviding you with the means to arm, disarm or trigger your alarm directly\nfrom Home Assistant, manually or through automations.\n\n\n- [How It Works](#how-it-works)\n- [Requirements](#requirements)\n- [Installation](#installation)\n   - [Installing Home Assistant](#installing-home-assistant)\n   - [Installing an MQTT Broker](#installing-an-mqtt-broker)\n   - [Installing AppDaemon](#installing-appdaemon)\n   - [Installing HACS (optional, recommended)](#installing-hacs-optional-recommended)\n   - [Installing Qolsys Gateway](#installing-qolsys-gateway)\n      - [With HACS (recommended)](#with-hacs-recommended)\n      - [Manually](#manually)\n- [Configuration](#configuration)\n   - [Configuring the MQTT integration in Home Assistant](#configuring-the-mqtt-integration-in-home-assistant)\n   - [Configuring your Qolsys IQ Panel](#configuring-your-qolsys-iq-panel)\n   - [Configuring Qolsys Gateway](#configuring-qolsys-gateway)\n      - [Required configuration](#required-configuration)\n      - [Optional configuration related to the Qolsys Panel itself](#optional-configuration-related-to-the-qolsys-panel-itself)\n      - [Optional configuration related to the representation of the panel in Home Assistant](#optional-configuration-related-to-the-representation-of-the-panel-in-home-assistant)\n      - [Optional configuration related to MQTT \u0026 AppDaemon](#optional-configuration-related-to-mqtt--appdaemon)\n- [Other documentation](#other-documentation)\n- [Acknowledgements and thanks](#acknowledgements-and-thanks)\n\n\n## How It Works\n\nQolsys Gateway is an [async application][asyncio] and has a few parallel\nworkflows:\n\n1. The communication with the Qolsys Panel\n\n   1. Qolsys Gateway connects to your Qolsys Panel using the configured\n      information (hostname, token, port), thanks to a Control4 interface\n\n   2. As soon as the connection is established, Qolsys Gateway requests\n      from the panel the information on the current state of the panel,\n      its partitions and sensors\n\n   3. Qolsys Gateway listens for messages from the panel, and calls a\n      callback method everytime a message can be parsed to an executable\n      action; the callback will push that message in an MQTT thread _(that\n      step is not mandatory but doing that loop allows to debug the\n      application from Home Assistant by sending events directly in MQTT)_\n\n   4. Every 4 minutes, a keep-alive message is sent to the connection,\n      in order to avoid the panel from disconnecting Qolsys Gateway\n\n2. The communications with MQTT\n\n   1. Qolsys Gateway listens to an `event` topic, when a message is received,\n      we update the state of the panel according to the event (it can be\n      updating the sensors, the partitions or the panel itself). Messages in\n      that topic are the messages that come from the Qolsys Panel, and that\n      we intepret as change to the state of the panel. In general, with the\n      update, we will trigger a few MQTT messages to be sent to update the\n      status of the element at the source of the event in Home Assistant.\n\n   2. Qolsys Gateway also listens to a `control` topic, when a message is\n      received, we communicate the action to perform to the Qolsys Panel.\n      Messages in that topic are coming from Home Assistant as reactions\n      to service calls on the `alarm_control_panel` entities, or of manually\n      configured actions. They can be used to arm or disarm the system,\n      or even to trigger the alarm on the device.\n\n\n## Requirements\n\n- A Qolsys IQ Panel 2 or 2+ (software version 2.5.3 or greater), or 4\n  (software version 4.1 or greater),\n  for which you have the **dealer code** (defaults to `2222`). In some cases,\n  the _installer code_ (defaults to `1111`) might be sufficient, but in my\n  experience, it was not, as the required menus were not visible.\n\n- Understanding that this automation is not part of the core of Home Assistant\n  and is thus not officially supported by Home Assistant. By using it, you\n  agree that neither Home Assistant nor myself are responsible for any issues\n  with your Home Assistant configuration, loss of data, or whatever could be\n  caused by using Qolsys Gateway. Setting up Qolsys Gateway requires enabling\n  the Control4 protocol on your Qolsys Panel, which may open to security issues\n  and someone taking over control of your alarm system, so please be aware of\n  what you are doing, and only do it if you are ready to take those risks.\n\n\n## Installation\n\nInstalling Qolsys Gateway requires the following steps.\n\n\n### Installing Home Assistant\n\nYou can get to the [Home Assistant documentation for installation][hass-install]\npage in order to setup Home Assistant for your needs.\n\n\n### Installing an MQTT Broker\n\nYou will require a working MQTT broker alongside your Home Assistant\ninstallation. Home Assistant provides [documentation on how to install\nand configure an MQTT broker][hass-mqtt-broker].\nIf you wish to use MQTT through a docker deployment, you can use the\n[`eclipse-mosquitto` docker image][mqtt-docker].\nIf you can, setup a username and password to secure your broker even more.\n\n\n### Installing AppDaemon\n\nQolsys Gateway is an AppDaemon automation, which means it depends on a\nworking and running version of AppDaemon, connected to your Home Assistant.\nYou can find all the resources necessary in AppDaemon's documentation about\nhow to [install AppDaemon][appdaemon-install] and how to\n[configure it with the HASS plugin][appdaemon-hass-plugin] for communicating\nwith Home Assistant, and [with the MQTT plugin][appdaemon-mqtt-plugin]\nfor communicating with your MQTT broker.\n\nIf you wish to use AppDaemon through a docker deployment, you can use the\n[`acockburn/appdaemon` docker image][appdaemon-docker].\n\n\u003cdetails\u003e\u003csummary\u003eSee an example of \u003ccode\u003eappdaemon.yaml\u003c/code\u003e\u003c/summary\u003e\n\n```yaml\nappdaemon:\n  time_zone: \"America/New_York\" # Adapt this to your actual timezone\n\n  # All three of those might be already filled for you, or you set the\n  # values here, or use the secrets.yaml file to setup the values\n  latitude: !secret latitude\n  longitude: !secret longitude\n  elevation: !secret elevation\n\n  plugins:\n    # If using the add-on in Home Assistant, that plugin will already be\n    # enabled; when using the docker container, you will have to add it here\n    HASS:\n      type: hass\n      ha_url: \"http://homeassistant:8123\"\n      token: !secret ha_token # The token you get from home assistant\n\n    # And we need to add the MQTT plugin\n    MQTT:\n      type: mqtt\n      namespace: mqtt # We will need that same value in the apps.yaml configuration\n      client_host: mosquitto # The IP address or hostname of the MQTT broker\n      client_port: 1883 # The port of the MQTT broker, generally 1883\n\n      # Only if you have setup an authenticated connection, otherwise skip those:\n      client_user: appdaemon # The username\n      client_password: !secret mqtt_password # The password\n```\n\u003c/details\u003e\n\n\n### Installing HACS (optional, recommended)\n\nHACS is the Home Assistant Community Store and allows for community integrations and\nautomations to be updated cleanly and easily from the Home Assistant web user interface.\nIf it is simple to install Qolsys Gateway without HACS, keeping up to date requires\nmanual steps that HACS will handle for you: you will be notified of updates, and they\ncan be installed by a click on a button.\n\nIf you want to use HACS, you will have to follow [their documentation on how to install HACS][hacs-install].\n\n\n### Installing Qolsys Gateway\n\nInstalling Qolsys Gateway is pretty simple once all the applications above\nare setup. You can either follow the path using HACS (a bit more steps initially,\neasier on the longer run) or use the manual setup approach.\n\n#### With HACS (recommended)\n\nTo install Qolsys Gateway with HACS, you will need to make sure that you enabled\nAppDaemon automations in HACS, as these are not enabled by default:\n\n1. Click on `Configuration` on the left menu bar in Home Assistant Web UI\n2. Select `Devices \u0026 Services`\n3. Select `Integrations`\n4. Find `HACS` and click on `Configure`\n5. In the window that opens, make sure that `Enable AppDaemon apps discovery \u0026 tracking`\n   is checked, or check it and click `Submit`\n6. If you just enabled this (or just installed HACS), you might have to wait a few minutes\n   as all repositories are being fetched; you might hit a GitHub rate limit, which might\n   then require you to wait a few hours for HACS to be fully configured. In this case,\n   you won't be able to proceed to the next steps until HACS is ready.\n\nNow, to install Qolsys Gateway with HACS, follow these steps:\n\n1. Click on `HACS` on the left menu bar in Home Assistant Web UI\n2. Click on `Automations` in the right panel\n3. Click on `Explore \u0026 download repositories` in the bottom right corner\n4. Search for `qolsysgw`, and click on `Qolsys Gateway` in the list that appears\n5. In the bottom right corner of the panel that appears, click on\n   `Download this repository with HACS`\n6. A confirmation panel will appear, click on `Download`, and wait for HACS to\n   proceed with the download\n6. Qolsys Gateway is now installed, and HACS will inform you when updates are available\n\n\n#### Manually\n\nInstalling Qolsys Gateway manually can be summarized by putting the content of the\n`apps/` directory of this repository (the `qolsysgw/` directory) into the `apps/`\ndirectory of your AppDaemon installation.\n\nFor instance, if your Home Assistant configuration directory is in `/hass/config/`,\nyou most likely have AppDaemon setup in `/hass/config/appdaemon/`, and you can thus\nput `qolsysgw/` into `/hass/config/appdaemon/apps/`.\n\n\n## Configuration\n\n### Configuring the MQTT integration in Home Assistant\n\nThe MQTT integration of Home Assistant needs to be configured with your\nMQTT broker in order for Qolsys Gateway to work. If you haven't setup the\nMQTT integration yet, you can do so with the following steps:\n\n1. Click on `Configuration` on the left menu bar in Home Assistant Web UI\n2. Select `Devices \u0026 Services`\n3. Select `Integrations`\n4. Click on `Add Integration` in the bottom right corner\n5. Search for `MQTT`, and click on the MQTT integration\n6. Fill in the information as configured for your MQTT broker (hostname,\n   port, and username and password if setting things up with an\n   authenticated connection)\n7. Click on `Submit`, Home Assistant will try and connect to the MQTT broker,\n   and the integration will be setup upon success.\n\n\n### Configuring your Qolsys IQ Panel\n\nIf you already have the Control4 token for your Qolsys IQ Panel, you can\nskip that step. If you do not understand what that sentence is about, you\ndefinitely need to go through that step.\n\nQolsys Gateway communicates with your Qolsys Panel using a protocol that\nexists for communications with Control4 automation. That protocol is not\nenabled on your Qolsys Panel by default, so we will need to enable it and\nnote the token that will be provided to us.\n\nTo enable the feature and get your secure token, you will need to:\n\n1. \u003cdetails\u003e\u003csummary\u003eConnect your Qolsys Panel to your WiFi network (if not already done)\u003c/summary\u003e\n\n   1. Swipe down from the top menu bar and select `Settings`.\n   2. Touch `Advanced Settings` and use either the _installer_ code or\n      the _dealer_ code (you might have access with the main user code, too).\n   3. Touch `Wi-Fi`.\n   4. Check the `Enable Wi-Fi` box if not already active.\n   5. Available networks will appear in a list.\n   6. Touch the desired network and use the keyboard to type the password (if required).\n\n   \u003cp\u003e\u003c/p\u003e\n\n   \u003cp align=\"center\"\u003e\n     \u003cimg src=\"./docs/images/qolsys-connecting-to-wifi.png\"\n          alt=\"Qolsys documentation to connect to WiFi\" width=\"738\" /\u003e\n   \u003c/p\u003e\n\n   \u003c/details\u003e\n\n1. \u003cdetails\u003e\u003csummary\u003eEnable 3rd party connections\u003c/summary\u003e\n\n   1. Swipe down from the top menu bar and select `Settings`.\n   2. Touch `Advanced Settings` and use the _dealer_ code (you **might** have\n      access with the _installer_ code, too).\n   3. Touch `Installation`.\n   4. Touch `Devices`.\n   5. Touch `Wi-Fi Devices`.\n   6. Touch `3rd Party Connections`.\n   7. Check the `Control4` box to enable 3rd Party Connections.\n   8. The panel will reboot in order to apply the change.\n   9. Come back to the same menu once the reboot is done.\n   10. Touch `Reveal secure token` and note the token that the panel is\n       providing you, we will need it to configure Qolsys Gateway.\n   11. If you ever leak that token, come back to this menu and touch\n       `Regenerate secure token` in order to make sure that nobody can\n       get access to control your alarm system.\n\n   \u003cp\u003e\u003c/p\u003e\n\n   \u003cp align=\"center\"\u003e\n     \u003cimg src=\"./docs/images/qolsys-3rd-party-connections.png\"\n          alt=\"Qolsys documentation for 3rd party connections\" width=\"738\"\u003e\n   \u003c/p\u003e\n\n   \u003c/details\u003e\n\n\n### Configuring Qolsys Gateway\n\nQolsys Gateway needs to be configured in the `apps.yaml` file of AppDaemon.\nIf your Home Assistant configuration directory is in `/hass/config/`, and\nAppDaemon in `/hass/config/appdaemon/`, you will find this file in\n`/hass/config/appdaemon/apps/apps.yaml` (next to the `qolsysgw/` directory\nwe moved here previously).\n\n\n#### Required configuration\n\nThe minimum configuration to use Qolsys Gateway is the following:\n\n```yaml\nqolsys_panel:\n  module: gateway\n  class: QolsysGateway\n  panel_host: \u003cqolsys_panel_host_or_ip\u003e\n  panel_token: \u003cqolsys_secure_token\u003e\n```\n\nWith:\n\n- **qolsys_panel:** the name of the application for AppDaemon. You can run\n  multiple instances of Qolsys Gateway, each with a different Qolsys Panel,\n  if you ever need so. See the configuration options below, specifically\n  `panel_unique_id`, to be able to configure multiple devices.\n- **module**: the main module from which QolsysGateway will be loaded.\n  This parameter is mandatory and **cannot be changed** as it references\n  the `qolsysgw/gateway.py` file.\n- **class**: the name of the class that will be loaded by AppDaemon for\n  that automation. This parameter is mandatory and **cannot be changed** as\n  it references the `QolsysGateway` class in the `qolsysgw/gateway.py` file.\n- **panel_host:** the hostname or IP address of your Qolsys Panel, as\n  connected to your network. That hostname or IP address must, of course, be\n  accessible from the server running AppDaemon.\n- **panel_token:** the secure token we got from enabling Control4 on the\n  Qolsys Panel.\n\n\n#### Optional configuration related to the Qolsys Panel itself\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003epanel_port:\u003c/strong\u003e the port to use to connect to your Qolsys Panel with the\n  Control4 protocol. This is not really configurable on the panel itself,\n  but available as an option if needed (for instance, for NAT needs).\n  Defaults to \u003ccode\u003e12345\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    panel_port: 4242 # use the port 4242\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003epanel_mac:\u003c/strong\u003e the mac address of your Qolsys Panel.\n  This is something you can find from your router, and might allow you to link the\n  device created in Home Assistant by Qolsys Gateway to other entries related to your\n  Panel. Not used by default, and Qolsys Gateway will try to resolve the mac address\n  using ARP - which does not work when using appdaemon in docker, except if using the\n  host network mode -, or ignore it entirely if not possible.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    panel_mac: aa:bb:cc:dd:11:22\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003epanel_user_code:\u003c/strong\u003e the code to send to your\n  Qolsys Panel to disarm your system (and arm when in secure arm mode). This needs\n  to be a valid user code added to your Qolsys Panel. It is recommended to use a\n  distinct user code if setup, so you have the ability to roll it as needed.\n  If unset (or \u003ccode\u003enull\u003c/code\u003e), you will not be able to disarm your alarm system\n  without providing a code in Home Assistant.\n  Defaults to \u003ccode\u003enull\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    panel_user_code: 1234 # there is a code '1234' allowing me to disarm my Qolsys Panel\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003earm_away_exit_delay:\u003c/strong\u003e the delay to set\n  when arming away through Qolsys Gateway. Setting the value to\n  \u003ccode\u003e0\u003c/code\u003e will instantly arm the alarm system. Setting to\n  \u003ccode\u003enull\u003c/code\u003e will let the panel use its default value. Setting\n  to any other positive value will set that delay. This will not change\n  the default behavior of the panel when handled manually, simply what\n  will happen when arming away from Home Assistant through Qolsys Gateway.\n  \u003cem\u003eNote that if \"Auto Stay\" is enabled (may be the default in some cases),\n  an exit delay is configured, and no door is opened or closed\n  during the delay, the panel will be set to \"Arm Stay\" instead.\u003c/em\u003e\n  Defaults to \u003ccode\u003enull\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    arm_away_exit_delay: 0 # arming instantly when triggered from Home Assistant, since related to automations\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003earm_stay_exit_delay:\u003c/strong\u003e the delay to set\n  when arming stay through Qolsys Gateway. Setting the value to\n  \u003ccode\u003e0\u003c/code\u003e will instantly arm the alarm system. Setting to\n  \u003ccode\u003enull\u003c/code\u003e will let the panel use its default value. Setting\n  to any other positive value will set that delay. This will not change\n  the default behavior of the panel when handled manually, simply what\n  will happen when arming stay from Home Assistant through Qolsys Gateway.\n  Defaults to \u003ccode\u003enull\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    arm_stay_exit_delay: 10 # arming in 10 seconds when triggered from Home Assistant\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003earm_away_bypass:\u003c/strong\u003e whether or not to\n  bypass sensors that are \"open\" when arming away through Qolsys Gateway.\n  Bypassed sensors are then ignored until the next time the panel will\n  be armed (this means that closing and reopening those sensors after\n  arming with the bypass will not trigger an alarm).\n  Setting the value to \u003ccode\u003etrue\u003c/code\u003e will always bypass open sensors\n  when arming away, while setting it to \u003ccode\u003efalse\u003c/code\u003e will always\n  disable the bypass. If you have a default behavior for this defined in\n  your panel, this parameter will override it. Leaving the parameter\n  unset will leave the panel decide what to do.\n  Defaults to \u003ccode\u003enull\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    arm_away_bypass: true # will bypass the open sensors if any\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003earm_stay_bypass:\u003c/strong\u003e whether or not to\n  bypass sensors that are \"open\" when arming stay through Qolsys Gateway.\n  Bypassed sensors are then ignored until the next time the panel will\n  be armed (this means that closing and reopening those sensors after\n  arming with the bypass will not trigger an alarm).\n  Setting the value to \u003ccode\u003etrue\u003c/code\u003e will always bypass open sensors\n  when arming stay, while setting it to \u003ccode\u003efalse\u003c/code\u003e will always\n  disable the bypass. If you have a default behavior for this defined in\n  your panel, this parameter will override it. Leaving the parameter\n  unset will leave the panel decide what to do.\n  Defaults to \u003ccode\u003enull\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    arm_stay_bypass: false # will NOT bypass the open sensors if any\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003earm_type_custom_bypass:\u003c/strong\u003e the type of\n  arming to use when using \u003ccode\u003eARM_CUSTOM_BYPASS\u003c/code\u003e from Home Assistant. This\n  arming type will automatically enable bypassing the open sensors.\n  Setting the value to \u003ccode\u003earm_away\u003c/code\u003e will lead to the panel being\n  armed in away mode with bypass enabled when \u003ccode\u003eARM_CUSTOM_BYPASS\u003c/code\u003e is used.\n  Setting the value to \u003ccode\u003earm_stay\u003c/code\u003e will lead to the panel being\n  armed in stay mode.\n  Defaults to \u003ccode\u003earm_away\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    arm_type_custom_bypass: arm_stay # to arm the panel in stay mode when using the custom bypass arming type\n    # ...\n  ```\n  \u003c/details\u003e\n\n\n#### Optional configuration related to the representation of the panel in Home Assistant\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003epanel_unique_id:\u003c/strong\u003e the unique ID of the device\n  that will be created for the panel in Home Assistant. All the partitions and\n  sensors unique IDs will be based on that unique ID to, in order to separate cleanly\n  the potential multiple panels you would setup with Qolsys Gateway.\n  Defaults to \u003ccode\u003eqolsys_panel\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    panel_unique_id: meerkat # there cannot be another device with 'meerkat' as ID, it can help if you want to use Qolsys Gateway for two+ panels\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003epanel_device_name:\u003c/strong\u003e the name of the device as it\n  will appear in Home Assistant. Because Qolsys Gateway provides a unique ID for all\n  its elements, you will be able to change the name in the user interface of Home\n  Assistant. Even though, this is the name that Qolsys Gateway will advertise for\n  your panel.\n  Defaults to \u003ccode\u003eQolsys Panel\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    panel_device_name: Steve # hey, Steve!\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eha_check_user_code:\u003c/strong\u003e whether or not\n  the check of the user code should be done in the Home Assistant user\n  interface. If set to \u003ccode\u003efalse\u003c/code\u003e, the code will never be checked\n  in home assistant even if required for arming, disarming or triggering\n  the alarm, and will always be sent to Qolsys Gateway for checking. If\n  set to \u003ccode\u003etrue\u003c/code\u003e and the code is required for one of the actions,\n  if will be checked by the Home Assistant user interface, and never\n  sent through the network to Qolsys Gateway (a session token is shared\n  to Home Assistant by Qolsys Gateway to make sure it is receiving control\n  messages from the right instance). Note that in case of issues of checking\n  a code in Qolsys Gateway, things will simply fail silently.\n  \u003cem\u003eRequires \u003ccode\u003epanel_user_code\u003c/code\u003e to be set, will silently\n  revert to \u003ccode\u003efalse\u003c/code\u003e otherwise.\u003c/em\u003e\n  Defaults to \u003ccode\u003etrue\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    ha_check_user_code: false # we want Qolsys Gateway to receive the code and perform the check\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eha_user_code:\u003c/strong\u003e if you want to use a\n  different disarm code in Home Assistant than the actual disarm code that\n  Qolsys Gateway will use with the panel, you can define it here. You can\n  use numeric codes (will show a numeric pad in Home Assistant's user\n  interface) or any characters (will show a text box).\n  If \u003ccode\u003eha_check_user_code\u003c/code\u003e is set to \u003ccode\u003etrue\u003c/code\u003e, then\n  the verification of that code will be done in Home Assistant directly. If\n  set to \u003ccode\u003efalse\u003c/code\u003e, Qolsys Gateway will use that code to compare\n  against what Home Assistant will send in the control topic.\n  \u003cem\u003eRequires \u003ccode\u003epanel_user_code\u003c/code\u003e to be set, will raise an\n  error otherwise.\u003c/em\u003e\n  Defaults to \u003ccode\u003enull\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    ha_user_code: $up3r$ecre7!! # this will be the code expected from the user\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003ecode_arm_required:\u003c/strong\u003e whether or not\n  we require to type-in the code to arm the alarm system.\n  \u003cem\u003eRequires \u003ccode\u003epanel_user_code\u003c/code\u003e to be set, will raise an\n  error otherwise as the Qolsys Panel does not require any code to arm\n  the alarm system, and Qolsys Gateway cannot do that check without a\n  configured code.\u003c/em\u003e\n  Defaults to \u003ccode\u003efalse\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    code_arm_required: true\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003ecode_disarm_required:\u003c/strong\u003e whether or not\n  we require to type-in the code to arm the alarm system.\n  \u003cem\u003eWill silently be forced to \u003ccode\u003etrue\u003c/code\u003e if\n  \u003ccode\u003epanel_user_code\u003c/code\u003e is not set, as Qolsys Gateway will not be\n  able to disarm the alarm system without a code.\u003c/em\u003e\n  Defaults to \u003ccode\u003efalse\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    code_disarm_required: true\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003ecode_trigger_required:\u003c/strong\u003e whether or not\n  we require to type-in the code to trigger the alarm system.\n  \u003cem\u003eRequires \u003ccode\u003epanel_user_code\u003c/code\u003e to be set, will raise an\n  error otherwise as the Qolsys Panel does not require any code to trigger\n  the alarm system, and Qolsys Gateway cannot do that check without a\n  configured code.\u003c/em\u003e\n  Defaults to \u003ccode\u003efalse\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    code_trigger_required: true\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003edefault_trigger_command:\u003c/strong\u003e the trigger\n  command to use among the \u003ca href=\"./docs/qolsysgw-control-commands.md\"\u003evalid\n  control commands that Qolsys Gateway support\u003c/a\u003e.\n  Defaults to \u003ccode\u003eTRIGGER\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    default_trigger_command: TRIGGER_FIRE # if we want to trigger the fire alarm by default\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003edefault_sensor_device_class:\u003c/strong\u003e the sensor\n  device class to use by default if a Qolsys sensor type is not directly\n  mapped to a device class in Qolsys Gateway, but is still part of the\n  identified sensors.\n  Defaults to \u003ccode\u003esafety\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    default_sensor_device_class: null # if we do not want to get a sensor if the device class is not directly mapped\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eenable_static_sensors_by_default:\u003c/strong\u003e\n  whether or not sensors that will not be updated by the panel (e.g. Bluetooth)\n  should be enabled by default in Home Assistant. Even if setting this to\n  \u003ccode\u003efalse\u003c/code\u003e, you will have the ability to enable them on a\n  sensor-by-sensor basis in Home Assistant. If setting it to \u003ccode\u003etrue\u003c/code\u003e,\n  you will also be able to disable them on a sensor-by-sensor basis in\n  Home Assistant.\n  Defaults to \u003ccode\u003efalse\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    enable_static_sensors_by_default: true\n    # ...\n  ```\n  \u003c/details\u003e\n\n\n#### Optional configuration related to MQTT \u0026 AppDaemon\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003emqtt_namespace:\u003c/strong\u003e the MQTT namespace to use to\n  read and send messages in MQTT. This should be the same as configured in\n  \u003ccode\u003eappdaemon.yaml\u003c/code\u003e, so if you did not use \u003ccode\u003emqtt\u003c/code\u003e, you will\n  need to use that option for Qolsys Gateway to work properly.\n  Defaults to \u003ccode\u003emqtt\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    mqtt_namespace: mqtt-homeassistant # if we used that namespace in appdaemon.yaml\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003emqtt_retain:\u003c/strong\u003e whether or not we should set\n  the retain flag on availability and states messages of the partitions and sensors.\n  This is interesting as if Home Assistant starts listening to MQTT right after we\n  sent our status messages and we do not use \u003ccode\u003eretain\u003c/code\u003e, then Home Assistant\n  will not know the state. However, using \u003ccode\u003eretain\u003c/code\u003e means that we need to\n  handle the cases where AppDaemon is killed, this means that for this option to be\n  considered, we need the \u003ccode\u003ebirth_topic\u003c/code\u003e and \u003ccode\u003ewill_topic\u003c/code\u003e of\n  AppDaemon to be the same, so we can consider AppDaemon's availability as an\n  information of the availability of our partitions and sensors.\n  Defaults to \u003ccode\u003etrue\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    mqtt_retain: false # if we do not want to use MQTT retain\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003ediscovery_topic:\u003c/strong\u003e The topic base that Home\n  Assistant listens to for MQTT discovery. This needs to be the same as the\n  \u003ccode\u003ediscovery_prefix\u003c/code\u003e configured for the MQTT module in the Home\n  Assistant configuration, which is \u003ccode\u003ehomeassistant\u003c/code\u003e by default.\n  Defaults to \u003ccode\u003ehomeassistant\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    discovery_topic: hass-discovery # if the discovery_prefix was changed to hass-discovery in Home Assistant\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003econtrol_topic:\u003c/strong\u003e the topic to use to\n  receive control commands from Home Assistant. If using \u003ccode\u003e{panel_unique_id}\u003c/code\u003e\n  as part of the value, it will be converted to the value as defined by\n  the \u003ccode\u003epanel_unique_id\u003c/code\u003e parameter, allowing to automatically\n  handle multiple instances of Qolsys Gateway for multiple panels, since\n  you will have to define different unique IDs for each.\n  Defaults to \u003ccode\u003e{discovery_topic}/alarm_control_panel/{panel_unique_id}/set\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    control_topic: panel_{panel_unique_id}/control\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eevent_topic:\u003c/strong\u003e the topic to use to\n  write (and also read) the Qolsys Panel events. If using \u003ccode\u003e{panel_unique_id}\u003c/code\u003e\n  as part of the value, it will be converted to the value as defined by\n  the \u003ccode\u003epanel_unique_id\u003c/code\u003e parameter, allowing to automatically\n  handle multiple instances of Qolsys Gateway for multiple panels, since\n  you will have to define different unique IDs for each.\n  Defaults to \u003ccode\u003eqolsys/{panel_unique_id}/event\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    event_topic: panel_{panel_unique_id}/event\n    # ...\n  ```\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003euser_control_token:\u003c/strong\u003e a fixed control\n  token that can be used as an alternative to the session token for control\n  commands sent to Qolsys Gateway, if you want to trigger control commands\n  that are not supported by an Home Assistant service. When set to \u003ccode\u003enull\u003c/code\u003e,\n  this is simply disabled (only the session token will be considered valid).\n  Defaults to \u003ccode\u003enull\u003c/code\u003e.\u003c/summary\u003e\n\n  ```yaml\n  qolsys_panel:\n    # ...\n    user_control_token: My$ecr3tT0k3n!\n    # ...\n  ```\n  \u003c/details\u003e\n\n\n## Other documentation\n\n- [The known Qolsys Panel interactions](./docs/qolsys-panel-interactions.md)\n- [Qolsys Gateway's control commands](./docs/qolsysgw-control-commands.md)\n- [Qolsys Gateway's entities](./docs/qolsysgw-entities.md)\n\n\n## Acknowledgements and thanks\n\nThe initial findings that made this project possible are discussed\n[in the community forum of Home Assistant][hass-community-thread], where the\nControl4 interface was initially mentioned, as well as a number of the events\nand actions that could be used once the connection initiated with the Qolsys\nPanel.\n\nThe [\u003ccode\u003ead-qolsys\u003c/code\u003e][ad-qolsys] project by [@roopesh][roopesh], which I\nused before deciding to rewrite the automation from scratch with different\nfeatures and a different way to handle events and actions. This project is not\nusing a line of code of \u003ccode\u003ead-qolsys\u003c/code\u003e, but was initially inspired\nby it.\n\n\n\u003c!--\nList of links used in that page, sorted alphabetically by tag\n--\u003e\n[ad-qolsys]: https://github.com/roopesh/ad-qolsys\n[appdaemon-docker]: https://hub.docker.com/r/acockburn/appdaemon/\n[appdaemon-hass-plugin]: https://appdaemon.readthedocs.io/en/latest/CONFIGURE.html#configuration-of-the-hass-plugin\n[appdaemon-install]: https://appdaemon.readthedocs.io/en/latest/INSTALL.html\n[appdaemon-mqtt-plugin]: https://appdaemon.readthedocs.io/en/latest/CONFIGURE.html#configuration-of-the-mqtt-plugin\n[appdaemon]: https://github.com/AppDaemon/appdaemon\n[asyncio]: https://docs.python.org/3/library/asyncio.html\n[hacs-install]: https://hacs.xyz/docs/setup/download\n[hacs-pr]: https://github.com/hacs/default/pull/1173\n[hass-community-thread]: https://community.home-assistant.io/t/qolsys-iq-panel-2-and-3rd-party-integration/231405\n[hass-install]: https://www.home-assistant.io/installation/\n[hass-mqtt-broker]: https://www.home-assistant.io/docs/mqtt/broker\n[hass-mqtt-discovery]: https://www.home-assistant.io/docs/mqtt/discovery/\n[hass-mqtt]: https://www.home-assistant.io/integrations/mqtt/\n[hass]: https://www.home-assistant.io/\n[mqtt-docker]: https://hub.docker.com/_/eclipse-mosquitto\n[qolsys-panel-2]: https://qolsys.com/iq-panel-2/\n[qolsys-panel-2-plus]: https://qolsys.com/iq-panel-2-plus/\n[qolsys-panel-4]: https://qolsys.com/iq-panel-4/\n[roopesh]: https://github.com/roopesh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXaF%2Fqolsysgw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FXaF%2Fqolsysgw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXaF%2Fqolsysgw/lists"}