home-assistant.io/source/_components/danfoss_air.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.7 KiB

title, description, ha_category, ha_release, logo, ha_iot_class, redirect_from
title description ha_category ha_release logo ha_iot_class redirect_from
Danfoss Air How to integrate Danfoss Air HRV in Home Assistant.
Climate
Binary Sensor
Sensor
Switch
0.87 danfoss_air.png Local Polling
/components/binary_sensor.danfoss_air/
/components/sensor.danfoss_air/
/components/switch.danfoss_air/

The danfoss_air integration allows you to access information from your Danfoss Air HRV unit.

Note: Danfoss Air CCM only accepts one TCP connection at a time. Due to this the integration will not work while you have the HRV PC-Tool open.

There is currently support for the following device types within Home Assistant:

# Example configuration.yaml entry
danfoss_air:
  host: IP_ADDRESS_OF_CCM

{% configuration %} host: description: Danfoss Air CCM IP. required: true type: string {% endconfiguration %}

Binary sensor

The following binary sensor is supported.

  • Bypass active: Indicator if heat recovery is currrently bypassed.

Sensor

The following sensors are supported.

  • Outdoor temperature: Outdoor air temperature.
  • Supply temperature: Air temperature of the air supplied to the house.
  • Extract temperature: Air temperature of the air extracted from the house.
  • Exhaust temperature: Exhausted air temperature.
  • Remaining filter lifetime: Reamining filter lifetime measured in percent.

Switch

The following switches are supported.

  • Boost: Switch to manually activate boost.
  • Bypass: Switch to manually activate bypass.
  • Automatic bypass: Switch to enable automatic bypass.