Read the statement by Michael Teeuw here.
3 different Alexa modules, which one is the best?
-
@romain said in 3 different Alexa modules, which one is the best?:
To do it, first deactivate the service with the terminal by writing
sudo systemctl stop AlexaPi.service; sudo systemctl disable AlexaPi.service
(you can reactivate later by doingsudo systemctl enable AlexaPi.service
).
Then you can run AlexaPi yourself by writing in the terminal/opt/AlexaPi/src/main.py -d
(If you you putted it on that location anyway).Thanks. This proves that the Pi can hear me, process the input, have Alexa provide a spoken response, and peace of mind for me… Also, the response is comparable to my standalone Alexa, when running in this mode. Too bad, I can just run this method all the time.
-
@romain I have the exact same problem and can’t seem to find any brief explanation. Did you manage to sort out Alexa yourself ?