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

WLED Colour Switch not working over HA #125656

Closed
bf8392 opened this issue Sep 10, 2024 · 11 comments · Fixed by #133900
Closed

WLED Colour Switch not working over HA #125656

bf8392 opened this issue Sep 10, 2024 · 11 comments · Fixed by #133900
Assignees

Comments

@bf8392
Copy link

bf8392 commented Sep 10, 2024

The problem

When you try to switch the colour of the leds over the colourwheel in home assistant, it won't work. The wled Webinterface works perfectly.
Screenshot_20240910-112928

Also the three sliders below won't work...they always reset to 50%...

Wled version 0.14.4 ESP32-D0WDQ6 build 2405180

What version of Home Assistant Core has the issue?

core-2024.9.1

What was the last working version of Home Assistant Core?

Not tested

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Wled

Link to integration documentation on our website

https://www.home-assistant.io/integrations/wled/

Diagnostics information

config_entry-wled-01J7CH0ZW1PT1DFTGVBZYFB4SW.json

Example YAML snippet

Added through frontend

Anything in the logs that might be useful for us?

None spotted

Additional information

No response

@home-assistant
Copy link

Hey there @frenck, mind taking a look at this issue as it has been labeled with an integration (wled) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of wled can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign wled Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


wled documentation
wled source
(message by IssueLinks)

@NicBetts
Copy link

I'm seeing the same issue

@Mprice12337
Copy link

I'm also seeing the same issue where I can change the color wheel in HA, or select a color temp, but it doesn't update WLED or the strip. It seems I'm only getting brightness, presets, and on/off control for the strips.

*For reference, I'm running WLED 0.15.0-b5 with WS2805 RGBCCT Strips (which are newly supported in WLED in 0.15, and that may be causing the issue.)

@SKOOBdaNOOB
Copy link

I'm also having this issue using WS2815 12V strips using Home Assistant Core 2024.10.1

@Moonbase59
Copy link

Same here. I have HA Core 2024.10.2, the MagWLED-1 controller (ESP32-C3), WLED 0.15.0-b5, and a WS2805 LED strip (RGB+WW+CW). I set "Auto-calculate white channel from RGB" to "Accurate", and WLED correctly displays two sliders: Value/Intensity and White Balance.

In HA, color selection doesn't work (as above), plus it shows THREE sliders (color intensity, cold white, warm white) instead of just TWO (color intensity, white balance). Also, scenes including that light don't work anymore, HA complains about some WLED API error.

I suspect that the HA WLED integration doesn't completely take the WLED settings correctly, especially in cases with 5-LEDs (i.e., RGB+WW+CW).

For the time being, I could help myself making PRESETS within WLED, which seem to be called up correctly, except in scenes.

@Sythenz
Copy link

Sythenz commented Oct 15, 2024

Would also love to know what's going on here too, :c

@amaisano
Copy link

Same - I am using a RGB Warm White strip. The HA Ui was working when I had auto-calculate white enabled in WLED.

@Eveeko
Copy link

Eveeko commented Dec 6, 2024

Also having the same issue, no controls are responsive besides the brightness slider and power toggle.

Firmware: 0.15.0-b7
HA Version: 2024.11.3

@Probastian
Copy link

Same here! I can't imagine this being the issue, but the Home Assistant Language is also German.

@Mprice12337
Copy link

Now on 0.15 official release.

In Home Assistant I get two sliders on the color wheel page one for color brightness and one for white brightness. Neither seem to work correctly, as they both reset to whatever the preset's values were within a few seconds.

For the time being, I created two presets in WLED, one with RGB brightness set to max and White brightness at zero, and one with RGB at zero and White Maxed. Then in Home Assistant I've been switching between the two presets for RGB or white mode, as it does have control over the Color Temp and color values now.

@godfa7h3r
Copy link

Fixed this by unchecking the box “White Balance correction” under the LED Preferences section of the WLED Native app and then reloading the configuration in HA.

Seems that having that box checked prevents HA from adjusting color. Power and brightness worked fine.

The big downfall in this fix is it is now difficult to properly adjust white through HA as there is no separate settings for white like there is for other lights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.