Skip to content

medevil84/FanControl.AquacomputerDevices

Repository files navigation

FanControl.AquacomputerDevices

FanControl Plugin for the Aquacomputer Devices (HighFlowNext, Quadro and Highly Experimental Octo / Farbwerk)

This plugin will interface directly with the usb devices, so aquasuite is not needed.

This code has been tested with firmware version >= 1012 of the HighFlowNext device.

This code has been tested with firmware version == 1032 of the Quadro Device.

This code has been tested with firmware version == 1025 of the Farbwerk Device (thanks to @thomasfifer )

USE THIS SOFTWARE AT YOUR OWN RISK!

The FanControl.AquacomputerDevices main developer is running this software, without any negative side effects. However, it is a highly experimental software, and it is based on reverse engineering only.

  • This software might damage your Aquacomputer devices in a way that it must be repaired or replaced.
  • The use of this software could lead to failure of cooling fans or aqua pumps, which might cause permanent damage to heat sensitive components of your system.
  • Using this software might void your warranty.

Neither the FanControl.AquacomputerDevices developers nor the manufacturer can be held liable for any damage caused by this software.

It is strongly recommended to use only the official software!

Installation

Copy the dll files to the \Plugins folder. Make sure that Windows did not automatically block the files (uncheck the "Unblock" property).

*** If you are using other FanControl plugins for quadro or highflownext, please uninstall them ***

Contribute

License

FanControl.AquacomputerDevices is open source software. The source code is distributed under the terms of GNU Lesser General Public License (LGPLv3).

Acknowledgements

  • FanControl for providing a great software ( would be greater if it was open sourced too :P )
  • HidLibrary for providing a clean and easy to use usb hid library.
  • aquacomputer-quadro-control was used to understand how to apply settings to the device.
  • dnSpy helped a lot during the reverse engineerying
  • WireShark for reverse engineering. Without this tool, no "control" part of the quadro would be available.