Merge pull request #11 from fabaff/transmission

Transmission page
This commit is contained in:
Paulus Schoutsen 2015-05-08 13:52:30 -07:00
commit f679cb450a
3 changed files with 15 additions and 1 deletions

View File

@ -10,7 +10,7 @@ footer: true
---
<img src='/images/supported_brands/transmission.png' class='brand pull-right' />
James Cole has contributed support to integrate Transmission. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.
The [Transmission](http://www.transmissionbt.com/) platform allows you to monitor your downloads from within Home Assistant and setup automation based on the information.
```yaml
# Example configuration.yaml entry
@ -26,3 +26,17 @@ sensor:
- type: 'download_speed'
- type: 'upload_speed'
```
To use the monitoring, your transmission client needs to allow remote access. If you are running the graphical transmission client (transmission-gtk) go to **Edit** -> **Perferences** and choose the tab **Remote**. Check **Allow remote access**, enter your username and your password, and uncheck the network restriction as needed.
<p class='img'>
<img src='{{site_root}}/images/screenshots/transmission-perf.png' />
</p>
If everthing is setup correctly, the details will show up in the frontend.
<p class='img'>
<img src='{{site_root}}/images/screenshots/transmission.png' />
</p>
James Cole has contributed the transmission platform.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB