-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not play audio, only the answers #13
Comments
First disable Wake Word Detection, use media_player , re-enable wwd. |
Thank you. Of course I started with this. I've tried it a million times. I've been developing for more than 20 years, I think I've tried everything there is to try |
It took me a lot of work before I could describe the problem well. 1: Basic - Doesn't work, the way HomeAssistant sends the audio, using its own domain Cloudflare. Device log:
2: mDNS based - Doesn't work and the device reboots every time. HA log entry:
The URL works, I can play the audio from my browser Device log:
3: Based on HA IP - Works, plays the audio (only with https url, http is not correct). Device log:
|
If the IP-based URL works, this sounds more like an issue with your networking than the actual firmware. However, let me check. Please paste your full config and specify the versions of HA and ESPHome you are using. |
Did you ever get this figured out? I'm running into a similar issue except mine wont play any audio at all...
I confirmed that the URLs for the mp3s are accessible via other devices on the same network... I'm also not really having issues with my esp32 s3 box |
It's not complaining about not being able to access the URLs, so that's not the issue. Also, it's not the same issue as the original one, as OP complained about streaming all other audio apart from voice responses, whereas you say yours doesn't even play those. I'd suggest opening up a different issue. |
#34 sounds like exactly the same issue. Check out #34 (comment) |
So I just figured this out. I noticed that while speaking to the assistant I would get responses but if I attempted to playback an MP3 or TTS via media it would not work. If you have an automation that playback specific TTS or mp3s, you can set an action to turn off the wake word switch ->delay 1 seond -> playback tts/mp3 -> delay for the length of the audio played -> turn on the switch |
That was already suggested and tried |
Hi!
I have 4 of these devices, all working as Voice Assistant. However, I can't play media (mp3, wav) on any of them.
I have tried many times, but it only reads the reply messages.
As a media player, it's like it doesn't even work. I tried to send everything over to it with services, TTS, but I couldn't even click on the media player entity in ESPHome integration and select a file to play audio with it.
Any ideas?
Thanks:
István Pintér
The text was updated successfully, but these errors were encountered: