Logo
LE LampUX 2m RGB TV Backlight LED Strip (904102-RGB)
LE LampUX 2m RGB TV Backlight

Available from:
Amazon.de
Amazon.it




Manufacturer:
Lepro.co.uk

Install method:
Tuya-Convert

GPIO #Component
GPIO00 None
GPIO01 Button1
GPIO02 Button2
GPIO03 None
GPIO04 None
GPIO05 PWM2
GPIO09 None
GPIO10 None
GPIO12 PWM3
GPIO13 Button3
GPIO14 None
GPIO15 PWM1
GPIO16 None
FLAG None
Configuration (old format, will be converted to new template when applied)
{"NAME":"LE 904102","GPIO":[0,17,18,0,0,38,0,0,39,19,0,37,0],"FLAG":0,"BASE":18}
WARNING: New Tuya devices have replaced their Wi-Fi module with one incompatible with Tasmota!!!
Tuya-Convert might not be possible for this device since the template was added (2020-01-25).

To use the integrated Hardwarebuttons to controll the Light, you can use following rule example:

1 short Press “C”: next Color 2 short Presses “C”: previous Color 3 short Presses “C”: increase Dimmer 4 short Presses “C”: decrease Dimmer 1 short Press “Power”: Turn On Light 2 short Presses “Power”: Tunr Off Light 1 short Press “M”: next Scheme/Mode 2 short Presses “M”: previous Scheme/Mode 3 short Presses “M”: increase Speed 4 short Presses “M”: decrease Speed

Paste into Tasmota WebConsole:

backlog SetOption1 0; SetOption11 0; SetOption73 1;

rule1
on Button1#state=10 do Color+ ENDON
on Button1#state=11 do Color- ENDON
on Button1#state=12 do Dimmer+ ENDON
on Button1#state=13 do Dimmer- ENDON
on Button2#state=10 do Power1 1 ENDON
on Button2#state=11 do Power1 0 ENDON
on Button3#state=10 do Scheme+ ENDON
on Button3#state=11 do Scheme- ENDON
on Button3#state=12 do Speed+ ENDON
on Button3#state=13 do Speed- ENDON

rule1 1