#Voice-Pe doesn't know my devices
1 messages ยท Page 1 of 1 (latest)
No. Not yet.
wdym by exposed? (I'm new, sorry)
So any device you add to HA is not by default exposed to the assist, meaning it can't see it, for privacy reasons
you'd want to go to your voice assist area, and look at the Expose Devices
So only devices exposed can be seen or controlled by Assist ๐
Yes, those are exposed
Have you tried this using the assist chat window? And have you checked your voice asst debug? (three dots on my screenshot above for the pipeline you are using)
What are you using for STT?
stt.faster_whisper
What model size?
idk, the default installed one. Where can I check?
Basically if you want anything on-par with cloud stt, you'd need to use the large-v3 model
hmm not sure, I don't use the addon ๐
I imagine it is in the addon config
Can't find it.... I've an ollama instance running on another VM. Can I use this?
You'd need to use wyoming faster whisper
I read sth about ollama, I think
ollama can be used for LLM stuff, but not for STT/TTS
ah okay...
if you are using the HA addon, I am betting you are running the tiny or small model
As performance on anything larger would likely be pretty slow, even with a beefy cpu
Yes, I guess. How can I host it on a differen mashine?
There's tons of topics on that in the discord, but it basically involves running the wyoming-faster-whisper docker container on a separate server with GPU toolkit added to docker
I use https://docs.linuxserver.io/images/docker-faster-whisper/ for instance, but I run it on my k8s cluster ๐
Faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper.