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

Hue emulation works with Alexa but she says, "device is not responding" #1434

Closed
halpz opened this issue Dec 25, 2017 · 17 comments
Closed

Hue emulation works with Alexa but she says, "device is not responding" #1434

halpz opened this issue Dec 25, 2017 · 17 comments
Labels
stale Action - Issue left behind - Used by the BOT to call for attention

Comments

@halpz
Copy link

halpz commented Dec 25, 2017

the sonoff works as expected, for example when I say, "Alexa, lights on" the lights turn on, but Alexa goes on to say "Lights isn't responding" - I think this is because it takes a while for the 'ON' status to be delivered to the echo and alexa thinks there is a problem?

anyone else had / solved this issue?

Thanks

@halpz halpz changed the title Hue emulation works with Alexa but she says, Hue emulation works with Alexa but she says, "device is not responding" Dec 25, 2017
@Frogmore42
Copy link
Contributor

I use ha-bridge and have it configured to send mqtt commands to turn on/off things. I did this because I had a light that was not hue capable but did support mqtt (with another gateway). I have not tried the emulation with Tasmota.

@Frogmore42
Copy link
Contributor

Looks like issue 1429 is similar and there is a fix there. Or, you can use ha-bridge like I do.

@chunter1
Copy link

Got the exact same issue with version 5.10.0c

@arendst
Copy link
Owner

arendst commented Dec 27, 2017

Pls try again with 5.10.0d and report progress.

@halpz
Copy link
Author

halpz commented Dec 29, 2017

issue remains on 5.10.0f

@KoLSMS
Copy link

KoLSMS commented Jan 4, 2018

Hello, same problem Here... :(

@geekypenguin
Copy link

geekypenguin commented Jan 15, 2018

Same issue on 5.11.1, the devices add no problem and Alexa app shows the status but when sending a command it says not responding.

Wemo emulation works fine but that doesn't work for multi channel devices

@KennethLavrsen
Copy link

I have same issue. 5.11.1b. Alexa can discover and show the device in Alexa app but it cannot control it. Alexa says that the device does not respond and nothing happens when to try and turn on or off. The app shows the correct on or off state of the device so it seems that Tasmota ignores the commands from Alexa

@TekMason
Copy link

TekMason commented Jan 17, 2018

Same symptoms as halpz in the original comment.
Using Hue Bridge emulation on 5.11.1 the sonoff basic works as it should for me with one exception:
When I say, "Alexa, light on" the light turns on but Alexa replies with "light isn't responding".

@KennethLavrsen
Copy link

See my comment on what I think is a duplicate of this #1639

@OFreddy
Copy link

OFreddy commented Jan 24, 2018

See my last comment in #1639, this might fix this issue also.

@reloxx13
Copy link
Contributor

reloxx13 commented Jan 24, 2018

Heya @arendst ,

it seems like alex ais not sending args to the webserver anymore when changing the state.

i made some debug outputs in the code and received this:

21:33:37 HTP: Hue API (/api/dIUhc67uzIHamo5mYqfQVjkjgRMsvkXeZo4u4Fg/lights/1)
21:33:37 HTP: Hue POST args (NO ARGS)
21:33:37 HTP: Hue API (/api/dIUhc67uzIHamo5mYqfQVjkjgRMsvkXeZo4u4Fg/lights/1/state)
21:33:37 HTP: Hue POST args (NO ARGS)
21:33:37 HTP: Hue API E2 ()
21:33:39 HTP: Hue API (/api/dIUhc67uzIHamo5mYqfQVjkjgRMsvkXeZo4u4Fg/lights/1/state)
21:33:39 HTP: Hue POST args (NO ARGS)
21:33:39 HTP: Hue API E2 ()
21:33:43 HTP: Hue API (/api/dIUhc67uzIHamo5mYqfQVjkjgRMsvkXeZo4u4Fg/lights/1)
21:33:43 HTP: Hue POST args (NO ARGS)

this is state switch on/off from alexa app
/api/dIUhc67uzIHamo5mYqfQVjkjgRMsvkXeZo4u4Fg/lights/1/state

this is request state of device (repeated while device open in alexa app)
/api/dIUhc67uzIHamo5mYqfQVjkjgRMsvkXeZo4u4Fg/lights/1

grafik
grafik

E2
grafik

i could not find out why the args are missing.

from hue api https://developers.meethue.com/documentation/lights-api (register is free)
grafik

@stale
Copy link

stale bot commented May 24, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Action - Issue left behind - Used by the BOT to call for attention label May 24, 2018
@stale
Copy link

stale bot commented Jun 8, 2018

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem.

@koraysels
Copy link

issue is still here v5.12.0

@reloxx13
Copy link
Contributor

we are on 6.3.0.x

@koraysels
Copy link

ha wow the OTA didn;t work then ... lets try that again !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Action - Issue left behind - Used by the BOT to call for attention
Projects
None yet
Development

No branches or pull requests