Skip to content
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

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

Open
wiiznokes opened this issue Dec 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wiiznokes
Copy link
Owner

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

  • activate some controls
  • pc go to sleep
  • pc wake up
  • controls are inactive untils somethings change in the config

Possible Solution(s)

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

Notes

No response

Version

No response

@wiiznokes wiiznokes added the bug Something isn't working label Dec 30, 2023
@wiiznokes wiiznokes changed the title Windows: When the PC go to sleep mode, controls are incative after going back somehow Windows: When the PC go to sleep mode, controls are inactive after going back somehow Dec 30, 2023
@wiiznokes
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant