Skip to content
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

Routine Error: Operation Payload #156

Closed
almostserious opened this issue Apr 9, 2019 · 2 comments · Fixed by #175
Closed

Routine Error: Operation Payload #156

almostserious opened this issue Apr 9, 2019 · 2 comments · Fixed by #175
Labels
alexapy Issue relates to the API bug Something isn't working

Comments

@almostserious
Copy link

almostserious commented Apr 9, 2019

Im trying to add the Routines. However one of them gives me the Operation Payload Error:

{"@type":"com.amazon.alexa.behaviors.model.Automation",
"automationId":"amzn1.alexa.automation.XXX",
"name":null,
"triggers":[{"payload":{"customerId":"XXX","utterance":"Stimmungslicht","locale":"de-DE","marketplaceId":"XXX"},"id":"amzn1.alexa.trigger.XXXX","type":"CustomUtterance","timeLapse":null}],
"sequence":{"@type":"com.amazon.alexa.behaviors.model.Sequence","sequenceId":"amzn1.alexa.sequence.XXX",
"startNode":{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null,
"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.ParallelNode","name":null,
"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null,
"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","type":"sceneActivate","operationPayload":{"customerId":"XXX","operationId":"sceneActivate","target":"XXXX"},"name":null}]},{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null,
"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","type":"sceneActivate","operationPayload":{"customerId":"XXXX","operationId":"sceneActivate","target":"XXXX"},"name":null}]},

Im on the latest version for both Hassio and the Custom Component. Running Hassio on a NUC. Using the German Alexa Server.

EDIT: Formatting json

@alandtse
Copy link
Owner

To confirm, this is a scene activation routine?

@almostserious
Copy link
Author

Yes correct. A Hue scene

@alandtse alandtse added bug Something isn't working alexapy Issue relates to the API labels Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alexapy Issue relates to the API bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants