"White" channel only segments confusingly provide 2 or 3 sliders
Is your feature request related to a problem? Please describe.
Currently, when configuring a device with a single segment with a single white channel, creates a confusing UI to control and a confusing API to work with.
In the end, the case described above is basically a dimmable LED strip (single color, assumingly just "white").
The point is, WLED will give you 3 sliders for controlling this LED strip, providing the same functionality, but are fully decoupled:
- The master slider for the brightness.
- The brightness slider for the segment.
- The white value slider for the segment.
All of these do the same thing in this case: Controlling the brightness; which makes no sense and is (in my opinion) highly confusing.
Describe the solution you'd like
The master brightness makes sense in a way, as in, that is part of how WLED works in general (although, still confusing in a single-segment setup).
I would suggest removing the slider for the white values in the case as described above and only providing a brightness slider for the segment (omitting the white value).
Describe alternatives you've considered
I've not, really. For external control, I've considered sending the same values for brightness and white value (so external control is at least logical).
Additional context

Ran into while working on: https://github.com/home-assistant/core/pull/75248
Thank you for your ideas for making WLED better!
I could agree on white channel and global brightness. Segment is another beast. As you may have several GPIOs attached to independent strips and those can be assigned to different segments, each of which can be controlled independently.
With the other two: for white channel and global brightness it is not feasible to devise a unique UIs for single color LEDs, combination of single color and RGB and RGB only LEDs on a constrained device such as MCU.
I agree that having 3 sliders for apparently the same purpose in typical use cases (1 segment, solid effect) is confusing.
However, keep in mind that even "White only" segments can take advantage of segment color slots (consider the Blink effect blinking between maximum brightness and a dimmer background color value)
So this is solved now? :)
Trying to get everything closed and solved to finally get this added to HA :) https://github.com/home-assistant/core/pull/75248
To finally have CCT support for WLED in HA :)
Thanks!
This is not blocking the referenced PR in Home Assistant Core.
Gotcha! Still a valid question, so can be closed :)
The core of this issue is not "fixed" and probably will never be. But. I have added UI logic to hide one of the sliders (segment opacity/brightness) if only one segment is used. So the number of possible options to change brightness is reduced from 3 to 2 sliders (one being global brightness the other being "color").
Yeah, I'm with you. I like the improvement for this now! Thx!