mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 06:15:21 +01:00
[GH-ISSUE #1090] Sys_info: Temperature sensor no longer reporting value #340
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ItsLemmy on GitHub (Jul 15, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1090
Describe the bug
My bar is now reporting 0° celsius for my CPU since I updated ironbar on 2025-07-14
To reproduce
Steps to reproduce the behavior:
sys_infoExpected behavior
Module should report the temperature properly.
System information:
622ca3cc4fConfiguration
Config
Using chezmoi for templatingStyles
Additional context
Screenshots
@quietvoid commented on GitHub (Jul 15, 2025):
Getting the same here.
@JakeStanger commented on GitHub (Jul 15, 2025):
I'm assuming this did it: https://github.com/JakeStanger/ironbar/pull/1085
You should be able to query the values from the
sys_infomodule, as they're now set as internal ironvars. If you try and explore the values usinglistandget, what are you seeing?@quietvoid commented on GitHub (Jul 15, 2025):
Changing to
asusec CPUworks for me.@ItsLemmy commented on GitHub (Jul 15, 2025):
Works for me two, thanks. I guess the Wiki should be updated.
@JakeStanger commented on GitHub (Jul 15, 2025):
Cool that's good news. Are you both on AMD CPUs?
@ItsLemmy commented on GitHub (Jul 15, 2025):
Yes, I run a 9950X.
Sensor name changed from "AMD TSI Addr 98h" to "nct6687 AMD TSI Addr 98h"
@quietvoid commented on GitHub (Jul 15, 2025):
5900X here on an ASUS X470 Prime Pro mobo.
@JakeStanger commented on GitHub (Jul 15, 2025):
Man those are some ugly sensor names. I'll try and make sense of them to get the wiki updated with a more comprehensive list, but I think for reference:
k10temp Tctlis the AMD CPU internal sensorasusec CPUandnct6687 AMD ...are the motherboard chipset sensorsk10tempgenerally seems a more stable option, but it depends on whether that's what you want.