So I installed piper, whisper and openwakeword
piper:
image: rhasspy/wyoming-piper
container_name: piper
hostname: piper
restart: unless-stopped
user: "0"
environment:
TZ: Europe/Nicosia
ports:
- 10200:10200
volumes:
- ./config/piper:/data
command: --voice en-gb-alan-low
whisper:
image: rhasspy/wyoming-whisper
container_name: whisper
hostname: whisper
restart: unless-stopped
user: "0"
environment:
TZ: Europe/Nicosia
ports:
- 10300:10300
volumes:
- ./config/whisper:/data
command: --data-dir /data --model tiny-int8 --language en
openwakeword:
image: rhasspy/wyoming-openwakeword
container_name: openwakeword
hostname: openwakeword
restart: unless-stopped
user: "0"
environment:
TZ: Europe/Nicosia
ports:
- 10400:10400
volumes:
- ./config/openwakeword:/custom
command: --preload-model 'ok_nabu' --custom-model-dir /custom
Added them under the Wyoming integration
And headed over to voice assistants to add them.
But when I click create, I get this error
Any ideas why?


