I have installed the latest version 0.87 in Hassio and when I set the transmission component I do not see the turtle mode switch. It doesn’t allow me to configure the scan interval, it always gives me an error. All other things works fine…As I have seen, it also happens to a lot of people in the telegram groups, which may be happening? bug?
thanks for your help but
same configuration as you
the switch still does not appear and the scan interval does not work fails when validating the configuration
Im sure thas its a bug, wait to the next release
Invalid config for [transmission]: [scan_interval] is an invalid option for [transmission]. Check: transmission->transmission->scan_interval. (See /config/configuration.yaml, line 38). Please check the docs at https://home-assistant.io/components/transmission/
… and I just updated my HassOS version to the latest (2.8) and the turtle switch has disappeared! No other changes. Suspect you are 100% correct - bug.
Apologies for giving you the run around - it was not intentional
… and a couple of HA restarts later and the turtle mode switch is now back - no changes.
Anyway, 0.87.1 is out and it includes a fix for the scan_interval issue apparently. I haven’t installed the update yet as I am on HASSIO and still waiting for it to become available for that.
I’m using Hassio, updated to 87.0 the other day and the switch.transmission appeared for a short time then disappeared. 87.1 just appeared, I updated, restarted twice, still no switch.transmission.
sure is a bug in my opinion, the scan interval has been fixed with version 0.87.1 but the switch seems not, in one of my multiple reboots I have come to see it working, with a lot of lag, but after restart it has disappeared again
I don’t mean to hijack the thread, but is it possible to have multiple Transmission components configured? I run several instances of it and my previous sensors broke.
No, sadly. Transmission doesn’t scale well vertically, but it does a lovely job horizontally. I have ten Transmission docker containers seeding 18k torrents - the new component broke my automations around turning on turtle mode when Tautilli’s reported upload speed went past a certain threshold.
Sorry to bump this, but I found a solution for my problem and thought that others might be interested.
This takes advantage of configuring Transmission via the Integration page. At first, it seems like this too doesn’t work with multiple instances - it presently returns an error if one tries to use the same host name more than once. Luckily, I run Home Assistant in Docker, so I was able to circumvent this by adding the following to my container’s start-up parameters:
For the multiple instance issue, I’ve created an issue on GitHub. As indicated in the issue, I only have two instances, so for the integration, I used the hostname and the IP address, which are unique from the host field perspective, despite their equivalence.