Hi, so I just moved over from plex to Emby, I love it except I REALLY miss Tautulli! Turns out there are really no good monitoring solutions for Emby (that I could find at least). IM using glances/netdata to monitor the server itself but I like to know how many people and whos watching as well. I found a post on here that pulls out all active media players and puts them into a group witch actually works perfect. Except I need to figure out how to exclude some media players, local ones like sonos that arnt emby related. I also need to find a way to dynamicly pull the attribute name out based on what media player is active.
This is what the active players sensor looks like. I need to somehow take each entity id from there and then create a sensor to get the attributes from eachâŚ
it creates this group that lists all the entites that are currently playing. you know anyway to take those out one by one, i would then create some magical sensor somehow to grap that couple attributes from each oneâŚsomething likeâŚ
{{ states.media_player.emby_<insert active player name here>.attributes.media_title }}
or any way to use a wild card? I could do something like this sonos sensor but i cant get it to take media_player.emby_*
From my reading you should be able to pipe the first part of your template in your first post to count or length to get the number of active palyers, something like
Welp, in case someone wonders by this in the futureâŚfinally got it. Or half of itâŚthis looks at all my media players and counts the ones that are playing. I use this to monitor how many active emby users there are.