alexa-smarthome icon indicating copy to clipboard operation
alexa-smarthome copied to clipboard

Setting thermostat mode not replying properly

Open umarovt opened this issue 7 years ago • 1 comments

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": {} } }

umarovt avatar Jan 19 '18 15:01 umarovt

Hello @umarovt

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

p000 avatar Feb 03 '18 15:02 p000

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

aszk avatar Oct 18 '23 21:10 aszk