diff --git a/source/_components/binary_sensor.isy994.markdown b/source/_components/binary_sensor.isy994.markdown new file mode 100644 index 00000000000..1e5eaf55a73 --- /dev/null +++ b/source/_components/binary_sensor.isy994.markdown @@ -0,0 +1,17 @@ +--- +layout: page +title: "ISY994 Binary Sensor" +description: "Instructions how to integrate ISY994 binary sensors into Home Assistant." +date: 2016-09-03 23:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: universal_devices.png +ha_category: Binary Sensor +ha_iot_class: "Local Push" +--- + +The `isy994` platform allows you to get data from your [ISY994](https://www.universal-devices.com/residential/isy994i-series/) binary sensors from within Home Assistant. + +They will be automatically discovered if the isy994 component is loaded. diff --git a/source/_components/cover.isy994.markdown b/source/_components/cover.isy994.markdown new file mode 100644 index 00000000000..fc9c1142209 --- /dev/null +++ b/source/_components/cover.isy994.markdown @@ -0,0 +1,17 @@ +--- +layout: page +title: "ISY994 Cover" +description: "Instructions how to integrate ISY994 covers into Home Assistant." +date: 2016-09-03 23:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: universal_devices.png +ha_category: Cover +ha_iot_class: "Local Push" +--- + +The `isy994` platform allows you to get data from your [ISY994](https://www.universal-devices.com/residential/isy994i-series/) cover from within Home Assistant. + +They will be automatically discovered if the isy994 component is loaded. diff --git a/source/_components/fan.isy994.markdown b/source/_components/fan.isy994.markdown new file mode 100644 index 00000000000..6c1e7f1e07f --- /dev/null +++ b/source/_components/fan.isy994.markdown @@ -0,0 +1,17 @@ +--- +layout: page +title: "ISY994 Fan" +description: "Instructions how to integrate ISY994 fans into Home Assistant." +date: 2016-09-03 23:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: universal_devices.png +ha_category: Fan +ha_iot_class: "Local Push" +--- + +The `isy994` platform allows you to get data from your [ISY994](https://www.universal-devices.com/residential/isy994i-series/) fan from within Home Assistant. + +They will be automatically discovered if the isy994 component is loaded. diff --git a/source/_components/isy994.markdown b/source/_components/isy994.markdown index d3c28ba9295..7c655454c5c 100644 --- a/source/_components/isy994.markdown +++ b/source/_components/isy994.markdown @@ -9,15 +9,15 @@ sharing: true footer: true logo: universal_devices.png ha_category: Hub -ha_release: pre 0.7 +ha_release: 0.28 --- -The ISY994 is a home automation controller that is capable of controlling Insteon and X10 devices. The controller is also capable of controlling Z-Wave devices but that functionality has not yet been confirmed with Home Assistant. +The ISY994 is a home automation controller that is capable of controlling Insteon and X10 devices. Some models of the ISY994 can even control Z-Wave devices. The ISY994 controller is manufactured by [Universal Devices](https://www.universal-devices.com/residential/isy994i-series/). ### {% linkable_title Basic Configuration %} -Home Assistant is capable of communicating with any switch, sensor, and light that is configured on the controller. Using the programs on the controller, custom switches and sensors can also be created. +Home Assistant is capable of communicating with any binary sensor, cover, fan, light, lock, sensor and switch that is configured on the controller. Using the programs on the controller, custom binary sensors, cover, fan, lock, and switches can also be created. To integrate your ISY994 controller with Home Assistant, add the following section to your `configuration.yaml` file: @@ -37,52 +37,85 @@ Configuration variables: - **username** (*Required*): The username that used to access the ISY interface. - **password** (*Required*): The password that used to access the ISY interface. -- **sensor_string** (*Optional*): This is the string that is used to identify which devices are to be assumed to be sensors instead of lights of switches. By default, this string is 'Sensor'. If this string is found in the device name, Home Assistant will assume it is as a sensor. +- **sensor_string** (*Optional*): This is the string that is used to identify which devices are to be assumed to be sensors instead of lights of switches. By default, this string is 'sensor'. If this string is found in the device name or folder, Home Assistant will assume it is as a sensor or binary sensor (if the device has on/off or true/false states). - **hidden_string** (*Optional*): The HIDDEN_STRING is a string that is used to identify which devices are to be hidden on Home Assistant's front page. This string will be stripped from the device's name before being used. By default, this value is '{HIDE ME}'. - **tls** (*Optional*): This entry should refelct the version of TLS that the ISY controller is using for HTTPS encryption. This value can be either 1.1 or 1.2. If this value is not set, it is assumed to be version 1.1. This is the default for most users. ISY994 Pro users may likely be using 1.2. When using HTTPS in the host entry, it is best practice to set this value. -Once the ISY controller is configured, it will automatically import any lights, switches, and sensors it can locate. +Once the ISY controller is configured, it will automatically import any binary sensors, covers, fans, lights, locks, sensors and switches it can locate. -### {% linkable_title Creating Custom Switches %} +### {% linkable_title Creating Custom Devices %} -Using the Programs tab in the controller's Administrative Console, custom switches can be created that will appear natively inside of Home Assistant. Home Assistant will scan two different directories for switch configurations on the controller. These directories must exist at the root level. The two directories used to make switches are *HA.doors* and *HA.switches*. Currently, the two receive identical treatment in Home Assistant. +Using the Programs tab in the controller's Administrative Console, custom devices can be created that will appear natively inside of Home Assistant. Home Assistant will scan the following folders and build the device to the associated domains: -A switch is created by creating a directory under either of these root dirctories with the name you would like to call the switch. Two programs are then required in this directory: *status* and *actions*. The image below shows a sample configuration. This sample includes an extra program called *auto on*. This is ignored by Home Assistant. +``` +My Programs +├── HA.binary_sensor +| ├── Movement In House +| | └── status +| └── Garage Open +| | └── status +├── HA.cover +| ├── Left Garage Door +| | ├── actions +| | └── status +| ├── Living Room Blinds +| | ├── actions +| | └── status +├── HA.fan +| ├── Desk Fan +| | ├── actions +| | └── status +| ├── Living Room Fan +| | ├── actions +| | └── status +├── HA.lock +| ├── Front Door +| | ├── actions +| | └── status +| ├── Back Door +| | ├── actions +| | └── status +├── HA.switch +| ├── Dining Lights +| | ├── actions +| | └── status +| ├── Sleep Mode +| | ├── actions +| | └── status +``` + +A device is created by creating a directory, with the name for the device, under any of the following root directories: + * *HA.binary_sensor* will create a binary sensor (see [Customizing Devices](https://home-assistant.io/getting-started/customizing-devices/) to set the sensor class) + * *HA.cover* will create a cover + * *HA.fan* will create a fan + * *HA.lock* will create a lock + * *HA.switch* will create a switch + +A program, named *status*, is required under the program device directory. A program, named *actions*, is required for all program devices except for binary_sensor. Any other programs in these device directories will be ignored.
-
+
-
-
-
-