Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.54k stars 3.11k forks source link

E1.31 input is overiden by web UI brightness slider and power button #3931

Closed xhpohanka closed 4 months ago

xhpohanka commented 4 months ago

What happened?

If I use sACN input I would need it to work with maximum priority. Unfortunately I noticed even if UI shows that it receives E1.31 the leds are off or on brightness smaller then expected. Then I found that in such state the power button and brightness slider still works and probably have precedence over E1.31. It is confusing and I sometimes found my device with brightess slider set to 0 after cold restart. Then I need to go to web UI and move it to full to get E1.31 working.

To Reproduce Bug

Expected Behavior

brightness slider has no impact when E1.31 is active on off button has no impact when E1.31 is active

Install Method

Binary from WLED.me

What version of WLED?

2403190

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

blazoncek commented 4 months ago

There is a setting for maximum brightness in Sync settings.

xhpohanka commented 4 months ago

There is a setting for maximum brightness in Sync settings.

Thank you, I have missed this settings. When Force max brightness is checked it works as I expect...