Rem0o / FanControl.Releases

This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
Other
13.77k stars 437 forks source link

CPU temp lost from tray icon after upgrading CPU #1849

Closed Taomyn closed 1 year ago

Taomyn commented 1 year ago

I upgraded my AMD 2700X (Gigabyte B450 motherboard) to a 5900X and afterwards the FanControl tray icon stopped showing the CPU temp. I deleted FanControl V160 and created it again, but even after going through the auto-config the icon remained the same. - the CPU/case/GPU fans are all fine.

I've only been able to get it back by manually editing he json file and changing the section for it - I was able to find an old copy that had this but the Identifier and the Name were different:

    "TrayIcons": [
      {
        "Color": null,
        "SensorId": {
          "Identifier": "/amdcpu/0/temperature/2",
          "IsHidden": false,
          "Name": "Core (Tctl/Tdie)",
          "NickName": "Core (Tctl/Tdie)"
        }
      }
    ]

I tried finding anywhere in the docs on how the tray icon is supposed to be configured with the application, but found nothing.

Rem0o commented 1 year ago

image

Taomyn commented 1 year ago

@Rem0o thank-you for the explanation, I'm all sorted now.