Logo
MegaLight Smart RGB LED Strip
EU
MegaLight Smart RGB

Available from:
Globus-baumarkt.de







Install method:
Replace module

GPIO #Component
GPIO00 None
GPIO01 None
GPIO02 None
GPIO03 None
GPIO04 PWM 2
GPIO05 IRrecv
GPIO09 None
GPIO10 None
GPIO12 PWM 3
GPIO13 PWM 1
GPIO14 None
GPIO15 None
GPIO16 Button 1
GPIO17 None
Configuration
{"NAME":"MegaLight Smart LED-Stripe","GPIO":[0,0,0,0,417,1088,0,0,418,416,0,0,32,0],"FLAG":0,"BASE":18}
This device uses WB3S module which needs to be replaced with ESP8685-WROOM-01, ESP-12, ESP-C3-12F, ESP-12H, ESPC2-12 or ESP8684-WROOM-01C. Read more about module replacement in a detailed guide.

As sold by the German hardware store “Globus Baumarkt”.

Setup

The controller can be easily opened by carefully prying on the left and right where the cables come out.

tl;dr: Replace module, 10kΩ resistor between GPIO16 and VCC, 4.7kΩ resistor between GPIO15 and GND and blue wire to GPIO5.

You need to replace the WB3S Tuya module with an ESP module of the same form factor. I used an ESP-12E.

The 10kΩ resistor is needed for the button to work, otherwise Tasmota thinks it is pressed all the time (and resets after 40 seconds). The 4.7kΩ resistor is needed for the ESP8266 to boot.

The IR sensor is connected to GPIO15 by default, but with the resistor in place it no longer works. The easiest way around this is to solder the blue wire from the sensor directly to GPIO5, which is the pin right next to its original position.

Rules

Rule1
ON IrReceived#Data=0x00F740BF do power off ENDON
ON IrReceived#Data=0x00F7C03F do power on ENDON
ON IrReceived#Data=0x00F700FF do dimmer + ENDON
ON IrReceived#Data=0x00F7807F do dimmer - ENDON
ON IrReceived#Data=0x00F720DF do color2 ff0000 ENDON
ON IrReceived#Data=0x00F7A05F do color2 00ff00 ENDON
ON IrReceived#Data=0x00F7609F do color2 0000ff ENDON
Rule2
ON IrReceived#Data=0x00F710EF do color2 ff5000 ENDON
ON IrReceived#Data=0x00F7906F do color2 aeff00 ENDON
ON IrReceived#Data=0x00F750AF do color2 0077ff ENDON
ON IrReceived#Data=0x00F730CF do color2 f2ba41 ENDON
ON IrReceived#Data=0x00F7B04F do color2 41e3f2 ENDON
ON IrReceived#Data=0x00F7708F do color2 a80355 ENDON
ON IrReceived#Data=0x00F708F7 do color2 fcce62 ENDON
ON IrReceived#Data=0x00F78877 do color2 25a9c4 ENDON
ON IrReceived#Data=0x00F748B7 do color2 c4254a ENDON
Rule3
ON IrReceived#Data=0x00F728D7 do color2 fcfc05 ENDON
ON IrReceived#Data=0x00F7A857 do color2 2d7c93 ENDON
ON IrReceived#Data=0x00F76897 do color2 fc5582 ENDON
ON IrReceived#Data=0x00F7E01F do color2 ffffff ENDON
ON IrReceived#Data=0x00F7E817 do scheme 2 ENDON
ON IrReceived#Data=0x00F7C837 do scheme 3 ENDON
ON IrReceived#Data=0x00F7F00F do scheme 4 ENDON
ON IrReceived#Data=0x00F7D02F do Power 3 ENDON
Backlog Rule1 1; Rule2 1; Rule3 1

(from: https://templates.blakadder.com/elfeland_EL-WSL-001.html and verified as working)

Additional information

Also works well with WLED. “