I’ve been trying tot get audio playing via de ESP Muse Proto, but do not succeed.
1st started with ESP Squeezelite. Bluetooth played audio, but AirPlay showed a device, but could not connect. Integration with Home Assistant ok, but no audio will play if selected from local media.
Then found your easy installation guide and installed successfully. No bluetooth available, but now in Home Assistant I can see 3 entity’s and control the onboard LED when connected via WiFi. So it seems that Home Assistant is able to communicate with the proto board. But playing mp3/wav from Home Assistant is not working; no sound from builtin speaker or external speaker connected to the green terminals.
So I’m stuck now on resolving the audio problem. Any suggestions for me to troubleshoot this issue?
BTW: in both scenarios (easy installation and Squeezelite) the blue on board LED is flashing. Did not find and documentation on what that means. So, any clues on the status description of the blue LED?
For airplay, did you tried to connect with a browser to the Squeezelite web interface (you can get the IP address of your Lan looking at the serial log console, or in your router settings). From their be sure that AirPlay is enabled.
Put the focus now on the simple implementation and get audio/tts from Home Assistant. That is my main goal. I thought that required Sqeezelite, but apparently not. That eliminates some possible interactions/causes I think
After Squeezelite-ESP32 gets flashed again, you need to make shure you exit “recovery Mode”.
You can try to do a OTA update. 16 bit version is recomendet.
If that dosn’t help, maybe tell us what version your on.
Greatings
I can confirm that there is an issue with the Muse Proto with Home Assistant when using the ESP Home firmware working on it with the HA team.
But this is working fine using the Squeezelite firmware in Home Assistant, don’t forget to install in HA the Squeezebox add on
Hi OKW,
I have the ESP Muze Proto working (somewhat) using esphome and Home-assistant and i can do TTS fine. The only issue i have with the board is that the speaker sound is way to weak,
i already boost it up to 15db but still when the device is to var away you do not notice that is saying something.
I tried to look about what the current issue is, could you tell me what is still wrong on your side?
When you do, i can test it here to see of i can reproduce and may be help figuring out what is going one.
According the picture on this website it can be the charging LED. But the flashing and brightness of it are very annoying while the board is not in a case
Lucky you! Mine does not play audio (mp3/wav) or TTS.
I can control the on board RGB LED and sense a button press in Home Assistant. So I conclude setup and communication via WiFi are ok.
Saw dr ZZZ’s video last weekend and he got it working although he had to adopt the board in the ESPHome environment, which I didn’t have to do. He could not play TTS btw.
So maybe the audio is not playing from my board due to the setup I have.
This is my setup: Intel nuc i3, Ubuntu 20.04.4 LTS, HA release 2022.8.5 in containers (as unsupported). I don’t use HA cloud.
Since a few HA releases back my VLC-Telnet setup stopped playing audio, which could be related to my issue?
In this topic it was stated there is a problem with HA and that a proto board is sent to the HA team. No details on the problem are described. Progress is unclear.
Could you conform that you have your ESP Muse proto is configurated the same way?
The first part below the on_boot is optional and should give a louder sound.
BTW. when you on the esphome discord server you can ping me there, im not an expert but we can compare our setups to see what the differences are.
Edited the configuration yaml to match yours. It compiled, connected to the device, OTA uploaded successfully.
Then it tries to connect using the esphome API and fails due to ‘Error resolving IP address [Errno -2] Name or service not known
It looks like the upload destroys the wifi setup. In the top of the installation log it reports that it is installing ESP8266wifi. But that is not correct I think?
Only way out of this problem is to reinstall the firmware, which brings me back to where I started.
Any suggestions?