mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #703] Adjusting EC Polling rate doesn't match settings #621
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#621
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?
Originally created by @Dainslaif on GitHub (Jun 4, 2019).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/703
Describe the bug
I have a config for my G75VW laptop that correctly reads and writes the values for my fans. No matter what the EC Poll Interval value is, the values only update every 2500ms.
To Reproduce
Start NBFC and load the config matching your laptop.
Set the EC Poll Interval to 500ms.
Watch the values, which only update once every 2.5 seconds
Expected behavior
The Temperature and Fan speed readings to update at the rate I set in the EC Poll Interval.
System information
Windows 8
NBFC 1.6.3
NbfcService.zip
Additional context
Apps like Coretemp and MSI Afterburner read and update values rapidly, but I'm assuming they use different methods, so I'm not sure if there's another limiting factor taking place.
@hirschmann commented on GitHub (Jun 5, 2019):
The poll interval defines at which rate the NBFC service polls/updates the EC.
It doesn't affect at which interval the Windows client (GUI) is updated. Currently the client update interval is 3 seconds and cannot be changed.
@Dainslaif commented on GitHub (Jun 6, 2019):
Alright, I'll submit it as a feature request, thanks.