Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106209

Exposing Core 2 Duo Temp

$
0
0

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 :slight_smile:

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 106209

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>