mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add date platform and improve other text of Vallox integration (#31609)
* Add button platform and improve other text. * cahange button to date * PR review * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
f4832f6ae8
commit
c67a7d846d
@ -11,6 +11,7 @@ ha_iot_class: Local Polling
|
|||||||
ha_domain: vallox
|
ha_domain: vallox
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- date
|
||||||
- fan
|
- fan
|
||||||
- number
|
- number
|
||||||
- sensor
|
- sensor
|
||||||
@ -19,21 +20,41 @@ ha_codeowners:
|
|||||||
- '@andre-richter'
|
- '@andre-richter'
|
||||||
- '@slovdahl'
|
- '@slovdahl'
|
||||||
- '@viiru-'
|
- '@viiru-'
|
||||||
|
- '@yozik04'
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
The **Vallox** {% term integration %} lets you control any Vallox ventilation unit that is supported by the [vallox_websocket_api](https://github.com/yozik04/vallox_websocket_api) (follow the link for a list of supported units).
|
The **Vallox** {% term integration %} lets you control any Vallox ventilation unit that is supported by the [vallox_websocket_api](https://github.com/yozik04/vallox_websocket_api) (follow the link for a list of supported units).
|
||||||
|
|
||||||
The **fan** platform of this {% term integration %} allows you to turn on/off the complete unit via the toggle switch, control fan speed and select a ventilation profile.
|
|
||||||
|
|
||||||
The **sensor** platform exposes a number of relevant metrics like fan speed, various air temperatures, and humidity.
|
|
||||||
|
|
||||||
The **switch** platform allows locking heat recovery bypass.
|
|
||||||
|
|
||||||
The **number** platform allows to control supply air temperatures.
|
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
## Platforms
|
||||||
|
|
||||||
|
### Fan
|
||||||
|
|
||||||
|
The fan platform of this integration allows you to control the entire unit. You can turn the unit on/off using the toggle switch, adjust the fan speed, and select a ventilation profile.
|
||||||
|
|
||||||
|
### Sensor
|
||||||
|
|
||||||
|
The sensor platform allows you to monitor various metrics such as fan speeds, air temperatures, humidity, remaining filter life, cell state, and more.
|
||||||
|
|
||||||
|
### Binary sensor
|
||||||
|
|
||||||
|
The binary sensor platform allows you to monitor the status of the post heater.
|
||||||
|
|
||||||
|
### Switch
|
||||||
|
|
||||||
|
The switch platform allows you to lock the heat recovery bypass.
|
||||||
|
|
||||||
|
### Number
|
||||||
|
|
||||||
|
The number platform gives you control over the supply air temperatures.
|
||||||
|
|
||||||
|
### Date
|
||||||
|
|
||||||
|
The date platform allows you to set the filter change date.
|
||||||
|
|
||||||
|
|
||||||
## Profile switching
|
## Profile switching
|
||||||
|
|
||||||
For convenient switching of ventilation profiles in the GUI, just click on the `Vallox` fan {% term entity %} to get a drop-down menu to select from. Alternatively, the service `fan/set_preset_mode` can be used.
|
For convenient switching of ventilation profiles in the GUI, just click on the `Vallox` fan {% term entity %} to get a drop-down menu to select from. Alternatively, the service `fan/set_preset_mode` can be used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user