2023-02-06 18:41:03 +01:00

3.2 KiB

title description ha_release ha_category ha_iot_class ha_config_flow ha_domain ha_platforms ha_codeowners ha_integration_type ha_dhcp
Airzone Instructions on how to integrate Airzone within Home Assistant. 2022.4
Binary Sensor
Climate
Select
Sensor
Local Polling true airzone
binary_sensor
climate
diagnostics
select
sensor
@Noltari
integration true

This integration interacts with the Local API of Airzone HVAC zoning systems.

A typical Airzone device has a parent zone (Master Thermostat) per HVAC system, which is the only zone where the HVAC mode can be changed. The rest are child zones which can only enable or disable the HVAC and adjust the desired temperature on that specific zone.

Note that multiple HVAC systems can be connected to the same Airzone WebServer. In this case, there will be a parent zone per HVAC system and there may also be child zones for each HVAC system.

{% include integrations/config_flow.md %}

{% configuration_basic %} Host: description: "Network IP address" Port: description: "Network port" ID: description: "Airzone System ID (only needed if System ID 0 is not supported on your device)" {% endconfiguration_basic %}

Binary Sensors

For each Airzone system (HVAC machine), the following binary sensors are created:

Condition Description
problems System has errors or warnings.

For each Airzone zone (Thermostat), the following binary sensors are created:

Condition Description
air_demand HVAC is running.
battery_low Thermostat battery warning.
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 parent zone.

Child zones can only enable/disable the current HVAC mode selected on the corresponding parent zone. Attempting to change the HVAC mode on a child zone will result on a Home Assistant error.

Select

For each Airzone zone (Thermostat), the following selects are created:

Condition Description
Cold Angle Grille angle for cooling.
Heat Angle Grille angle for heating.
Sleep Minutes for auto sleep.

Sensors

For the Airzone WebServer, the following sensors are created:

Condition Description
rssi WiFi RSSI.

For each Airzone zone (Thermostat), the following sensors are created:

Condition Description
humidity Current zone relative humidity.
temperature Current zone temperature.