-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Alexa Color change??? #51
Comments
That's right, unfortunately. Amazon did not implement the part of the protocol required for color change in the local hue protocol we use. So there is nothing I can do about this, sadly. |
Hello, thanks for the answer. Is it possible to combine the sketch of Sid (Hachster io)? Since we have 6 solid colors. Unfortunately, no dimming function is available. |
Yes, it would be possible to control the color by emulating 4 devices at once (Brightness, Red, Green, Blue). I might implement this once i have time as an example sketch for my project Espalexa which supports emulating multiple devices simultaneously. In the future, I might change WLED to use Espalexa and add an option to enable this sort of color support. Downside is still that you can't just say "Alexa, set light to Orange", but have to do "Alexa, set Red to 100%. Alexa, set Green to 50%. Alexa, turn Blue off.". This isn't practical at all. I might look into the "Routines" feature of Alexa, which might make this easier for a subset of colors you want to support. That said, every user would have to program those routines themself. |
While testing today, I have noticed that there might have been a change in the Alexa software that would allow color changes via the local API. I will investigate this further and if it is true, we should have Alexa color setting support before Christmas :) |
Hello. Very nice project!! All respect! It is now possible, to change colors with alexa? Greetz |
Yes, the functionality has been added! However, you need to rediscover the device, and as of now the color device discovery doesn't yet work with Echo Dot 2, only with standard Echos. |
I am able to turn On light with Alexa, but not off though Alexa replied OK. Even color changes doesn't work. |
Hi @sjude68 , you are experiencing the Aircoookie/Espalexa#6 issue.
All of these will let you turn off or dim the device, but color might still not be supported depending on your Echo model. I'm actively working on a fix! |
Thanks. I uploaded the binary using OTA Update and now Alexa can turn ON & OFFand change brightness of the lights. I am using Echo Dot, 1st generation. Waiting for Color implementation. |
@sjude68 Using the new 0.8.4 release, you should now be able to change the color using your Dot! You might need to delete and re-discover the device in the Alexa app once. |
Aircoookie. It works well with my Echo Dot. I connected 3 esp D1 Mini. All are on sync and giving command to 1 changes color in all. |
Hello is it right that Alexa only switch on and off and adjust the brightness? But Alexa can not change the colors ?
The text was updated successfully, but these errors were encountered: