Pyload - Download speed, package status

Has anyone successfully integrated Pyload?

The idea is to see the current download speed and package status.

Like the components for NZBGet, Transmission, etc.

https://github.com/home-assistant/home-assistant/pull/10089

At least in my case it doesn’t work with SSL (Let’s Encrypt):

# Pyload 
  - platform: pyload
    host: peleke.dyndns.com
    port: 8000
    ssl: true
    username: Peleke
    password: !secret pyload_password

Error setting up pyLoad API: HTTPSConnectionPool(host=‘peleke.dyndns.com’, port=8000): Max retries exceeded with url: /api/login (Caused by SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:720)’),))

The http looks (and works) like this:

http:
  # Secrets are defined in the file secrets.yaml
  api_password: !secret http_password
  ssl_certificate: /etc/letsencrypt/live/peleke.dyndns.com/fullchain.pem
  ssl_key: /etc/letsencrypt/live/peleke.dyndns.com/privkey.pem
  # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  base_url: https://peleke.dyndns.com