Think I found my issue
reading that, as I run HA off truenas, it was using truenas container IP not the webip, changed that and I got the nabu prompts
That was the issue, next issue is HA on truenas doesn’t support addons so I have to work out how to get wyoming working.
I was able to add the device
but I can not finish the setup
I have factory reset a few times now,
- To put it on the same network as HA
- To change the port of HA to default 8123 thinking this might be the issue
I can turn the light on the VA from HA but it looks like VA can not speak with HA, confused on what else to try
I can see
got it all setup
Piper yaml file
services:
piper:
command: ‘–voice en-us-libritts-high’
container_name: piper
environment:
- TZ=Australia/Brisbane
image: rhasspy/wyoming-piper:latest
ports:
- ‘10200:10200’
volumes:
- /mnt/x21/Docker/data/piper:/data
version: ‘3’
whisper yaml file
services:
whisper:
command: ‘–model small --language en --beam-size 1’
container_name: whisper
environment:
- TZ=Australia/Brisbane
image: rhasspy/wyoming-whisper:latest
ports:
- ‘10300:10300’
volumes:
- /mnt/x21/Docker/data/whisper:/data
version: ‘3’
thanks to @pcwii for the configs Is it possible to run HA Voice on Docker? Or forget ?!
Once I had them setup, added them to wyoming in HA, then changed the VA settings to using piper and whisper and now everything is local.
2 Likes