All Projects → plexinc → Webhooks Home Automation

plexinc / Webhooks Home Automation

Use Plex webhooks to control lighting in your home

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webhooks Home Automation

Webhooks Notifications
Use Plex webhooks to display desktop notifications and control playback with media keys
Stars: ✭ 86 (-37.23%)
Mutual labels:  webhooks, plex
Goplaxt
Scrobble Plex plays to Trakt with ease!
Stars: ✭ 183 (+33.58%)
Mutual labels:  webhooks, plex
Hdhrviewerv2.bundle
HDHomeRun + Plex
Stars: ✭ 91 (-33.58%)
Mutual labels:  plex
Plexidrive
Scripts to facilitate the use of cloud storage (such as Google Drive) as storage for Plex media server
Stars: ✭ 118 (-13.87%)
Mutual labels:  plex
Pseudo Channel
This is a python based cli-app using the python-plex-api to control a plex-client and act like a real TV channel with show scheduling, commercial breaks, movie nights, etc. "Home-Brewed TV Channel(s) for Hackers"
Stars: ✭ 101 (-26.28%)
Mutual labels:  plex
Achievibit
Github Gamification - Achievements system as a GitHub WebHook.
Stars: ✭ 93 (-32.12%)
Mutual labels:  webhooks
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (-18.25%)
Mutual labels:  webhooks
Plex Lastfm Scrobbler
Scrobble played audio items Last.FM from the Plex Media Server application.
Stars: ✭ 88 (-35.77%)
Mutual labels:  plex
Rcloneexplorer
rclone GUI for Windows
Stars: ✭ 129 (-5.84%)
Mutual labels:  plex
Betanin
beets based mitm of your torrent client and music player
Stars: ✭ 101 (-26.28%)
Mutual labels:  plex
Git Webhook Ci
A Git (github/gitee) webhook callback server to do stuff e.g. fetch new code (poor man CI)
Stars: ✭ 118 (-13.87%)
Mutual labels:  webhooks
Livetvh.bundle
Live TV streaming with Plex and Tvheadend
Stars: ✭ 98 (-28.47%)
Mutual labels:  plex
Homebridge Plex Sensors
Homebridge Sensors for Plex - a plugin for Homebridge to adds sensors triggered by Plex playbacks.
Stars: ✭ 95 (-30.66%)
Mutual labels:  plex
Aria2 Ariang X Docker Compose
Docker compose files for Aria2+ AriaNg+ filerun/ Nextcloud/ h5ai + Plex. 图形化BT,磁力,离线下载,文件管理,播放,投屏
Stars: ✭ 1,581 (+1054.01%)
Mutual labels:  plex
Autoscan
Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
Stars: ✭ 92 (-32.85%)
Mutual labels:  plex
Plex Mpv Shim
Cast media from Plex Mobile and Web apps to MPV. (Unofficial)
Stars: ✭ 120 (-12.41%)
Mutual labels:  plex
Pasta
Audio & Subtitle Track Changer for Plex
Stars: ✭ 90 (-34.31%)
Mutual labels:  plex
Conv2mp4 Ps
This Powershell script will recursively search through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. The purpose of this script is to reduce transcoding CPU load on a media server like Plex or Emby and increase video compatibility across platforms.
Stars: ✭ 97 (-29.2%)
Mutual labels:  plex
Plexupdate
Plex Update script to simplify the life of Linux Plex Media Server users.
Stars: ✭ 1,523 (+1011.68%)
Mutual labels:  plex
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+1090.51%)
Mutual labels:  plex

In order to run this app:

  • Install node.js.
  • Clone the repository.
  • Install dependencies using npm install.
  • Get a bearer token for your Wink account.
  • Find the lightbulb ID by making the following request and looking for light_bulb_id:
http -b https://winkapi.quirky.com/users/me/wink_devices "Authorization:Bearer your-bearer-token"
  • Find the player identifier for the player you want to connect it with.
  • Run like this:
BEARER=bearer-token BULB=bulb-id PLAYER=player-identifier node index.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].