Instructions on how to integrate CoolMasterNet within Home Assistant.
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:
{% 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.
heat_cool:
description: Heat/Cool mode (CoolMasterNet refers to it as Auto).
dry:
description: Dry mode.
fan_only:
description: Fan only mode.
{% endconfiguration %}