mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
940cc0a360 | ||
|
|
22d3228ad7 | ||
|
|
96f6274518 | ||
|
|
254bb231d5 | ||
|
|
a8fa76500c | ||
|
|
a08dda547d | ||
|
|
de95e739e4 | ||
|
|
1ec024fbf6 | ||
|
|
2206ba77ea | ||
|
|
7038a121e1 | ||
|
|
bfd44b3b04 | ||
|
|
655b3fe4be | ||
|
|
8bf313b164 | ||
|
|
4896b52337 | ||
|
|
ef646f3dcd | ||
|
|
d00c09fa3b | ||
|
|
1cc77ef28c | ||
|
|
580d3f2136 | ||
|
|
7997524029 | ||
|
|
10e006cccd | ||
|
|
5bfec324f2 | ||
|
|
c93257e2e9 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
27
README.md
27
README.md
@@ -16,10 +16,15 @@
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## New
|
||||
|
||||
* Fan calibration and RPM mode for fan curves. See [discussion](https://github.com/Rem0o/FanControl.Releases/discussions/2333).
|
||||
* Installer now available in addition to the portable version of the application. Both .NET 4.8 and 8.0 versions of the application are available as such [here](https://github.com/Rem0o/FanControl.Releases/releases).
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true) <i>or</i> [an installer from the release page](https://github.com/Rem0o/FanControl.Releases/releases).
|
||||
2. Extract to the desired installation folder <i>or</i> run the installer
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
@@ -30,6 +35,12 @@ scoop bucket add extras
|
||||
scoop install fancontrol
|
||||
```
|
||||
|
||||
### Install with [Winget](https://apps.microsoft.com/detail/9nblggh4nns1?rtc=1&hl=en-us&gl=US#activetab=pivot:overviewtab)
|
||||
|
||||
```
|
||||
winget install Rem0o.FanControl
|
||||
```
|
||||
|
||||
# Documentation
|
||||
|
||||
https://getfancontrol.com/docs/
|
||||
@@ -53,10 +64,14 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||

|
||||
|
||||
## Uninstall
|
||||
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
|
||||
|
||||
### Portable
|
||||
You can leave the files there for use further down the line, or delete them.
|
||||
Note: If you have Fan Control set to automatically start with Windows, either untick the checkbox in Fan Control, or manually delete the "Fan Control" task in Windows Task Scheduler.
|
||||
|
||||
### Installer
|
||||
Uninstall like any other windows program through the programs list
|
||||
|
||||
## Plugins
|
||||
|
||||
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
|
||||
@@ -73,6 +88,8 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/hgross/FanControl.HomeAssistant to interface with [HomeAssistant](https://github.com/home-assistant) connected temperature sensors (i.e. ambient temperatures via Philips Hue, HomeMatic, HomeKit or many other brands & protocols)
|
||||
* https://github.com/brokenmass/Fancontrol.NzxtKraken to interface with NZXT Kraken AIO that are not yet supported by LibreHardwareMonitor for example `Kraken X2` and `Kraken X3 - new PID`. See [LHM PR](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/pull/1078)
|
||||
* https://github.com/EightB1ts/FanControl.LianLi to interface with LianLi [L-Connect 3](https://lian-li.com/l-connect3/) fan controllers
|
||||
* https://github.com/TimSirmovics/FanControl.NvThermalSensors to get GPU Hot Spot and Memory Junction temperature for Nvidia GPUs
|
||||
* https://github.com/SasaKaranovic/FanControl.OpenFan to interface with [OpenFAN](https://github.com/SasaKaranovic/OpenFanController) controller
|
||||
|
||||
From Rem0o
|
||||
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
|
||||
@@ -85,7 +102,7 @@ From Rem0o
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
|
||||
* Please only open issues on this repository for the software itself, UI, feature request and so on.
|
||||
* Please only open issues on this repository for the software itself, UI, feature request and so on. If it's a "make this work please" hardware support request, I will link this section of the README and close your issue.
|
||||
* If you do have a special hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
|
||||
|
||||
## FAQ
|
||||
@@ -93,6 +110,8 @@ From Rem0o
|
||||
<br>__A__: You want to avoid any "smart" control from your BIOS. Setting a fixed default speed, like 50%, works great for most people. Also keep an eye if your BIOS has PWM or DC mode on. One could work better for you depending on your setup.
|
||||
* __Q__: My Nvidia cards has X fans, but only two cards show up, why?
|
||||
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
|
||||
* __Q__: My Nvidia cards won't go below 30% and doesn't go to 0 RPM, why?
|
||||
<br>__A__: [See here](https://github.com/Rem0o/FanControl.Releases/wiki/Nvidia-30%25-and-0-RPM)
|
||||
* __Q__: My new AMD card can't be controlled, why?
|
||||
<br>__A__: Newer AMD cards are not supported. If you can provide a working sample of code that works with these newer cards, please share!
|
||||
* __Q__: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
13
version.json
13
version.json
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"Number": 174,
|
||||
"Message": "- Add labels to \"+\" menu\r\n- UI tweaks\r\n- Update LibreHardwareMonitorLib and other dependencies",
|
||||
"Number": 183,
|
||||
"Message": "- Controls can now be RPM calibrated.\r\n- Calibration can be done through the assisted setup or edited manually.\r\n- All fan curves can now be switched to RPM mode.\r\n- Controls now show their configuration status through a label.\r\n- .NET 7 version is now deprecated in favor of .NET 8.\r\n- Updated LibreHardwareMonitorLib.",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "08DD9D7F5B87362A96786070F3D44F29",
|
||||
"FanControl_7_0": "27EB4E0CDD6E0A30D3AC36B2F13CA2CB",
|
||||
"Updater": "EF1DC86F52FE7B0E52ACEC5030C4F866",
|
||||
"FanControl_8_0": "D6F9416FB8A2699A5CFE8FB7EF5A3EE4"
|
||||
"FanControl_4_8": "53A518163DA6B689586AF83783C3D045",
|
||||
"FanControl_8_0": "AC05F309F6616E3F15E65F1BF5A6491B",
|
||||
"FanControl_4_8_Installer": "21F9556BF9602AE8E234D444FF2F652C",
|
||||
"FanControl_8_0_Installer": "E11BBF704A1522C6A2B5A3185F118FB4",
|
||||
"Updater": "3979183BCC2ED8463198F0197BC97F18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user