Sonarr sensor not working / connecting (v0.49.1)

Hello, I have a docker container home assistant setup that works great, but I’m having some trouble with my sonarr sensor. It shows up as unavailable in the gui and the logs are indicating that it cannot connect to the ip / port. I have sonarr running on a different win2016 machine, together with radarr and so on. The radarr sensor (that is working) is almost identical, the only difference being port number, api and platform. I am 100% sure that the sonarr ip, port and api key are correct, and that the port is open. I can connect to the ip / port from other machines / services with the api key without any problem. Any ideas? :slight_smile:

my configuration.yaml looks like this (with the correct api key):

sensor 4:
platform: sonarr
api_key: (removed)
host: 192.168.0.100
port: 7979
monitored_conditions:
- upcoming
days: 30

log:
2017-07-25 08:38:25 ERROR (SyncWorker_14) [homeassistant.components.sensor.sonarr] Host 192.168.0.100 is not available

Did you managed to get it fixed?