skillfed

aioairzone

Library to control Airzone devices

aioairzone v1.0.5 75.5K downloads/30d#14,711 on PyPI7
Permissive license Apache-2.0 AGING released

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 aioairzone

uv

uv add aioairzone

poetry

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 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersNatural Language :: EnglishProgramming Language :: Python :: 3Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Home Automation

Tags

airzone hvac control pythonasync airzone api clienthome automation hvacairzone zone managementlocal airzone apiaiohttp hvac integrationairzone device control
home-automationhvac-controlasync-io

More Home Automation packages