alexjsp / homebridge-plex-sensors

Homebridge Sensors for Plex - a plugin for Homebridge to adds sensors triggered by Plex playbacks.
MIT License
110 stars 10 forks source link

Sensor does not show in Home app #14

Open jblakeney82 opened 5 years ago

jblakeney82 commented 5 years ago

Hello I have tried installing this app a few times as well as changing up the config file with different sensor types however it will not show in home app.

Loaded plugin: homebridge-plex-sensors [10/26/2018, 10:30:56 PM] Registering platform 'homebridge-plex-sensors.Plex' [10/26/2018, 10:30:56 PM] --- [10/26/2018, 10:30:58 PM] Loaded plugin: homebridge-smartthings [10/26/2018, 10:30:58 PM] Registering platform 'homebridge-smartthings.SmartThings' [10/26/2018, 10:30:58 PM] --- [10/26/2018, 10:30:58 PM] Loading 3 platforms... [10/26/2018, 10:30:58 PM] [SmartThings] Initializing SmartThings platform... [10/26/2018, 10:30:58 PM] [SmartThings] Fetching Smart Things devices. [10/26/2018, 10:30:58 PM] [homebridge-plex-sensors.Plex] Initializing homebridge-plex-sensors.Plex platform... [10/26/2018, 10:30:58 PM] [IR Blaster] Initializing BroadlinkRM platform... [10/26/2018, 10:30:58 PM] [IR Blaster] [INFO] Automatically discovering Broadlink RM devices. [10/26/2018, 10:30:58 PM] [IR Blaster] TV On/Off Accessory Ready [10/26/2018, 10:30:58 PM] [IR Blaster] Initializing platform accessory 'Learn'... [10/26/2018, 10:30:58 PM] [IR Blaster] Initializing platform accessory 'Scan Frequency'... [10/26/2018, 10:30:58 PM] [IR Blaster] Initializing platform accessory 'TV On/Off'... [10/26/2018, 10:30:58 PM] Loading 1 accessories... [10/26/2018, 10:30:58 PM] [Screen Lights] Initializing MagicHome accessory... [10/26/2018, 10:30:58 PM] [homebridge-plex-sensors.Plex] Configuring 'Movie Playing' sensor. [10/26/2018, 10:30:58 PM] [homebridge-plex-sensors.Plex] Adding 'Theater Playing' sensor. [10/26/2018, 10:30:58 PM] [homebridge-plex-sensors.Plex] Removing old 'Movie Playing' sensor no longer in config. [10/26/2018, 10:30:58 PM] [homebridge-plex-sensors.Plex] Homebridge Plex Sensors listening for webhooks on: http://:22987

Here is the config

{ "platform": "homebridge-plex-sensors.Plex", "sensors": [{ "name": "Theater Playing" }] },

    {
        "platform": "BroadlinkRM",
alexjsp commented 5 years ago

Do your other homebridge devices, and the homebridge bridge, show up / work in the Home app?

jblakeney82 commented 5 years ago

Everything else works perfectly and show up fine.

Sent from my iPhone

On Oct 27, 2018, at 2:34 AM, Alex Stevenson-Price notifications@github.com wrote:

Do your other homebridge devices, and the homebridge bridge, show up / work in the Home app?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jblakeney82 commented 5 years ago

On a side note every time I add/remove or change an accessory or platform I have to delete the Homebridge app and then re add it to homebridge for changes to take effect. Is this normal or by design? thanks for the help!

jwebbstevens commented 4 years ago

@jblakeney82 with Homebridge when you add a platform or accessory you should stop the Homebridge service and restart it. You shouldn't have to remove Homebridge completely to get a new accessory or platform loading correctly..