From 9c28c225b6c8a7ffff931a5be1b5cc5754a20245 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 Jul 2016 10:28:42 +0200 Subject: [PATCH] Add stubs and links --- .../alarm_control_panel.envisalink.markdown | 20 +++++++++++++++++++ .../binary_sensor.envisalink.markdown | 18 +++++++++++++++++ source/_components/envisalink.markdown | 10 +++++----- source/_components/sensor.envisalink.markdown | 19 ++++++++++++++++++ 4 files changed, 62 insertions(+), 5 deletions(-) create mode 100644 source/_components/alarm_control_panel.envisalink.markdown create mode 100644 source/_components/binary_sensor.envisalink.markdown create mode 100644 source/_components/sensor.envisalink.markdown diff --git a/source/_components/alarm_control_panel.envisalink.markdown b/source/_components/alarm_control_panel.envisalink.markdown new file mode 100644 index 00000000000..b5b6b3d593a --- /dev/null +++ b/source/_components/alarm_control_panel.envisalink.markdown @@ -0,0 +1,20 @@ +--- +layout: page +title: "Envisalink Alarm" +description: "Instructions how to setup the Envisalink Alarm control panel within Home Assistant." +date: 2016-07-01 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: eyezon.png +ha_category: Alarm +ha_release: 0.23 +ha_iot_class: "Local Push" +--- + + +The `envisalink` alarm control panel platform allows you to control your [Envisalink](http://www.eyezon.com) alarms. + +The requirement is that you have setup your [Envisalink hub](/components/envisalink/). + diff --git a/source/_components/binary_sensor.envisalink.markdown b/source/_components/binary_sensor.envisalink.markdown new file mode 100644 index 00000000000..227d7ee821a --- /dev/null +++ b/source/_components/binary_sensor.envisalink.markdown @@ -0,0 +1,18 @@ +--- +layout: page +title: "Envisalink Binary Sensor" +description: "Instructions how to integrate Envisalink binary sensors into Home Assistant." +date: 2016-07-01 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: eyezon.png +ha_release: 0.23 +ha_category: Binary Sensor +ha_iot_class: "Local Push" +--- + +The `envisalink` platform allows you to get data from your [Envisalink](http://www.eyezon.com/) binary sensors from within Home Assistant. + +The requirement is that you have setup your [Envisalink hub](/components/envisalink/). diff --git a/source/_components/envisalink.markdown b/source/_components/envisalink.markdown index 340c88c1975..037907a6e01 100644 --- a/source/_components/envisalink.markdown +++ b/source/_components/envisalink.markdown @@ -13,15 +13,15 @@ ha_release: 0.23 --- This component will allow Home Assistant users who own either a DSC or Honeywell alarm panel to leverage their alarm system and it's sensors to provide Home Assistant with rich information about their homes. -Connectivity between Home Assistant and the alarm panel is accomplished through a device produced by Eyez On, known as the Envisalink. The Envisalink evl3 and evl4 boards provide a TCP/IP interface to the alarm panel, where it emulates an alarm keypad. This board also exposes a raw TCP/IP based API, upon which this component is built. Currently, the Envisalink version 4 is the latest model. This component supports both the evl3 and the evl4. +Connectivity between Home Assistant and the alarm panel is accomplished through a device produced by Eyez On, known as the Envisalink. The Envisalink evl3 and evl4 boards provide a TCP/IP interface to the alarm panel, where it emulates an alarm keypad. This board also exposes a raw TCP/IP based API, upon which this component is built. Currently, the Envisalink version 4 is the latest model. This component supports both the evl3 and the evl4. Please visit the [eyezon website](http://www.eyezon.com/) for further information about the evl3 and evl4 boards. There is currently support for the following device types within Home Assistant: -- Binary Sensor (Reports on zone status) -- Sensor (Emulates an alpha-numeric keypad attached to the alarm panel) -- Alarm Control Panel (Reports on partition status, and can be used to arm/disarm the system) +- [Binary Sensor](/components/binary_sensor.envisalink/): Reports on zone status +- [Sensor](/components/sensor.envisalink/): Emulates an alpha-numeric keypad attached to the alarm panel +- [Alarm Control Panel](/components/alarm_control_panel.envisalink/): Reports on partition status, and can be used to arm/disarm the system This is a fully event-based component- any event sent by the Envisalink device will be immediately reflected within Home Assistant. @@ -30,7 +30,7 @@ This is a fully event-based component- any event sent by the Envisalink device w An `envisalink` section must be present in the `configuration.yaml` file and contain the following options as required: ### Required Parameters -- **host**: The ip address of the Envisalink device on your home network. +- **host**: The IP address of the Envisalink device on your home network. - **panel_type**: `HONEYWELL` or `DSC`, depending upon which alarm system you have. - **user_name**: Which username to authenticate with when connecting to the device. On a Honeywell alarm panel, the username/password are the same. - **password**: Which password to authenticate with when connecting to the device. diff --git a/source/_components/sensor.envisalink.markdown b/source/_components/sensor.envisalink.markdown new file mode 100644 index 00000000000..5f42edda39f --- /dev/null +++ b/source/_components/sensor.envisalink.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Vera Sensor" +description: "Instructions how to integrate Vera sensors into Home Assistant." +date: 2016-07-01 10:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: eyezon.png +ha_release: 0.23 +ha_category: Sensor +ha_iot_class: "Local Push" +--- + +The `envisalink` platform allows you to get data from your [Envisalink](http://www.eyezon.com/) sensors from within Home Assistant. + +The requirement is that you have setup your [Envisalink hub](/components/envisalink/). +