Skip to content

Instantly share code, notes, and snippets.

@ibLeDy
Last active December 9, 2023 19:19
Show Gist options
  • Save ibLeDy/758a7901d9dda0764e878427be158a67 to your computer and use it in GitHub Desktop.
Save ibLeDy/758a7901d9dda0764e878427be158a67 to your computer and use it in GitHub Desktop.
NBFC config for the HP Pavilion Gaming Laptop 15-ec1xxx
<?xml version="1.0"?>
<FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NotebookModel>HP Pavilion Gaming Laptop 15-ec1xxx</NotebookModel>
<Author>bLeDy</Author>
<EcPollInterval>1000</EcPollInterval>
<ReadWriteWords>false</ReadWriteWords>
<CriticalTemperature>68</CriticalTemperature>
<FanConfigurations>
<FanConfiguration>
<ReadRegister>88</ReadRegister>
<WriteRegister>88</WriteRegister>
<MinSpeedValue>20</MinSpeedValue>
<MaxSpeedValue>100</MaxSpeedValue>
<IndependentReadMinMaxValues>true</IndependentReadMinMaxValues>
<MinSpeedValueRead>20</MinSpeedValueRead>
<MaxSpeedValueRead>100</MaxSpeedValueRead>
<ResetRequired>false</ResetRequired>
<FanSpeedResetValue>0</FanSpeedResetValue>
<FanDisplayName>CPU Fan</FanDisplayName>
<TemperatureThresholds>
<TemperatureThreshold>
<UpThreshold>40</UpThreshold>
<DownThreshold>35</DownThreshold>
<FanSpeed>25</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>45</UpThreshold>
<DownThreshold>40</DownThreshold>
<FanSpeed>50</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>55</UpThreshold>
<DownThreshold>50</DownThreshold>
<FanSpeed>100</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>50</UpThreshold>
<DownThreshold>45</DownThreshold>
<FanSpeed>75</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>35</UpThreshold>
<DownThreshold>0</DownThreshold>
<FanSpeed>0</FanSpeed>
</TemperatureThreshold>
</TemperatureThresholds>
<FanSpeedPercentageOverrides />
</FanConfiguration>
</FanConfigurations>
<RegisterWriteConfigurations />
</FanControlConfigV2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment