Hello,
I am receiving an error when trying to play a favorited album on my Sonos media player. Interestingly, I am able to play a favorite station without any issue.
My command:
service: media_player.play_media
data:
media_content_id: FV:2/2
media_content_type: favorite_item_id
target:
entity_id: media_player.living_room
Where FV:2/2 is the album found in sensor.sonos_favorites
The error is
Logger: homeassistant.helpers.script.websocket_api_script
Source: helpers/script.py:409
First occurred: 11:21:23 PM (1 occurrences)
Last logged: 11:21:23 PM
websocket_api script: Error executing script. Error for call_service at pos 1: Error calling SonosMediaPlayerEntity.play_media on media_player.living_room: UPnP Error 800 received: from 192.168.86.24
Like I said, I am a bit baffled because I am able to use the same script to play a favorited station with no problem.
Thank you for any help!
Mike