Added docs for the new ledenet protocol
This commit is contained in:
parent
2295401825
commit
e0308151c1
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,7 @@ Example of bulbs:
|
|||
- [MagicLight® Plus - WiFi Smart LED Light Bulb4](https://www.amazon.com/gp/product/B00NOC93NG)
|
||||
- [Flux WiFi Smart LED Light Bulb4](http://smile.amazon.com/Flux-WiFi-Smart-Light-Bulb/dp/B01A6GHHTE)
|
||||
- [WIFI smart LED light Bulb1](http://smile.amazon.com/gp/product/B01CS1EZYK)
|
||||
- [Ledenet WiFi RGBW Controller](https://www.amazon.com/gp/product/B01DY56N8U)
|
||||
|
||||
The chances are high that your bulb or controller (eg. WiFi LED CONTROLLER) will work if you can control the device with the MagicHome app.
|
||||
|
||||
|
@ -89,3 +90,11 @@ Will add a light with white mode (default). Changing the brightness will set the
|
|||
name: NAME
|
||||
mode: "rgbw"
|
||||
```
|
||||
|
||||
Some devices such as the Ledenet RGBW controller use a slightly differenct protocol for communicating the brightness to each color channel. If your device is only turning on or off but not changing color or brightness try adding the LEDENET protocol.
|
||||
|
||||
```yaml
|
||||
192.168.1.10:
|
||||
name: NAME
|
||||
protocol: 'LEDENET'
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue