home-assistant.io/source/_components/alarm_control_panel.nx584.markdown
Dan Smith ac3863dad4 Update nx584 alarm platform docs
Adds a logo and clarifies some things.
2016-02-07 22:38:40 +00:00

1001 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout title description date sidebar comments sharing footer logo ha_category
page NX584 Alarm Control Panel Instructions how to integrate NX584 into Home Assistant. 2016-02-07 10:00 true false true true networx.png Alarm

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 which is required for this to work.

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

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

Configuration variables:

  • 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.