Apollon77 / ioBroker.alexa2

ioBroker Adapter to control Amazon Alexa/Echo devices
MIT License
160 stars 46 forks source link

ssml no longer working with 2nd generation devices #1174

Open padrino-x opened 3 months ago

padrino-x commented 3 months ago

I guess, probably it's amazon's fault, but as I don't know, I'll report it here...

On my 2nd generation Dot and Echo ssml just does nothing (used to work =).

Log looks like

2024-06-04 13:50:09.790 - debug: alexa2.0 (728) State changed alexa2.0.Echo-Devices.XXXX.Commands.ssml: {"val":"hey, schön dass Du mal vorbei schaust...","ack":false,"ts":1717501809787,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1717501311297}
2024-06-04 13:50:09.797 - debug: alexa2.0 (728) Alexa-Remote: No authentication check needed (time elapsed 185857)
2024-06-04 13:50:09.798 - debug: alexa2.0 (728) Alexa-Remote: Sending Request with {"host":"eu-api-alexa.amazon.de","path":"/api/behaviors/preview","method":"POST","timeout":10000,"headers":{"Accept-Language":"de-DE"}} and data={"behaviorId":"PREVIEW","sequenceJson":"{\"@type\":\"com.amazon.alexa.behaviors.model.Sequence\",\"startNode\":{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"customerId\":\"A1TI0E9SQ466JG\",\"expireAfter\":\"PT5S\",\"content\":[{\"locale\":\"de-DE\",\"display\":{\"title\":\"ioBroker\",\"body\":\"hey, schön dass Du mal vorbei schaust...\"},\"speak\":{\"type\":\"ssml\",\"value\":\"hey, schön dass Du mal vorbei schaust...\"}}],\"target\":{\"customerId\":\"A1TI0E9SQ466JG\",\"devices\":[{\"deviceSerialNumber\":\"XXXX\",\"deviceTypeId\":\"A7WXQPH584YP\"}]}},\"type\":\"AlexaAnnouncement\",\"skillId\":\"amzn1.ask.1p.routines.messaging\"}]}}","status":"ENABLED"}