Skip to content

Fan speed percentage override

Stefan Hirschmann edited this page Jun 11, 2017 · 2 revisions

Overrides the default algorithm to calculate fan speeds.

Example:

<FanSpeedPercentageOverride>
  <FanSpeedPercentage>0</FanSpeedPercentage>
  <FanSpeedValue>255</FanSpeedValue>
  <TargetOperation>ReadWrite</TargetOperation>
</FanSpeedPercentageOverride>

FanSpeedPercentage

The fan speed in percent.
Must be a floating point number between 0 and 100.


FanSpeedValue

The fan speed value which will be written to WriteRegister.
Must be an integer between 0 and 255.


TargetOperation

Defines for which operations the speeds should be overridden.

Options:

  • Read: if the value in the EC's ReadRegister is equal to FanSpeedValue, the corresponding percentage will not be calculated, but instead be set to FanSpeedPercentage
  • Write: if the target fan speed percentage is equal to FanSpeedPercentage, the corresponding value will not be calculated, but instead be set to FanSpeedValue
  • ReadWrite: applies to both, read and write operations