aioairzone
Library to control Airzone devices
What it is and what it does
aioairzone is an async Python client library for communicating with Airzone HVAC systems over their local REST API. It wraps aiohttp to provide non-blocking control and monitoring of Airzone zones, systems, and parameters—useful for home automation integrations that need to query or command HVAC devices without blocking the event loop.
The library targets Python 3.12+ and is designed for environments where async I/O is already in use. It exposes the Airzone LocalAPI endpoints (hvac, webserver, demo, version, integration) as Python methods, allowing you to list zones, fetch system parameters, and control HVAC settings programmatically. No official documentation link is provided; examples are in the repository's examples folder.
Use it for:
- Home automation platforms (e.g., Home Assistant) integrating Airzone devices for zone-level temperature and mode control
- Building management dashboards querying multiple Airzone systems to display real-time HVAC status
- Async Python applications automating zone scheduling or responding to sensor triggers via Airzone API
- Local network HVAC monitoring without cloud dependency, using direct device API calls
- Integration testing of Airzone LocalAPI endpoints in CI/CD pipelines
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
An async Python library for controlling and monitoring Airzone HVAC devices over their local API, using aiohttp for non-blocking network communication.
Yes, if you control Airzone devices and need async Python integration. Low install friction, permissive license, and no known vulnerabilities make it safe to adopt. Aging maintenance (no release in 216 days) is a minor concern for a stable library, but verify that the API surface matches your device model and firmware before committing to production use.
Install
aioairzone on PyPI
pip
pip install aioairzoneuv
uv add aioairzonepoetry
poetry add aioairzoneInstalling aioairzone
Before you install
Low install friction with a single runtime dependency (aiohttp). Maintenance status is aging—last commit was 2026-01-10 and no release in 216 days—but the repository remains active and unarchived. Supports Python 3.12 and 3.13.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions. No licensing friction for most use cases.
Quickstart
pip install aioairzone
import aioairzone
# Use with aiohttp session to query Airzone device at local API endpoint
# See examples folder in repository for full usage patterns
Requires Python >= 3.12; Airzone device must be accessible at a local network address with API endpoint (typically port 3000)
Verify before relying
- Specific async API surface and method signatures not detailed in excerpt
- Whether library handles authentication or device discovery automatically
- Performance characteristics under high-frequency polling or many zones
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — aiohttp |
| Maintenance | aging — 216 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 75,458/month — #14,711 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aioairzone-1.0.5-py3-none-any.whl
Keywords: airzone, hvac, home
Tags
More Home Automation packages
Represents and manipulates IPv4, IPv6, MAC…
permissive · top 5,000 on PyPI
homeassistantHome Assistant is an open-source home…
permissive · top 5,000 on PyPI
python-statemachineDefines finite state machines and statecharts…
permissive · top 5,000 on PyPI
btsocketA Python library for controlling BlueZ…
permissive · top 15,000 on PyPI
aiohomematicAn async Python library for controlling and…
permissive · top 15,000 on PyPI
hass-web-proxy-libProvides base classes and utilities for Home…
permissive · top 15,000 on PyPI
aioairzone-cloudAsync Python library for controlling Airzone…
permissive · top 15,000 on PyPI
python-izonePython library for controlling iZone air…
copyleft · top 15,000 on PyPI
aioqswAsync Python library for controlling QNAP QSW…
permissive · top 15,000 on PyPI
advantage-airAsync Python wrapper for Advantage Air's MyAir…
permissive · top 15,000 on PyPI
aioazuredevopsFetch data from Azure DevOps API endpoints…
permissive · top 15,000 on PyPI
airtouch4pyapiControls Airtouch 4 and 5 air conditioning…
permissive · top 15,000 on PyPI
pydaikinPyDaikin provides a Python library and CLI for…
copyleft · top 15,000 on PyPI
greeclimateAsync Python library for discovering,…
copyleft · top 15,000 on PyPI
nexiaAsync Python library for controlling Nexia…
permissive · top 15,000 on PyPI
py-ccm15Provides an async Python interface to…
permissive · top 15,000 on PyPI