Skip to content

Plugin for FanControl by Rem0o providing access to Asus motherboard sensors using Asus WMI

License

Notifications You must be signed in to change notification settings

Mourdraug/FanControl.AsusWMI

Repository files navigation

FanControl.AsusWMI Build status

Plugin for FanControl providing access to Asus motherboard sensors using Asus WMI methods.

Installation

  1. Download the latest binaries from Releases
  2. Copy the FanControl.AsusWMI.dll into FanControl's "Plugins" folder.

Compatibility

I tested the plugin with the Asus Crosshair Hero VII (WiFi) motherboard, but it should work with any motherboard using ASUSHW v3 and possibly v2. The ASUSHW version can be checked with simple Powershell script (ran as administrator):

$asushw = Get-CimInstance -Namespace root/wmi -ClassName ASUSHW
Invoke-CimMethod $asushw -MethodName sensor_get_version

This should print out similar output:

Data ReturnValue PSComputerName
---- ----------- --------------
   3        True

About

Plugin for FanControl by Rem0o providing access to Asus motherboard sensors using Asus WMI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages