mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-02 23:16:51 +00:00

* u-z integrations: apply sentence-style caps to categories * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Add references to glossary terms * Update source/_integrations/universal.markdown Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update source/_integrations/universal.markdown Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * linter: change vizio to VIZIO - as per product website https://www.vizio.com/en/smartcast * remove term refs from YAML * VIZIO: change spelling according to website - https://www.vizio.com/en/t * Update source/_integrations/vizio.markdown * Update source/_integrations/universal.markdown * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Fix some more to sentence-style caps * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
73 lines
2.5 KiB
Markdown
73 lines
2.5 KiB
Markdown
---
|
|
title: Vallox
|
|
description: Instructions on how to integrate Vallox ventilation units into Home Assistant.
|
|
ha_category:
|
|
- Fan
|
|
- Sensor
|
|
- Switch
|
|
ha_config_flow: true
|
|
ha_release: 0.96
|
|
ha_iot_class: Local Polling
|
|
ha_domain: vallox
|
|
ha_platforms:
|
|
- binary_sensor
|
|
- fan
|
|
- number
|
|
- sensor
|
|
- switch
|
|
ha_codeowners:
|
|
- '@andre-richter'
|
|
- '@slovdahl'
|
|
- '@viiru-'
|
|
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 **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 %}
|
|
|
|
## 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.
|
|
|
|
The four standard Vallox profiles are supported:
|
|
|
|
- `Home`
|
|
- `Away`
|
|
- `Boost`
|
|
- `Fireplace`
|
|
|
|
## Fan services
|
|
|
|
### Service `vallox.set_profile_fan_speed_home`
|
|
|
|
Set the fan speed of the `Home` profile.
|
|
|
|
| Service data attribute | Optional | Description |
|
|
|------------------------|----------|-------------------------------------------------|
|
|
| `fan_speed` | no | Fan speed in %. `Integer`, between 0 and 100. |
|
|
|
|
### Service `vallox.set_profile_fan_speed_away`
|
|
|
|
Set the fan speed of the `Away` profile.
|
|
|
|
| Service data attribute | Optional | Description |
|
|
|------------------------|----------|-------------------------------------------------|
|
|
| `fan_speed` | no | Fan speed in %. `Integer`, between 0 and 100. |
|
|
|
|
### Service `vallox.set_profile_fan_speed_boost`
|
|
|
|
Set the fan speed of the `Boost` profile.
|
|
|
|
| Service data attribute | Optional | Description |
|
|
|------------------------|----------|-------------------------------------------------|
|
|
| `fan_speed` | no | Fan speed in %. `Integer`, between 0 and 100. |
|