-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Adding Concord232 Details #1221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: page | ||
title: "Concord232 Alarm Control Panel" | ||
description: "Instructions how to integrate Interlogix/GE Concord4 with RS-232 Automation Control Module into Home Assistant." | ||
date: 2016-10-11 10:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: networx.png | ||
ha_category: Alarm | ||
ha_release: 0.13 | ||
--- | ||
|
||
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. Actual integration is done through [concord232](http://github.com/JasonCarter80/concord232) which is required for this to work. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Double space after "Ge, " |
||
|
||
To enable this, add the following lines to your `configuration.yaml`: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
alarm_control_panel: | ||
platform: concord232 | ||
``` | ||
|
||
Configuration variables: | ||
|
||
- **host** (*Optional*): The host where the concord232 server process is running. Defaults to localhost. | ||
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to 5007. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: page | ||
title: "Concord232 Alarm Control Panel" | ||
description: "Instructions how to integrate Interlogix/GE Concord4 with RS-232 Automation Control Module into Home Assistant." | ||
date: 2016-10-11 10:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: networx.png | ||
ha_category: Alarm | ||
ha_release: 0.13 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be 0.31 or later. |
||
--- | ||
|
||
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. Actual integration is done through [concord232](http://github.com/JasonCarter80/concord232) which is required for this to work. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Double space after "GE, " |
||
|
||
To enable this, add the following lines to your `configuration.yaml`: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
alarm_control_panel: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does the binary sensor and control panel share the same configuration if so you could just indicate this on the page like this. If not then this line should be |
||
platform: concord232 | ||
``` | ||
|
||
Configuration variables: | ||
|
||
- **host** (*Optional*): The host where the concord232 server process is running. Defaults to localhost. | ||
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to 5007. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 0.31 or later.