Honeywell TC2 Security  

Developer: Greg S.
Category: Security & Locks
Github: Github Repo
Assistance: Get help!   
Plugin ID: com.gsdev.totalconnect2
Latest release: v1.0.3 released on Jan. 1, 2018 (this release is only compatible with Indigo 2022.2 and earlier)
Requires: Indigo v7.0.2 thru v2022.2
(Check the Releases tab below for older releases that may have different requirements)
  Download latest release

About the Honeywell TC2 Security Plugin

This plugin adds support for interfacing with Honeywell security panels connected via the Total Connect 2 monitoring service, such as the Honeywell Lyric security panel. Because of the way that Honeywell's service and APIs are set up, this plugin polls for status periodically — the default is every 10 minutes, but this can be configured in the plugin settings.

The plugin adds a new Alarm Keypad device type, which will take on any of the following states:

  • Disarmed
  • Armed-Away
  • Armed-Stay
  • Armed-Night
  • Arming (temporarily, while arming — the plugin will re-check status every 30 seconds during this time)
  • Disarming (temporarily, while disarming — the plugin will re-check status every 30 seconds during this time)

The Alarm Keypad device also has states for tracking a binary arming status (isArmed), and whether zones were bypassed (isBypass). You can set up triggers for state changes to detect changes in status. There are several actions for an Alarm Keypad to arm (using any supported arming type) or disarm the panel, as well as to force a status update.

Installation Requirements

The following are required for the plugin to work correctly:

  • You must be running macOS 10.13 (High Sierra) or newer. This is required, because earlier versions of macOS don't support TLS version 1.1/1.2 connections in the versions of Python and OpenSSL installed by the operating system. Honeywell requires newer TLS security standards when connecting to Total Connect 2. NOTE: It is recommended that you carefully review the High Sierra compatibility announcements before upgrading. Indigo runs fine for me under 10.13.1, but install at your own risk, and only with a backup.
  • You must be running Indigo version 7 or newer, which is required to take advantage of the newer Python version.
  • You must install the deep Python library (see below).

To install Zeep:

  1. Open Terminal.
  2. Type the following, followed by Enter: sudo easy_install zeep
  3. Type your password, then Enter.

The installation will complete automatically.

Download

The plug-in is available in the Indigo Plugin Store.

The latest version of the plugin can also be downloaded from GitHub. Click on Clone or download on the right side, then Download ZIP.

Installation and Set-Up

Install and configure the plugin

  • Download the plugin from the link above, and un-zip the archive if necessary.
  • Double-click on the Honeywell TC2 Security.indigoPlugin file, Indigo should launch and ask if you'd like it to install the plugin.
  • The plugin's config screen should pop up.

Configure Honeywell TC2 Security dialog box. Type a Web access user name and a Web access password at the prompts.

  • Type your Total Connect user name in Web access user name. It is recommended that you create a new Standard user for Indigo's exclusive use. This user must have access to your panel, with a user code assigned and synchronized. See instructions here.
  • Type your Total Connect password in Web access password.
  • Click Save.

Create an Alarm Keypad

  • Create one Alarm Keypad device. This device tracks the arming status of your physical security panel. It's also the device you use to arm/disarm the alarm.

Indigo's Create New Device dialog box. Type = Honeywell TC2 Security, Model = Alarm Keypad click Settings.

  • Configure the keypad by selecting the Total Connect location corresponding to your primary security panel.

Configure Alarm Keypad dialog. Choose a Location.

Usage

If you'd like Indigo to detect changes to the security panel status more quickly, you should not repeatedly use the Update Status action. This may result in Honeywell restricting your access. Rather, set up notifications sent to an email address that Indigo can check for updates — I run mine every minute. Then, set up triggers when emails are received with any of these in the subject line: * Armed Away * Armed Custom * Armed Stay * Disarmed

Then, issue an Update Status action to any panel(s) connected.

You can establish triggers based on changes to a keypad state.

Also, you can set up arm/disarm actions.

Credits

Many thanks to Craig J. Ward, whose Python-based Total Connect Client for another automation system was the initial inspiration and basis for this plugin.

Release details
Released on: Jan. 1, 2018
Requires: Indigo v7.0.2 thru v2022.2
Changes in this release

Updated README file to fix images.

Release details
Released on: Jan. 1, 2018
Requires: Indigo v7.0.2 thru v2022.2
Changes in this release

Minor adjustments to README file. Added icon mask.

Requirements

The following are required for the plugin to work correctly:

  • You must be running macOS 10.13 (High Sierra) or newer. This is required, because earlier versions of macOS don't support TLS version 1.1/1.2 connections in the versions of Python and OpenSSL installed by the operating system. Honeywell requires newer TLS security standards when connecting to Total Connect 2. NOTE: It is recommended that you carefully review the High Sierra compatibility announcements before upgrading. Indigo runs fine for me under 10.13.1, but install at your own risk, and only with a backup.
  • You must be running Indigo version 7 or newer, which is required to take advantage of the newer Python version.
  • You must install the deep Python library (see below).

To install Zeep:

  1. Open Terminal.
  2. Type the following, followed by Enter: sudo easy_install zeep
  3. Type your password, then Enter.

The installation will complete automatically.

Release details
Released on: Jan. 1, 2018
Requires: Indigo v7.0.2 thru v2022.2
Changes in this release

Version 1.0.1 added a plug-in icon and a more descriptive README file. This version is ready for the Indigo Plugin Store.

Release details
Released on: Jan. 1, 2018
Requires: Indigo v7.0.2 thru v2022.2
Changes in this release

Initial release