Just a note that the username / password part of the deluge sensor seems to be required rather than optional, so if it’s a default setup it’s like this:
- platform: deluge
host: 192.168.138.58
username: "deluge"
password: "deluge"
monitored_variables:
- 'current_status'
- 'download_speed'
- 'upload_speed'
And some group / customise stuff - as I can’t go 2 minutes without changing icons on anything I try
customize.yaml
sensor.deluge_down_speed:
friendly_name: Deluge Download Speed
icon: mdi:download-network
sensor.deluge_up_speed:
friendly_name: Deluge Upload Speed
icon: mdi:upload-network
sensor.deluge_status:
friendly_name: Deluge Status
icon: mdi:water
switch.deluge:
friendly_name: Paused / Active
icon: mdi:play-pause
group.yaml
Deluge:
view: yes
entities:
- group.deluge_sensors
Deluge Sensors:
view: no
entities:
- sensor.deluge_down_speed
- sensor.deluge_up_speed
- sensor.deluge_status
- switch.deluge
I’m not entirely sure the deluge_status is working right, or it’s being very schrodinger’s cat about things.
It hasn’t changed from ‘Up/Down’ since it’s been running, and Deluge is off now.