This new version (2025.1.10) introduces the OTA Update of Home Assistant. From now on, updates will be very simple and almost automatic...
-
Micro Wake Words: Supports multiple wake words simultaneously - Alexa, Okay Nabu, Hey Jarvis, and Okay Croft. If you want to enable only one, you'll need to edit the YAML configuration.
-
Sound Control:
- Adjust volume using the encoder's rotate function.
- Toggle pause/play with an encoder click.
-
Media Player:
- Recommended to use Music Assistant for transcoding, enabling any file format playback and avoiding the AAC bug on the player.
-
Front-end Media Player Control:
- Stop via the station's encoder click to interact with the voice assistant.
-
Buttons:
- Buttons check, 1, 2, and 3 are hardcoded for direct radio station playback.
This ESPHome configuration transforms the Raspiaudio Muse Radio into a Home Assistant voice satellite.
This project is intended for the Raspiaudio Muse Radio.
- Open Google Chrome.
- Visit apps.raspiaudio.com.
- Select Muse Radio - Home Assistant and follow the on-screen instructions.
- Connect to the access point created by the device with the following credentials:
- SSID: "Raspiaudio-radio"
- Password: "12345678"
- Open a webpage at
192.168.4.1/?save
to set your home Wi-Fi credentials.
The source code is available on GitHub: Raspiaudio Muse Radio Voice Satellite. To recompile, ensure you perform a full build clean in ESPHome first.
For discussions and support, visit the Raspiaudio Forum.
For a detailed video tutorial, watch this step-by-step guide. It was created for the Luxe model but is also applicable to the Muse Radio.
///////////////////////////////////////////////////////////////////////////////// // reminder UPDATE /////////////////////////////////////////////////////////////////////////////////
- .bin ..../.esphome/build/raspiaudio-radio/.pioenvs/raspiaudio-radio/firmware.ota.bin ===> update_firmware.bin
- calcul parité ==> >> md5sum update_firmware.bin
- modifier avec le résultat la ligne "md5": de manifest_update.json /////////////////////////////////////////////////////////////////////////////////