Hi,
I happened to notice that the fan speed of my Raspberry 5 hasn’t been readable for a few days. I get this error:
Command failed (with return code 1): cat /sys/devices/platform/cooling_fan/hwmon/hwmon3/fan1_input
The integration looks like this:
- sensor:
name: Pi5 Fan Speed
unique_id: Pi5_fan_rpm
scan_interval: 10
command: 'cat /sys/devices/platform/cooling_fan/hwmon/hwmon3/fan1_input'
unit_of_measurement: "RPM"
value_template: "{{value}}"
As I said, this worked fine until recently. The problem occurred after a reboot due to an ESPHome update, but there shouldn’t be any connection… A reboot didn’t help.
I’m grateful for any ideas!
Greetings Michael