gravesjohnr / AlexaNotificationCurl

Some curl scripts to allow interfacing with Alexa using text as input.
119 stars 34 forks source link

Doesn't seem to be integrated with account #4

Open LukeDefeo opened 7 years ago

LukeDefeo commented 7 years ago

Helpfull project i have it set up and can do commands like tell me a joke etc.

The fake device appears in my alexa app, and i can set the location of it and it picks it up when i do whats the weather, it knows i live in london without me saying in the request - great!

However if i ask it about my calendar or todo list, smart home etc it has no idea and say there is nothing there. Do you have any idea why this might be, is there any more setup required?

Also the device appears as offline in the app, i assume thats normal.

Thanks for your time

gravesjohnr commented 7 years ago

Luke,

I've found the text2voice to be a bit flaky. Sometimes I need to do strange spelling of words to get this to work.

For tasks you might always do, you could create a voice wav file (record your voice) and pass that in rather than doing the text2voice. (just add some if/then/else cases).

Not perfect, but .... better than nothing.

:)

-John


From: Lukedefeo Sent: Tuesday, March 28, 2017 8:22AM To: Gravesjohnr/alexanotificationcurl Cc: Subscribed Subject: [gravesjohnr/AlexaNotificationCurl] Doesn't seem to be integrated with account (#4)

Helpfull project i have it set up and can do commands like tell me a joke etc.

The fake device appears in my alexa app, and i can set the location of it and it picks it up when i do whats the weather, it knows i live in london without me saying in the request - great!

However if i ask it about my calendar or todo list, smart home etc it has no idea and say there is nothing there. Do you have any idea why this might be, is there any more setup required?

Also the device appears as offline in the app, i assume thats normal.

Thanks for your time

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gravesjohnr/AlexaNotificationCurl/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ANCZvWR6t7Mc8htN2guI4mNAOW28qc9eks5rqCh6gaJpZM4Mq15r.

LukeDefeo commented 7 years ago

Hi I don't think it's the tts it seems to be an issue with me being in the U.K and something being set up incorrectly. Will update here when I fix it

Cheers

Luke

On 28 Mar 2017, 00:39 +0100, gravesjohnr notifications@github.com, wrote:

Luke,

I've found the text2voice to be a bit flaky. Sometimes I need to do strange spelling of words to get this to work.

For tasks you might always do, you could create a voice wav file (record your voice) and pass that in rather than doing the text2voice. (just add some if/then/else cases).

Not perfect, but .... better than nothing.

:)

-John


From: Lukedefeo Sent: Tuesday, March 28, 2017 8:22AM To: Gravesjohnr/alexanotificationcurl Cc: Subscribed Subject: [gravesjohnr/AlexaNotificationCurl] Doesn't seem to be integrated with account (#4)

Helpfull project i have it set up and can do commands like tell me a joke etc.

The fake device appears in my alexa app, and i can set the location of it and it picks it up when i do whats the weather, it knows i live in london without me saying in the request - great!

However if i ask it about my calendar or todo list, smart home etc it has no idea and say there is nothing there. Do you have any idea why this might be, is there any more setup required?

Also the device appears as offline in the app, i assume thats normal.

Thanks for your time

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gravesjohnr/AlexaNotificationCurl/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ANCZvWR6t7Mc8htN2guI4mNAOW28qc9eks5rqCh6gaJpZM4Mq15r.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/gravesjohnr/AlexaNotificationCurl/issues/4#issuecomment-289618029), or mute the thread (https://github.com/notifications/unsubscribe-auth/ACYIn5xr7NR8dy0Z6ys9RaMvNj-2-Ruuks5rqEiZgaJpZM4Mq15r).

resputant commented 7 years ago

hi, i need a help with this environment setup. i have setup them scripts on one of my servers, configured the amazon account and passed the parameters to the scripts. The scripts seems to be working fine but when i call the ./alexa script it generates the wav file just fine but the mp3 is not working.

Also another question. how do i connect my alexa device to the network so my requests are sent to that device. i have the alexa device configured through alexa app using my same amazon account but i need help with it as i am new to alexa/amazon configuration. Kindly let me know basic steps.

Thanks,

Salman Configurations Management Engineer.

aki29 commented 7 years ago

Hi i used auth_code.sh to generate a URL as below for Login with Amazon. My browser will show Amazon Error Page after I copy & past it into my chrome browser. How do correct "auth_code.sh" issue

https://www.amazon.com/ap/oa?client_id=amzn1.application-oa2-client.902401fa72eb46c7b2e001444ee49488&scope=alexa%3Aall&scope_data=%7B%22alexa%3Aall%22%3A%20%7B%22productID%22%3A%20%22test_device%22%2C%20%22productInstanceAttributes%22%3A%20%7B%22deviceSerialNumber%22%3A%20%22123%22%7D%7D%7D&response_type=code&redirect_uri=https%3A%2F%2Flocalhost%3A9745%2Fauthresponse

SWARNMITA commented 6 years ago

Hi Luke, Did you find the solution for that?Even I am facing the same issue.

gravesjohnr commented 6 years ago

This script was from "https://miguelmota.com/blog/alexa-voice-service-with-curl". So, double check to see if there were issues reported there. And make sure you follow directions on that website.

SWARNMITA commented 6 years ago

Hi John, Thanks for the wonderful post. I followed the instructions properly and the fake device came on the alexa app.It works well for built in skills like tell me a joke,how is the weather,who am I etc.The problem occurs when I invoke skills like flash briefing,alexa tells to enable this skill.But this skill is already enabled in my alexa app.It also doesn't recognize any of my custom skills.Can you suggest me a solution for this?Am I missing any step?