Hi, I’m trying to set up the udp wakeword detection for hours now but I can’t get it to work. I followed the rhasspy docs but it isn’t clear for me what to do.
- I’m running on docker and opened the port 12202 (looking at portainer)
- in the app I entered the ip of the rhasspy base : port (192.168.178.40:12202)
- in rhasspy base under audio recording I selected pyaudio and entered ip:192.168.178.40 port:12202
- in rhasspy base under wakeword I selected porcupine and entered the port 12202
but it still doesn’t work.
One thing I noticed is, if I enter 192.168.178.40:12101 in the app at the first line (not under wakeword)
I get a cannot connect with rhasspy
message
Could anyone help? Thanks