I have HAOS w/ ESPHome integration on a VM with whisper, piper(1-gpl) and openwakeword on separate VMs in Docker containers, connected via Wyoming. I also have an Ollama integration for use as a conversation agent.
Whenever I try to use my Assistant, it displays what it thinks I said, which it almost always gets correct, at the top. Then it displays its response at the bottom. But I get no sound, the device pretty much locks up, and when I go into ESPHome Builder and look at the log that streams from the device, the logs are very quickly filling with this:
[00:08:36.452][E][speaker_media_player:364]: The announcement pipeline's file reader encountered an error.
[00:08:36.529][E][speaker_media_player.pipeline:116]: Media reader encountered an error: ESP_FAIL
[00:08:36.533][E][speaker_media_player:364]: The announcement pipeline's file reader encountered an error.
[00:08:36.590][E][speaker_media_player.pipeline:116]: Media reader encountered an error: ESP_FAIL
[00:08:36.597][E][speaker_media_player:364]: The announcement pipeline's file reader encountered an error.
[00:08:36.669][E][speaker_media_player.pipeline:116]: Media reader encountered an error: ESP_FAIL
[00:08:36.673][E][speaker_media_player:364]: The announcement pipeline's file reader encountered an error.
[00:08:36.734][E][speaker_media_player.pipeline:116]: Media reader encountered an error: ESP_FAIL
[00:08:36.740][E][speaker_media_player:364]: The announcement pipeline's file reader encountered an error.
[00:08:36.806][E][speaker_media_player.pipeline:116]: Media reader encountered an error: ESP_FAIL
[00:08:36.810][E][speaker_media_player:364]: The announcement pipeline's file reader encountered an error.
[00:08:36.875][E][speaker_media_player.pipeline:116]: Media reader encountered an error: ESP_FAIL
[00:08:36.878][E][speaker_media_player:364]: The announcement pipeline's file reader encountered an error.
[00:08:36.947][E][speaker_media_player.pipeline:116]: Media reader encountered an error: ESP_FAIL
You can see from the timestamp how fast these are pumping out.
I'm hoping someone help me figure it out with perhaps some changes to the yaml or something.
If this isn't the right place to post this, I do apologize.
Thanks so much.