Hello,
I currently use transmission with Docker add-on and I'm happy about it.
I just have a little issue.
I want Transmission to be active only from 0am to 7am.
In order to do that, I modified the transmission/config/settings.json file and restart the service. My settings.json for this parameters are as follows :
"alt-speed-down": 0,
"alt-speed-enabled": true,
"alt-speed-time-begin": 420,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": true,
"alt-speed-time-end": 0,
"alt-speed-up": 0,
I check on the WebInterface, the parameters are OK.
My issue is that the turtle mode do not turn off at 0am as expected. I do not understand why the paramters are not taken into account.
I tried to find a solution in the forum but noboby appears to have the same issue.
Anyone could help me ?
Thanks in advance for your replies.
UPDATE : I manage to make it work. Turns out that schedule time parameters do not take into consideration the timezone defined in LibreElec.
My LibreElec is configured at GMT+11 so, obviously, I tried to configure Transmission according to that. It didn't work.
Instead, I tried to set up the parameters acxording to GMT time and it worked.