mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Add proliphix docs
This commit is contained in:
parent
bb004fafe7
commit
aa732c6788
38
source/_components/thermostat.proliphix.markdown
Normal file
38
source/_components/thermostat.proliphix.markdown
Normal file
@ -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).
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user