#Voice PE External Speaker

1 messages · Page 1 of 1 (latest)

arctic lotus
#

I know there is an 3,5mm Audio Jack for External Speakers, but would it be Possible by Code in ESPhome or optional in Future FW Version to select an HA Mediaplayer Entity as Speaker?

In my Livingroom I would Like to use my Sonos (IKEA Symfonsik) as Speaker (my Google Home and Amazon Alexa can do this with only an Setting)

finite harness
#

Slacker Labs promises to release a video describing how to do this soon.
https://youtu.be/KS0NvdThHGY?t=588

The home Assistant Voice Preview Edition is out.

Find your Voice Dealer at https://www.home-assistant.io/voice-pe/

Who am I?

My Name is Jeff. I am an DIY-er and Automator of boring things. And, of course, a huge Home Assistant fan. Oh, I also live in a house that tweets.

Follow Me:
Github - https://github.com/thejeffreystone
Twitter - ht...

▶ Play video
onyx charm
stone fossil
#

You can do it yourself. You'll have to take control of the device, but it's doable.

willow fjord
#

Isn't it the same method as used by The Smarthome Junkie in this video? https://youtu.be/o3yZWD_sFIE?si=znPXu7ikAR4ZRgg6

Did you know you can easily integrate an external Smart Speaker with your voice assistant using ESPHome? In this video, we'll show you how to use ESPHome to connect your M5Stack Atom Echo or ESP32 S3 Box to your Home Assistant setup. Enhance your voice assistant experience with a better sound quality today!

NOTE:
Changing the i2s_dout_pin: GPIO...

▶ Play video
arctic lotus
arctic lotus
stone fossil
#

I'm testing some partial solution for Koala Satellite. While it would be great to have choice for media player, we'll have to wait for this... So I decided to do following:

  1. Expose TTS file URL from satellite as sensor in HA.
  2. Use automation to play this FLAC URL on player I wish.
  3. Mute satellite media player.

There's 2 disadvantages:

  • No "ding" sounds on wake word, since it's muted...
  • cannot use action "assist_satellite.announce" (same reason, player is muted, and this action doesn't trigger URL sensor update).
haughty yoke
#

Another disadvantage to keep in mind is that AEC won't really do much with that config

stone fossil
#

True. Well, internal media player will be playing at the same time, so probably algorithm will count it?