Home Assistant custom integration for LEDnetWF devices which are not supported on the official LEDBLE integration. WIP
This have only been tested with Zengge LEDnetWF devices, may also be known as:
- Zengge LEDnetWF
- YBCRG-RGBWW
- Magic Hue
- Bluetooth full colors selfie ring light
- Automatic discovery of supported devices
- On/Off
- White / Color temperature mode
- RGB mode (With included turn off circle effect)
- Brightness
- Effects
- Live status updates from remote control (once connected)
You need to have the bluetooth component configured and working in Home Assistant in order to use this integration.
Clone this repository into config/
Home Assistant folder.
- Navigate to HACS from the side bar in Home Assistant
- Click "Integrations"
- Click the three dots in the top right corner
- Click Custom Repositories
- Paste Github URL to this repo in to the Repository box
- Choose Integration from the Category
- Click Add
- You may need to restart Home Assistant
After setting up, you can config two parameters Settings -> Integrations -> LEDnetWF -> Config.
- Disconnect delay or timeout: Timeout for bluetooth disconnect (0 for never)
This integration is possible thanks to the work of this incredible people!
- https://github.com/8none1/zengge_lednetwf for reverse engineering and decoding the protocol used by the BLE controller!
- https://github.com/dave-code-ruiz/elkbledom for most of the base code adapted to this integration.
- https://openclipart.org/detail/185270/light-bulb-icon for the original icon.
Thanks!