mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 08:35:56 +03:00
[PR #835] [CLOSED] Add HP Laptop 15-db1xxx config #1362
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#1362
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/835
Author: @MegaMarian12350
Created: 2/26/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
33 files changed (+2067 additions, -7 deletions)
View changed files
➕
.github/workflows/stale.yml(+18 -0)➕
Configs/Acer Aspire E5-471G.xml(+67 -0)➕
Configs/Acer Aspire VN7-572G V15 Nitro.xml(+57 -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 15-BW00x.xml(+78 -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 14-dh1xxx.xml(+78 -0)➕
Configs/HP Pavilion x360 Convertible 15-br0xx.xml(+73 -0)📝
Configs/HP ProBook 650 G2.xml(+6 -1)...and 13 more files
📄 Description
This config was manually created and based on the "HP Notebook 15-ba010ng.xml". It may be necessary to disable the BIOS option "System Configuration: Fan Always On" in order to make the fan turn off completely.
The minimum fan speed from the based config was still using the fan, so I dissasembled my PC in order to identify when the fan was spinning or not. I also added the temperature thresholds and they're as close as the default (HP) ones.
Thanks to the Fan Speed Overrides, I managed to fix the incorrect fan speed detection. As a result, the min and max fan speeds was changed in order to reduce the complexity of the config (8 > 48 instead of 14 > 54 as the read operations). Unfortunately, there may be cases when the fan read speed is higher or lower than expected (102,5 or 97,5 instead of 100% when at full speed) or it may stop working if the temperature is low (less than 50° C).
Because I'm new on GitHub, I didn't managed to upload the config without changing the file extension from XML to TXT. Sorry about that.
Config:
HP Laptop 15-db1xxx.txt <- Change to XML
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.