--- id: pyatmo version: "9.8.0" license: MIT license_treatment: permissive maintenance: active --- # pyatmo — Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only) License: permissive · Maintenance: active · Downloads: 77.8K/mo ## What it is and what it does pyatmo is a Python client library for the Netatmo API, allowing you to fetch data from Netatmo weather stations, cameras, and other connected home devices. It handles OAuth authentication via requests-oauthlib and makes asynchronous or synchronous HTTP calls to the Netatmo cloud service using aiohttp and requests. The library is designed primarily for Home Assistant integration but works as a standalone tool for any Python 3 application that needs to read sensor data or device status from Netatmo hardware. The package requires Python 3.11 or later and depends on aiohttp, oauthlib, requests-oauthlib, requests, and tenacity for retry logic. You must have a valid Netatmo user account and a registered application to authenticate. The maintainer has indicated limited availability for issue triage but continues to merge passing pull requests, so the project remains functional but may not receive rapid bug fixes. Use it for: - Fetch current weather data from a Netatmo weather station in a home automation script. - Integrate Netatmo camera feeds or motion alerts into a Home Assistant instance. - Poll Netatmo air quality or indoor climate sensors and log readings to a database. - Build a custom dashboard that displays real-time data from multiple Netatmo devices. - Trigger automations based on Netatmo sensor thresholds in a Python application. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. pyatmo provides a Python API to query Netatmo weather stations, cameras, and other connected devices via the Netatmo cloud service. Yes, if you own Netatmo devices and need Python access to their data. The package is actively released, has low install friction, carries no known vulnerabilities, and is licensed permissively. The main caveat is that the maintainer has limited capacity for issue support—rely on pull requests and community fixes for bugs, and be aware that Netatmo API changes could break the library without immediate patching. ## Install pip install pyatmo uv add pyatmo poetry add pyatmo ## Installing pyatmo Before you install: Installation is straightforward with low friction. The package is actively maintained with a recent release; however, the maintainer has stated they cannot dedicate sufficient time to address issues, though pull requests passing CI will still be merged. License in practice: Licensed under MIT (permissive), so you can use, modify, and distribute pyatmo freely in commercial and private projects with minimal restrictions. Quickstart: pip install pyatmo import pyatmo # Requires valid Netatmo account and registered application auth = pyatmo.ClientAuth(client_id, client_secret, username, password) weather_data = pyatmo.WeatherStationData(auth) Requires Python 3.11 or later; also requires a valid Netatmo user account and registered application for authentication. Verify before relying: - Whether the maintainer's stated capacity constraints will affect long-term stability or responsiveness to critical bugs. - Current state of Netatmo API compatibility—the description notes the module may break if Netatmo changes their API. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 77.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags netatmo weather station api, netatmo device data python, netatmo camera integration, home automation netatmo, netatmo cloud api client, netatmo sensor data access, python netatmo library, home-automation, iot-integration, weather-data [View on SkillFed](https://skillfed.io/packages/pyatmo) · [View on PyPI](https://pypi.org/project/pyatmo/)