-
Notifications
You must be signed in to change notification settings - Fork 4
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
Help with Clevo Fan Control #6
Comments
This very much depends on the version of the CCC you have installed. The Inter-process communication method between the CCC and the Hotkey service (which sets the actual keyboard colour) has changed over time. For the most recent changes I did, my research revealed that the version of the CCC needed to support a Gigabyte single zone laptop used an Invisible Window to communicate and the event log info was not longer being used (although it was still producing events). |
Thanks a lot for the reply! Could you give me a hint, how I could find out about how the Clevo App in my case does the communication with the hardware, please? I have a degree in Computer Science, so don't hesitate even if it's complicated. :-) |
That would require a bit of reverse engineering (decompilation), so that could take some time. 1.) Install the App (if you haven't already). You will need to read the code and work out how it communicates with the hardware. |
Hello, and sorry that I am using the Issues of this project for a more general question.
I am trying to communicate with my Clevo Laptop via event log, just like your programm does, but I seem to be missing something. Any hint would be greatly appreciated.
My Clevo NP70SNC only has a Control Panel software for Windows 11, but I am clinging to Windows 10 for as long as possible. :-)
I found this Clevo Fan Speed app on the Microsoft Store (https://apps.microsoft.com/detail/9p6ljmr12rn1) which can successfully communicate with my laptop hardware.
Unfortunately, my settings are not persisted over restarts. So I was thinking about a startup script sending the same commands as this Fan Speed app.
In the Event Viewer I see the OutLog events fired whenever the app makes a change.
I tried to emulate these events with a powershell script and in the Event Viewer my events look exactly like the ones triggered by the app, but they have no effect. Do you have any idea what I am missing?
Thanks a lot!
The two events triggered by the app, whenever a change is made: (There are further events when the app starts up, which I have not emulated so far. I thouht emulating these two events should suffice, particularly while the app is still running.)
My powershel script:
The text was updated successfully, but these errors were encountered: