home-assistant.io/source/_components/thermostat.proliphix.markdown
2016-08-27 13:07:06 +02:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Proliphix Thermostat Instructions how to integrate Proliphix thermostats within Home Assistant. 2016-01-15 08:00 true false true true proliphix.png Deprecated 0.11

**This platform has been deprecated in favor of a "[climate](/components/climate.proliphix/)" platform and will be removed in the future. Please use the climate platform.**

The proliphix thermostat platform let you control Proliphix thermostat from Home Assistant.

Currently supported and tested thermostats:

  • NT10e

To set it up, add the following information to your configuration.yaml file:

thermostat:
  platform: proliphix
  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.