aioairzone-cloud
Library to control Airzone Cloud devices
What it is and what it does
aioairzone-cloud is an async Python library for communicating with Airzone Cloud HVAC systems. It wraps the Airzone Cloud API behind an async interface using aiohttp, allowing developers to integrate climate control into home automation systems or custom applications. The library targets Python 3.12 and later, reflecting a focus on modern async patterns.
The package is in beta development status and sees infrequent updates—the last release was 353 days ago. It carries a single runtime dependency on aiohttp, keeping the installation footprint minimal. The library is designed for developers building integrations with Airzone devices, not for end-user applications.
Use it for:
- Integrate Airzone Cloud HVAC control into a home automation platform or orchestration system
- Build custom climate monitoring and scheduling logic that queries multiple Airzone devices
- Develop a web dashboard or mobile backend that manages Airzone devices asynchronously
- Automate HVAC responses to sensor data or time-based triggers in a smart home setup
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Async Python library for controlling Airzone Cloud HVAC devices using aiohttp.
Yes, if you need to control Airzone Cloud devices in an async Python application. The low install friction, permissive license, and absence of known vulnerabilities make it safe to adopt. However, the aging maintenance status (353 days since last release) and small community footprint (3 GitHub stars) suggest limited real-world validation—evaluate whether the library covers your specific Airzone models and use cases before committing to production.
Install
aioairzone-cloud on PyPI
pip
pip install aioairzone-clouduv
uv add aioairzone-cloudpoetry
poetry add aioairzone-cloudInstalling aioairzone-cloud
Before you install
Low install friction with a single async dependency. Maintenance status is aging—last release was 353 days ago, though the repository remains active with a recent commit on 2025-08-26.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions, typical for open-source libraries.
Quickstart
pip install aioairzone-cloud
import asyncio
from aioairzone_cloud import AirzoneCloud
async def main():
async with AirzoneCloud(host='your-device-host') as airzone:
devices = await airzone.get_devices()
print(devices)
asyncio.run(main())
Requires Python >= 3.12; aiohttp must be installed (pulled in automatically as a dependency).
Verify before relying
- Whether the library supports all current Airzone Cloud device models and API versions
- Real-world performance and reliability under sustained concurrent device control
- Community adoption and support beyond the 3 GitHub stars
- Specific configuration parameters and authentication requirements for typical deployments
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 — 353 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 75,443/month — #14,713 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aioairzone_cloud-0.7.2-py3-none-any.whl
Keywords: airzone, cloud, 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
aioairzoneAn async Python library for controlling and…
permissive · top 15,000 on PyPI
aioqswAsync Python library for controlling QNAP QSW…
permissive · top 15,000 on PyPI
aioruckusAsync Python client library for querying and…
permissive · top 15,000 on PyPI
greeclimateAsync Python library for discovering,…
copyleft · top 15,000 on PyPI
AIOSomecomfortAsyncIO client for querying and controlling…
permissive · top 15,000 on PyPI
aioswitcherProvides async Python integration with Switcher…
permissive · top 15,000 on PyPI
aiowebostvAsync Python library for controlling LG…
permissive · top 15,000 on PyPI
pydaikinPyDaikin provides a Python library and CLI for…
copyleft · top 15,000 on PyPI
python-izonePython library for controlling iZone air…
copyleft · top 15,000 on PyPI
aiohueAsynchronous Python library for controlling…
permissive · top 15,000 on PyPI