Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly report CPU temperature on AMD systems #45

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

Athemis
Copy link
Contributor

@Athemis Athemis commented Jun 7, 2024

Sensors output of CPU temperature for current AMD processors is currently not parsed correctly since it is not matched by the used regex expression:

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +42.0°C  
Tccd1:        +37.0°C  

This pull request adds "Tctl" to the regex and corresponding processing function.

@Athemis Athemis changed the title Cputemp amd Properly report CPU temperature on AMD systems Jun 8, 2024
@tobias-kuendig
Copy link
Owner

Thank you!

@tobias-kuendig tobias-kuendig merged commit efb3700 into tobias-kuendig:main Jun 13, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants