-
Notifications
You must be signed in to change notification settings - Fork 1
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
Color Lights issue #2
Comments
@grabidou I can't reproduce this on my end using Wiz or Hue RGBW bulbs. When selecting a color in C4, the light driver just sends the XY color to Home Assistant. For the C4 "Warm White" preset, this value is Can you set the XY color value for your light in HA using a service call and see if the issue persists? If so, then the issue is with your bulb/HA and not the Light driver. I'm curious to know the result. You can easily set the XY color using this service call in Developer Tools > Services: service: light.turn_on
data:
xy_color:
- 0.487
- 0.381
target:
entity_id: light.your_light_entity |
@bphillips09 @grabidou What I call a warm white setting here is what I feel works. xy_color: 0.463, 0.376 min_color_temp_kelvin: 2000 max_color_temp_kelvin: 6535 min_mireds: 153 max_mireds: 500 supported_color_modes: brightness, color_temp, hs color_mode: color_temp brightness: 173 color_temp_kelvin: 3389 color_temp: 295 hs_color: 27.291, 47.241 rgb_color: 255, 189, 134 xy_color: 0.463, 0.376 Another nicer warmer value. I am using 4 Zemismart Wifi downlights. Happy to help further.-- |
@dacorn Are you still seeing this issue? |
Hey Brandon, let me check this one. Its in my Theater and I haven't checked
since updating the driver.
…On Thu, May 9, 2024 at 3:55 PM Brandon Phillips ***@***.***> wrote:
@dacorn <https://github.com/dacorn> Are you still seeing this issue?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKKMU7ABXQZYWFAGTHVRHXLZBMTWRAVCNFSM6AAAAAA7WC6KOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBSGE2DOMJYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@bphillips09 , this driver works with colored lights, but the colors seem to be off when selecting the color from C4 vs. Home Assistant. For example, I choose "Warm White" from C4, the lights show a pink hue. when "Warm White" is chosen from HA, the light responds accurately. Other colors have the same result.
The text was updated successfully, but these errors were encountered: