SpeedFan plugin


Plugin=SpeedFanPlugin retrieves information from the SpeedFan application. The SpeedFan application must be running in the background.

Note: If the value of the measure is to be used in a meter which requires a percentage, then appropriate MinValue and/or MaxValue options must be added to the measure.

Options

General measure options
All general measure options are valid.
SpeedFanType Default: Temperature
Type of information to measure. Valid values are:
  • Temperature: Temperature in the unit defined by SpeedFanScale.
  • Fan: Fan speed.
  • Voltage
SpeedFanNumber Default: 0
The index retrieved from the Speedfan application starting with 0. It is easiest to obtain these numbers from the Configure tab of the Speedfan application.

Example: To obtain the second temperature value with SpeedFanType=Temperature, specify SpeedFanNumber=1.
SpeedFanScale Default: C
Temperature unit for SpeedFanType=Temperature. Valid values are:
  • C: Celsius.
  • F: Fahrenheit.
  • K: Kelvin.
Note: The unit in the SpeedFan application itself must be set to Celsius to obtain the correct value.

Example

[Rainmeter]
Update=1000
DynamicWindowSize=1
BackgroundMode=2
SolidColor=0,0,0,255

[MeasureGPUTemp]
Measure=Plugin
Plugin=SpeedFanPlugin
SpeedFanType=Temperature
SpeedFanNumber=0
SpeedFanScale=C

[MeasureFanSpeed]
Measure=Plugin
Plugin=SpeedFanPlugin
SpeedFanType=Fan
SpeedFanNumber=3

[MeterSpeedFan]
Meter=String
MeasureName=MeasureGPUTemp
MeasureName2=MeasureFanSpeed
FontSize=12
FontColor=255,255,255,255
StringStyle=Bold
AntiAlias=1
Text=GPU Temp: %1#CRLF#Fan Speed: %2