Giter VIP home page Giter VIP logo

Comments (10)

maykar avatar maykar commented on July 22, 2024 1

It looks like you just copied the example code, which the readme explicitly says not to do. "Do not just copy examples, please use config options above to build your own!"

from sensor.plex_recently_added.

IIIdefconIII avatar IIIdefconIII commented on July 22, 2024 1

i know you closed it,

but i got it working internal and external without ssl options. Thank you for helping me out.

https://content.screencast.com/users/ThomasvanDalen/folders/Snagit/media/bd5caf83-5b21-4feb-9ecf-e975ff2c683f/06.07.2019-21.04.png

sensor:
- platform: plex_recently_added
  host: 10.3.1.2
  port: 32400
  token: !secret plex_token
  ssl: false
  ssl_cert: false
  download_images: true
  max: 5
  section_types:
  - movie
  - show

from sensor.plex_recently_added.

maykar avatar maykar commented on July 22, 2024

What does your config for the component look like?

from sensor.plex_recently_added.

IIIdefconIII avatar IIIdefconIII commented on July 22, 2024
############################################
##               PLEX SERVER              ##
############################################
###### SENSORS------------------------------
media_player:
  - platform: plex
    show_all_controls: false
    use_episode_art: true
    remove_unavailable_clients: true
    client_remove_interval: 600

sensor:
  - platform: plex

i had username and password in there before but ha logs said i should removed it

from sensor.plex_recently_added.

maykar avatar maykar commented on July 22, 2024

No, what does the config for this component (plex_recently_added) look like?

from sensor.plex_recently_added.

IIIdefconIII avatar IIIdefconIII commented on July 22, 2024

sorry i misunderstood

############################################
##          PLEX RECENTLY ADDED           ##
############################################
###### SENSORS -----------------------------
sensor:
- platform: plex_recently_added
  token: !secret plex_token
  server_name: !secret plex_server_name
  ssl: false
  ssl_cert: false
  download_images: false
  max: 5
  section_types:
  - movie
  - show

perhaps ssl must go on cause im not using host and port anymore? i cant connect when i use host and port locally, its in a docker not sure if that could be related

from sensor.plex_recently_added.

maykar avatar maykar commented on July 22, 2024

I'm confused, you're asking why images aren't downloading, but you have download_images: false? You're telling them not to download.

If you're trying to use this without downloading images did you follow these instructions from the readme?

"If you prefer to not download the images you may set download_images to false, but you either have to set "Secure connections" to "preferred" or "disabled" (no SSL) or have a custom certificate set (these options are found in your Plex server's network settings) ... Your server also needs to be "fully accessible outside your network" if you wish to be able to see images remotely. If your Plex server provides it's own certificate you only need to set ssl_cert to true and download_images to false."

from sensor.plex_recently_added.

IIIdefconIII avatar IIIdefconIII commented on July 22, 2024

after a long work week i have overseen that, i must have copied the example from the readme after trying to get host and port to work. sorry for wasting youre time.

from sensor.plex_recently_added.

IIIdefconIII avatar IIIdefconIII commented on July 22, 2024

Thats exactly what i was typing, ill try again manually

from sensor.plex_recently_added.

maykar avatar maykar commented on July 22, 2024

Since a good bit of those settings are the defaults, you can just do this:

sensor:
- platform: plex_recently_added
  host: 10.3.1.2
  port: 32400
  token: !secret plex_token

from sensor.plex_recently_added.

Related Issues (20)

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.