Honeywell TotalConnect Alarm Control Panel


The totalconnect platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies.

To enable this, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
alarm_control_panel:
  - platform: totalconnect
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

Configuration variables:

  • name (Optional): Name of device in Home Assistant.
  • username (Required): Username used to sign into the TotalConnect app/web client.
  • password (Required): Password used to sign into the TotalConnect app/web client.