diff --git a/source/_components/binary_sensor.danfoss_air.markdown b/source/_components/binary_sensor.danfoss_air.markdown new file mode 100644 index 00000000000..aff87052378 --- /dev/null +++ b/source/_components/binary_sensor.danfoss_air.markdown @@ -0,0 +1,21 @@ +--- +layout: page +title: "Danfoss Air Binary Sensor" +description: "Instructions for how to setup Danfoss Air binary sensors within Home Assistant." +date: 2019-01-21 19:03 +sidebar: true +comments: false +sharing: true +footer: true +logo: danfoss_air.png +ha_category: Binary Sensor +ha_release: "0.86" +ha_iot_class: "Local Polling" +--- + +
+To get your Danfoss Air binary sensors working with Home Assistant, follow the instructions for the general [Danfoss Air component](/components/danfoss_air/). +
+ +The following binary sensor is supported. +* **Bypass active:** Indicator if heat recovery is currrently bypassed. diff --git a/source/_components/danfoss_air.markdown b/source/_components/danfoss_air.markdown new file mode 100644 index 00000000000..7bd2293221d --- /dev/null +++ b/source/_components/danfoss_air.markdown @@ -0,0 +1,33 @@ +--- +layout: page +title: "Danfoss Air" +description: "How to integrate Danfoss Air HRV in Home Assistant." +date: 2019-01-14 20:00 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Climate +ha_release: "0.86" +logo: danfoss_air.png +ha_iot_class: "Local Polling" +--- + +The `danfoss_air` component 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 component +will not work while you have the HRV PC-Tool open. + +```yaml +# Example configuration.yaml entry +danfoss_air: + host: IP_ADDRESS_OF_CCM +``` + +{% configuration %} +host: + description: Danfoss Air CCM IP. + required: true + type: string +{% endconfiguration %} + diff --git a/source/_components/sensor.danfoss_air.markdown b/source/_components/sensor.danfoss_air.markdown new file mode 100644 index 00000000000..5c4880213a5 --- /dev/null +++ b/source/_components/sensor.danfoss_air.markdown @@ -0,0 +1,25 @@ +--- +layout: page +title: "Danfoss Air Sensor" +description: "Instructions for how to setup Danfoss Air sensors within Home Assistant." +date: 2019-01-21 20:59 +sidebar: true +comments: false +sharing: true +footer: true +logo: danfoss_air.png +ha_category: Sensor +ha_release: "0.86" +ha_iot_class: "Local Polling" +--- + ++To get your Danfoss Air sensors working with Home Assistant, follow the instructions for the general [Danfoss Air component](/components/danfoss_air/). +
+ +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. diff --git a/source/images/supported_brands/danfoss_air.png b/source/images/supported_brands/danfoss_air.png new file mode 100644 index 00000000000..cfaad46e693 Binary files /dev/null and b/source/images/supported_brands/danfoss_air.png differ