-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Cannot add WLED because it supposedly uses CCT #101029
Comments
Hey there @frenck, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) wled documentation |
⚠ "Compatibility notice"
https://kno.wled.ge/advanced/home-automation/ Sadly im really sad cuz of this. I had idea for really nice living room controller that will have SK6812RGBNW + SK6812WWA + one classic analog CCT led strip. Final goal is to have 3 light entities in HA. One normal for SK6812RGBNW, one for analog cct just like cwww component from esphome and one same like cwww from esphome but for digital adressable SK6812WWA with animation support. Would love to get that implemented together with UI support for SK6812WWA |
Thank you for that feedback - and, of course all your efforts to make this work!
Hadn’t seen this limitation before.
However, as I had tried to explain, I don’t see where I would have set up a CCT bus (or WBC) - I have set the strip for an RGB (actually GRB)-type WS2812.
I do have the recommended “gamma-correction for color” ticked, though.
I’d appreciate if you could point me to where to look for those settings I could try fixing that.
Thanks,
Benno
PS: On a loosely related topic: I recently got one of those WWA strips, too - those are not yet connected but would like to soon … how do you set them up in WLED?
… On 29. Sep 2023, at 09:54, Djordje ***@***.***> wrote:
⚠ "Compatibility notice"
WLED devices are not supported by Home Assistant 2022.2 or later if a CCT bus is configured or `White Balance Correction` is enabled.
We hope to resolve this issue as soon as possible. As a temporary workaround you can enable the option `Calculate CCT from RGB` in LED settings.
https://kno.wled.ge/advanced/home-automation/ <https://kno.wled.ge/advanced/home-automation/>
Sadly im really sad cuz of this. I had idea for really nice living room controller that will have SK6812RGBNW + SK6812WWA + one classic analog CCT led strip. Final goal is to have 3 light entities in HA. One normal for SK6812RGBNW, one for analog cct just like cwww component from esphome and one same like cwww from esphome but for digital adressable SK6812WWA with animation support.
—
Reply to this email directly, view it on GitHub <#101029 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABNFDNNOL3TCEPKISAPO5MLX4Z5CZANCNFSM6AAAAAA5KCYWNA>.
You are receiving this because you authored the thread.
|
Try enabling calculating cct from rgb. It might help. I don't know how it is implemented and why it's throwing that error. It's best to wait for response from devs. About WWA adressable strip, it works fine but you can only use it as adressable rgb strip. Colors are mapped in same 24bit format with 8 bit per color but i dont know in which order. Bad thing is that UI does not support WWA adressable strip (for example you dont have UI option to control color temperature for WWA adressable strip). It's explained in documentation at https://kno.wled.ge/features/cct/
It's planned but probably not a priority. I guess we will have to wait for HA to implement CCT WLED device. Until then there would probably be no progress for WWA UI support. |
“Solved” - at least I can now register the device :)
I looked for all settings that could relate to CCT/White balance and unticked the setting
White management > White Balance correction
After that modification everything worked as expected.
Thank you pointing me in the right direction!
Benno
… On 29. Sep 2023, at 15:29, Djordje ***@***.***> wrote:
Try enabling calculating cct from rgb. It might help. I don't know how it is implemented and why it's throwing that error. It's best to wait for response from devs.
About WWA adressable strip, it works fine but you can only use it as adressable rgb strip. Colors are mapped in same 24bit format with 8 bit per color but i dont know in which order. Bad thing is that UI does not support WWA adressable strip (for example you dont have UI option to control color temperature for WWA adressable strip). It's explained in documentation at https://kno.wled.ge/features/cct/ <https://kno.wled.ge/features/cct/>
Since as of the release of version 0.13.0 no adjustable CCT addressable LEDs are supported*, this only applies to PWM analog LED outputs.
*SK6812 WWA (with 3 channels, warm white, cold white and amber) are supported, but treated as if RGB using the WS281x bus type. White spectrum support for this LED type will be added at a later point.
It's planned but probably not a priority. I guess we will have to wait for HA to implement CCT WLED device. Until then there would probably be no progress for WWA UI support.
Aircoookie/WLED#552 <Aircoookie/WLED#552>
—
Reply to this email directly, view it on GitHub <#101029 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABNFDNLR3XSDOSBGDQTXA5TX43EJ3ANCNFSM6AAAAAA5KCYWNA>.
You are receiving this because you authored the thread.
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
I cannot seem to get the work around to work, I have an sk6812rgbw strip connected to a dig2go controller with 0.14.0-b1. I unchecked the white balance correction and still cannot add the strip. What should I have "auto-calculate white channel from RGB:"? I have Calculate CCT from RGB turned on. Any help would be appreciated. EDIT: I figured it out, I just had to reboot my wled instance for some reason... |
I wonder if CCT support is gonna be implemented soon. This has some work done but still that's not it. |
That only does a convertion of color_temp to rgb color. is not really a color_temp mode. |
would also love to use my WS2805 strips (RGBCCT) in home assistant :D 👍 |
same here, now that WLED has the WS2805 support since the latest beta. |
There was already beta support for 1/2 months.... |
frenck is working on the python-wled repository for support CCT. when he finishes there it can be also integrated into the homeassistant integration. |
I turned off "White Balance correction" and it's working now. |
When will the ha integration be ready be ready to support cct? |
1 similar comment
When will the ha integration be ready be ready to support cct? |
Still having this issue after updating to 2024.7.3. Just tried to add WLED w/ 2805 strips: |
@chester512 makes aense, it isn't part of 2024.7.3. When in doubt, check the release notes, they are update for each patch release as well. The code change that closed this issue is scheduled for the 2024.8 release. ../Frenck |
Hello Frenck, |
you can use this method https://www.home-assistant.io/common-tasks/core/#running-a-development-version`pip3 install --upgrade ***@***.*** `Sent from my Galaxy
-------- Original message --------From: rikkwebreg ***@***.***> Date: 7/20/24 20:17 (GMT+03:00) To: home-assistant/core ***@***.***> Cc: Umurcan Gorur ***@***.***>, Comment ***@***.***> Subject: Re: [home-assistant/core] Cannot add WLED because it supposedly uses CCT (Issue #101029)
Hello Frenck,
Is should work to integrate this release (19.2/3) on the current HA 2024.7 using home assistant terminal and the command "pip wled install" ?
I did it, without seeing any differences and the possibility to integrate CCT Wled.
Thank you!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
As mentioned above, it is targeted for release with Home Assistant 2024.8 ../Frenck |
That is not correct, as 2024.8 hasn't been released yet. It it scheduled for the first Wednesday of September. |
The problem
When trying to add a new WLED integration I get an error message telling me "This WLED device uses CCT channels, which is not supported by this integration".
This is definitely not the case. I verified through the direct interface that the LED choice is WS281x with GRB color order.
Any assistance on getting over this hurdle will be appreciated.
What version of Home Assistant Core has the issue?
core-2023.9.3
What was the last working version of Home Assistant Core?
started trying with 2023.9.2 - never worked
What type of installation are you running?
Home Assistant OS
Integration causing the issue
WLED
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: