Dear All,
I may the helicopter here, but I can’t start any of my Plex videos on any media platform. Please help, what do I do wrong.
So infrastucture:
- Plex Media server on my local network 192.168.1.101:32400, reachable, castable, DNLA on.
- LG webOS tc, with DNLA possibility, Plex app installed, reach local network
- Chromecast Ultra on the local network
I can start the videos on any of the said infrastucture elements (DLNA, Plex App, Cast), but not with Home Assistant
My HA config:
- Plex Media Server integration configured and working, I can see if anyone start a video.
- Cast config working… at least I can see if somebody start a video on that.
- DLNA not showing up in the integrations, so it’s not configured
- Home Assistant Media browser is empty.
I tried the following automation:
alias: Play Plex
description: ''
trigger:
- platform: tag
tag_id: 2c502546-eb2d-4f96-9cbf-c8cd41d61d61
condition: []
action:
- service: media_player.play_media
data:
media_content_type: video
media_content_id: '"{"library_name": "Movies", "title": "Soul"}"'
target:
entity_id:
- media_player.lg_tv
- media_player.chromecast8176
mode: single
Nothing at all. I tried direct call with other content_id-s but none of them work.
Please-please help me, what I’m doing wrong? Best would be DLNA, but right now I even don’t care if I stream the movie all across the globe to get back to my TV
Thank you for your help!
Best: Peter