-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
Yeelight RGB bulb YLDP02YL only support white in homekit #23871
Comments
Potentially related to #19251? Anyway, this is not an issue in the yeelight integration, but in homekit one. |
Hey there @Jc2k, mind taking a look at this issue as its been labeled with a integration ( This is a automatic comment generated by codeowners-mention to help ensure issues and pull requests are seen by the right people. |
Hi I think you mean the homekit integration, not homekit_controller integration. |
It is strange because when i used the yeelight with the discovery settings, the bulb in homekit had the color option. But when i changed to manual configuration the yeelight bulb in homekit lost the option for changing color and started acting as a normal light. |
Hey there @cdce8p, mind taking a look at this issue as its been labeled with a integration ( This is a automatic comment generated by codeowners-mention to help ensure issues and pull requests are seen by the right people. |
@vitinhosessa Can you try excluding the light via the |
I excluded I did another test, i excluded the Probably the bug is on |
I found the bug. I removed: custom_effects:
- name: 'TE'
flow_params:
count: 0
transitions:
- RGBTransition: [255, 0, 0, 2000, 100]
- RGBTransition: [0, 255, 0, 2000, 100]
- RGBTransition: [0, 0, 255, 2000, 100]
- SleepTransition: [1000] and works as should be. Acting as RGB bulb on homekit. 🎉 |
Thanks to helping me. 😄 |
Hey there @zewelor, mind taking a look at this issue as its been labeled with a integration ( This is a automatic comment generated by codeowners-mention to help ensure issues and pull requests are seen by the right people. |
Maybe its a bug because all yeelight, when defined by hand, are recognized as white only, before they get properties from the device ( https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/yeelight/light.py#L195 |
Thanks @zewelor. When this correction will be release? |
Sadly I don't know. It's waiting to be reviewed by someone. Maybe you can try it as custom component to see if it solves this error? |
Mine is working fine since i removed the custom_effects 😄. I ask just to have some idea. How do i install this version as a custom_component? I can test if works. I just need the link to download the custom component and what i need to do to make the yeelight configurate with this custom component. |
@zewelor the light is acting again as a white bulb. I'm gonna try to add to custom_components this new yeelight that you said. Did i need to rename the yeelight folder and in configuration.yaml? or i can use yeelight |
Configuration doesn't need any changes. Only create folder custom_components/yeelight , in your configuration directory, and download all files there. After that restart HA and you should see something like this in the logs:
|
Home Assistant release with the issue:
0.92.2
Operating environment (Hass.io/Docker/Windows/etc.):
Docker on a VM on Windows 10
Component/platform:
light.yeelight:
https://www.home-assistant.io/components/light.yeelight/
homekit:
https://www.home-assistant.io/components/light.homekit_controller/
Description of problem:
i'm using a Yeelight RGB Bulb model YLDP02YL
The light correctly support rgb color and white temperature in home assistant, but only show as white light in homekit devices like iphone.
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):The text was updated successfully, but these errors were encountered: