This release is a pre-release and may not be stable for production use.
OWNd
This package provides asynchronous event listening, command sessions and message parsing for the OpenWebNet protocol.
It is mainly intended for use by Home Assistant integrations and other local OpenWebNet clients.
At this point most events are understood. WHO = 5 (Burglar Alarm) event support is limited and needs further development. Many commands are implemented, mostly within the requirements of Home Assistant.
OWNd supports TCP gateways through separate event and command sessions. An optional serial transport is available for the Legrand 3578 interface. Gateway profiles expose conservative queue, pacing and session limits for known models.
Python 3.11 or newer is required.
Testing OWNd
Testing OWNd is pretty simple. Clone this repository and then:
cd <OWNd checkout folder>
pip3 install .
python3 -m OWNd --help # to visualize possible options
Install the optional serial transport with pip3 install ".[serial]".
To attempt connection to the first available OpenWebNet gateway in the local area network you can run:
python3 -m OWNd
This will use SSDP to discover all supported gateways and pick the first one.
Alternatively, if you want to skip the SSDP discovery step, you can provide the IP address, port and MAC address of the gateway from command-line:
python3 -m OWNd --address <IP address> --port <PORT> --password <PASS> --mac <MAC address>
These details can be retrieved using the BTicino Home+Project application.
Development
Install the test dependencies and run the same checks used by CI:
pip3 install -e ".[test]" ruff mypy types-python-dateutil types-pytz
ruff check OWNd tests setup.py
mypy OWNd
python3 -m pytest -q
Release files for OWNd 2.0.0b1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ownd-2.0.0b1.tar.gz | 50.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ownd-2.0.0b1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 96.3 kB
Release files / ownd-2.0.0b1.tar.gz
| Download URL | ownd-2.0.0b1.tar.gz |
|---|---|
| Size | 50.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fe25235a3f5c8d78a6670bba70ac5aa1750a42fd406e3efa64e33cc81f9c12b3
|
|
BLAKE2b-256 checksum How to use checksums |
3bea7eb8232812dc766d2ea477f56b1b455ab987acdd35f2f37f0ff8d0bf00f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency logRelease files / ownd-2.0.0b1-py3-none-any.whl
| Download URL | ownd-2.0.0b1-py3-none-any.whl |
|---|---|
| Size | 45.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1cf80e0afa9f22841e72db5d44c61580384980df0651e68e54bdfa9ca2ceb288
|
|
BLAKE2b-256 checksum How to use checksums |
08344450bcdc3c423f0d1a61cdf86f5440699045f85f4c39faf5c118414fb73b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency log