gravesjohnr / AlexaNotificationCurl

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

The response does not come from Echo Dot device #5

Open thsonvt opened 7 years ago

thsonvt commented 7 years ago

Hi John,

Thanks a lot for the work done. I followed your script to setup the auth code and token. I configured the Device Type ID and serial number of my Echo Dot device. Then I executed the script alexa.sh on my Mac to send a request to tell a joke to the device but I got the voice response back from within my Mac, not the device itself. I am not sure at which point I have done wrongly. I need your advices.

Thanks

gravesjohnr commented 7 years ago

Yes,

This is true. This script does not push the answer to the Echo. Push is not available.

So what I did was setup the bluetooth speaker on the Echo so when the reply comes on my computer, it sounds like it is coming from the Alexa...

-John


From: Le Thanh Son Sent: Sunday, April 30, 2017 10:14AM To: Gravesjohnr/alexanotificationcurl Cc: Subscribed Subject: [gravesjohnr/AlexaNotificationCurl] The response does not come from Echo Dot device (#5)

Hi John,

Thanks a lot for the work done. I followed your script to setup the auth code and token. I configured the Device Type ID and serial number of my Echo Dot device. Then I executed the script alexa.sh on my Mac to send a request to tell a joke to the device but I got the voice response back from within my Mac, not the device itself. I am not sure at which point I have done wrongly. I need your advices.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_gravesjohnr_AlexaNotificationCurl_issues_5&d=DwMCaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=MFgxPaDwyaQor0xHsV4pdBgb2c8w0X46eQubSO-HaQ0&m=nLB96b6csDn329elZJmaPCr1ayd4aXjNIiiYtS9ZM5I&s=_WB3UmE1z-V-IBZ08qDdSzv-KtvLRY_9AnXZfmBpbq4&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ANCZvRY9XrosJGhbRhJS3csMSseh2-2DYIks5r09JXgaJpZM4NMbFD&d=DwMCaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=MFgxPaDwyaQor0xHsV4pdBgb2c8w0X46eQubSO-HaQ0&m=nLB96b6csDn329elZJmaPCr1ayd4aXjNIiiYtS9ZM5I&s=h6vsBjZJuFXmJXbcY_gUs3o7_3jl5Ui8200lYuGEfIY&e=.

thsonvt commented 7 years ago

Thanks for the answer. Technically, can we convert the text to voice and send it over to the real Alexa Echo device and get it response?

gravesjohnr commented 7 years ago

No. Alexa does not support pushing voice or text.


From: Le Thanh Son Sent: Monday, May 01, 2017 1:51PM To: Gravesjohnr/alexanotificationcurl Cc: John Graves, Comment Subject: Re: [gravesjohnr/AlexaNotificationCurl] The response does not come from Echo Dot device (#5)

Thanks for the answer. Technically, can we convert the text to voice and send it over to the real Alexa Echo device and get it response?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_gravesjohnr_AlexaNotificationCurl_issues_5-23issuecomment-2D298281932&d=DwMCaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=MFgxPaDwyaQor0xHsV4pdBgb2c8w0X46eQubSO-HaQ0&m=WTbpAyuYPNUVFJmKi1N2rL-6QrkJGxNbUsMQr7Y49Ag&s=rGzZdVHZY_y9hFm4Z4X8f9o471bpBhxGcF1d1YpXP-0&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ANCZvYXYpImOsHt7V9hseZV7JKWZhcD1ks5r1VbIgaJpZM4NMbFD&d=DwMCaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=MFgxPaDwyaQor0xHsV4pdBgb2c8w0X46eQubSO-HaQ0&m=WTbpAyuYPNUVFJmKi1N2rL-6QrkJGxNbUsMQr7Y49Ag&s=KCwYHMzJMI6RA0QHYe5av6_CWNvVIDff06dK4Z5qkjQ&e=.

rohit-rjn commented 7 years ago

Hi, I am using your code, but when I try to set an alarm or reminder on Alexa, it says the feature is not supported. Could you explain to me which version of Alexa is being used here? Or it something which Alexa AVS doesn't support right now. I have gone through the forums, and it tells the new version of Alexa support this feature.

Thanks,

gravesjohnr commented 7 years ago

This code is independent of your specific echo or echo dot device. It is just using the Alexa SDK.

You won't be able to set alarms because it is not a "real" echo machine.


From: Rohit Ranjan Sent: Saturday, August 26, 2017 7:23AM To: Gravesjohnr/alexanotificationcurl Cc: John Graves, Comment Subject: Re: [gravesjohnr/AlexaNotificationCurl] The response does not come from Echo Dot device (#5)

Hi, I am using your code, but when I try to set an alarm or reminder on Alexa, it says the feature is not supported. Could you explain to me which version of Alexa is being used here? Or it something which Alexa AVS doesn't support right now. I have gone through the forums, and it tells the new version of Alexa support this feature.

Thanks,

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_gravesjohnr_AlexaNotificationCurl_issues_5-23issuecomment-2D325037531&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=MFgxPaDwyaQor0xHsV4pdBgb2c8w0X46eQubSO-HaQ0&m=-oROCBVvXPWesLwUAN3z3FnxTJJW-On81_bNIKgJ4lA&s=Ys2m1lW6am6LKvbpbl1kUAEkuqtjT1kXKDHGrLhtQbk&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ANCZvdhqj4zcezNsWNXfReW-2DudeTEPd6ks5sbztDgaJpZM4NMbFD&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=MFgxPaDwyaQor0xHsV4pdBgb2c8w0X46eQubSO-HaQ0&m=-oROCBVvXPWesLwUAN3z3FnxTJJW-On81_bNIKgJ4lA&s=uQxrKln9OvcyT0P9EhNdIaPaqKWsY1IoqekFw6_AYds&e=.