Proliphix Thermostat


The proliphix climate 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:

climate:
  - platform: proliphix
    host: IP_ADDRESS
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

Configuration variables:

  • host (Required): Address 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.