https://bugs.kde.org/show_bug.cgi?id=497536
--- Comment #3 from Henry Hu <henry.hu...@gmail.com> --- Created a merge request (https://invent.kde.org/plasma/ksystemstats/-/merge_requests/99) for this. It turns out FreeBSD exports CPU temp as deci-Kelvin (see FreeBSD's sysctl code here: https://github.com/freebsd/freebsd-src/blob/b762b199afc6ed56ac95ca19c7fc29c2927fa85c/sbin/sysctl/sysctl.c#L1231), so 32C is exported as (32 + 273.15) * 10 = 3051.5; thus, we need to convert it back. -- You are receiving this mail because: You are watching all bug changes.