mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[PR #812] [CLOSED] Add Hp Elitebook 840 G2 Config #1360
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1360
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hirschmann/nbfc/pull/812
Author: @ReAnIm8TeD
Created: 1/5/2020
Status: ❌ Closed
Base:
stable← Head:master📝 Commits (10+)
1a2248bAdd HP Compaq 6530b and HP Pavilion x360 Convertible 15-br0xx configs (#670)4ff57b7Add Acer Aspire E5-471G config (#672)cb0105eAdd HP Laptop 17-by1xxx config (#691)2fc34d7Add Asus ROG G751JT config (#692)215e2ceAdd Gigabyte AERO 14KV8 config (#693)a6a8172Add Lenovo ThinkPad L390 config (#685)3b5c0c8Update Gigabyte AERO 14KV8 config (#697)354a80fAdd Lenovo ThinkPad L380 Yoga config (#698)4699d17Add a donation link (resolves #701)f6fad7fUse curl instead of wget since the mono docker image does not have it. (#710)📊 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
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.