Hello to all !!!
Iam using mopidy in hassio.
And i wash hoping that i got let raspberry pi speak to me when it started.
That is working fine now.
But now i do have 2 problems i want to solve.
The first one is about a playlist of some kind.
I can play one song at the time that is no problem but more then that doesnot work in the ways that i tried.
I did try to put the songs behind each other seperated whit a , but nothing doesnot work .
I did try to do it as explained on hassio page with DeskMusic but also nothing.
Again one song yes but if i donot put a song it doesnot play anything. no list.
- alias: HA Boot_2
trigger:
platform: homeassistant
event: start
action:
- delay: ‘00:02:00’
- service: media_player.play_media
data_template:
entity_id: media_player.mpd
media_content_id: local:track:playlists/boot.mp3
media_content_type: ‘music’
- service: media_player.volume_set
data:
entity_id: media_player.mpd
volume_level: 0.10
This is working.
`relaxdeck:
sequence:
- service: media_player.play_media
data:
entity_id: media_player.mpd
media_content_type: playlist
media_content_id: DeckMusic
- service: media_player.volume_set
data:
entity_id: media_player.mpd
volume_level: 0.60
This doesnot work. also not with /local:playlist:DeskMusic`or /local:track:playlist:DeskMusic
with this it works fine local:track:playlists/DeckMusic/15.%20Tina%20Turner%20-%20Better%20Be%20Good%20To%20Me.mp3
but only one song at the time.
The next problem is text to speak doesnot work at all.
if i click on the mediaplayer and it opens it says text to speak but it doesnot work.
the mediaplayer is also off and it wont turn on if i click on the button only when i run as above it turns on plays the song and turns off again.


Can someone explain to me what is wrong?