mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add homematic page
This commit is contained in:
parent
19d29d8062
commit
04db62c1cf
36
source/_components/thermostat.homematic.markdown
Normal file
36
source/_components/thermostat.homematic.markdown
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user