Hi,
Recently I moved from a Pi to a Fujitsu ESPRIMO E5730 Intel Core2 Duo E8400 server, and I fould like to expose the CPU temperature. With the Pi I had the following:
# CPU temp:
- platform: command_line
name: CPU Temp
command: "cat /sys/class/thermal/thermal_zone0/temp"
unit_of_measurement: "°C"
value_template: '{{ value | multiply(0.001) | round(0) }}'
but this is not working now (file not found).
It would be nice also if I can expose CPU fan speed
1 post - 1 participant