Nick Bento
Nick Bento
I of course defer to the Willow devs on this, but I think one of the big problems with this is that the HA TTS/STT systems are just vastly slower...
> I think @nikito comparison is wrong. I created a small STT component for HA that accesses /api/willow. As an alternative to WIS, I use my own solution (c#, vosk)...
> @nikito - Would you be interested in testing our first release? We have WAS, dynamic configuration, and OTA working but we would like to see more testing - especially...
> > > I have published [a component to implement WIS as an HA STT](https://github.com/A6blpka/ha-wis-stt). > > Question: Is this component the ONLY way to make Willow send commands to...
WIS is an isolated ecosystem. It only works with willow. Take a look at heywillow.io to get an idea of how things work :)
I'm admittedly not super well versed in the C code, but I looked through the endpoint code in Willow and I couldn't find any explicit timeout defined in the code...
Are you using was command endpoint? That will be the default soon, and in that config willow does not talk to ha directly, it sends commands to was and was...
> > Are you using was command endpoint? That will be the default soon, and in that config willow does not talk to ha directly, it sends commands to was...
https://heywillow.io/quick-start-guide/#join-our-official-discord
This is already possible to an extent: In WAS general settings you can use the REST command endpoint 🙂 In the future we plan to introduce logic that will allow...