Skip to content

Update nx584 and honeywell docs #197

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

Merged
merged 2 commits into from
Feb 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions source/_components/alarm_control_panel.nx584.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@ sidebar: true
comments: false
sharing: true
footer: true
logo: networx.png
ha_category: Alarm
---

The `nx584` platform is consuming the information provided by a NetworX-based alarm panels and should work for any such panel equipped with a NX584 serial interface module like Caddx, GE, or Interlogix. This includes NX-4/6/8/8E, where the NX8E has this interface built-in.
The `nx584` platform provides integration with GE, Caddx, Interlogix (and other brands) alarm panels that support the NX584 interface module (or have it built in). Supported panels include NX4/6/8/8E. Actual integration is done through [pynx584](http://github.com/kk7ds/pynx584) which is required for this to work.


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

```yaml
# Example configuration.yaml entry
alarm_control_panel:
platform: nx584
host: IP_ADDRESS
host: ADDRESS
```

Configuration variables:

- **host** (*Optional*): The IP address of the pynx584 backend server. Defaults to `localhost:5007`.
- **host** (*Optional*): This is the host connection string (host:port) for the nx584 server process. If unset, it is assumed to be `localhost:5007`, which will work if the server process is running on the same system as home-assistant.

17 changes: 16 additions & 1 deletion source/_components/thermostat.honeywell.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: "Honeywell Thermostat"
description: "Instructions how to integrate Honeywell thermostats within Home Assistant."
date: 2015-11-09 17:15
date: 2016-02-07 22:01
sidebar: true
comments: false
sharing: true
Expand All @@ -23,8 +23,23 @@ thermostat:
password: YOUR_PASSWORD
```

If you are using a Honeywell thermostat in the US, you also need to provide the thermostat identifier:

```yaml
id: IDENT
```

Configuration variables:

- **username** (*Required*: The username of an user with access.
- **password** (*Required*): The password for your given admin account.
- **away_temperature** (*optional*): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C.
- **id** (*optional*): Thermostat identifier

To find your thermostat identifier, log into your account, choose a thermostat (if applicable) and then look at the URL. It should look something like this:

```
https://mytotalconnectcomfort.com/portal/Device/Control/1234567
```

In this case, the identifier is `1234567`.
Binary file added source/images/supported_brands/networx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.