-
Hi. I thought that after successfully flashing the speaker with the prebuilt image, the config will be easy peasy, but unfortunately its not that easy.
stt.log shows the following:
stt.json is never created, but instead i get stt.json.hdr. and restarting listener service errors with one of the commands inside not working:
am i missing something? Last but not least, the mute function on the speaker doesnt seem to work, when i am pressing the button it beeps and the violet light disappears for a second or so, but the music is still playing via mpd and after that the violet light comes back automatically |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
For curl -H "Authorization: Bearer YOUR_TOKEN_HERE" http://homeassistant.local:8123/api/stt/stt.faster_whisper | jq .
Additionally it's very likely the HA Token is not renewed, and lasts for about 30 min. I'm currently working on this, but you can create a long-lived token in your Home Assistant instance and update it in config file. Last, "mute" button is for microphone, not for music. There's the ⏯️ button for that. |
Beta Was this translation helpful? Give feedback.
-
Sorry one more thing - changing the root password, im not sure if that's not a bug:
Where that plus sign in /etc/shadow+ comes from? /etc/shadow should be rw according to the mount table |
Beta Was this translation helpful? Give feedback.
For
stt.faster_whisper
provider, ❌ STT languageen_GB
is not valid, should been
.listener restart
does work, but when in mute (violet), the program is already stopped, so it cannot find the stopped program and complains. It will start again.Can't do much about this, this is how OpenWRT reacts...
Additionally it's very likely the HA Token is not renewed, and lasts for about 30 min. I'm currently working on this, but you can create a long-lived token in your Home Assistant instance and update it in config file.
Last, "mute" button is for microphone, not for music. There's the …