ESPHome 2025.2.x and above - INFORMATION - PLEASE READ #135
Replies: 7 comments 2 replies
-
|
does the new mixer speaker component not solve this or is it unrelated? |
Beta Was this translation helpful? Give feedback.
-
|
I believe the mixer allows you to play multiple outputs, for ex timer/notification sounds while a song is playing. The duplexing lets you play and record without resetting the whole pipeline. In the case of the s3-box-3, there's a "popping" sound when it initializes that isn't ideal. Looking forward to duplex support again, that's what led me to this repo initially 👍 |
Beta Was this translation helpful? Give feedback.
-
|
seems to be a working solution, havent tried myself |
Beta Was this translation helpful? Give feedback.
-
|
@BigBobbas I tend not to update the S3Box unless there is a significant improvement in ESPHOME, which there seems to be in 2025.2:
It would be great to be able to come to this repo and check for releases that show |
Beta Was this translation helpful? Give feedback.
-
|
Was just getting around to installing this on my boxes and came across this bug. |
Beta Was this translation helpful? Give feedback.
-
|
transparency: alpha_channel |
Beta Was this translation helpful? Give feedback.
-
|
new dev version here https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/tree/dev |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some things to know before updating to version 2025.2.x of ESPHome
There were a number of changes in this release which will break the S3box configuration if you re-compile. You can still update the ESPHome version if you wish, but in order to maintain functionality of the S3box then do not update this device. If the device is working then there is no real need to update anyway.
An updated version of the firmware is available in the dev branch and is currently for test purposes to find the bugs etc. If you wish to try this then please feel free to do so. Make sure that you make a copy of your existing working config. You can do this by simply copying and pasting the config into a text document.
link to dev branch >> https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/tree/dev
The update will remove the ADF dependancy and also the reliancy on the external component that currently handles the audio side of things. And will use the new ESPHome speaker media player in it's place, we face a few challenges currently as the new media player doesn't yet support 'duplex' and therefore in order to play any audio, the voice assistant / microphone components need to be temporary stopped and then restarted after playing the audio, which is causing some issues that I will resolve. I have been told by Kevin the ESPHome dev looking after this side of things that duplex support will be "soon" but unfortunatly is unable to give a timescale.
The new version won't be released as stable until we are all happy that everything is working as it should be and we will also take this chance to add any additional features / pull requests that are submitted before pushing to the main branch.
To summarise.... If you are happy with the way your device is working, then don't recompile the firmware using 2025.2.x if you wish to roll back to a previous version of ESPHome there are several ways to do this depending on how you have it installed.
As always.. thank you all for your support and patience whilst I figure things out.
Rob
Beta Was this translation helpful? Give feedback.
All reactions