Hi All,
So i have my shield TV detected as cast device in hassio, but i’ve run into an interesting issue.
Im trying to playback some music during the morning hours, between 5:30-6:30 (havent figureed that part out yet), but when i trigger the following;
{
“entity_id”: “media_player.shield”,
“media_content_id”: “!address to content”,
“media_content_type”: “audio/mp3”
}
where the content_id is either something local on my server, shield or youtube, nothiing happens. what i mean is that, the shield will wake up, the tv turns on (casue of cec) and i see the cast symbol on the tv, but nothing else.
i checked the entity when this happens, and its:
volume_level: 0.5333333611488342
is_volume_muted: false
media_content_id: {file}
media_position: 0
media_position_updated_at: 2017-11-12T18:02:32.797048+00:00
app_id: CC1AD845
app_name: Default Media Receiver
friendly_name: SHIELD
supported_features: 21437
the odd thing is that it shows idle. it never goes to the playing state. if i press play in hassio gui, still nothing happens.
anyone have any idea what could be the issue, it seems simple but doesnt makes sense to me