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
velbus-aio-2021.10.1.tar.gz
(78.6 kB
view details)
Built Distribution
File details
Details for the file velbus-aio-2021.10.1.tar.gz
.
File metadata
- Download URL: velbus-aio-2021.10.1.tar.gz
- Upload date:
- Size: 78.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dfa3e229838194a724a1a0bcb8313a09ac3e4d05acb893d8c174c47ac15589a |
|
MD5 | cb65e253e9b61de4820b2e9270970d2a |
|
BLAKE2b-256 | dfab9d0ff349d3f241c16404050ca0d8dba80926cd16f43ca8c3d4f1476cee85 |
File details
Details for the file velbus_aio-2021.10.1-py3-none-any.whl
.
File metadata
- Download URL: velbus_aio-2021.10.1-py3-none-any.whl
- Upload date:
- Size: 126.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 991bd4ef899af10f334ad87ab444989fac3e510acc6e6a8ae8c1229d5620ac6f |
|
MD5 | a62d950bc3bcf48db8b90c091aa85859 |
|
BLAKE2b-256 | d833971f702ce8ab1516b5c534d2f5b5b931eedf547555304951ad7d50dcc039 |