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

RGB&W should work without "is_white" #27

Open
jdtsmith opened this issue Sep 11, 2020 · 0 comments
Open

RGB&W should work without "is_white" #27

jdtsmith opened this issue Sep 11, 2020 · 0 comments

Comments

@jdtsmith
Copy link

jdtsmith commented Sep 11, 2020

Great package! I'm using it with some RGBW led strips and the magichome WiFi LED strip controller. The strips I use have a warm white led every other one. You can run these warm white LEDs at the same time as the colored LEDs. In that case, the is_white setting is not needed, since you can separately control color and warm white led levels. I do confirm that I can:

light.is_white=True
light.w=128
light.is_white=False

to change the warm white level. But it would be useful to be able to configure the light object to allow setting color and white LED levels without switching "modes". Thanks for considering.

UPDATE: Interestingly, the light type isn't in your list of types:

>>> light._get_status_data()
(129, 6, 35, 37, 20, 7, 188, 0, 255, 50, 1, 0, 240, 200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant