-
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
GU10 not going to white color #12
Comments
I also have two GU10 lights but don't seem to have this issue. To my knowledge, they communicate using the same protocol as all the other LIFX bulbs. Can you check if you've sent both a kelvin value |
Also does not work. I tried hue, saturation, mired, color name (glowing for example). Nothing works.
Can you try this? And what could be my issue? Firmware is 3.60 First set the bulb to a random color, and try to switch it back to white with the above node. |
Even a simple inject node like this does not work with the GU10. It works with the other bulbs. Can you confirm? |
No clue @ristomatti ? |
Sorry forgot about this (too much work!). I just tried it now - worked with no issues, same firmware version. |
Thanks for testing. That's really strange. So you set it to a color first (red, green, blue etc) and it turned white? It's strange cause it happens to all 4 GU10 bulbs I own. And 4 more are on their way. Waiting for a new light fixture at the moment. I guess I need to go the cloud route unfortunately, if this doesn't work. |
Do they work fine also with the phone app when there's no Internet (within WiFi of course)? Or have you tried if they work from some 3rd party app that supports LAN protocol? There's some for Android at least. Typically they've started with Hue lights in mind but then added LIFX support later on. The apps weren't any good but might help troubleshoot this. I'd also try factory resetting and pairing the lights multiple times. I remember I've had to do that with many of my LIFX Mini bulbs. |
Everything works, in the app, with or without internet. It also works with this node: These HTTP nodes also work: And it also works when I use a function node with a http request node. So basically, everything I tried works, except this node, when the bulb is on a color. |
Also just tried this app: https://play.google.com/store/apps/details?id=de.jeisfeld.lifx.app |
Curiously it is even based on the same library as this one is/was (nowadays a further developed fork). I'll skim the code a bit if something pops up easily that could be used to make it output debug info on Node-RED's log. |
Do you have Node-RED 2.x installed BTW? It has a nice feature added to the function node which allows simple use of external node modules. I could try creating a simple wrapper around lifx-lan-client (used by this contrib node) so you could test if the problem occurs also with it. I already played around this idea a bit when testing NR 2. The thing with node-red-contrib-node-lifx is that it adds a lot of (in my opinion unnecessary) complexity around lifx-lan-client and might be the problem here. I want to stress out that while I'm maintaining or helping to maintain both, I'm just a contributor and quite honestly don't thoroughly understand all the inner workings. I'd love to try rewriting and reimagining this node to be more robust and easy to use but I've got little spare time and both work 99% for me so it's not very likely to happen unfortunately. |
Yes I have 2.06 installed. I'm glad to test it out. And I'm grateful that you spend your free time on maintaining this. It's the heart of my home automation, so really important. |
Yep it's where it all started for me as well and also the part that is definitely the most important. Recently I've been looking into Zigbee based devices as it seems more reliable. But at least my first dip into this direction for lighting (IKEA filament bulbs) was quite a disappointment. I'm also very much like the LIFX app* for when I want to do fine tuning that's not easy to do with a switches/remotes so I don't think I'm switching anytime soon. *) The original LIFX app before the hideous redesign. I'm on Android so I've backed up the APK file and have disabled Play Store from automatically updating it. 😄 |
If you go the ZigBee route, I can recommend to use zigbee2mqtt. Basically the living room is mostly lifx, because they got quality bulbs. And the rest of the house is full of ZigBee devices. Hue, Ikea, Xiaomi to name a few. Works really good, all controlled from a raspberry pi 3. |
Any chance you tried this 'wrapper'? |
Sorry not yet, honestly got sucked into another project grabbing the whole day. The good news is that I've at least managed to upgrade my main system to Node-RED 2.x and also copied my previous wrapper code there, so it's slowly progressing. I'm currently under somewhat heavy pressure to complete a certain task at work so most brainpower is gone when I'm done. But a notification of this sits flagged at the top of my email so i've not forgotten it! |
Hi,
I already have multible bulbs running with this node without issues. But now I recently bought some GU10 bulbs from Lifx. But I can't set them to a white color anymore, for example 2700k white, when the bulb is in any color except white. So when the bulb is red, it's impossible to get it to white anymore with this node. Through the app it works. It also works with the Lifx2 node, but I prefer this one. I threw any command I could think off to it, but no solution.
Any clue what it could be?
The text was updated successfully, but these errors were encountered: