airthings-cloud
A python3 library to communicate with Airthings devices
What it is and what it does
airthings-cloud is a Python library that wraps the Airthings cloud API to retrieve data from Airthings environmental monitoring devices. It handles authentication and device communication asynchronously using aiohttp, making it suitable for integration into home automation systems and monitoring dashboards.
The library is designed for developers building integrations with Airthings hardware—such as radon detectors, CO₂ monitors, and air quality sensors. It abstracts away the HTTP details of the Airthings cloud service, allowing you to query device status and environmental readings programmatically. The active maintenance status and recent release history suggest ongoing compatibility with current Airthings cloud endpoints.
Use it for:
- Fetch air quality readings from Airthings devices in a Home Assistant integration or similar home automation platform.
- Build a dashboard that aggregates radon, CO₂, and particulate matter data from multiple Airthings devices.
- Monitor environmental conditions in a workspace or facility by polling Airthings sensors on a schedule.
- Trigger alerts or automations when air quality metrics from Airthings devices exceed configurable thresholds.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python library for communicating with Airthings air quality and environmental monitoring devices via their cloud API.
Yes, if you own Airthings devices and need programmatic access to their cloud data. The library has low installation friction, permissive licensing, no known vulnerabilities, and active maintenance. The main caveat is the strict Python 3.13.0 requirement and the need for valid Airthings API credentials—verify your device compatibility and authentication method before committing.
Install
airthings-cloud on PyPI
pip
pip install airthings-clouduv
uv add airthings-cloudpoetry
poetry add airthings-cloudInstalling airthings-cloud
Before you install
Low installation friction with a single async dependency (aiohttp). Active maintenance with recent commits as of April 2026, though the repository has modest visibility (6 stars).
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal legal constraints.
Quickstart
pip install airthings-cloud
import aiohttp
from airthings_cloud import AirthingsCloud
# Requires aiohttp session and Airthings API credentials
async with aiohttp.ClientSession() as session:
client = AirthingsCloud(session, api_key, api_secret)
devices = await client.get_devices()
Requires Python 3.13.0 or later; async/await usage requires an event loop context.
Verify before relying
- Whether the library supports all Airthings device models or only a subset
- API rate limits or throttling behavior when polling device data
- Authentication method requirements (API key, OAuth, or other credentials)
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.13.0) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — aiohttp |
| Maintenance | actively maintained — 120 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,696/month — #14,946 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: airthings_cloud-0.3.0-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
airthings-bleLibrary to communicate with Airthings…
permissive · top 15,000 on PyPI
lacrosse-viewRetrieves sensor data from La Crosse…
permissive · top 15,000 on PyPI
aioairqAsynchronous Python library for retrieving…
permissive · top 15,000 on PyPI
pyatmopyatmo provides a Python API to query Netatmo…
permissive · top 15,000 on PyPI
pyworxcloudAsync Python client library for communicating…
permissive · top 15,000 on PyPI
nettigo-air-monitorFetches and parses air quality data from…
permissive · top 15,000 on PyPI
python-ecobee-apiA Python library for communicating with Ecobee3…
permissive · top 15,000 on PyPI
aiohomekitAn asyncio-based HomeKit client library for…
permissive · top 15,000 on PyPI
aiohasupervisorAsynchronous Python client library for…
permissive · top 15,000 on PyPI
PyFlumePyFlume provides Python bindings to interact…
permissive · top 15,000 on PyPI