iharosi / homebridge-plex-webhooks

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

Play Pause Resume Stop Triggers #28

Closed zackotronic closed 1 year ago

zackotronic commented 1 year ago

The Plugin was working fine until the recent update.

I had 2 triggers in Home, Play/Stop and Pause/Resume.

I had it setup that when played a movie it triggered the Play/Stop sensor and my lights would turn off. If I paused the movie, the Pause/Resume trigger would activate (and play/stop trigger would stay activated), and certain lights would turn on to like 20%. If I resumed my movie, the Pause/Resume trigger would deactivate (while the play/stop trigger would stay active) and the lights that were triggered would turn off. Then if stopped the movie, both trigger's would be unactive and the lights would return to 100%.

This all stopped working with the movie recent update.

Does anyone have a good figuration in homebridge to accomplish this with the new update (even if means I have to edit the constants.js file)??

@iharosi