Muse Radio Home Assistant

Hello I installed the new version and is working well on the Home Assistant but I lose the radio fuctions that are available on the old version when you point me that we can also change on the yaml file In this reply

How can I add the radio online function again?

Thank you

Good news !

A new version has just been released and the sound quality is much improved

=> GitHub - RASPIAUDIO/muse-radio-voice-satellite: An ESPHome config for the Raspiaudio Muse Radio which makes it a Home Assistant voice satellite

And a new version with new features should be released very soon…

1 Like

This (direct radio stations) will be in the next version (==> next week)

1 Like

Music Assistant is indeed a bit complicated and I don’t know how to help you… May be you could delete your other players (if there are any)… keep me informed…

A new version has just been released!
=> Fixed a few minor bugs
=> Added four preset radio stations (you can change them in the .yaml file)
=> Improved use of Music Assistant

or

1 Like

Thx for this update.

Personnaly, I got better MWW performances with

micro_wake_word:
  vad: 
    probability_cutoff: '40%'
  models:
    - model: hey_jarvis
      probability_cutoff: '40%'
    - model: okay_nabu
      probability_cutoff: '40%'
    # - hey_jarvis
    # - okay_nabu
  on_wake_word_detected:
    - voice_assistant.start:
        wake_word: !lambda return wake_word;

btw, in your new yaml, line 161:

files:
       - id: sound
         file: bt16000.wav

Where is this file ?

This is part of a feature that is not operational in this version… sorry!..

A new version is avalaible (2025.1.10).
It includes the Home Assistant Update/OTA system
Updates will be much simpler from now on !

1 Like

Just tested the last version… and for me it’s catastrophic…

Answer to MWW are massively longer… Seems it’s freezing most of the time…
Downgrade to my former yaml

I am a little surprised by your comment… Here, every thing seems to be OK…
Can you give me more details ?
(This version is identical to the previous one, only the UPDATE has been added)

Thanks for your help and see you soon!

I am Compiling with the last dev…

Btw, there is a missing file in your git: bt16000.wav. Can you upload it ?

Kind regards,

SƩbastien

This file is not needed for this version !..
So, it is referenced in the .yaml file by mistake
Sorry!
(I just updated it now)

Ok I tested with the ref to sound removed… and it seems to work fine now…
Radio station buttons works perfectly.

Thanks.

Can you please let me know if in this new version are available the WebRadio with the options to customize the radios over the link?

yes ==> MuseRadioHomeAssistant.yaml lines 4 to 12

1 Like

I think I will add some text esphome sensors in order to select from HA the streaming links associated to each 4 buttons

Can you please share some example?

At these lines i don’t see any entry for the links …

image

Tks

=> muse-radio-voice-satellite/MuseRadioHomeAssistant.yaml at main Ā· RASPIAUDIO/muse-radio-voice-satellite Ā· GitHub

1 Like

Ok can you please let me know where I can find this file in my home assistant instance?

Thank you