Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plex Smart Lights Sensor issue #23

Open
stevy20 opened this issue Aug 18, 2022 · 0 comments
Open

Plex Smart Lights Sensor issue #23

stevy20 opened this issue Aug 18, 2022 · 0 comments

Comments

@stevy20
Copy link

stevy20 commented Aug 18, 2022

I have setup homebridge and plex to trigger my 1 smart light in my bedroom to turn on and off when playing any media on my server. This works perfectly fine. But I want to set it to only happen when using my Google TV Stick and not my other devices such as my phone or other tvs. I am quite new to all this and have had some hel on this reddit thread and has helped me a biut but still not working.

https://www.reddit.com/r/homebridge/comments/wp2vzz/help_with_plex_smart_light_control/

My current Homebridge Config looks like this:

{
    "bridge": {
        "name": "Homebridge D849",
        "username": "0E:C1:47:69:D8:49",
        "port": 51195,
        "pin": "435-38-673",
        "advertiser": "avahi"
    },
    "accessories": [],
    "platforms": [
        {
            "platform": "homebridge-plex-sensors.Plex",
            "logSeenPlayersAndUsers": true,
            "sensors": [
                {
                    "name": "Movie Playing",
                    "types": [
                        "movie"
                    ],
                    "players": [
                        "Chromecast Google TV"
                    ],
                    "users": [
                        "stephenunderwood"
                    ]
                },
                {
                    "name": "TV Playing",
                    "types": [
                        "episode"
                    ],
                    "players": [
                        "Chromecast Google TV"
                    ],
                    "users": [
                        "stephenunderwood"
                    ]
                }
            ]
        },
        {
            "name": "Plex Webhooks Platform",
            "sensors": [
                {
                    "name": "PlexPi Light Connection"
                }
            ],
            "server": {
                "port": 32401,
                "address": "192.168.0.102"
            },
            "platform": "PlexWebhooks"
        },
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        }
    ]
}
@stevy20 stevy20 changed the title Plex Smart Lights Sensor for 1 Device. Plex Smart Lights Sensor issue Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant