I have several media players running on my LMS with playlist stored. I want to be able to trigger a playlist to a certain player. I know the command required and can play a certain playlist. But somehow I am unable to pass the mac_address of the player.
input_text:
1v_badkamer_mac:
name: Nest 1V Badkamer MAC
initial: "cc:cc:7a:a4:f0:4e"
So I can call the service to start the playlist.
service: rest_command.lms_play_playlist
data:
playlist_name: Noor
player_mac: input_text.1v_badkamer_mac
If I just type the mac_address (cc:cc:7a:a4:f0:4e) above the command works but with the input_text it doesn’t. Any ideas what I can do? Of course also open to other solutions
Thanks for this thread, the script works perfect for me…but i would like to have shuffle play for the playlist. i couldn’t get this to work for me…does anyone knows how to do this?