Skip to main content

zencontrol-python

This is an implementation of the Zencontrol TPI Advanced protocol, written in Python. This library has been written with three levels of abstraction:

  • zencontrol.io: Implementation of the raw TPI Advanced UDP packet specification;
  • zencontrol.api: Implementation of most TPI Advanced API commands and events;
  • zencontrol.interface: An opinionated abstraction layer suitable for integration into smart building control software. It provides methods, objects, and callbacks for managing lights, groups, profiles, buttons, motion sensors, and system variables.

This library has now undergone validation in multiple environments. There is an extensive test suite, some of which uses zencontrol-simulator, a nearly feature-complete simulator of zencontrol hardware. A practical demonstration is zencontrol-homeassistant, a comprehensive Home Assistant integration.

Features

Beyond basic lighting control, this library supports:

  • Broad command surface — inhibit, custom fade, step/up/down helpers, colour scene membership queries, EAN/serial, and most related TPI Advanced commands
  • Object-based entity model — Optional. Expresses lights, groups, profiles, buttons, motion sensors, absolute inputs, and system variables as rich objects with interview/discovery helpers
  • UDP transport resilience — request retries and queue-failure backoff
  • Event keepalive — periodic emit-state ping; re-enables TPI events (and unicast target) if a controller reboots while the listener stays up
  • Multicast controller discovery — find controllers on the LAN without a preconfigured host
  • Button events — discovery of control-device button instances, plus press and long-press event callbacks
  • Absolute inputs — discovery of numerical ECD instances (dials/sliders) with 16-bit value-change event callbacks
  • Event filtering — configure which TPI events the controller emits
  • System variables — labelled SV discovery, read/write, and change events
  • Profiles — query, change, and return to the scheduled profile
  • Simulator-backed tests — protocol path exercised against zencontrol-simulator

Known limitations

  • RGB+ and XY colour commands have not been tested with hardware
  • Numerical (absolute) instances have not been tested with hardware

Out of scope

  • Any commands involving DMX, Control4, or virtual instances (I don't have licenses for any of these so I couldn't test them even if I wanted to, but the scaffolding is there if anyone wishes to add support)
  • Any commands described in the documentation as "legacy" (they aren't useful)

Requirements

  • Python 3.14 (or later)
  • Controller firmware 2.2.130 or later is strongly recommended (minimum 2.2.11 required)

Install

This library is available on PyPI.

Testing

Integration tests start zencontrol-simulator on an ephemeral local port and exercise a real UDP TPI protocol path. Either install the simulator, or check it out as a sibling directory (../zencontrol-simulator); tests will pick it up automatically. Note that PyYAML is a simulator dependency.

pip install -e ".[dev]"
pip install PyYAML
# optional if not using a sibling checkout:
# pip install -e ../zencontrol-simulator
pytest -m simulator
pytest -m "not simulator"
# or run everything:
pytest

TPI Advanced wishlist

  • Command to return a controller's MAC address used for multicast packets (There are other ways to get or infer the MAC access, but they're unreliable.)
  • Command to list active system variables (As a workaround, you can query every number for its label. This assumes no system variables of interest are unlabelled.)
  • Command to read an ambient light sensor's lux value. (As a workaround, you can target a light sensor to a system variable. Not elegant but it works.)
  • Event notification for ambient light sensor lux values. (Same workaround as above.)

License

MIT

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zencontrol_python-0.1.7.tar.gz (95.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zencontrol_python-0.1.7-py3-none-any.whl (89.0 kB view details)

Uploaded Python 3

File details

Details for the file zencontrol_python-0.1.7.tar.gz.

File metadata

  • Download URL: zencontrol_python-0.1.7.tar.gz
  • Upload date:
  • Size: 95.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for zencontrol_python-0.1.7.tar.gz
Algorithm Hash digest
SHA256 d9fca570df1e64f459adf26c3d01b933653fed3f824f66f07be7f8db22a2d098
MD5 67e94cd2b4bafa4cc2a9b8dadfa532ce
BLAKE2b-256 3969edf5c62cb448b7c6ab02d08590a40c7896caa78b920c1522610f972de8d3

See more details on using hashes here.

File details

Details for the file zencontrol_python-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for zencontrol_python-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 381999cb69a85438c0789f4094825a5bae6b74bf77da6b1e2f9b926f51878f24
MD5 0f032b60753bd5d982a6cf7d3897d668
BLAKE2b-256 8f9160a69a275dc590050b5e54d4bb29393c079179ea94a626b0161f0b7e7ce7

See more details on using hashes here.

Release history Release notifications | RSS feed

3.0.0

2 files

2.5.0

2 files

2.0.0

2 files

1.0.0

2 files

This release

0.1.7 This release

2 files

0.1.6

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page