Can Willow Speak? #226
-
I'm working on getting Anylist (my preferred grocery list app) to work under Home Assistant and Willow using this reverse engineered API. My question is, how do I send commands back to Willow so that Willow will respond (e.g., "Alexa, is 'lettuce' on my grocery list?" and getting a yes or no answer)? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 20 replies
-
Willow can speak with TTS. If you're using Home Assistant and have TTS responses configured (with a Willow Inference Server URL) Willow we speak whatever HA returns from the pipeline. I haven't tried it yet but the latest release of HA supports returning text from services. |
Beta Was this translation helpful? Give feedback.
-
Yes, running with latest HA and TTS is working here. You do have to do some
config changes in willow to enable it however, it is not enabled by default.
Thanks and Best Regards,
Nick Bento
…On Wed, Aug 2, 2023 at 2:50 PM Marco H ***@***.***> wrote:
Did anyone get this working with current HA versions?
—
Reply to this email directly, view it on GitHub
<#226 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFTDKPWESQ5RR4IKNEMUNDXTKOPFANCNFSM6AAAAAA2C2JSNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Any chance you could give a high level overview of steps/config changes needed to get TTS working on willow |
Beta Was this translation helpful? Give feedback.
-
It would depend on what version of Willow you are using. If you have WAS
running and are using the WAS willow builds you can do this pretty easily
in the WAS UI.
Thanks and Best Regards,
Nick Bento
…On Tue, Aug 8, 2023 at 9:09 AM murtoz ***@***.***> wrote:
Yes, running with latest HA and TTS is working here. You do have to do
some config changes in willow to enable it however, it is not enabled by
default.
Any chance you could give a high level overview of steps/config changes
needed to get TTS working on willow
—
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFTDKOLZTZOC2VL4J6RNVDXUI3CBANCNFSM6AAAAAA2C2JSNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Note that WAS only works if willow is built from feature/was branch; the
main branch of willow does not yet work with WAS.
Once WAS is configured and running, you can use it to re-flash your ESP32
with a WAS compatible build. :)
Thanks and Best Regards,
Nick Bento
…On Tue, Aug 8, 2023 at 10:16 AM murtoz ***@***.***> wrote:
Thanks Nick, WAS was the missing link - I only just got willow up and
running this morning following the instructions from the willow repository,
and had completely missed WAS. Will get it set up now and have a play.
—
Reply to this email directly, view it on GitHub
<#226 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFTDKJ7K7TPICM3ZRAB5JDXUJC3TANCNFSM6AAAAAA2C2JSNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi all, the OP asked if Willow can speak, and the focus very quickly shifted to HA, and TTS responses to commands. I don't use HA, but I do automate stuff, and I would very much like to be able to use my willow devices to produce spoken output whenever I want. If I set an alarm for 10AM, I would love to be able to send a text to an endpoint at 10AM, and have my Willow device say "This is your reminder to go to the dentist. Dumbass!" Essentially, what would be great is to have just an endpoint that I can send a bit of text, along with the ID of the device I want it to output speech on. Perhaps I have missed it somewhere, but is this already possible? |
Beta Was this translation helpful? Give feedback.
-
Back to the ORIGINAL question... @ggalt did you make any progress with this? My household has been on Anylist since the early beta days years ago. It literally runs my life. It is the #1 most used app in our family, on ALL platforms. I have 30+ lists and I must have 300+ recipes in it as well as I am also a chef. Shopping with my wife in the same store is now actually a pleasure instead of a fight. |
Beta Was this translation helpful? Give feedback.
Willow can speak with TTS.
If you're using Home Assistant and have TTS responses configured (with a Willow Inference Server URL) Willow we speak whatever HA returns from the pipeline.
I haven't tried it yet but the latest release of HA supports returning text from services.