Zehnder ComfoAir Q
The comfoconnect
integration lets you control Zehnder ComfoAir Q350
There is an official iPhone and Android app to configure and control your unit. This platform connects with the help of
the unofficial pycomfoconnect
The integration has a fan platform to view and control the ventilation speed, and a sensors platform to read out the outdoor temperature and humidity, the indoor temperature and humidity, and the extract and supply air flow (in m³ per hour).
To set it up, add the following information to your configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
comfoconnect:
host: IP_ADDRESS
Configuration Variables
The name of this device as you want to see it in Home Assistant.
The token you want to use when registering with the device. This is a random 32 char hexadecimal string.
00000000000000000000000000000001
The name you want to supply when registering with the device.
Home Assistant
To register the sensors, add the following to your configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file:
sensor:
- platform: comfoconnect
resources:
- air_flow_exhaust
- air_flow_supply
- bypass_state
- current_humidity
- current_rmot
- current_temperature
- days_to_replace_filter
- exhaust_fan_duty
- exhaust_fan_speed
- exhaust_humidity
- exhaust_temperature
- outside_humidity
- outside_temperature
- power_total
- power_usage
- preheater_power_total
- preheater_power_usage
- supply_fan_duty
- supply_fan_speed
- supply_humidity
- supply_temperature
The list above indicates all supported sensors. It is recommended to only include the ones you need.
Note that multiple connections to the bridge only work version >= U1.2.6 of the ComfoConnect LAN C bridge. In older versions it’s not possible to have multiple connections to the bridge at the same time. This integration will then keep the connection open, and if you open the app, it will ask you to disconnect Home Assistant. If you close the app again, Home Assistant will reconnect automatically.