Welcome to LED BLE documentation!
Installation & Usage
Project Info
- CHANGELOG
- v1.1.7 (2025-04-07)
- v1.1.6 (2025-02-04)
- v1.1.5 (2025-02-04)
- v1.1.4 (2025-01-23)
- v1.1.3 (2025-01-23)
- v1.1.2 (2025-01-23)
- v1.1.1 (2024-12-11)
- v1.1.0 (2024-12-11)
- v1.0.2 (2024-06-24)
- v1.0.1 (2023-09-25)
- v1.0.0 (2022-10-16)
- v0.10.1 (2022-09-15)
- v0.10.0 (2022-09-13)
- v0.9.1 (2022-09-11)
- v0.9.0 (2022-09-11)
- v0.8.5 (2022-09-11)
- v0.8.4 (2022-09-11)
- v0.8.3 (2022-09-10)
- v0.8.2 (2022-09-10)
- v0.8.1 (2022-09-10)
- v0.8.0 (2022-09-10)
- v0.7.1 (2022-09-06)
- v0.7.0 (2022-09-05)
- v0.6.0 (2022-09-04)
- v0.5.4 (2022-08-29)
- v0.5.3 (2022-08-29)
- v0.5.2 (2022-08-29)
- v0.5.1 (2022-08-29)
- v0.5.0 (2022-08-29)
- v0.4.2 (2022-08-29)
- v0.4.1 (2022-08-29)
- v0.4.0 (2022-08-29)
- v0.3.0 (2022-08-29)
- v0.2.2 (2022-08-29)
- v0.2.1 (2022-08-29)
- v0.2.0 (2022-08-29)
- v0.1.0 (2022-08-29)
- Contributing
LED BLE
Control a wide range of LED BLE devices
What this library is
This library controls generic, unbranded Bluetooth LE LED controllers and
bulbs that share the same family of protocols. These devices are sold under
many names and typically advertise names such as Triones:, LEDBLE-,
LEDBlue-, QHM-, and Dream~.
What this library is not
This library is not a universal driver for every Bluetooth LE light. Brand-specific ecosystems such as Govee use their own protocols and span hundreds of models with complex, per-model options. Supporting them here would mean maintaining what is effectively a separate driver inside this one, so they should live in their own dedicated libraries. The same applies to devices that speak an entirely different protocol, such as yeelight-bt or ALLOYSEED lights.
Installation
Install this via pip (or your favourite package manager):
pip install led-ble
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This package was created with Cookiecutter and the browniebroke/cookiecutter-pypackage project template.