Skip to content

rschell/FanControl.IPMIPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FanControl.IPMIPlugin

A plugin to control fan through ipmitool in https://github.com/Rem0o/FanControl.Releases. I use this to control extra fan for cooling my P40 under ESXI.(cheap game streaming and AIGC Calculation, hahaha...)

Install

Step1: Copy ipmitool.exe and libeay32.dll to Fan_Control root directory

the files are under .\FanControl.IPMIPluginTest\bin\Debug

Step2: Edit FanControl.exe.config and add ipmi configuration like this

<?xml version="1.0" encoding="utf-8"?>
<configuration>
   ........
  <appSettings>
  	<add key="ipmi.addr" value="192.168.1.2" />
  	<add key="ipmi.user" value="admin" />
  	<add key="ipmi.passwd" value="admin" />
	<add key="ipmi.fan_name" value="System Fan1" />
	<add key="ipmi.fan_index" value="01" />
	<add key="ipmi.fan_oem" value="Lenovo RD450x" />
	<add key="ipmi.fan_min_speed" value="10" />
  </appSettings>
</configuration>

Step3: Run FanControl.exe and Click Assisted Setup under Control Option

About

A plugin for https://github.com/Rem0o/FanControl.Releases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%