From aa732c67887189f2d88875ed530b8b57641f7662 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 15 Jan 2016 08:46:29 +0100 Subject: [PATCH] Add proliphix docs --- .../_components/thermostat.proliphix.markdown | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 source/_components/thermostat.proliphix.markdown diff --git a/source/_components/thermostat.proliphix.markdown b/source/_components/thermostat.proliphix.markdown new file mode 100644 index 00000000000..f8ddb39fd2c --- /dev/null +++ b/source/_components/thermostat.proliphix.markdown @@ -0,0 +1,38 @@ +--- +layout: component +title: "Proliphix thermostat" +description: "Instructions how to integrate Proliphix thermostats within Home Assistant." +date: 2016-01-15 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: proliphix.png +ha_category: Thermostat +--- + + +The `proliphix` thermostat platform let you control [Proliphix](http://www.proliphix.com) thermostat from Home Assistant. + +Currently supported and tested thermostats: + +- NT10e + +To set it up, add the following information to your `configuration.yaml` file: + +```yaml +thermostat: + platform: homematic + host: IP_ADDRESS + username: YOUR_USERNAME + password: YOUR_PASSWORD +``` + +Configuration variables: + +- **host** (*Required*: Adress of your thermostat, eg. 192.168.1.32 +- **username** (*Required*): Username for the thermostat. +- **password** (*Required*): Password for the thermostat. + +The Proliphix NT Thermostat series are ethernet connected thermostats. They have a local HTTP interface that is based on get/set of OID values. A complete collection of the API is available in this [API documentation](https://github.com/sdague/thermostat.rb/blob/master/docs/PDP_API_R1_11.pdf). +