--- id: aioairzone-cloud version: "0.7.2" license: Apache-2.0 license_treatment: permissive maintenance: aging --- # aioairzone-cloud — Library to control Airzone Cloud devices License: permissive · Maintenance: aging · Downloads: 75.4K/mo ## 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 above — 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 pip install aioairzone-cloud uv add aioairzone-cloud poetry add aioairzone-cloud ## Installing 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_current - Install friction: low - Maintenance: aging - Downloads: 75.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airzone cloud hvac control, async airzone device library, home automation hvac, airzone cloud api python, async hvac control, airzone device management, cloud hvac integration, hvac-control, home-automation, async-api [View on SkillFed](https://skillfed.io/packages/aioairzone-cloud) · [View on PyPI](https://pypi.org/project/aioairzone-cloud/)