Python Library for the Velbus protocol based on asyncio
Project description
velbus-aio
Velbus Asyncio, a library to support the Velbus home automation system.
This Lib is a rewrite in python3 with asyncio of the python-velbus module. Part of the code from the above lib is reused. Its also build on top of the openHab velbus protocol description.
The latest version of the library is published as a python package on pypi
Supported connections:
| Type | Example | Description |
|---|---|---|
| serial | /dev/ttyACME0 | a serial device |
| ip:port | 192.168.1.9:1234 | An ip address + tcp port combination, used in combination with any velbus => tcp gateway |
| tls://ip:port | tls://192.168.1.9:12345 | A connection to Signum |
Develop Installation
- Clone the repo
- git clone --recurse-submodules https://github.com/Cereal2nd/velbus-aio
- cd into the cloned repo
- cd velbus-aio
- create and activate a virtual environment
- python3 -m venv venv
- source venv/bin/activate
- install the module
- python setup.py develop
- define the connection parameters
- modify examples/load_modules.py
- run the example
- python examples/load_modules.py
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 velbus-aio-2022.2.3.tar.gz.
File metadata
- Download URL: velbus-aio-2022.2.3.tar.gz
- Upload date:
- Size: 79.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0d37e7989f52f50a22a841c775a62748e81a5328b75dea1187b038d453a708e
|
|
| MD5 |
16201d2d3d611124c922632bbf04650d
|
|
| BLAKE2b-256 |
6ab24170c688a4f64821ac1e8d6c6ab1b5bd44c6523755f3c267d4f034427afe
|
File details
Details for the file velbus_aio-2022.2.3-py3-none-any.whl.
File metadata
- Download URL: velbus_aio-2022.2.3-py3-none-any.whl
- Upload date:
- Size: 128.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11a6fd0390feb30130d714a3cb65d8f9bd39e94f2c1fe85b223f038169256806
|
|
| MD5 |
ddfe08645c42cf2231c4c132b88c2f86
|
|
| BLAKE2b-256 |
9d353df50b23bb4aa8b9242932a554d2bc7a99e5e17ba8c59bd4ac25750905fd
|