mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Additional sensors and switch platform for Danfoss Air. (#8554)
This commit is contained in:
parent
ebf955b274
commit
eb45e03cb0
@ -19,3 +19,4 @@ To get your Danfoss Air binary sensors working with Home Assistant, follow the i
|
||||
|
||||
The following binary sensor is supported.
|
||||
* **Bypass active:** Indicator if heat recovery is currrently bypassed.
|
||||
* **Away mode active:** Indicator if away mode is currently active.
|
||||
|
@ -17,9 +17,14 @@ 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/).
|
||||
</p>
|
||||
|
||||
|
||||
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.
|
||||
* **Fan step:** Fan step in percent.
|
||||
* **Exhaust fan speed:** Exhaust fan speed RPM.
|
||||
* **Supply fan speed:** Supply fan speed RPM.
|
||||
* **Battery:** Danfoss Air Dial remaning battery. If your system is without an Air Dial control panel the sensor will show 0%.
|
||||
|
22
source/_components/switch.danfoss_air.markdown
Normal file
22
source/_components/switch.danfoss_air.markdown
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Danfoss Air Switch"
|
||||
description: "Instructions for how to setup Danfoss Air switches within Home Assistant."
|
||||
date: 2019-02-13 13:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: danfoss_air.png
|
||||
ha_category: Switch
|
||||
ha_release: "0.88"
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
<p class='note'>
|
||||
To get your Danfoss Air sensors working with Home Assistant, follow the instructions for the general [Danfoss Air component](/components/danfoss_air/).
|
||||
</p>
|
||||
|
||||
|
||||
The following switches.
|
||||
* **Boost:** Switch to manually activate boost.
|
Loading…
x
Reference in New Issue
Block a user