Python library for RYSE BLE Smart Shade devices (used by Home Assistant integration).
Project description
ryseble
A small Python library to interact with RYSE BLE Smart Shade devices. Designed to be used by Home Assistant integrations but reusable in other projects.
Features
- Pair/connect/disconnect with device
- Read/write raw packets
- Helpers to build position/get-position packets
Installation
pip install ryseble
Usage (example)
from ryseble.device import RyseBLEDevice
from ryseble.packets import build_position_packet, build_get_position_packet
device = RyseBLEDevice(address="AA:BB:CC:DD:EE:FF", rx_uuid="...", tx_uuid="...")
await device.pair()
await device.write_data(build_position_packet(50))
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
ryseble-1.9.0.tar.gz
(6.4 kB
view details)
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 ryseble-1.9.0.tar.gz.
File metadata
- Download URL: ryseble-1.9.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e6b188ac86a36878e66d5c824b0cd3f87f7f676b798b22846c5d378a6057407
|
|
| MD5 |
7ad3a59ee09c604de502d3804919d0f0
|
|
| BLAKE2b-256 |
1ef96e2901327c9252687afe5b22311d83c10c9650327b986bbfe6dfdc12328c
|
File details
Details for the file ryseble-1.9.0-py3-none-any.whl.
File metadata
- Download URL: ryseble-1.9.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6162988ff45dd0c4bd65cbb5fd5730da18b581ec8bdeb151d1db60ce9ed7ae92
|
|
| MD5 |
f463b4d6624adfee483dec98a2b64fb0
|
|
| BLAKE2b-256 |
3fbb0ba6181944afc96e0d8efaee1a6be2bd641e7ccf7a5dd51bc5bd78557d12
|