Skip to content

Commit b83e91f

Browse files
author
Michaël Arnauts
committed
ComfoConnect climate platform documentation.
1 parent 005ab6f commit b83e91f

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: page
3+
title: "Zehnder ComfoAir Q Ventilation"
4+
description: "Instructions how to integrate Zehnder ComfoAir Q350/450/600 ventilation systems into Home Assistant."
5+
date: 2017-04-22 18:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: zehnder.png
11+
ha_category: Climate
12+
ha_release: "0.45"
13+
---
14+
15+
The `comfoconnect` climate platform let you control Zehnder ComfoAir [Q350](http://www.international.zehnder-systems.com/products-and-systems/comfosystems/zehnder-comfoair-q350-st)/[450](http://www.international.zehnder-systems.com/products-and-systems/comfosystems/zehnder-comfoair-q450-st)/[600](http://www.international.zehnder-systems.com/products-and-systems/comfosystems/zehnder-comfoair-q600-st)
16+
ventilation units from Home Assistant. You need a [ComfoConnect LAN C](http://www.zehnder.co.uk/products-and-systems/comfortable-indoor-ventilation/ms-comfoair-q/ideal-control#node-21233)
17+
bridge to connect the unit to your local network.
18+
19+
There is an official iPhone and Android app to configure and control your unit. This platform connects with the help of
20+
the unofficial [pycomfoconnect](https://github.com/michaelarnauts/comfoconnect) library.
21+
22+
This platform reads out the outdoor temperature and humidity, the indoor temperature and humidity, the current speed
23+
mode (away, low, medium, high) and the extract and supply air flow (in m³ per hour). It also allows you to change the
24+
fan speed.
25+
26+
To set it up, add the following information to your `configuration.yaml` file:
27+
28+
```yaml
29+
climate:
30+
platform: comfoconnect
31+
host: 192.168.1.213
32+
```
33+
<p class='note'>
34+
Note that it's not possible to have multiple connection to the bridge at the same time. If you have the mobile app open,
35+
no new connections can be fetched since the platform won't be able to communicate with the ventilation system unit.
36+
</p>
37+
38+
Configuration variables:
39+
40+
- **host** (*Required*): The ip or hostname of the ComfoConnect LAN C bridge.
41+
- **name** (*Optional*): The name of this device as you want to see it in Home Assistant.
42+
- **token** (*Optional*): The token you want to use when registering with the device. This is a random 32 char hexadecimal string. The default value is `00000000000000000000000000000001`.
43+
- **user_agent** (*Optional*): The name you want to supply when registering with the device. The default value is `Home Assistant`.
44+
- **pin** (*Optional*): The pin code to use when registering. This is `0000` by default. You only need to change this if you have changed the factory default pin.
9.46 KB
Loading

0 commit comments

Comments
 (0)