添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Hi you can use.

cat /sys/devices/virtual/thermal/thermal_zone*/temp command from python.

For example

import os

temp = os.popen(“cat /sys/devices/virtual/thermal/thermal_zone0/temp”).read()
print ( temp )

result will be the temperature from the thermal zone 0.