hardillb / node-red-alexa-home-skill-web

Apache License 2.0
45 stars 28 forks source link

AlexaHomeResponse has stopped talking to me! #60

Closed maxwellhadley closed 6 years ago

maxwellhadley commented 6 years ago

Possibly a server-side issue. I have a couple of temperature sensors which were working fine yesterday. I was able to as "Alexa, what is the inside temperature?' and get an answer. Today I get nothing, just silence, not even the 'not responding' message. Debug shows the same correctly-populated message object being sent to the AlexaHomeResponse node as yesterday. The flow has been running continuously between times (albeit the computer went to sleep overnight).

hardillb commented 6 years ago

This looks like a bug on the Alexa side, because when I try my thermostat test device it responds to the set point query but not the current temperature.

It's strange because it's not reporting an error, alexa just doesn't respond

NorthernMan54 commented 6 years ago

Can confirm the same behaviour, she is silent for temperature sensors but will let you know what your thermostat is set to.

Looking at my logs, my system had responded with the current temperature, but silence from Alexa.

On May 17, 2018, at 12:28 PM, Ben Hardill notifications@github.com wrote:

This looks like a bug on the Alexa side, because when I try my thermostat test device it responds to the set point query but not the current temperature.

It's strange because it's not reporting an error, alexa just doesn't respond

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hardillb/node-red-alexa-home-skill-web/issues/60#issuecomment-389927690, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmKyo6D8384bQCOJObKbJHmwLf4Piks5tzaUugaJpZM4UCr4c.

jpfy commented 6 years ago

Unfortunately I am having the same problem with temp requests

hardillb commented 6 years ago

This is an Amazon problem, not a problem with this skill.

hardillb commented 6 years ago

Case 5077442161 has been raised with Amazon.

NorthernMan54 commented 6 years ago

Tks Ben

Sent from my iPad

On May 20, 2018, at 12:44 PM, Ben Hardill notifications@github.com wrote:

Case 5077442161 has been raised with Amazon.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

hardillb commented 6 years ago

Alexa devs have acknowledged this as a problem on their end

maxwellhadley commented 6 years ago

Seems to be fixed now!