I received my first HAV:PE yesterday and went through things to get it working fully locally. Cuda took a bit of effort but that bit is now working. I’m using a remote wyoming_faster_whisper deployment, with the following run command:
script/run --model turbo --language en --uri 'tcp://0.0.0.0:10300' --data-dir /data/models --download-dir /data/cache --device cuda
However i’m having issues with some devices and i dont really know why.
it hears my voice ok as the wyoming logs show the follow:
INFO:wyoming_faster_whisper.handler: Close the office blind.
but then HAV responds with “not aware of any blind in the office area”
i’ve tried different words like “blinds” and “cover” but always the same unaware response.
The blind/cover in question appears to be configured correctly and i’ve added some new aliases:
Similar things occur for other commands too.
this works perfectly reliably (even if kelvin & brightness are wrong)
INFO:wyoming_faster_whisper.handler: Turn the office light on.
But requesting a change of brightness with the following command comes back with the same unware of ‘office light’ device.
INFO:wyoming_faster_whisper.handler: Set the office light to 50% brightness.