Squeezelite-esp32 is an audio software suite made to run on espressif’s ESP32 wifi (b/g/n) and bluetooth chipset. It offers the following capabilities
Stream your local music and connect to all major on-line music providers (Spotify, Deezer, Tidal, Qobuz) using Logitech Media Server - a.k.a LMS and enjoy multi-room audio synchronization. LMS can be extended by numerous plugins and can be controlled using a Web browser or dedicated applications (iPhone, Android). It can also send audio to UPnP, Sonos, ChromeCast and AirPlay speakers/devices.
Stream from a Bluetooth device (iPhone, Android)
Stream from an AirPlay controller (iPhone, iTunes …) and enjoy synchronization multiroom as well (although it’s AirPlay 1 only)
But that’s not really what I was thinking of. My idea is to have an output component in the ESPHome framework (like a pwm generator or others). Use that with ESP board to receive stream from Home Assistant (like a cast) and output signal to a DAC. This would be a super efficient and low cost way of having audio nodes around the house for music and notifications (alarm, doorbell). If thats possible anyways with this hardware
Buying a full blown music machine with tons of wifi-features is just too expensive and totally an overkill for just playing a chillout mix in the bathroom etc
Didn’t mean to offend anyone, sorry Just that my point was to stream from Home Assistant, not to control a music device with it’s own music source. Example, using new HA media browser as player. Or can this suggested setup act as a speaker node? No airplay or cast is what I am looking for in my scenario I am wondering could there be a native HA to ESPHome audio link? Similar to airplay or cast…
Thanks! That would actually be a cool additional feature. A two way setup. Add: A mic preamp, an analog to digital shield and connect esp. Use that to hear you all around the house and take commands. Or sence people presens via audio level differences. Alexa and siri are not always near us and those hubs are just too expencive to have them everywhere…
I follow this project for quite some time, but it is WIP:
it seems very interesting
I have ordered some components to play around, but didn’t have the time so far
normally, you can enable snapcast server in HA and stream to these satellite ESP32 speakers around your house
Home assistant → LMS → Squeezelite-esp32 → Bluetooth Speaker (Echo devices)
You have to set transcoding on LMS before transmitting to ESP because it can handle a specific properties while streaming into Bluetooth Speaker.
More importantly, synchronization is not accounting Bluetooth specific delays. So, having synchronized multi room audio with Bluetooth speakers might be a hard reach.