
* Various small fixes Add configuration and other titles Remove empty lines Fix indentation for configuration block Reorder key list to be in line with the rest Delete empty default value and fixed value type * None is a valid value
1.5 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Concord232 Alarm Control Panel | Instructions on how to integrate Interlogix/GE Concord4 with RS-232 Automation Control Module into Home Assistant. | 2016-10-11 10:00 | true | false | true | true | interlogix.png | Alarm | 0.31 |
The concord232
platform provides integration with GE, Interlogix (and other brands) alarm panels that support the RS-232 Automation Control Panel interface module (or have it built in). Supported panels include Concord 4.
To use this platform, you will need to have the external concord232 client and server installed. The server must be running on the device which is connected to the automation module's serial port. The client must be installed on the machine running Home Assistant. These may often be the same machine, but do not have to be. For additional details in setting up and testing the client and server, see https://github.com/JasonCarter80/concord232.
{% linkable_title Configuration %}
To enable this platform in Home Assistant, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
alarm_control_panel:
- platform: concord232
{% configuration %} host: description: The host where the concord232 server process is running. required: false type: string default: localhost port: description: The port where the Alarm panel is listening. required: false type: integer default: 5007 {% endconfiguration %}