-
Hi ,
I tried the test script in Lambda, it can trigger sonos to play preset, but when I speak with echo "Alexa, ask sonos to play pop", it gives me answer "OK", then nothing else, no sonos playing.…
-
I'm behind a double-NAT at home and there's no way to modify the router configuration for the external router (owned by my ISP) - is it mandatory to expose the service to the outside world? Is Alexa a…
-
Hi Joseph,
I just got my Echo, and have a been a long-time user of CP. While not a complete newbie when it comes to programming and coding, I am definitely not an expert either. Alexa skill stuff i…
-
Hi,
I was able to get he Sonos API working fine... but I can't control it via the Echo all that well. The only commands that work are "Alexa, tell Sono to Pause/Resume All". The individual rooms d…
-
I want to run a local server that can be reached using www.noip.com dynamic DNS service (specifically trying to set this up: https://github.com/rgraciano/echo-sonos).
Is there anything special I ne…
-
Calls to sonos should be made through a proxy. This helps protect the skill from any design changes to node-sonos-http-api. It also simplifies the logic in the skill.
e.g.
sonosProxy.setVolume('Li…
-
I'm getting the error when using the supplied test:
`{
"errorMessage": "Cannot find module './options'",
"errorType": "Error",
"stackTrace": [
"Module._compile (module.js:409:26)",
…
-
Hi, i'm very new to this (not again, i hear you say). I've run through almost everything but am stuck at steps 5 to 7...
5. Go into this repo's lambda/src directory and copy options.example.js to op…
-
Hi,
Got so close to getting this to work. The setup works fine if i do a port forward but i have have now tried to add the SQS part in and must be missing something.
Both services (SQS and Sonos…
-
I am having issue creating the AWS Lambda service
I have created the zip file with my edited options.js, index.js, AlexaSkills.js. The zip files does not have a directory or anything else in it just…