From 04db62c1cf0bc37718bef9b0de0b9cc8e9a8cb11 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 25 Nov 2015 08:47:59 +0100 Subject: [PATCH] Add homematic page --- .../_components/thermostat.homematic.markdown | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 source/_components/thermostat.homematic.markdown diff --git a/source/_components/thermostat.homematic.markdown b/source/_components/thermostat.homematic.markdown new file mode 100644 index 00000000000..b2a5867dc58 --- /dev/null +++ b/source/_components/thermostat.homematic.markdown @@ -0,0 +1,36 @@ +--- +layout: component +title: "Homematic thermostat" +description: "Instructions how to integrate Homematic thermostats within Home Assistant." +date: 2015-11-25 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Thermostat +--- + + +The homematic thermostat platform let you control [Homematic](http://www.homematic.com/) 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: + +```yaml +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 +