iharosi / homebridge-plex-webhooks

Plex Webhooks Server plugin for Homebridge
GNU Affero General Public License v3.0
48 stars 5 forks source link

Sensor Comes on with every player #18

Closed Gragorg closed 2 years ago

Gragorg commented 2 years ago

I have the sensor working but no matter what player I use the sensor goes on. I have tried multiple times to get it only activate on the basement TV but can't seem to figure it out. What am I missing?

{ "name": "PlexWebhooks", "sensors": [ { "name": "Plex Basement Roku", "filters": [ [ { "path": "Player.title", "value": "Roku Ultra Basement" } ] ] } ], "server": { "port": 32401, "address": "192.168.1.9" }, "verbose": true, "platform": "PlexWebhooks" }

Gragorg commented 2 years ago

Not to sure what was going on but uninstalled the pluggin and reinstalled and it is now working as it should!