Git Product home page Git Product logo

plex_webhooks's People

Contributors

jbassett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

plex_webhooks's Issues

Add a version parameter in manifest.json

The component is not loading without this parameter.

{
    ...
    "version": "v0.6"
}
{
    "domain": "plex_webhooks",
    "name": "Plex Webhooks",
    "documentation": "https://github.com/JBassett/plex_webhooks",
    "dependencies": [
        "webhook"
    ],
    "codeowners": [
        "@JBassett"
    ],
    "requirements": [],
    "version": "v0.6"
}

No events being sent from plex to home assistant

I found your project when trying to find a webhooks solution for plex using Home Assistant.

I have set everything up following your readme, created a folder within the configuration settings and downloaded the files. I have set up a webhook request within plex to the pi running homebridge and everything has successfully restarted. I have used plex_webhook as the ID in the configuration.yaml file.

However i see no devices or entities added from the creation of the code. I may have misconfigured something or misunderstood how this works.

How can i debug when its not working?

Hi
i have that configuration.yaml

default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

plex_webhooks:
  webhook_id: plex_webhook

automations.yaml

- id: '1607872979615'
  alias: Plex stopped
  description: ''
  trigger:
  - platform: event
    event_type: PLEX_EVENT
    event_data:
      status: STOPPED
  condition: []
  action:
  - scene: scene.lampe_wohnzimmer
  - type: turn_on
    device_id: 98be2dba680b779031d8fce0c4989703
    entity_id: light.fernsehtisch
    domain: light
    brightness_pct: 15
  mode: single

added the webhook url of the HASS raspi
image

It does not work unfortunately :/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.