AlexIII / tcc-g15

Thermal Control Center for Dell G15 - open source alternative to AWCC
GNU General Public License v3.0
406 stars 15 forks source link
alienware dell-g15 fan-control laptop

Thermal Control Center for Dell G15 5511 / 5515 / 5520 / 5525 / 5530

Open-source alternative to AWCC*

Download link (Note: the app requires to be run as administrator)

*AWCC - "Alienware Control Center" is an app for thermal control that Dell ships with their G-series notebooks.

Target platform

OS: Windows 10/11.

Supported Dell G15 models: 5511, 5515, 5520, 5525, 5530.

May also work on other Dell G15 notebooks.

Please report if it worked / didn't work for you. Your feedback is highly appreciated.

Big thanks to @T7imal, @cemkaya-mpi, @THSLP13 for testing and debugging.

What it can do

Limitations

Why AWCC is BAD

If this alternative works out for you, you can safely remove from your PC:

TO-DO

I'll implement these things if the project receives sufficient number of stars*

*or maybe I'll do it regardless, who knows.

How it works

It is a PyQt based GUI for WMI Dell thermal control interface.

I somewhat documented my findings on the WMI here.

How to run from the source

python3 -m pip install -r ./requirements.txt
python3 src\tcc-g15.py

About the AWCC telemetry

I know it's probably not gonna surprise anyone, giving the times we're living in, but AWCC silently sends some telemetry without the possibility of opting-out.

The telemetry is being sent to these URLs:

https://tm-sdk.platinumai.net
https://qa-external-tm.plawebsvc01.net

License

© github.com/AlexIII

GPL v3