Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
conky-grapes
conky-grapes
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Popi
  • conky-grapesconky-grapes
  • Issues
  • #2

Closed
Open
Opened Sep 27, 2017 by Popi@popiMaintainer

temperature default sensor

Default sensor is first input of first device. Sometimes this does not match the CPU temperature sensor.

sudo sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +25.0°C  (crit = +107.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +71.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:         +69.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:         +71.0°C  (high = +100.0°C, crit = +100.0°C)

dell_smm-virtual-0
Adapter: Virtual device
Processor Fan: 5633 RPM
CPU:            +71.0°C  
Ambient:        +49.0°C  
SODIMM:         +39.0°C  

cat /sys/class/hwmon/hwmon0/temp1_input 
25000
cat /sys/class/hwmon/hwmon1/temp1_input 
73000

We should scan for sensor during configuration building and give user a choice on which sensor to use for CPU temperature.

This should also be reported in temp_watch LUA function.

Assignee
Assign to
RC1
Milestone
RC1
Assign milestone
Time tracking
None
Due date
None
Reference: popi/conky-grapes#2