This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed Official
[APP] Sonarr and Radarr
Connect Sonarr and Radarr with Homey
Connect Sonarr and/or Radarr with Homey and receive updates about grabbed and finished downloads and upcoming episodes and movies.
Appstore page: https://apps.athom.com/app/tv.video.sonarr.radarr
Latest version -- 2018-04-26 -- v2.0.2
- UPDATE: updated dependencies to fix security issue in on of the packages, no functionality changes
Instructions
For Homey to be able to receive updates from Sonarr and Radarr these applications need to send notifications to Homey on events like finished downloads. This is achieved by registering a webhook in Sonarr and/or Radarr. Below is a short instruction on how to register this webhook.
- First add your Sonarr and/or Radarr installations as devices in Homey. You will need to fill in the IP address and API key.
- Then log into your Sonarr / Radarr installation and go to "Settings > Connect".
- Click on the plus button and click on the Webhook notification in the Add Notification popup
- Enter the details as followed:
- Name: Homey (or something similar)
- On Grab: Yes
- On Download: Yes
- On Upgrade: No
- On Rename: No
- Filter Series Tags: Empty
- URL for Sonarr: http(s)://yourip-or-homey-url/api/app/tv.video.sonarr.radarr/sonarr/ where you add the local IP of Homey (if on the same network as Sonarr) or the external cloud URL of Homey
- URL for Radarr: http(s)://yourip-or-homey-url/api/app/tv.video.sonarr.radarr/radarr/ where you add the local IP of Homey (if on the same network as Radarr) or the external cloud URL of Homey
- Method: POST
Tagged:
This discussion has been closed.
Comments
Thanks..
The Appstore link should be -
https://apps.athom.com/app/tv.video.sonarr.radarr
2017-06-18 -- v1.1.0
IMPORTANT: this release requires you to re-pair your Sonarr and Radarr installation.Added webhook in sonarr and radarr but when I click on test I get the msg that it failed after 1 min.
When I try https it immediately fails. I also tried the xxxxx.home.athom.com
url http://my-ip/api/app/tv.video.sonarr.radarr/radarr/
Version 2.0.0.4753
Radarr
Version 0.2.0.778
If you have done that already and it still fails: do you know you way around with Postman (https://www.getpostman.com/) or CLI installation. With Postman you could try to do a POST request on the URL you mentioned to see what it returns (it should return an error that the incoming ip is not allowed but it shows the API from the Homey app is working). Or I could cook up a special installation with additional debug logging on Homey side to see if the webhook call from Sonarr or Radarr actually makes it to Homey. If it does it might tell me what is going on, if it doesnt it tells that there is something in the connection between your Synology and Homey which is out of my hands.
Maybe you should make the documentation more noob friendly
I was able to add sonarr now. Adding radarr doesn't work though but I don't use it that much anyway..
Thanks!
Wasn't expecting that i had to add it to the devices first as well. (You might want to add that to the readme)
Even if it was "not that much work" (your words), i do apreciate your work Just donated so you can buy some beer before you dry out with this weather
Thanks for the donation, it's appreciated. Just treated myself on some icecream here at work to keep it cool.
Latest version - v1.1.1 - 2017-06-22
- IMPROVEMENTS: added leading zero to season and episode number tokens for Sonarr trigger cards
- FIX: fixed an error which causes the app to crash in the speech handling part of the add cards for Sonarr and Radarr
(forgot to update the readme with info about having to add the devices first, will do this on the next release)It's on the same NAS as radarr (which works fine) so the IP is the same, default port and different API key but when I click on 'test connection' nothing happens
I also changed the port and created a new api key but it still doesn't work.
No error msg either.
I do exactly the same as I did when I added a sonarr device (both run on the same NAS).
IP + port (8310 for sonarr) and a different API key. When I click test connection nothing happens.
And before you do so, make sure you update to the latest version of Radarr (from a couple of days ago). It contains a fix about the API key: Ensure an API Key is set when starting Radarr (#1652) [Mitchell Cash]
v1.1.2 - 2017-07-06
I configured the app to send a message to the Telegram Bot when an episode (sonarr) or movie (radarr) is downloaded. But the message doesn't get send to Telegram.
Running the flow in test mode works like expected.
Any clue what the problem could be?
Robbert
Thanks.
Looks like it's working now, however i have one question:
When adding the webhook in Sonarr and clicking on "test", i instantly received a Telegram message. When i added the webhook to Radarr and clicked on the "test" button i got a confirmation the test was successfull, but i did not receive a message on Telegram.
Is this something that sounds familiar?
Thanks.
thanks
Latest version - 2017-07-17 -- v1.1.3