home-assistant.io/source/_components/zhong_hong.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.0 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
ZhongHong Thermostats Controller Instructions on how to integrate ZhongHong Support thermostats within Home Assistant. zhong_hong.png
Climate
0.72 Local Push
/components/climate.zhong_hong/

The zhong_hong climate platform lets you control Zhonghong HVAC Gateway Controller thermostats through Home Assistant.

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

climate:
  - platform: zhong_hong
    host: GATEWAY_IP

{% configuration %} host: description: The IP address of your controller. required: true type: string port: description: The port of your controller. required: false default: 9999 type: integer gateway_address: description: The gateway address for the gateway (Settings in the controller itself). required: false default: 1 type: integer

{% endconfiguration %}

When Gateway is found, All HVAC devices will be configured automatically.