WLED icon indicating copy to clipboard operation
WLED copied to clipboard

LED turns power on after reboot/power up

Open guergen1 opened this issue 2 years ago • 7 comments

What happened?

The LED turns on after reboot or powered up, the switch ist not on: grafik

To Reproduce Bug

After downgrade to 0.13 b 1 it works fine

Expected Behavior

The LED do not turn on!

Install Method

Binary from WLED.me

What version of WLED?

WLED 0.13.1 (build 2203150)

Which microcontroller/board are you seeing the problem on?

ESP8266

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

guergen1 avatar Apr 14 '22 09:04 guergen1

Thanks for the report. Do you have a boot preset configured?

Aircoookie avatar Apr 14 '22 09:04 Aircoookie

No, there is no boot preset configured: grafik

guergen1 avatar Apr 14 '22 12:04 guergen1

I've had this issue too. I've solved it temporary by setting a reboot schedule everyday using an external plug.

Cryptophunk avatar May 03 '22 05:05 Cryptophunk

I have this issue too, but defined one preset to have a different starting color. But the toggle: Turn Led on after power up/reset is off.

Let me know if I can help to debug :)

modev92 avatar May 06 '22 05:05 modev92

I have this issue too. For me, when it is different than 0, the LEDs turn on when the power is supplied. When the boot preset is set to 0 it is ok. I will be grateful for the repair.

majdzik84 avatar Jul 05 '22 19:07 majdzik84

I have other begaviuor - i do NOT want to turn led on after power loss. But it turns on inspite of it!

RestOp avatar Jul 10 '22 09:07 RestOp

I see the same thing but it happens when I restart Home Assistant also. I have Turn on LEDs after boot/reset unchecked and I have a boot preset set. If I restart Home Assistant, WLED turns on to the preset.

heyitsyang avatar Nov 22 '22 02:11 heyitsyang

have the same issue as @heyitsyang

R1DEN avatar Jan 31 '23 08:01 R1DEN

As a workaround create a preset with API {"on":false} and assign it as a boot preset.

blazoncek avatar Jan 31 '23 09:01 blazoncek

I appreciate the tip about the workaround, but a workaround is not a fix. Shouldn't this issue remain open?

heyitsyang avatar Jan 31 '23 12:01 heyitsyang

As a matter of fact I am unable to reproduce this kind of behaviour on 20+ of my devices. With or without boot presets or on/off toggle setting. As such I deem problem not WLED related.

blazoncek avatar Jan 31 '23 13:01 blazoncek

I had v11, now updated to last ( 0.13.3) - now works as expected! image After disconettiong of power it blikns one time and then stays in OFF state.

Thanks a lot!

RestOp avatar Jan 31 '23 17:01 RestOp

Hi, I have 4 node on version 0.14 One of this node do not power on leds on reboot, other yes. Same config, same boot preset on all 4 nodes. Option to turn On led on after power up is unchecked. Something else I could verify?

Thanks

marcolino7 avatar Oct 15 '23 12:10 marcolino7

Hi, I have the same problem except that the problem appeared when I added the led strip to Home Assistant. WLED version 0.13.3

jabber77 avatar Nov 16 '23 21:11 jabber77

Hi, I have the same problem except that the problem appeared when I added the led strip to Home Assistant. WLED version 0.13.3

Hi, I use this startup preset and I fixed:

{"on":false,"bri":128,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":1,"grp":1,"spc":0,"of":0,"on":true,"frz":false,"bri":255,"cct":127,"set":0,"col":[[127,172,255,0],[0,0,0,0],[0,0,0,0]],"fx":0,"sx":128,"ix":128,"pal":0,"c1":128,"c2":128,"c3":16,"sel":true,"rev":false,"mi":false,"o1":false,"o2":false,"o3":false,"si":0,"m12":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]}

marcolino7 avatar Nov 17 '23 10:11 marcolino7