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

Alexa Color change??? #51

Closed
SeriousOri opened this issue Oct 2, 2018 · 11 comments
Closed

Alexa Color change??? #51

SeriousOri opened this issue Oct 2, 2018 · 11 comments

Comments

@SeriousOri
Copy link

Hello is it right that Alexa only switch on and off and adjust the brightness? But Alexa can not change the colors ?

@Aircoookie
Copy link
Owner

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.

@SeriousOri
Copy link
Author

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.

https://www.hackster.io/shiva-siddharth/control-rgb-led-strip-using-amazon-echo-alexa-and-nodemcu-b06e92

@Aircoookie
Copy link
Owner

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.

@Aircoookie
Copy link
Owner

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 :)

@Aircoookie Aircoookie reopened this Dec 16, 2018
@nelzon101
Copy link

Hello. Very nice project!! All respect! It is now possible, to change colors with alexa? Greetz

@Aircoookie
Copy link
Owner

Aircoookie commented Jan 13, 2019

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.

@sjude68
Copy link

sjude68 commented Feb 27, 2019

I am able to turn On light with Alexa, but not off though Alexa replied OK.

Even color changes doesn't work.

@Aircoookie
Copy link
Owner

Hi @sjude68 , you are experiencing the Aircoookie/Espalexa#6 issue.
You have three options:

  • use 0.8.3 binary, flashable directly in WLED ("Manual OTA Update" in security settings)
  • compile 0.8.3 using Arduino core 2.3.0
  • use latest git master version (0.8.4-dev) with core 2.5.0

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!

@sjude68
Copy link

sjude68 commented Feb 27, 2019

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.

@Aircoookie
Copy link
Owner

@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.

@sjude68
Copy link

sjude68 commented Apr 1, 2019

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.

Aircoookie pushed a commit that referenced this issue Apr 8, 2020
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

4 participants