myPyllant
A Python library to interact with the API behind the myVAILLANT app
What it is and what it does
myPyllant is an async Python client for the undocumented myVAILLANT API, letting you programmatically control and query Vaillant heating systems and their branded variants (MiGo, Glow-worm). It wraps aiohttp and pydantic to handle authentication, system discovery, and device operations like temperature setpoints, holiday modes, and hot water boosts. The library is reverse-engineered from the official app and not affiliated with Vaillant; the developers disclaim responsibility for device damage.
You can use it as a Python library in async code, or invoke it as a CLI tool to export system data and energy reports. It requires Python 3.10 and handles timezone-aware operations automatically. The package is actively maintained, with a small but engaged community and integration into Home Assistant.
Use it for:
- Export system configuration and historical data from your Vaillant heating setup for analysis or backup.
- Automate temperature adjustments and holiday schedules programmatically from a home automation platform.
- Generate annual energy reports for each heat generator in your system.
- Monitor and control domestic hot water boost and setpoint temperature remotely.
- Build a custom Home Assistant integration or other home automation bridge to Vaillant devices.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python library for interacting with the myVAILLANT app API to control and monitor Vaillant heating systems and their branded variants.
Yes, if you own a Vaillant system and need programmatic control or data export. The library is actively maintained, has low install friction, carries no security vulnerabilities, and is permissively licensed. The main caveat is that it reverse-engineers an undocumented API, so Vaillant could break it at any time; the developers explicitly disclaim responsibility for device damage. Test thoroughly in a non-critical environment first.
Install
mypyllant on PyPI
pip
pip install mypyllantuv
uv add mypyllantpoetry
poetry add mypyllantInstalling myPyllant
Before you install
Low friction installation with a pure-Python wheel. The package is actively maintained with a recent release (23 days old) and steady repository activity. Requires Python 3.10 or later.
License in practice
Licensed under MIT (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install myPyllant
import asyncio
from myPyllant.api import MyPyllantAPI
async def main():
async with MyPyllantAPI(user, password, brand, country) as api:
async for system in api.get_systems():
print(system)
asyncio.run(main())
Requires Python 3.10 or later. On Windows and systems without a timezone database, also install tzdata.
Verify before relying
- Whether the library works reliably with all branded variants (MiGo, Glow-worm) or only certain configurations.
- API stability and rate limits when making frequent requests to the myVAILLANT backend.
- Whether account credentials are safely handled and what security practices are recommended.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — aiohttp, pydantic |
| Maintenance | actively maintained — 23 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 125,066/month — #11,838 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypyllant-0.9.18-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
venstarcolortouchProvides a Python interface to query and…
permissive · top 15,000 on PyPI
nexiaAsync Python library for controlling Nexia…
permissive · top 15,000 on PyPI
python-tadoPyTado provides a Python interface to the Tado…
copyleft · top 15,000 on PyPI
homematicipA Python wrapper for the HomematicIP REST API…
copyleft · top 15,000 on PyPI
python-bsblanAsynchronous Python client for controlling and…
permissive · top 15,000 on PyPI
pyhiveapiA Python library for controlling Hive smart…
permissive · top 15,000 on PyPI
pyotgwpyotgw is a Python library that communicates…
copyleft · top 15,000 on PyPI
PyViCarePyViCare provides Python access to Viessmann…
permissive · top 15,000 on PyPI
pyatagAsynchronous Python library for controlling…
permissive · top 15,000 on PyPI
Adax-localA Python library for local communication with…
permissive · top 15,000 on PyPI