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