Debugging some inconsistencies I was seeing in how x11/sfwbar plugin shows the CPU temperature I discovered this:
The problem I see is that BF5 in HEX is equivalent to 3061 in DEC, meaning 30.61°C . So it looks like that there is a conversion problem somwehere. Or am I missing something?
Code:
[11:08]fmc000@tu45b-freebsd ~> sysctl -n dev.cpu.0.temperature; sysctl -n -x dev.cpu.0.temperature
34.0C
0x00000bf5
[11:09]fmc000@tu45b-freebsd ~>