Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSA: Supervisor cannot report CPU temperature accurately on BeagleBone Black devices #1909

Open
cywang117 opened this issue Mar 22, 2022 · 0 comments

Comments

@cywang117
Copy link
Contributor

cywang117 commented Mar 22, 2022

The Supervisor uses systeminformation currently to report device metrics including CPU temp. systeminformation reads from /sys/class/thermal for temperature readings. On the BeagleBone Black, both /sys/class/thermal and /sys/class/hwmon directories are empty, so it's not possible using software alone to read the CPU temp, unless the kernel is 3.8.x. This is a hardware manufacturer decision that the Supervisor cannot work around. See: https://forum.beagleboard.org/t/beaglebone-black-cpu-temperature/2183

Currently, the default CPU temp that's reported when no temperature can be read is null from systeminformation which is normalized to 0 on the dashboard. In older Supervisor versions running [email protected]. this value may be -1 which remains as -1 on the dashboard.

@20k-ultra 20k-ultra pinned this issue Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant