• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

lzilioli/plex-bridge-homebridge-http-webhooks: Nodejs bridge for Plex webhooks i ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

lzilioli/plex-bridge-homebridge-http-webhooks

开源软件地址:

https://github.com/lzilioli/plex-bridge-homebridge-http-webhooks

开源编程语言:

JavaScript 100.0%

开源软件介绍:

plex-bridge-homebridge-http-webhooks

ARCHIVED

This repo's intended purpose has been met by homebridge-plex-sensors. I recommend it in place of this package. The code here is still a decent starting point if you want to map a plex webhook to some other form of web request, but it is not super useful in its current state.

Getting Started

In order to run this app:

Configs

In ~/.homebridge/config.json:

"platforms": [
    {
      "platform": "HttpWebHooks",
      "webhook_port": "51828",
      "sensors": [
        {
          "id": "plexContact",
          "name": "Plex Webhook Contact Sensor",
          "type": "contact"
        }
      ]
    }
  ]

First run

This script filters for a specific player before hitting the homebridge webhook. To determine the player:

  1. Run the app
DEBUG=plex*\
ACCESSORY=plexContact\
PLEX_WEBHOOK_PORT=12000\
HB_WEBHOOK_URL=http://localhost:51828/\
node index.js
  1. Play a video on the device you want to trigger the webhook
  2. You will see the event logged to the console when the webhook is hit. Copy the uuid for the player
  3. Replace <PLAYER_UUID> with the copied player uuid in the command in the Run section.p

Run

Now run the script with the PLAYER argument:

DEBUG=plex*\
ACCESSORY=plexContact\
PLEX_WEBHOOK_PORT=12000\
HB_WEBHOOK_URL=http://localhost:51828/\
PLAYER=<PLAYER_UUID>\
node index.js

From now on, when you toggle the plex play state from the PLAYER, you should see the contact sensor state update in the iOS 10 Home app. Using the Home app, you can create Automation rules based on these changes.

Thanks to plexinc/webhooks-home-automation.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap