mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-28 15:27:36 +00:00
1.2 KiB
1.2 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_platforms | ha_integration_type | ha_quality_scale | ||
---|---|---|---|---|---|---|---|---|---|---|
Proliphix | Instructions on how to integrate Proliphix thermostats within Home Assistant. |
|
0.11 | Local Polling | proliphix |
|
integration | legacy |
The proliphix
climate platform let you control Proliphix thermostats from Home Assistant.
Currently supported and tested thermostats:
- NT10e
To set it up, add the following information to your {% term "configuration.yaml
" %} file:
climate:
- platform: proliphix
host: IP_ADDRESS
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} host: description: Address of your thermostat, e.g., 192.168.1.32. required: true type: string username: description: Username for the thermostat. required: true type: string password: description: Password for the thermostat. required: true type: string {% endconfiguration %}
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.