[GH-ISSUE #1337] Made config for HP Envy 17 J-series #1149

Closed
opened 2026-02-26 00:34:28 +03:00 by kerem · 1 comment
Owner

Originally created by @rmctr on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1337

I did not know where to put this, but I created a preliminary config for HP Envy 17. It has to have a very low poll interval of 500 ms to fight with the motherboard enough to keep the fan running at specified speed. This might cause some minor stability issues, though it is unlikely, as 500 ms is considered the minimum safe number.

I have a J-series Envy 17 from around 9 years ago, so I do not know if it will work with newer ones. Please let me know if it can be improved.

HP Envy 17 Notebook PC

<?xml version="1.0"?> <FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NotebookModel>HP ENVY 17 Notebook PC</NotebookModel> <Author>Noah Y.</Author> <EcPollInterval>500</EcPollInterval> <ReadWriteWords>false</ReadWriteWords> <CriticalTemperature>100</CriticalTemperature> <FanConfigurations> <FanConfiguration> <ReadRegister>223</ReadRegister> <WriteRegister>223</WriteRegister> <MinSpeedValue>87</MinSpeedValue> <MaxSpeedValue>92</MaxSpeedValue> <IndependentReadMinMaxValues>false</IndependentReadMinMaxValues> <MinSpeedValueRead>87</MinSpeedValueRead> <MaxSpeedValueRead>93</MaxSpeedValueRead> <ResetRequired>false</ResetRequired> <FanSpeedResetValue>0</FanSpeedResetValue> <FanDisplayName>CPU fan</FanDisplayName> <TemperatureThresholds /> <FanSpeedPercentageOverrides /> </FanConfiguration> </FanConfigurations> <RegisterWriteConfigurations /> </FanControlConfigV2>

Originally created by @rmctr on GitHub (Apr 12, 2023). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1337 I did not know where to put this, but I created a preliminary config for HP Envy 17. It has to have a very low poll interval of 500 ms to fight with the motherboard enough to keep the fan running at specified speed. This might cause some minor stability issues, though it is unlikely, as 500 ms is considered the minimum safe number. I have a J-series Envy 17 from around 9 years ago, so I do not know if it will work with newer ones. Please let me know if it can be improved. HP Envy 17 Notebook PC `<?xml version="1.0"?> <FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NotebookModel>HP ENVY 17 Notebook PC</NotebookModel> <Author>Noah Y.</Author> <EcPollInterval>500</EcPollInterval> <ReadWriteWords>false</ReadWriteWords> <CriticalTemperature>100</CriticalTemperature> <FanConfigurations> <FanConfiguration> <ReadRegister>223</ReadRegister> <WriteRegister>223</WriteRegister> <MinSpeedValue>87</MinSpeedValue> <MaxSpeedValue>92</MaxSpeedValue> <IndependentReadMinMaxValues>false</IndependentReadMinMaxValues> <MinSpeedValueRead>87</MinSpeedValueRead> <MaxSpeedValueRead>93</MaxSpeedValueRead> <ResetRequired>false</ResetRequired> <FanSpeedResetValue>0</FanSpeedResetValue> <FanDisplayName>CPU fan</FanDisplayName> <TemperatureThresholds /> <FanSpeedPercentageOverrides /> </FanConfiguration> </FanConfigurations> <RegisterWriteConfigurations /> </FanControlConfigV2>`
kerem 2026-02-26 00:34:28 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@github-actions[bot] commented on GitHub (Oct 11, 2023):

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

<!-- gh-comment-id:1756482598 --> @github-actions[bot] commented on GitHub (Oct 11, 2023): This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
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#1149
No description provided.