AlexxIT / StreamAssist

Home Assistant custom component that allows you to turn almost any camera and almost any speaker into a local voice assistant
MIT License
201 stars 17 forks source link

Wake Word detection response not working #39

Closed DevGoran closed 1 month ago

DevGoran commented 1 month ago

Wake word detection response is not working. I've tried with one response and multiple, however, it does not work. Response to my command work. Any idea why?

AlexxIT commented 1 month ago

I don't think the problem is related to this integration. The problem is somewhere with pipeline and the Hass configuration

lexiismadd commented 1 month ago

I have the same issue. I can't get the wake word detection to work. The only time I can make it work is when I play back a file or video clip of a US accent saying the words ok nabu. But when I say it myself, it doesn't pick it up. I also noticed that the stream assist device isn't listed in the Assists section of the Voice Assistant menu in haos

DevGoran commented 1 month ago

For me it turned out that the tts language for wake word detection caused the issue. The example in the conifg was rather confusing but now it works.

lexiismadd commented 1 month ago

For me it turned out that the tts language for wake word detection caused the issue. The example in the conifg was rather confusing but now it works.

Are you able to elaborate on what you changed in your config to make. It work for you?

loryanstrant commented 1 month ago

Would also be curious to know what you did, as I can't get it to work. :-(

DevGoran commented 1 month ago

For me, it was really just the format for the language. en_US&voice=en_US-joe-medium made it work.

lexiismadd commented 1 month ago

For me, it was really just the format for the language. en_US&voice=en_US-joe-medium made it work.

Where did you change it?

DevGoran commented 1 month ago

In the configuration of the the integration itself

loryanstrant commented 1 month ago

Any chance you can share a screenshot please?