Emerick Herve
Emerick Herve
@fourleggedostrich no AlexaPi is using Alexa API v1 that is very limited so a lot of skills can never work on it. I leave this issue openned to list skills...
Hello, Take a look at https://emerickh.github.io/AlexaPi-config/debug/sw/
You can use `event_commands` in the config to launch your own commands: https://github.com/alexa-pi/AlexaPi/blob/master/src/config.template.yaml#L80
Hello, 1. You can try to change the threshold in AlexaPi `config.yaml` or even maybe the wake up phrase: ```yaml pocketsphinx: enabled: true voice_confirm: true phrase: "alexa" threshold: 1e-10 ```...
Hello, If it's possible it's a server setting so only on Alexa API side, take a look at http://alexa.amazon.com/ If you can't find this option on the website, it's not...
In some cases, it's working without any problem, we need to investigate more...
Hello, are you still experiencing issues with this?
There is an option for general volume : https://github.com/alexa-pi/AlexaPi/blob/c8adfbe3f7e09b40c7d03be0e6925be88b7cbe61/src/config.template.yaml#L25 but not for wake beep, sorry... You can maybe change the file itself with Audacity for example.
Hello, It seems you have multiples issues at the same time: * I think you have multiples versions of Python installed, and so when you run manually in debug mode...
@Marvv90 you're welcome Try: ``` su alexapi python3 /opt/AlexaPi/src/main.py -d ``` (`exit` to come back to normal user after alexapi stop)