j7126/OctoPrint-Dashboard

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

Opened this issue · 1 comments

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

  • Systeminfo Bundle (always include!) See here if you don't know where to find that.
  • Screenshots and/or videos showing the problem (always include in case of issues with the user interface)
  • GCODE file with which to reproduce (always include in case of issues with GCODE analysis or printing behaviour)

File uploads & additional information

octoprint-systeminfo-20230404233438.zip

j7126 commented

Can you open python3 and run

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

and post the output?