wiiznokes / fan-control

Control your fans with different behaviors
GNU General Public License v3.0
140 stars 10 forks source link

Windows: When the PC go to sleep mode, controls are inactive after going back somehow #54

Open wiiznokes opened 9 months ago

wiiznokes commented 9 months ago

Problem

When going back to the app after the pc goes to sleep, controls don't show to real value they have. Temp sensors seems to still works because they get updated. After changing something in the graph, controls get updated.

Steps

Possible Solution(s)

Maybe detect when the PC wakes up, or understand this at a deeper level

Notes

No response

Version

No response

wiiznokes commented 9 months ago

I think this is a lhm bug, as the logs shows:

[DEBUG LHM 21:54:58] Set control: GPU Fan 1 = 69.
[DEBUG LHM 21:55:00] Set control: GPU Fan 1 = 70.

when updating control to 70, the fan start to make some noise.

The bug is probably that Controls don't expose their real value. And there must be some kind of opty, to not set a value when the value is already set, which cause controls to not being update properly.