j7126 / OctoPrint-Dashboard

A dashboard for Octoprint
GNU Affero General Public License v3.0
288 stars 39 forks source link

CPU Temp reads over 44,000C. (Libre Renegade) [Bug]: #379

Open Magnaheim opened 1 year ago

Magnaheim commented 1 year ago

The problem

At Dashboard, CPU Temperature shows a ludicrously wrong temperature, as shown in the image. I am running a Libre Renegade, ROC-RK3328-CC I am running OctoPrint on top of this Ubuntu: https://distro.libre.computer/ci/ubuntu/22.04/

image

Version of OctoPrint

OctoPrint 1.8.7

Platform

Libre Computer Board ROC-RK3328-CC (Renegade)

Operating system running OctoPrint

Ubuntu

Dashboard version

Dashboard (1.19.9)

Python version

Python 3.10.6

Printer model & used firmware incl. version

-

Browser and version of browser, operating system running browser

Windows 11, Chrome

Logs and other files needed for analysis

File uploads & additional information

octoprint-systeminfo-20230404233438.zip

j7126 commented 1 year ago

Can you open python3 and run

import psutil
print(psutil.sensors_temperatures(fahrenheit=False))

and post the output?