alexa-samples / alexa-smarthome

Resources for Alexa Smart Home developers.
https://alexa.design/smarthome
Other
686 stars 336 forks source link

Setting thermostat mode not replying properly #36

Closed umarovt closed 10 months ago

umarovt commented 6 years ago

Hi,

when I respond to your service with answer below, Alexa says "Device is not responding". I have double checked my response with your documentation and it seems to be structured correctly. Please help.

{ "context": { "properties": [ { "namespace": "Alexa.ThermostatController", "name": "targetSetpoint", "value": { "value": 21, "scale": "CELSIUS" }, "timeOfSample": "2018-01-19T15:50:39.070Z", "uncertaintyInMilliseconds": 500 }, { "namespace": "Alexa.ThermostaController", "name": "thermostatMode", "value": "AUTO", "timeOfSample": "2018-01-19T15:50:39.070Z", "uncertaintyInMilliseconds": 500 } ] }, "event": { "header": { "namespace": "Alexa", "name": "Response", "payloadVersion": "3", "messageId": "...", "correlationToken": "..." }, "endpoint": { "endpointId": "..." }, "payload": {} } }

p000 commented 6 years ago

Hello @umarovt

I believe you are keying in the messageID, correlationToken, endpointID form the request to the response instead "..."

aszk commented 10 months ago

Do you still have this issue? If so, please feel free to https://alexa.design/contactus with your discovery response and full change report.