mathoudebine / mathoudebine/turing-smart-screen-python

Intel 14700K won't show it's CPU temperature

Open
#909 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Rich Text Format
Stars
2.3k
Forks
412
Avg merge
21h 10m
Merged PRs (30d)
7

Description

Describe the bug
Hello
My CPU temp won't show; it showed it only once and after PC reboot it stopped working.
Attaching my theme.yaml, log.log and test_librehardwaremonitor.py output

Logs

Add logs either from the console output or the log.log file in the program main folder.
In log.log it shows the next:
`22.11.2025 19:54:10 [WARNING] Your CPU temperature is not supported yet` - but it worked once, so I don't think it's the case
In test_librehardwaremonitor.py output it shows:
`Cpu | Intel Core i7-14700K | /intelcpu/0
    Load | CPU Core #1 Thread #1 | 35.441009521484375
    Load | CPU Core #1 Thread #2 | 33.58251953125
    Load | CPU Core #2 Thread #1 | 28.289491653442383
    Load | CPU Core #2 Thread #2 | 35.942108154296875
    Load | CPU Core #3 Thread #1 | 41.09900665283203
    Load | CPU Core #3 Thread #2 | 22.773956298828125
    Load | CPU Core #4 Thread #1 | 35.532283782958984
    Load | CPU Core #4 Thread #2 | 30.48543930053711
    Load | CPU Core #5 Thread #1 | 40.49347686767578
    Load | CPU Core #5 Thread #2 | 51.38057327270508
    Load | CPU Core #6 Thread #1 | 38.27815628051758
    Load | CPU Core #6 Thread #2 | 52.02894973754883
    Load | CPU Core #7 Thread #1 | 32.082950592041016
    Load | CPU Core #7 Thread #2 | 30.47042465209961
    Load | CPU Core #8 Thread #1 | 32.264678955078125
    Load | CPU Core #8 Thread #2 | 31.911802291870117
    Load | CPU Core #9 | 34.66728210449219
    Load | CPU Core #10 | 32.9393310546875
    Load | CPU Core #11 | 32.60407257080078
    Load | CPU Core #12 | 31.325037002563477
    Load | CPU Core #13 | 35.76041030883789
    Load | CPU Core #14 | 36.169464111328125
    Load | CPU Core #15 | 35.645992279052734
    Load | CPU Core #16 | 35.46162414550781
    Load | CPU Core #17 | 37.76323699951172
    Load | CPU Core #18 | 38.963890075683594
    Load | CPU Core #19 | 40.00509262084961
    Load | CPU Core #20 | 42.57337951660156
    Load | CPU Total | 35.9262809753418
    Load | CPU Core Max | 52.02894973754883
    Temperature | Core Max | None
    Temperature | Core Average | None
    Temperature | CPU Core #1 | None
    Temperature | CPU Core #2 | None
    Temperature | CPU Core #3 | None
    Temperature | CPU Core #4 | None
    Temperature | CPU Core #5 | None
    Temperature | CPU Core #6 | None
    Temperature | CPU Core #7 | None
    Temperature | CPU Core #8 | None
    Temperature | CPU Core #9 | None
    Temperature | CPU Core #10 | None
    Temperature | CPU Core #11 | None
    Temperature | CPU Core #12 | None
    Temperature | CPU Core #13 | None
    Temperature | CPU Core #14 | None
    Temperature | CPU Core #15 | None
    Temperature | CPU Core #16 | None
    Temperature | CPU Core #17 | None
    Temperature | CPU Core #18 | None
    Temperature | CPU Core #19 | None
    Temperature | CPU Core #20 | None
    Temperature | CPU Package | None
    Temperature | CPU Core #1 Distance to TjMax | None
    Temperature | CPU Core #2 Distance to TjMax | None
    Temperature | CPU Core #3 Distance to TjMax | None
    Temperature | CPU Core #4 Distance to TjMax | None
    Temperature | CPU Core #5 Distance to TjMax | None
    Temperature | CPU Core #6 Distance to TjMax | None
    Temperature | CPU Core #7 Distance to TjMax | None
    Temperature | CPU Core #8 Distance to TjMax | None
    Temperature | CPU Core #9 Distance to TjMax | None
    Temperature | CPU Core #10 Distance to TjMax | None
    Temperature | CPU Core #11 Distance to TjMax | None
    Temperature | CPU Core #12 Distance to TjMax | None
    Temperature | CPU Core #13 Distance to TjMax | None
    Temperature | CPU Core #14 Distance to TjMax | None
    Temperature | CPU Core #15 Distance to TjMax | None
    Temperature | CPU Core #16 Distance to TjMax | None
    Temperature | CPU Core #17 Distance to TjMax | None
    Temperature | CPU Core #18 Distance to TjMax | None
    Temperature | CPU Core #19 Distance to TjMax | None
    Temperature | CPU Core #20 Distance to TjMax | None
    Clock | CPU Core #1 | None
    Clock | CPU Core #2 | None
    Clock | CPU Core #3 | None
    Clock | CPU Core #4 | None
    Clock | CPU Core #5 | None
    Clock | CPU Core #6 | None
    Clock | CPU Core #7 | None
    Clock | CPU Core #8 | None
    Clock | CPU Core #9 | None
    Clock | CPU Core #10 | None
    Clock | CPU Core #11 | None
    Clock | CPU Core #12 | None
    Clock | CPU Core #13 | None
    Clock | CPU Core #14 | None
    Clock | CPU Core #15 | None
    Clock | CPU Core #16 | None
    Clock | CPU Core #17 | None
    Clock | CPU Core #18 | None
    Clock | CPU Core #19 | None
    Clock | CPU Core #20 | None`

[log.log](https://github.com/user-attachments/files/23690793/log.log)
[output.txt](https://github.com/user-attachments/files/23690792/output.txt)
[theme.yaml](https://github.com/user-attachments/files/23690794/theme.yaml)

**Screenshots / photos of the Turing screen**  
Add screenshots or photos of the rendering on the smart screen to help explain your problem.
You can drag and drop photos here to add them to the description.

**Environment:**  
 - Smart screen model [e.g. UsbPCMonitor 3.5]
 - Revision of this project [main]
 - OS with version [Windows 11]
 - Python version [Python 3.13]
 - Hardware [Intel 14700K, Nvidia 4070 SUPER]

**Additional context**  
Any help would be really appreciated, thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running test_librehardwaremonitor.py and comparing its output with log.log; the attached theme.yaml may show how the temperature is configured. Trace why the Intel Core i7-14700K reports None for all temperature sensors, and consider the issue resolved when the CPU temperature is detected consistently after a reboot and displayed by the project.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.