Hi all.
I’ve released a beta feature on my Windows Kiosk app where you can connect to your HA voice assist using Wyoming Protocol. I’m trying to test it out on my own setup but unfortunately OpenWakeWord isn’t detecting anything.
Wondering if anyone here who already has a working OWW/STT/TTS setup would be willing to test for me…
Make sure to enable the beta updates toggle at the top of the settings window once installed.
Much appreciated!
Also, if anyone can spot anything wrong with my personal setup…
| Service/device |
Port |
Successfully in HA |
| Wyoming Piper (TTS) |
10200 |
yes |
| Wyoming Whisper (STT) |
10300 |
yes |
| Wyoming openWakeWord (wake) |
10400 |
yes |
| Kiosk (voice satellite device) |
10700 |
yes |
Kiosk
And in HA WinKiosk, the revelant settings…
voiceAssist:
enabled: true
wyomingHostPc: (server ip)
wyomingHostPcPort: 10400
inputDeviceId: '(mic here)'
wakeWordDelay: 3
Voice Assistant
Hey House wake word was custom trained but I am having the same issue with Hey Jarvis (built in).
OWW
On server:
nc -zv 192.168.1.178 10700
Connection to (kiosk ip) 10700 port [tcp/*] succeeded!
On kiosk:
Test-NetConnection (server ip) -Port 10400
ComputerName : (server ip)
RemoteAddress : (server ip)
RemotePort : 10400
InterfaceAlias : WiFi
SourceAddress : (kiosk ip)
TcpTestSucceeded : True
STT/TTS
Both work fine when using the assist button in HA
As above, I previously attempted to add native openwakeword and wyoming services support with releases v3.9.3-beta to v3.10.9-beta. I have discovered a wonderful integration that does this just as well, if not better, with a lot less work.
Instead of continuing, I’ve optimised this kiosk app to work with voice-satellite-card-integration by jxlarrea.
Mic access, input device, output device, and volume can be changed from the config section of settings. If you want to customise the Voice Assist appearance to match this app better, you can follow the intergration instructions for skins and extra css.