Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.14.1: Brightness and Power are ignored when Transition is set to 0 #3720

Closed
1 task done
fcmower opened this issue Jan 25, 2024 · 3 comments
Closed
1 task done

v0.14.1: Brightness and Power are ignored when Transition is set to 0 #3720

fcmower opened this issue Jan 25, 2024 · 3 comments
Labels
bug confirmed The bug is reproducable and confirmed fixed in source This issue is unsolved in the latest release but fixed in master workaround The issue contains a workaround

Comments

@fcmower
Copy link

fcmower commented Jan 25, 2024

What happened?

If Transition is set to 0 in a preset or in the UI, neither
Brightness nor Power can be changed through json or the UI.
X.X.X.X/json/state and the UI show all changes, but visually, the
pixels do not change brightness (up, down, off, or on).

With a bootup preset, if the preset has transition:0, the preset
turns on to very low brightness, not the brightness saved in the
preset.

For example:
{"transition":1,"bri":255} Pixels are bright.
{"transition":0,"bri":10} Pixels stay bright.
{"transition":1,"bri":10} Pixels dim.
{"transition":0,"on":false} Pixels stay on.

I think this started in 14.0, but I'm not sure. I remember
after a software update, some of my presets in my playlists
started behaving differently. Today when I looked at my
presets.json, I noticed those misbehaving presets all had
transition:0. I changed them to transition:1 and now they
work normally again.

Installed version: WLED 0.14.1
(ESP32-D0WDQ6 build 2401141)

To Reproduce Bug

In the user interface, set Transition to the value 1.
Setup a solid color.
In the user interface, set Transition to the value 0.
Adjust the Brightness slider up and down.
Notice the brightness does not change.
In the user interface, turn off Power.
Notice the power does not turn off.
In the user interface, set Transition to the value 1.
Notice Brightness and Power function normally.

Expected Behavior

Brightness and Power should function normally at any Transition setting greater than or equal to 0.

Install Method

Binary from WLED.me

What version of WLED?

WLED 0.14.1 (build 2401141)

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@fcmower fcmower added the bug label Jan 25, 2024
@fcmower
Copy link
Author

fcmower commented Jan 25, 2024

I forgot to point out, I also had transition:0 in my playlists that I changed to :1. The playlist issue
is a little more confusing. I don't know if I had to change both the preset and the playlist to :1 or
what. I do know if a playlist entry has transition:0, the brightness is not updated and it keeps the
brightness setting from the previously played preset ... it's a little confusing. :-/

@blazoncek
Copy link
Collaborator

This is supposed to be fixed in 0.15

@Aircoookie Aircoookie added the confirmed The bug is reproducable and confirmed label Jan 25, 2024
@blazoncek
Copy link
Collaborator

As a workaround, use 0.1s transition time.

@blazoncek blazoncek added the workaround The issue contains a workaround label Jan 25, 2024
blazoncek added a commit that referenced this issue Mar 29, 2024
- Fix for transition 0 (#3854, #3832, #3720)
- copyright year update
- updated AsyncWebServer to v2.2.0
@blazoncek blazoncek added the fixed in source This issue is unsolved in the latest release but fixed in master label Mar 29, 2024
SonoDavid pushed a commit to SonoDavid/WLED that referenced this issue Apr 3, 2024
- Fix for transition 0 (Aircoookie#3854, Aircoookie#3832, Aircoookie#3720)
- copyright year update
- updated AsyncWebServer to v2.2.0

Changed wordclock mod to dutch version

Added wordclock NL version
softhack007 pushed a commit to MoonModules/WLED that referenced this issue Apr 9, 2024
- Fix for transition 0 (Aircoookie#3854, Aircoookie#3832, Aircoookie#3720)
- copyright year update
- updated AsyncWebServer to v2.2.0
adamsthws pushed a commit to adamsthws/WLED that referenced this issue May 9, 2024
- Fix for transition 0 (Aircoookie#3854, Aircoookie#3832, Aircoookie#3720)
- copyright year update
- updated AsyncWebServer to v2.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed The bug is reproducable and confirmed fixed in source This issue is unsolved in the latest release but fixed in master workaround The issue contains a workaround
Projects
None yet
Development

No branches or pull requests

3 participants