-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Added Model-Information for YLDP01YL #2377
Conversation
Music mode does not work with Yeelight model YLDP01YL
@Dadeniss, thanks for your PR! By analyzing the history of the files in this pull request, we identified @HydrelioxGitHub, @rytilahti and @SilvrrGIT to be potential reviewers. |
Maybe related to home-assistant/core#6624 (where some RGB bulbs do not support the mode). YLDP01YL is the white-only. |
I think it's wrong way to fix this through documentation. This should be fixed in code by reverting transparently to the normal mode when MM is not available. How to do this nicely is being discussed in upstream: https://gitlab.com/stavros/python-yeelight/issues/10 |
I agree with @rytilahti in this case. Does anything break as is or does the function just not work? |
Hi there, I got two bulbs in a group. When i try to switch the group on and one of the bulbs has music mode activated, only this bulb goes on. Then the error occours and the second bulb will not light on.
It is in deed possible to change the bulb order in groups, but i dont think thats the way. I understand your concerns and i think that fixing this error is the best way too. |
I just made a PR for fixing the issue itself: home-assistant/core#6952 . However, I could say the documentation change is okay, but could you please add a short description for the model number such as "YLDP01YL (white bulb)" and add a dot in the end? What you also could add is a second note discouraging the use of music mode when it's not really needed, as it has its drawbacks (not possible to receive updates from the bulb, which may lead to inconsistent states even when it shouldn't due to caching)? |
This PR seems to have gone stale. Closing it. You can reopen it when you're ready to finish it. |
Music mode does not work with Yeelight model YLDP01YL
Description:
Using music mode on this model will throw an exception, Yeelight returns "unknown command".
Pull request in home-assistant (if applicable): home-assistant/home-assistant#