Python interface for the OpenWebNet protocol
Project description
OWNd
This package is an event listener and command forwarder for the OpenWebNet protocol.
It is mainly intended to be used in an Home-Assistant integration.
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.
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
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>
Note that all these details can be retrieved using bTICINO Home+Project Android application.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ownd-0.7.49.tar.gz.
File metadata
- Download URL: ownd-0.7.49.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f91d4256f79a2f8b4bc7eac829a0f4c19f4c85dda5a28a98f49fe1fe3da187a
|
|
| MD5 |
cc8ac8dc956a812677e7b665a5e578d4
|
|
| BLAKE2b-256 |
f19a8ea54ce4ed0d28b1149b15694da2339eb90696920b2ba0c0017684088fcd
|
File details
Details for the file OWNd-0.7.49-py3-none-any.whl.
File metadata
- Download URL: OWNd-0.7.49-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8fc4adcd1ecb617eabf3b026a848f07cd69792e1b132e96ca947178ff9fc621
|
|
| MD5 |
7ea7a4b2f9a1795f2fd86a40306c0000
|
|
| BLAKE2b-256 |
48bac4d5339b6408ce39f95572a7489b8313a0f8c52554198098a4506b77b046
|