-
Notifications
You must be signed in to change notification settings - Fork 2
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
I cannot set the warm value #1
Comments
Hi. Probably your bulb have both cold and leds. |
you can also change lines 133-139 in magichue.py:
|
Or also if you want to use both warm and cool (interesting to make a mix):
All this because our lamp has a RGBCW driver. |
Thanks @domisol ! I'll see if with these I'm able to revive a couple of lightbulbs that I got permanently stuck in the RGB mode. |
Hi there, first of all, thanks for making this script! I'm using it to automate a couple of lights to have cold light at day time, and warm light at night.
I'm able to set any RGB value to the light bulb, but sending the
warm
command doesn't do anything on my end. I can set the warmness via the mobile app, but not with command.Example of command I'm running:
python3 magichue.py -ip {ip_here} -warm 150
it also doesn't work if I try to send the warm in araw
command.cool
doesn't work either.Do you know what could be causing this? No issues at all with sending RGB values or querying status.
The text was updated successfully, but these errors were encountered: