mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add stubs and links
This commit is contained in:
parent
049242d362
commit
9c28c225b6
20
source/_components/alarm_control_panel.envisalink.markdown
Normal file
20
source/_components/alarm_control_panel.envisalink.markdown
Normal file
@ -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/).
|
||||
|
18
source/_components/binary_sensor.envisalink.markdown
Normal file
18
source/_components/binary_sensor.envisalink.markdown
Normal file
@ -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/).
|
@ -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.
|
||||
|
19
source/_components/sensor.envisalink.markdown
Normal file
19
source/_components/sensor.envisalink.markdown
Normal file
@ -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/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user