home-assistant.github.io/source/_components/climate.radiotherm.markdown
Matt N 2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category
page Radiotherm Thermostat Instructions how to integrate Radiotherm thermostats within Home Assistant. 2015-10-18 17:15 true false true true radiotherm.png Climate

The radiotherm climate platform let you control a thermostat from Radio Thermostat.

The underlying library supports:

  • CT50 V1.09
  • CT50 V1.88
  • CT50 V1.94 (also known as Filtrete 3M50)
  • CT80 Rev B2 V1.03

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

# Example configuration.yaml entry
climate:
  platform: radiotherm

Configuration variables:

  • host (Optional): List of your Radiotherm thermostats. If not provided the thermostats will be auto-detected.
  • hold_temp (Optional): Boolean to control if Home Assistant temperature adjustments hold (True) or are temporary (False). Defaults to False.

Temperature settings from Home Assistant will be sent to thermostat and then hold at that temperature. Set to False if you set a thermostat schedule on the thermostat itself and just want Home Assistant to send temporary temperature changes.

Multiple thermostats could be assigned by using host: if auto-detection is not used.

climate:
  platform: radiotherm
  host:
    - 192.168.99.137
    - 192.168.99.202