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.