rhasspy / hassio-addons

Add-ons for Home Assistant's Hass.IO
MIT License
63 stars 30 forks source link

[Question] Ability to call service to have Assist Microphone reactivate for continued conversation. #51

Open cl0ud6uru opened 11 months ago

cl0ud6uru commented 11 months ago

So far the Assist Microphone is working great, but I was wondering if there is any way to have it trigger with a service call? For Example, you make the service call, the Awake sound triggers and the mic is ready for further input. I'm using the "Extended OpenAI Conversation" add-on to use the OpenAI conversation agent for device control as well as conversation via Assist. Which is a game changer for Assist (https://github.com/jekalmin/extended_openai_conversation) It could easily have a function that would call this service if it's last response ended in a query.

MindFreeze commented 9 months ago

Not only for continued conversation. I have a dashboard next to the microphone device and just want to have a button there, so I can skip the wake word. Wake words don't work in noisy environments.

synesthesiam commented 8 months ago

This is something I would consider adding to the Wyoming Satellite code: https://github.com/rhasspy/wyoming-satellite

cl0ud6uru commented 8 months ago

This is something I would consider adding to the Wyoming Satellite code: https://github.com/rhasspy/wyoming-satellite

Thanks for the update. I haven't had need for the satellite devices. The conference speaker I have connected to my HASS server via assist microphone picks me up from anywhere in my apartment thankfully. I suppose if we get service calls in the satellite code I can always move it to a pi, assuming it doesn't end up being slower than directly connected to HASS.