Kodi Community Forum

Full Version: [LINUX] CPU temperature incorrect in XBMC for Linux?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
thetrain Wrote:Here is what I'm using and it is working correctly.

Code:
<cputempcommand>echo "$(sensors -u coretemp-isa-0000 | grep temp1_input | awk '{print $2 }' |awk '{printf("%d\n",$1 + 0.5);}') C"</cputempcommand>

I'm using an AOpen MP45 system.

Thanks, that worked. I see there were some slight changes from the string I was trying.
Pages: 1 2 3 4 5 6 7 8