sensor.radarr_upcoming_media icon indicating copy to clipboard operation
sensor.radarr_upcoming_media copied to clipboard

Radarr Data Not Populating

Open Colorado4Wheeler opened this issue 3 years ago • 1 comments

Describe the Bug I can get Sonarr working, but Radarr doesn't work. The built-in integration for Radarr works fine. The sensor reports 'Online'.

The Error I don't get an error, just no results.

Indicate if you followed all steps in the troubleshooting doc Yes, and when I put in a manual URL it works as expected:

http://10.1.200.1:7878/api/calendar?apikey=3a2611d25472470e97319835f1d5f46c&start=2021-10-31&end=2022-05-15

What data does the sensor display if any? The state attributes of the sensor.radarr_upcoming_media is:

data:
  - title_default: $title
    line1_default: $release
    line2_default: $genres
    line3_default: $rating - $runtime
    line4_default: $studio
    icon: mdi:arrow-down-bold
friendly_name: Radarr_Upcoming_Media

What displays when visiting the API URL from the troubleshooting guide? Full JSON report of all upcoming movies.

Does the default Home Assistant Radarr component work for you? Works perfectly.

Home Assistant Version core-2021.11.5

Additional Context Sensor config:

- platform: radarr_upcoming_media
  api_key: 3a2611d25472470e97319835f1d5f46c
  host: 10.1.200.1
  port: 7878
  days: 14
  ssl: false
  theaters: false
  max: 10

Colorado4Wheeler avatar Dec 04 '21 18:12 Colorado4Wheeler

HI @Colorado4Wheeler My apologies for the late reply. Do you still have this issue? If so, can you provide the attribute data this integration provides you?

If I don't hear back from you, I'll presume you already figure out what was wrong.

mkanet avatar Apr 06 '24 02:04 mkanet