-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
CPU Temp not working #43
Comments
What chipsets are you using for MB and CPU? Can you please send me your full sensors -j or sensors output? |
Feel free to download latest source code and test if it detects your CPU temps. Just need to replace the existing unraid folder with updated source code and restart HA. |
asrock z790m-itx i7-13700k - no cpu temp unknown MB temp also not correct 120 C should be 49 C List of sensors... nvme-pci-0200 nct6798-isa-02a0 nvme-pci-0400 root@Tower-Unraid:~# |
This is still not working for me with the 2024.12.27 update {
"coretemp-isa-0000":{
"Adapter": "ISA adapter",
"Package id 0":{
"temp1_input": 49.000,
"temp1_max": 80.000,
"temp1_crit": 100.000,
"temp1_crit_alarm": 0.000
},
"Core 0":{
"temp2_input": 49.000,
"temp2_max": 80.000,
"temp2_crit": 100.000,
"temp2_crit_alarm": 0.000
},
"Core 1":{
"temp3_input": 43.000,
"temp3_max": 80.000,
"temp3_crit": 100.000,
"temp3_crit_alarm": 0.000
},
"Core 2":{
"temp4_input": 35.000,
"temp4_max": 80.000,
"temp4_crit": 100.000,
"temp4_crit_alarm": 0.000
},
"Core 3":{
"temp5_input": 35.000,
"temp5_max": 80.000,
"temp5_crit": 100.000,
"temp5_crit_alarm": 0.000
}
},
"acpitz-acpi-0":{
"Adapter": "ACPI interface",
"temp1":{
"temp1_input": 27.800
},
"temp2":{
"temp2_input": 29.800
}
},
"nvme-pci-0600":{
"Adapter": "PCI adapter",
"Composite":{
"temp1_input": 28.850,
"temp1_max": 84.850,
"temp1_min": -273.150,
"temp1_crit": 84.850,
"temp1_alarm": 0.000
},
"Sensor 1":{
"temp2_input": 41.850,
"temp2_max": 65261.850,
"temp2_min": -273.150
},
"Sensor 2":{
"temp3_input": 28.850,
"temp3_max": 65261.850,
"temp3_min": -273.150
}
}
}
|
Did you download and use the latest source code from the repo? Not the release version. You will have to manually copy it to HA instance, overwrite existing files and restart HA. |
No, you should go to the repo https://github.com/domalab/ha-unraid Click on Code button and download zip |
I updated to the new code and the CPU temp is now working but MB temp is now unknown. Before it was not correct |
Describe the bug
CPU Temp is unknown
Expected behavior
CPU temp should show up
Unraid (please complete the following information):
Home Assistant (please complete the following information):
Home Assistant installation type (please complete the following information):
The text was updated successfully, but these errors were encountered: