pyLoad Sensor


The pyload platform allows you to monitor your downloads with pyLoad from within Home Assistant and setup automation based on the information.

To enable this sensor, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
sensor:
  - platform: pyload

Configuration Variables

host

(string)(Optional)This is the IP address of your pyLoad download manager.

Default value: localhost

port

(int)(Optional)The port your pyLoad interface uses.

Default value: 8000

name

(string)(Optional)The name to use when displaying this pyLoad instance.

Default value: 20

username

(string)(Optional)Your pyLoad username.

password

(string)(Optional)Your pyLoad password.

ssl

(boolean)(Optional)Enable SSL/TLS for the host.

Default value: false

If everything is setup correctly, the download speed will show up in the frontend.