Hi,
I’m trying to setting up transmission with Home assistant but can’t figure out where I have to put the rpc-url ?
The doc says there’s an host and a port field but nothing about rpc-url
Does anyone know how to do that ?
Cheers
Simon
Hi,
I’m trying to setting up transmission with Home assistant but can’t figure out where I have to put the rpc-url ?
The doc says there’s an host and a port field but nothing about rpc-url
Does anyone know how to do that ?
Cheers
Simon
Ok I found out how to deal with this !
Looking at the transmissionrpc librairy, you can see that can pass a complete url if there’s a scheme.
Exemple, for a classic transmission install with yunohost, you have to put:
transmission:
host: http://127.0.0.1:9091/torrent/transmission/rpc
turtle_mode: true
monitored_conditions:
- download_speed
cheers
simon