You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home Assistant custom integration for LEDnetWF devices which are not supported on the official LEDBLE integration. WIP
3
+
Home Assistant custom integration for LEDnetWF devices which use the Zengge Android or iPhone app. WIP
4
+
5
+
## Important note for upgraders
6
+
7
+
If, after upgrading, your devices suddenly don't work, please delete them via the UI and re-add them again. There are a number of new features which require
8
+
new metadata to be discovered at the setup phase. This may not be present on existing devices.
9
+
If this doesn't work you can roll back to a previous release via HACS, and please log an issue with the details of your problem.
4
10
5
11
## Supported devices
6
12
7
-
This have only been tested with Zengge LEDnetWF devices, may also be known as:
13
+
This integration supports various models of Zengge LEDnetWF devices, which may also be known as:
8
14
9
15
- Zengge LEDnetWF
10
16
- YBCRG-RGBWW
11
17
- Magic Hue
12
18
- Bluetooth full colors selfie ring light
13
19
20
+
New devices using the Zengge platform are being released all the time. We support as many of these as we can. If you have a device which isn't supported, please log an issue and we will work with you to try and add support.
21
+
14
22
## Supported Features
15
23
16
24
- Automatic discovery of supported devices
17
25
- On/Off
18
26
- White / Color temperature mode
19
-
- RGB mode (With included turn off circle effect)
27
+
- RGB mode
20
28
- Brightness
21
29
- Effects
22
30
- Live status updates from remote control (once connected)
@@ -33,14 +41,9 @@ Clone this repository into `config/` Home Assistant folder.
33
41
34
42
### HACS
35
43
36
-
- Navigate to HACS from the side bar in Home Assistant
37
-
- Click "Integrations"
38
-
- Click the three dots in the top right corner
39
-
- Click Custom Repositories
40
-
- Paste [Github URL](https://github.com/raulgbcr/lednetwf_ble) to this repo in to the Repository box
41
-
- Choose Integration from the Category
42
-
- Click Add
43
-
- You may need to restart Home Assistant
44
+
This integration is now available from within HACS.
45
+
46
+
Search for "LEDnetWF BLE" and click install. You will also get notified of future upgrades.
44
47
45
48
### Config
46
49
@@ -52,8 +55,7 @@ After setting up, you can config two parameters Settings -> Integrations -> LEDn
52
55
53
56
This integration is possible thanks to the work of this incredible people!
54
57
55
-
-https://github.com/8none1/zengge_lednetwf for reverse engineering and decoding the protocol used by the BLE controller!
56
-
-https://github.com/dave-code-ruiz/elkbledom for most of the base code adapted to this integration.
58
+
-https://github.com/dave-code-ruiz/elkbledom for most of the base Home Assistant integration code adapted for this integration.
57
59
-https://openclipart.org/detail/185270/light-bulb-icon for the original icon.
0 commit comments