Hi,
I’m a happy owner of a Muse Luxe, now getting better and better with Sendspin support! ![]()
I’d like to ask why the external component for ES8388 is needed and how it is different from the built-in ES8388 component provided by ESPHome.
When I try to use the built-in version (ESPHome 2026.5.0), I cannot hear any audio from the device, so I always have to go back to using the external component.
In other words, this works:
external_components:
- source: github://RASPIAUDIO/esphomeLuxe@main
components: [es8388]
refresh: 0s
es8388:
This doesn’t work:
audio_dac:
- platform: es8388
id: es8388_dac
Why?
Thanks for any help!