mirror of https://github.com/arendst/Tasmota.git
Updated RGB Smart Plug 16A (markdown)
parent
57824ac5db
commit
c420d16ed5
|
@ -50,9 +50,14 @@ Don't forget to undo everything after flashing, DNS and WiFi won't work otherwis
|
||||||
* Now button and relay should work. Red and Blue LEDs will be used as status LEDs.
|
* Now button and relay should work. Red and Blue LEDs will be used as status LEDs.
|
||||||
|
|
||||||
### RGB Light
|
### RGB Light
|
||||||
Complete RGB support requires building slightly custom Tasmota. As of [6.4.1.16](https://github.com/arendst/Sonoff-Tasmota/commit/e18263d796caecd68caa14b98b70209ca641c2d5) an Optinoal template exists in `sonoff_template.h`
|
|
||||||
|
|
||||||
or edit `sonoff/sonoff_template.h` and replace "BlitzWolf SHP" configuration with the following:
|
Starting from version 6.4.1.16 you can use this [template](Templates) to configure the device:
|
||||||
|
|
||||||
|
`{"NAME":"RGB Smart Plug","GPIO":[37,0,39,0,38,134,0,0,131,17,132,21,0],"FLAG":0,"BASE":45}`
|
||||||
|
|
||||||
|
For older versions:
|
||||||
|
|
||||||
|
Complete RGB support requires building slightly custom Tasmota. Edit `sonoff/sonoff_template.h` and replace "BlitzWolf SHP" configuration with the following:
|
||||||
```
|
```
|
||||||
{ "BlitzWolf SHP", // BlitzWolf BW-SHP2 and BW-SHP6 (ESP8285 - BL0937 or HJL-01 Energy Monitoring)
|
{ "BlitzWolf SHP", // BlitzWolf BW-SHP2 and BW-SHP6 (ESP8285 - BL0937 or HJL-01 Energy Monitoring)
|
||||||
// https://www.banggood.com/BlitzWolf-BW-SHP2-Smart-WIFI-Socket-EU-Plug-220V-16A-Work-with-Amazon-Alexa-Google-Assistant-p-1292899.html
|
// https://www.banggood.com/BlitzWolf-BW-SHP2-Smart-WIFI-Socket-EU-Plug-220V-16A-Work-with-Amazon-Alexa-Google-Assistant-p-1292899.html
|
||||||
|
|
Loading…
Reference in New Issue