home-assistant.io/source/_components/radiotherm.markdown
2019-07-16 15:28:06 -07:00

1.8 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Radio Thermostat (3M Filtrete) Thermostat Instructions on how to integrate Radio Thermostat (3M Filtrete) thermostats within Home Assistant. radiotherm.png
Climate
Local Polling 0.7.6
/components/climate.radiotherm/

The radiotherm climate platform let you control a thermostat from Radio Thermostat or 3M Filtrete. Your thermostat must have the Wi-Fi module installed and connected to your network.

The underlying library supports:

  • CT30 v1.75
  • CT30 v1.92
  • CT30 v1.94
  • CT30 v1.99
  • CT50 V1.09
  • CT50 V1.88
  • CT50 V1.92
  • CT50 V1.94 (also known as Filtrete 3M50)
  • CT80 Rev B1 V1.00
  • CT80 Rev B2 V1.00
  • CT80 Rev B2 V1.03
  • CT80 Rev B2 V1.09

New models that are derivatives of the CT30 or CT80 should be detected automatically and basic functionality should work.

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

# Example configuration.yaml entry
climate:
  - platform: radiotherm

{% configuration %} host: description: List of your Radiotherm thermostats. If not provided the thermostats will be auto-detected. required: false type: list hold_temp: description: Boolean to control if Home Assistant temperature adjustments hold (true) or are temporary (false). required: false default: false type: boolean {% endconfiguration %}

Set hold_temp: true if you want temperature settings from Home Assistant to override a thermostat schedule on the thermostat itself. Otherwise Home Assistant will perform temporary temperature changes.

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

climate:
  platform: radiotherm
  host:
    - 192.168.99.137
    - 192.168.99.202