Matthieu Houdebine
Matthieu Houdebine
I tested your new changes on Windows, but now when I click on "Save and run" from the configuration window it starts the main.py script in a new terminal window,...
Thanks for raising this issue. Can you tell me more about your OS and how it is configured regarding the scale factor? I tried to reproduce the behavior on Windows...
Thanks for the PR! I will try to integrate it soon đ
Can you open a python shell from a terminal and type these commands? ```python import psutil print(psutil.sensors_fans()) ``` What do you get?
Thanks for testing it! As you can see only your AMD GPU fan was detected, which means the psutil library did not detect the CPU fan sensor from your motherboard....
Interesting! I have quite the same sensors on my side: ```sh >$ inxi -s Sensors: System Temperatures: cpu: 39.5 C mobo: 29.0 C gpu: amdgpu temp: 48.0 C Fan Speeds...
And there is also another issue: for the fan speeds from nct6798 there is no max. speed info, so it is not possible to compute a percentage: ```sh >$ sensors...
> To identify the controller, script will speed up any fan attached to controller, and your task will be to see (or hear) when CPU FAN speeds up. When you...
I made a PR #484 for the changes: now on Linux the Configuration UI has a new field "CPU fan" to allow the user to select it. The list has...
Thanks for contributing! I will try to review it and integrate it soon đ