Improve Airzone integration documentation (#22280)

This commit is contained in:
Álvaro Fernández Rojas 2022-04-13 01:06:54 +02:00 committed by GitHub
parent 1511ef01d1
commit 5e6108bb35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,11 @@ ha_codeowners:
ha_integration_type: integration
---
This integration allows getting values from the local API of Airzone HVAC zoning systems.
This integration interacts with the Local API of [Airzone HVAC zoning systems](https://www.airzone.es/en/).
There is currently support for the following device types within Home Assistant:
A typical Airzone device has a *master zone* (Master Thermostat) per HVAC system, which is the only zone where the HVAC mode can be changed. The rest are *slave zones* (Slave Thermostats) which can only enable or disable the HVAC and adjust the desired temperature on that specific zone.
- Binary Sensor
- Climate
- Sensor
Note that multiple HVAC systems can be connected to the same Airzone WebServer. In this case, there will be a *master zone* per HVAC system and there may also be *slave zones* for each HVAC system.
{% include integrations/config_flow.md %}
@ -35,4 +33,29 @@ Port:
description: "Network port"
{% endconfiguration_basic %}
Temperature and humidity sensors and air demand, floor demand, and problems binary sensors for each HVAC zone are created, as well as their corresponding climate entities.
## Binary Sensors
For each Airzone zone (Thermostat), the following *binary sensors* are created:
| Condition | Description |
| :------------------ | :--------------------------------- |
| air_demand | HVAC is running. |
| floor_demand | Radiating floor is running. |
| problems | Zone has errors or warnings. |
## Climate
For each Airzone zone (Thermostat) a *climate entity* is created.
**HVAC mode can only be changed on a *master zone*.**
*Slave zones* can only enable/disable the current HVAC mode selected on the corresponding *master zone*. Attempting to change the HVAC mode on a *slave zone* will result on a Home Assistant error.
## Sensors
For each Airzone zone (Thermostat), the following *sensors* are created:
| Condition | Description |
| :------------------ | :--------------------------------- |
| humidity | Current zone relative humidity. |
| temperature | Current zone temperature. |