Library to interface Qwikswitch USB Hub
Project description
pyqwikswitch library 
QwikSwitch USB Modem library for Python 3
See http://www.qwikswitch.co.za for more information on the Qwikswitch devices.
The library contains threaded and async interfaces and supports relays, buttons, LED dimmers and decoding of various sensors
QSUsb class
-
Get a list of all devices & values. (http://localhost:2020/&device)
QSUsb.devices()[{"id": "@0c26e0","name": "buitelig","type": "rel","val": "ON", "time": "1460146507","rssi": "45%"}, .....] -
Long poll (http://localhost:8080/&listen) for device changes and button presses. This is non-blocking and should be stopped manually (
.stop())QSUsb.listen(callback) -
Set a specific device according to ID. (dim 5%) or 100 (on) (http://localhost:8080/@0ac2f0=5)
QSUsb.set(id, value)Dimmers values can be adjusted to get a more linear behaviour by setting
dim_adjbetween 1 - 2
Example usage
See example.py for a basic usage and tests though the synchronous interface
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 pyqwikswitch-1.0.2.tar.gz.
File metadata
- Download URL: pyqwikswitch-1.0.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2d1c50d3fe85319c962e104366945d644d5be5d5319f1002f80ed8615d51124
|
|
| MD5 |
458a1a9ba0157da1f5293bdb15003d55
|
|
| BLAKE2b-256 |
f4057dd641dd7c1e21478e4d498319f59acc8e1120cb37fdf93a66f3e28548a7
|
File details
Details for the file pyqwikswitch-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pyqwikswitch-1.0.2-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9c72b7704ca7a834640394ac6286075e97cdc8ca1ce1c6b82a2c762b3fad705
|
|
| MD5 |
58e5dfcc04672520980ffff10bba378e
|
|
| BLAKE2b-256 |
74dbc7c91c1ca6bca702ea428a2df0c094f96cdfdbb2b54def40ef79467d5560
|