AstraExt/astra-monitor

Not being able to set CPU temps sensors properly.

Closed this issue · 6 comments

Im not sure what is it that I'm doing wrong, im fairly new to this, id just like to notify you in case this is a bug.

I have pretty much tried every sensor option there is with no results.

All the dependencies are met.

image

image

Thank you for your submission. This is actually very weird and clearly a bug. Would you mind to share here the full output of

sensors -j

in your terminal?

Here it is,

sensors -j { "k10temp-pci-00c3":{ "Adapter": "PCI adapter", "Tctl":{ "temp1_input": 47.750 } }, "amdgpu-pci-0300":{ "Adapter": "PCI adapter", "vddgfx":{ "in0_input": 0.718 }, "fan1":{ "fan1_input": 0.000, "fan1_min": 0.000, "fan1_max": 3300.000 }, "edge":{ "temp1_input": 48.000, "temp1_crit": 100.000, "temp1_crit_hyst": -273.150, "temp1_emergency": 105.000 }, "junction":{ "temp2_input": 48.000, "temp2_crit": 100.000, "temp2_crit_hyst": -273.150, "temp2_emergency": 105.000 }, "mem":{ "temp3_input": 44.000, "temp3_crit": 100.000, "temp3_crit_hyst": -273.150, "temp3_emergency": 105.000 }, "PPT":{ "power1_average": 5.000, "power1_cap": 100.000 } }, "BAT0-acpi-0":{ "Adapter": "ACPI interface", "in0":{ "in0_input": 15.933 } }, "mt7921_phy0-pci-0500":{ "Adapter": "PCI adapter", "temp1":{ "temp1_input": 34.000 } }, "asus-isa-0000":{ "Adapter": "ISA adapter", "cpu_fan":{ "fan1_input": 0.000 }, "gpu_fan":{ "fan2_input": 0.000 } }, "amdgpu-pci-0700":{ "Adapter": "PCI adapter", "vddgfx":{ "in0_input": 0.875 }, "vddnb":{ "in1_input": 1.060 }, "edge":{ "temp1_input": 45.000 }, "PPT":{ "power1_input": 16.092 } }, "nvme-pci-0600":{ "Adapter": "PCI adapter", "Composite":{ "temp1_input": 30.850, "temp1_max": 82.850, "temp1_min": -0.150, "temp1_crit": 84.850, "temp1_alarm": 0.000 }, "Sensor 1":{ "temp2_input": 30.850, "temp2_max": 65261.850, "temp2_min": -273.150 } }, "acpitz-acpi-0":{ "Adapter": "ACPI interface", "temp1":{ "temp1_input": 47.000 }, "temp2":{ "temp2_input": 20.000 } } }

I've tried to go ahead and figure out where in the code is the problem that needs fixing but I'm too much of a noob still. Please let me know what you find , I'd love to see what you change.

I tried setting up your data and on my end but everything works just fine. Can't you see the values in the sensor menu or tooltip either?
Let's take a test. With the non-working sensors set to display, go into the extension settings, in the last tab "About" turn on "Debug". Log out your user and log back in, wait 1 minute, then take the file you have at the path ~/.cache/astra-monitor/debug.log and upload it here, so we can see if there are any errors or anything else.

Sorry for taking so long to answer. Life stuff.

image
Interesting,
It seems to be working now. The file that you mentioned is pretty much empty after setting turning on Debug Mode.

Although it only worked after I setup the sensor, logged out and logged back in.

Im restarting the computer to see if anything changes.

image

No change, Everything seems to be working as expected now.

Thank you very much for taking the time.