skillfed

aioairzone-cloud

Library to control Airzone Cloud devices

aioairzone-cloud v0.7.2 75.4K downloads/30d#14,713 on PyPI3
Permissive license Apache-2.0 AGING released

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

uv

uv add aioairzone-cloud

poetry

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

Development Status :: 4 - BetaIntended Audience :: DevelopersNatural Language :: EnglishProgramming Language :: Python :: 3Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Home Automation

Tags

airzone cloud hvac controlasync airzone device libraryhome automation hvacairzone cloud api pythonasync hvac controlairzone device managementcloud hvac integration
hvac-controlhome-automationasync-api

More Home Automation packages