[GH-ISSUE #142] fan cleaning program #132

Closed
opened 2026-02-26 00:31:49 +03:00 by kerem · 2 comments
Owner

Originally created by @shinji2009 on GitHub (Nov 18, 2016).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/142

hi. it will be just super great if add a fan cleaning program into application. it's like when fan 5s at 100% and 5s at minimum. and cycle it. there is such program in lenovo laptops.

Originally created by @shinji2009 on GitHub (Nov 18, 2016). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/142 hi. it will be just super great if add a fan cleaning program into application. it's like when fan 5s at 100% and 5s at minimum. and cycle it. there is such program in lenovo laptops.
kerem 2026-02-26 00:31:49 +03:00
Author
Owner

@hirschmann commented on GitHub (Nov 20, 2016):

NBFC gives you full control over the fans. You can set the fan to 100% for 5 seconds manually, then set it to 0%.

If you want to automate this, you can write a small script like that:

while($true) { nbfc set -s 100; sleep 5; nbfc set -s 1; sleep 5 }
<!-- gh-comment-id:261811604 --> @hirschmann commented on GitHub (Nov 20, 2016): NBFC gives you full control over the fans. You can set the fan to 100% for 5 seconds manually, then set it to 0%. If you want to automate this, you can write a small script like that: ``` powershell while($true) { nbfc set -s 100; sleep 5; nbfc set -s 1; sleep 5 } ```
Author
Owner

@doiiido commented on GitHub (May 6, 2018):

Lenovo Notebooks can also spin the fans at reverse.
Your script only spins one way.

<!-- gh-comment-id:386854668 --> @doiiido commented on GitHub (May 6, 2018): Lenovo Notebooks can also spin the fans at reverse. Your script only spins one way.
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#132
No description provided.