Skip to content

Latest commit

 

History

History
executable file
·
82 lines (72 loc) · 3.3 KB

README.md

File metadata and controls

executable file
·
82 lines (72 loc) · 3.3 KB

Homebridge Plugin for Qolsys Panels

verified-by-homebridge npm downloads

This plugin only supports the IQ Panel basic security features:

Feature Status
Arming partition (Arm-Away, Arm-Stay Supported
Disarming partition Supported
RF and wired sensor status Supported
Z-Wave accessory status and control Not Supported
IQ Panel smart home features Not Supported
Other Alarm.com features Not Supported

Supported Qolsys Panels

Panel Status Notes
IQ Not Supported
IQ HUB Not Supported
IQ2 Supported Software >= 2.4.0
IQ2+ Supported For software >= 2.6.2: Enable 6-digit user codes
IQ4 Supported Software >= 4.1.0
IQ4 HUB Status Pending

Supported Sensors

  • Motion and Panel Motion
  • Door, Window
  • Water
  • Smoke Detector
  • CO Detector
  • Bluetooth
  • Glass Break and Panel Glass Break
  • Takeover Module

Homebride Pluging Configuration

General Parameters

  • Host: Qolsys Panel IP address
  • Port: Qolsys Panel Port number (defaults to 12345)
  • Secure Token: C4 Integration Secure Token
  • User Pin Code: User security code
  • Arm Away Exit Delay: How much time users have to exit the location before the panel arms itself to Arm Away (0 sec or any number higher than your panel long exit delay (120 sec by default))
  • Arm Stay Exit Delay: How much time before the panel arms itself to Arm Stay (0 sec or any number higher than your panel long exit delay (120 sec by default))
  • Force Arm: Bypass open or faulted sensors when arming partition
  • Sensor minimum trigger duration: Some sensors are instantaneously reverting to a closed status after being brought in an open state. This option will introduce a small delay to make sure the event was properly registered by Homekit in Home App.

Qolsys Panel Configuration

IQ2, IQ2+ and IQ4

  1. Start by enabling Control 4 integration on Qolsys panel:
  • Settings
  • Advanced Settings
  • Enter Dealer Code (defaults to 2222)
  • Installation
  • Devices
  • WIFI Devices
  • 3rd Party Connections
  • Check the Control4 box
  • Reboot Qolsys Panel
  1. Reveal Secure Access Token:
  • Settings
  • Advanced Settings
  • Enter Dealer Code (defaults to 2222)
  • Installation
  • Devices
  • WIFI Devices
  • 3rd Party Connections
  • Select Reveal Secure Token field

Plugin Operation

HomeKit Security System Accessory:

Homekit Partition State Qolsys Partition State
Off Disarmed
Away Arm Away, Exit Delay in config file
Home Arm Stay, Exit Delay in config file

Credits