No Sound on Raspberry 4 with Hassos

Hello,

I’m relatively new to Home Assistant. I’ve installed HassOS on my Raspberry Pi4. Then, i’ve try to install mopidy Addon. I begin with this one: github /bestlibre/hassio-addons/tree/master/mopidy but it seem deprecated so i switch to this one:


(there is other repository like this one: github /hassio-addons/addon-mopidy, which one did you take ?)

After some configuration, i was able to launch the modipy GUI and run music

or call the service directly:

Service
media_player.play_media
Entity
media_player.mpd

{
  entity_id: media_player.mpd,
  media_content_type: music,
  media_content_id: local:track:test.wav
}

The call affect the mopidy page, so i think the server work well, however, i have no sound on my raspberry jack output.

Does anyone have an idea where the problem can coming from ?

Here my configuration:

Thank you in advance for your help.

How are you testing the line level output?

problem solved…i was connected on HDMI too, so the sound was by default on HDMI…

Sorry for this false problem :slight_smile:

However, i’m interessted on the mopidy addon everyone use. Which one do you use ?

I don’t use it.