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

Support WWA in UI #552

Open
billchurch opened this issue Jan 4, 2020 · 26 comments · May be fixed by #4484
Open

Support WWA in UI #552

billchurch opened this issue Jan 4, 2020 · 26 comments · May be fixed by #4484
Labels
enhancement hardware (Likely) Setup-specific issue, e.g. flickering LEDs

Comments

@billchurch
Copy link

Currently there is no support for WWA (white, white, amber) style strips. I plan on adding this and doing a PR, waiting for strips to test with first. This issue is just a placeholder.

Example strip: https://www.aliexpress.com/item/32430149013.html

@Nobeernogman
Copy link

I will buy 1m SK6812WWA 60 IP67 from Ali :-) Will report back when it's arrived.

@Aircoookie
Copy link
Owner

Hi! Those are in fact supported hardware wise (since they use the same protocol as RGB ones).
Red channel corresponds to amber, and green and blue to cold and warm white, I believe.

What I yet have to do is add explicit WWA support to the UI (as in a colorpicker that makes intuitive sense for white channels)

@Aircoookie Aircoookie added enhancement hardware (Likely) Setup-specific issue, e.g. flickering LEDs labels Jan 5, 2020
@billchurch
Copy link
Author

That was my thought, what would be needed is mostly UI. I don’t have a strip to play with but will grab one.

@billchurch
Copy link
Author

I feel like it might make sense to do sliders for each channel, and then maybe some preset color temps ?

@Aircoookie Aircoookie changed the title Support WWA channel type for SK6812-WWA type strips Support WWA in UI Jan 5, 2020
@Nobeernogman
Copy link

Just bough a SK6812WWA. Will report back when the mailman knocks at my door.

@vmazmaz
Copy link

vmazmaz commented Jan 8, 2020

I feel like it might make sense to do sliders for each channel, and then maybe some preset color temps ?

I feel a single slider for color temperature would be my input of predilection for WWA.

@nicoduck
Copy link

nicoduck commented Mar 4, 2020

I feel a single slider for color temperature would be my input of predilection for WWA.

I would welcome an implementation similar to most other CCT lights. An option to optionally enable intensity correction would be nice too, otherwise setting it to a medium colour temperaure would enable both white LEDs at 100% which would make the light brighter than on cold or warm white.
The amber LED is not as bright as the white ones and would need its own slider. That's not a big surprise since most amber lights I know are mainly usable for ambient lighting.

Here is a short video of the strip presenting a simple pattern: https://youtu.be/hz0-mlSzlsU

@kulps
Copy link

kulps commented Jul 14, 2020

I would definitely appreciate WWA support in the UI.
I'm going to predominantly using WLED to manage WWA strips. It's a minor convenience to see the colour in the UI as it's going to come out instead of basically just dragging it around until I find what I'm looking for.

@Aircoookie Aircoookie added this to the 0.12.0 milestone Jul 14, 2020
@m-s-e
Copy link

m-s-e commented Nov 10, 2020

Following with interest!
WWA integration would be great.

@MFlasskamp
Copy link

I'll second that!

@james-fry
Copy link

This would be great! Just in the process of adding a 3 meter strip (288 SK6812s) in my office.
The strips work perfectly, just need the UI to show the correct colors in the color picker etc.

@Aircoookie Aircoookie modified the milestones: 0.12.0, 1.0.0 Apr 6, 2021
@mikkihugo
Copy link

Would be really awesome to get as I have a couple of them

@adub08
Copy link

adub08 commented Aug 3, 2021

I'd like to second this too, it would be great! :)

@moscher
Copy link

moscher commented Aug 29, 2021

that would be a awesome feature!!

@blazoncek
Copy link
Collaborator

As a workaround you can use RGB PWM setup and then change UI parameters to hide color wheel and use RGB sliders.
You can control each channel of your WWA using RGB sliders then.

@zwevert
Copy link

zwevert commented Sep 7, 2021

I would highly appreciate support for sk6812 wwa as well. Thanks !

@mattkerrison
Copy link

Any updates on this? I have a few strips of SK6812 WWAs and would be really nice to have a custom color wheel or sliders for the 3 different whites

@blazoncek
Copy link
Collaborator

You can enable RGB sliders and disble color wheel in UI settings page and you will be able to control each channel individually until this is added to WLED.

@fssup
Copy link

fssup commented May 9, 2022

Would also love support for this.

@mortelil
Copy link

mortelil commented May 9, 2022

Support for these would be great!

@james-fry
Copy link

Any indication when (or if) this will be added?

@blazoncek
Copy link
Collaborator

Not in any immediate plan.

@maverick1872
Copy link

Is there a blocker for having this implemented or has no one undertaken opening a PR to introduce it?

@blazoncek
Copy link
Collaborator

The latter.
Though it may need a serious talks with Home Assistant developers to recognise WLED device as such and accept it into their integration.

@DjordjeMandic
Copy link

@blazoncek You mean that HA integration has to support color temperature (this ui feature were talking about) too? So no plans on working on this without implementing it in HA integration at same time?

@blazoncek
Copy link
Collaborator

@DjordjeMandic What happens in HA is HA's affair. WLED is not affiliated with HA and HA refuses to add CCT capable WLED device into integration (as of this writing).
WWA support is not implemented in WLED UI (or in core) and since none of the developers own WWA strip or have use for it there are no immediate plans to add such support.
But, as always, it is possible for someone with knowledge and willingness to implement such functionality and make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement hardware (Likely) Setup-specific issue, e.g. flickering LEDs
Projects
None yet
Development

Successfully merging a pull request may close this issue.