1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
component | Homematic thermostat | Instructions how to integrate Homematic thermostats within Home Assistant. | 2015-11-25 08:00 | true | false | true | true | homematic.png | Thermostat |
The homematic thermostat platform let you control Homematic thermostat from Home Assistant. Currently there is support for Homematic (HM-TC-IT-WM-W-EU, HM-CC-RT-DN) thermostats using Homegear or Homematic central (CCU1/CCU2).
To set it up, add the following information to your configuration.yaml
file:
thermostat:
platform: homematic
address: HOMEGEAR/CCU_ADDRESS
devices:
Livingroom 1:
id: DEVICE_SERIAL_NO
Livingroom 2:
id: DEVICE_SERIAL_NO
Configuration variables:
- address (Required: Adress of your Homegear or Homeatic central, eg. http://localhost:2001
- devices array (Required): List of all your Homeatic devices.
- name (Required): Name to identify the device.
- id (Required): The serial number of the device, eg. MEQ0791521
- name (Required): Name to identify the device.