home-assistant.io/source/_components/coolmaster.markdown
2019-04-03 10:16:08 -07:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page CoolMasterNet Climate Instructions on how to integrate CoolMasterNet within Home Assistant. 2019-02-05 00:00 true false true true coolautomation.png Climate 0.88 Local Polling
/components/climate.coolmaster/

The coolmaster climate platform lets you control HVAC through CoolMasterNet. To set it up, add the following information to your configuration.yaml file:

climate:
  - platform: coolmaster
    host: YOUR_COOLMASTER_HOST
    port: YOUR_COOLMASTER_PORT
    supported_modes:
      - heat
      - cool
      - dry

{% configuration %} host: description: The host address of your CoolMasterNet instance (IP or host name). required: true type: string port: description: The port number of your CoolMasterNet instance. required: false type: integer default: 10102 supported_modes: description: The operation modes supported by your HVAC. required: false type: list default: All modes keys: heat: description: Heat mode. cool: description: Cool mode. auto: description: Auto mode. dry: description: Dry mode. fan_only: description: Fan only mode. {% endconfiguration %}