alexa-pi / AlexaPiDEPRECATED

DEPRECATED - Use https://github.com/alexa-pi/AlexaPi instead ...Turn a Raspberry Pi into an Alexa Client
https://github.com/alexa-pi/AlexaPi
MIT License
587 stars 442 forks source link

You alexa device is currently offline #122

Closed WillBishop closed 7 years ago

WillBishop commented 8 years ago

I want to control Alexa from my phone, but it thinks it is offline...

Sorry to clog this issues page, I really do like what you've done.

tangowhisky37 commented 7 years ago

Sam - I have a similar issue. My Pi is definitely logged in and connected, I am able to press the button and talk to Alexa. However, the web interface (alexa.amazon.com) says that i am offline.

Am sure there's something different in the way we've setup the pi and use the python code you've developed. When using the reference java application the web interface (alexa.amazon.com) does show the device as online.

Able to help us out here with what changes might be required?

maso27 commented 7 years ago

AlexaPi always reports as being "offline." It's not an issue. It's a function of the way the system works, only sending audio files to Amazon when there's something worth sending.

Other systems maintain an always-on server that is connected to Amazon. They register as being "online."

sammachin commented 7 years ago

Yeah this is mostly due to us still using the V1 Alexa API, once we get onto the V20160217 api and have a persistent HTTP/2 connection things like pushing from the app will become possible, might not work right away though!

WillBishop commented 7 years ago

Would an ETA on that be available? Also could you look at this https://github.com/sammachin/AlexaPi/issues/123 issue

renekliment commented 7 years ago

We're very probably gonna do this on the new repo only. You can check it out in the meantime.