-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
HA Cloud + Alexa: thermostat setting transactions are executed but error out at the end: "I am not quite sure what went wrong" #15580
Comments
I took a look at the Alexa smart home API for thermostats, https://developer.amazon.com/docs/device-apis/alexa-thermostatcontroller.html It seems pretty clear that the response needs to include some info:
It seems to follow that HA is sending back a response with no context (broken) since it has nothing in it |
I'm working on changes to send the full set of properties in responses, similar to Alexa.ReportState. |
Home Assistant release with the issue:
Home Assistant 0.74.0
Last working Home Assistant release (if known):
N/A
Operating environment (Hass.io/Docker/Windows/etc.):
Raspbian
Component/platform:
https://www.home-assistant.io/components/cloud/
https://www.home-assistant.io/components/alexa/
Description of problem:
I opened an HA Cloud account and added the HA Alexa skill to my alexa account, and linked them.
I exposed the "switch" and "climate" domains to alexa. Alexa's discovery works perfectly.
I can see my thermostat and my switches.
Controlling my switches via voice works fine.
But when I ask alexa to set the temperature to any value via voice (Alexa set the thermostat to 24 degrees), I immediately get “I am not quite sure what went wrong”. However, the actual change in the thermostat is done, HA changes the setting as I asked Alexa to do. This is consistent: every single time I attempt, the change in the thermostat is done, but Alexa "errors out" sayng "I am not quite sure what went wrong".
Before HA Cloud + Alexa, I used the older HAASKA (with V2 payloads), on this same HA server and essentially the same configuation, and it worked perfectly, it never had this problem.
I first enabled HA Cloud with HA 0.73 and the problem was there. Now I updated to 0.74 and same issue.
I checked the logs in HA: no errors. See the debug logs below.
One observation - I notice HA's response to Alexa has an empty payload. There doesn't seem to be a "success" or 200/OK or any indication that the command was succesfull?
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: