maxcube-api
eQ-3/ELV MAX! Cube Python API
What it is and what it does
maxcube-api is a Python library for communicating with eQ-3/ELV MAX! Cube thermostats via network protocol. It was originally built to support Home Assistant integration and exposes basic operations: querying cube metadata, listing connected thermostat devices, reading their modes and temperatures, and saving or restoring thermostat programs to JSON.
The package has no external runtime dependencies and requires Python 3.7 or later. It is dormant since its last release in May 2021, but the underlying repository remains minimally maintained. It is suitable for home automation scenarios where you already own MAX! hardware and need programmatic control, but should be considered stable rather than actively developed.
Use it for:
- Retrieve current room temperature and thermostat mode from MAX! devices for home automation dashboards.
- Back up and restore thermostat heating programs to JSON files for disaster recovery or device migration.
- Integrate MAX! Cube control into home automation platforms.
- Monitor multiple MAX! thermostats across a home network and log temperature data over time.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python API to query and control eQ-3/ELV MAX! Cube thermostats over the network, retrieving device status, temperatures, and modes.
Yes, if you own MAX! Cube hardware and need programmatic control—low install friction, no dependencies, and no known vulnerabilities. No, if you are looking for active development or support; the package is dormant since 2021. Verify the unclear license before use in commercial projects.
Install
maxcube-api on PyPI
pip
pip install maxcube-apiuv
uv add maxcube-apipoetry
poetry add maxcube-apiInstalling maxcube-api
Before you install
Low install friction with no runtime dependencies. Maintenance is dormant—last release was in May 2021, though the repository remains active with a recent commit in June 2024. Suitable for stable use cases but expect no active development.
License in practice
License treatment is unclear; the package metadata does not specify an SPDX identifier or standard license type. Verify the actual license text before using in proprietary or commercial projects.
Quickstart
from maxcube.cube import MaxCube
cube = MaxCube('192.168.0.20')
for device in cube.devices:
print(device.name, device.actual_temperature)
Requires network access to a MAX! Cube device on the local network; no simulation or mock mode documented.
Verify before relying
- Whether the unclear license permits commercial or proprietary use without restrictions
- Compatibility with current MAX! Cube hardware versions and firmware releases
Package facts
| License | Type license() to see the full license text (unclear) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | dormant — 1,930 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,445/month — #14,998 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: maxcube_api-0.4.3-py2.py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
python-ecobee-apiA Python library for communicating with Ecobee3…
permissive · top 15,000 on PyPI
nexiaAsync Python library for controlling Nexia…
permissive · top 15,000 on PyPI
venstarcolortouchProvides a Python interface to query and…
permissive · top 15,000 on PyPI
AIOSomecomfortAsyncIO client for querying and controlling…
permissive · top 15,000 on PyPI
pyfritzhomeProvides Python access to AVM Fritz!Box home…
permissive · top 15,000 on PyPI
pyswitchbeeA Python library for controlling SwitchBee…
permissive · top 15,000 on PyPI
aiolyricaiolyric provides async Python bindings to the…
permissive · top 15,000 on PyPI
python-bsblanAsynchronous Python client for controlling and…
permissive · top 15,000 on PyPI
millheaterPython library to control Mill heater devices…
permissive · top 15,000 on PyPI
boschshcpyPython client library for the Bosch Smart Home…
permissive · top 15,000 on PyPI