[PR #812] [CLOSED] Add Hp Elitebook 840 G2 Config #1360

Closed
opened 2026-02-26 00:35:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hirschmann/nbfc/pull/812
Author: @ReAnIm8TeD
Created: 1/5/2020
Status: Closed

Base: stableHead: master


📝 Commits (10+)

📊 Changes

29 files changed (+1777 additions, -7 deletions)

View changed files

.github/workflows/stale.yml (+18 -0)
Configs/Acer Aspire E5-471G.xml (+67 -0)
Configs/Acer Predator 17 G9-793-782K.xml (+50 -0)
Configs/Asus K43U.xml (+80 -0)
Configs/Asus K46C.xml (+50 -0)
Configs/Asus N550JX.xml (+73 -0)
Configs/Asus ROG G751JT.xml (+132 -0)
Configs/Asus Zenbook UX330UA.xml (+59 -0)
Configs/Gigabyte AERO 14KV8.xml (+142 -0)
Configs/HP Compaq 6530b.xml (+24 -0)
Configs/HP EliteBook 840 G2.xml (+84 -0)
Configs/HP Laptop 14-dk0xxx.xml (+67 -0)
Configs/HP Laptop 17-by1xxx.xml (+69 -0)
Configs/HP Laptop 17-ca1xxx.xml (+56 -0)
Configs/HP Notebook 15-ba010ng.xml (+43 -0)
Configs/HP Pavilion x360 Convertible 15-br0xx.xml (+73 -0)
📝 Configs/HP ProBook 650 G2.xml (+6 -1)
Configs/HP ZBook 15 G3.xml (+124 -0)
Configs/Lenovo ThinkPad L380 Yoga.xml (+67 -0)
Configs/Lenovo ThinkPad L390 i7-8565U.xml (+57 -0)

...and 9 more files

📄 Description

Was using the config file from HP EliteBook Folio 9470m, works fine with Hp Elitebook 840 G2, only shows wrong current Fan Speed when in idle. Other Readings, when adjusting the Fan speed are correct.
Sry if its not helpfull im a Noob in this things and this is my first pull request. Hope it Helps

Fan Control HP 840 G2 idle
Fan Control HP 840 G2 50percent

HP EliteBook 840 G2.txt

<?xml version="1.0"?> <FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NotebookModel>HP EliteBook 840 G2</NotebookModel> <EcPollInterval>3000</EcPollInterval> <ReadWriteWords>false</ReadWriteWords> <CriticalTemperature>95</CriticalTemperature> <Author>Stefan Hirschmann</Author> <FanConfigurations> <FanConfiguration> <ReadRegister>46</ReadRegister> <WriteRegister>47</WriteRegister> <MinSpeedValue>88</MinSpeedValue> <MaxSpeedValue>48</MaxSpeedValue> <ResetRequired>true</ResetRequired> <FanSpeedResetValue>255</FanSpeedResetValue> <FanDisplayName>CPU Fan</FanDisplayName> <TemperatureThresholds> <TemperatureThreshold> <UpThreshold>0</UpThreshold> <DownThreshold>0</DownThreshold> <FanSpeed>0</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>63</UpThreshold> <DownThreshold>48</DownThreshold> <FanSpeed>10</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>65</UpThreshold> <DownThreshold>55</DownThreshold> <FanSpeed>22.5</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>67</UpThreshold> <DownThreshold>59</DownThreshold> <FanSpeed>40</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>69</UpThreshold> <DownThreshold>65</DownThreshold> <FanSpeed>65</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>71</UpThreshold> <DownThreshold>67</DownThreshold> <FanSpeed>100</FanSpeed> </TemperatureThreshold> </TemperatureThresholds> <FanSpeedPercentageOverrides> <FanSpeedPercentageOverride> <FanSpeedPercentage>0</FanSpeedPercentage> <FanSpeedValue>255</FanSpeedValue> </FanSpeedPercentageOverride> </FanSpeedPercentageOverrides> </FanConfiguration> </FanConfigurations> <RegisterWriteConfigurations> <RegisterWriteConfiguration> <WriteMode>Set</WriteMode> <WriteOccasion>OnInitialization</WriteOccasion> <Register>34</Register> <Value>1</Value> <ResetRequired>true</ResetRequired> <ResetValue>1</ResetValue> <ResetWriteMode>Set</ResetWriteMode> <Description>Select thermal zone</Description> </RegisterWriteConfiguration> <RegisterWriteConfiguration> <WriteMode>Set</WriteMode> <WriteOccasion>OnInitialization</WriteOccasion> <Register>38</Register> <Value>28</Value> <ResetRequired>true</ResetRequired> <ResetValue>0</ResetValue> <ResetWriteMode>Set</ResetWriteMode> <Description>Fake thermal zone temperature</Description> </RegisterWriteConfiguration> </RegisterWriteConfigurations> </FanControlConfigV2>


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hirschmann/nbfc/pull/812 **Author:** [@ReAnIm8TeD](https://github.com/ReAnIm8TeD) **Created:** 1/5/2020 **Status:** ❌ Closed **Base:** `stable` ← **Head:** `master` --- ### 📝 Commits (10+) - [`1a2248b`](https://github.com/hirschmann/nbfc/commit/1a2248b5da01652eb16a13a6491ebfb0b6a160d7) Add HP Compaq 6530b and HP Pavilion x360 Convertible 15-br0xx configs (#670) - [`4ff57b7`](https://github.com/hirschmann/nbfc/commit/4ff57b7da630d3755a2ef3d411af224fb367d66a) Add Acer Aspire E5-471G config (#672) - [`cb0105e`](https://github.com/hirschmann/nbfc/commit/cb0105ed72df05c3490291857a1d9e862f47b9a5) Add HP Laptop 17-by1xxx config (#691) - [`2fc34d7`](https://github.com/hirschmann/nbfc/commit/2fc34d79104175f833219a54524424a7095c7ff6) Add Asus ROG G751JT config (#692) - [`215e2ce`](https://github.com/hirschmann/nbfc/commit/215e2ce94984d475cacab2ec816cbaafccf60673) Add Gigabyte AERO 14KV8 config (#693) - [`a6a8172`](https://github.com/hirschmann/nbfc/commit/a6a8172ffe83fb6d84b39ef7872d1baac734c9f6) Add Lenovo ThinkPad L390 config (#685) - [`3b5c0c8`](https://github.com/hirschmann/nbfc/commit/3b5c0c8a39379896ece3a18ebf8b042c93b37038) Update Gigabyte AERO 14KV8 config (#697) - [`354a80f`](https://github.com/hirschmann/nbfc/commit/354a80ff8b0be38aa524935c1547754d04cb195f) Add Lenovo ThinkPad L380 Yoga config (#698) - [`4699d17`](https://github.com/hirschmann/nbfc/commit/4699d171b151bc7fae552069360d5c328462800a) Add a donation link (resolves #701) - [`f6fad7f`](https://github.com/hirschmann/nbfc/commit/f6fad7ff00d26b36ca55e947b6c5be20b04b2b28) Use curl instead of wget since the mono docker image does not have it. (#710) ### 📊 Changes **29 files changed** (+1777 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/stale.yml` (+18 -0) ➕ `Configs/Acer Aspire E5-471G.xml` (+67 -0) ➕ `Configs/Acer Predator 17 G9-793-782K.xml` (+50 -0) ➕ `Configs/Asus K43U.xml` (+80 -0) ➕ `Configs/Asus K46C.xml` (+50 -0) ➕ `Configs/Asus N550JX.xml` (+73 -0) ➕ `Configs/Asus ROG G751JT.xml` (+132 -0) ➕ `Configs/Asus Zenbook UX330UA.xml` (+59 -0) ➕ `Configs/Gigabyte AERO 14KV8.xml` (+142 -0) ➕ `Configs/HP Compaq 6530b.xml` (+24 -0) ➕ `Configs/HP EliteBook 840 G2.xml` (+84 -0) ➕ `Configs/HP Laptop 14-dk0xxx.xml` (+67 -0) ➕ `Configs/HP Laptop 17-by1xxx.xml` (+69 -0) ➕ `Configs/HP Laptop 17-ca1xxx.xml` (+56 -0) ➕ `Configs/HP Notebook 15-ba010ng.xml` (+43 -0) ➕ `Configs/HP Pavilion x360 Convertible 15-br0xx.xml` (+73 -0) 📝 `Configs/HP ProBook 650 G2.xml` (+6 -1) ➕ `Configs/HP ZBook 15 G3.xml` (+124 -0) ➕ `Configs/Lenovo ThinkPad L380 Yoga.xml` (+67 -0) ➕ `Configs/Lenovo ThinkPad L390 i7-8565U.xml` (+57 -0) _...and 9 more files_ </details> ### 📄 Description Was using the config file from HP EliteBook Folio 9470m, works fine with Hp Elitebook 840 G2, only shows wrong current Fan Speed when in idle. Other Readings, when adjusting the Fan speed are correct. Sry if its not helpfull im a Noob in this things and this is my first pull request. Hope it Helps ![Fan Control HP 840 G2 idle](https://user-images.githubusercontent.com/59543475/71787610-6c270180-301a-11ea-9e89-a6f1127bb32f.PNG) ![Fan Control HP 840 G2 50percent](https://user-images.githubusercontent.com/59543475/71787613-6e895b80-301a-11ea-9586-78807b2b45e7.PNG) [HP EliteBook 840 G2.txt](https://github.com/hirschmann/nbfc/files/4024193/HP.EliteBook.840.G2.txt) `<?xml version="1.0"?> <FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NotebookModel>HP EliteBook 840 G2</NotebookModel> <EcPollInterval>3000</EcPollInterval> <ReadWriteWords>false</ReadWriteWords> <CriticalTemperature>95</CriticalTemperature> <Author>Stefan Hirschmann</Author> <FanConfigurations> <FanConfiguration> <ReadRegister>46</ReadRegister> <WriteRegister>47</WriteRegister> <MinSpeedValue>88</MinSpeedValue> <MaxSpeedValue>48</MaxSpeedValue> <ResetRequired>true</ResetRequired> <FanSpeedResetValue>255</FanSpeedResetValue> <FanDisplayName>CPU Fan</FanDisplayName> <TemperatureThresholds> <TemperatureThreshold> <UpThreshold>0</UpThreshold> <DownThreshold>0</DownThreshold> <FanSpeed>0</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>63</UpThreshold> <DownThreshold>48</DownThreshold> <FanSpeed>10</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>65</UpThreshold> <DownThreshold>55</DownThreshold> <FanSpeed>22.5</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>67</UpThreshold> <DownThreshold>59</DownThreshold> <FanSpeed>40</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>69</UpThreshold> <DownThreshold>65</DownThreshold> <FanSpeed>65</FanSpeed> </TemperatureThreshold> <TemperatureThreshold> <UpThreshold>71</UpThreshold> <DownThreshold>67</DownThreshold> <FanSpeed>100</FanSpeed> </TemperatureThreshold> </TemperatureThresholds> <FanSpeedPercentageOverrides> <FanSpeedPercentageOverride> <FanSpeedPercentage>0</FanSpeedPercentage> <FanSpeedValue>255</FanSpeedValue> </FanSpeedPercentageOverride> </FanSpeedPercentageOverrides> </FanConfiguration> </FanConfigurations> <RegisterWriteConfigurations> <RegisterWriteConfiguration> <WriteMode>Set</WriteMode> <WriteOccasion>OnInitialization</WriteOccasion> <Register>34</Register> <Value>1</Value> <ResetRequired>true</ResetRequired> <ResetValue>1</ResetValue> <ResetWriteMode>Set</ResetWriteMode> <Description>Select thermal zone</Description> </RegisterWriteConfiguration> <RegisterWriteConfiguration> <WriteMode>Set</WriteMode> <WriteOccasion>OnInitialization</WriteOccasion> <Register>38</Register> <Value>28</Value> <ResetRequired>true</ResetRequired> <ResetValue>0</ResetValue> <ResetWriteMode>Set</ResetWriteMode> <Description>Fake thermal zone temperature</Description> </RegisterWriteConfiguration> </RegisterWriteConfigurations> </FanControlConfigV2>` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:35:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#1360
No description provided.