You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Cole Deck e09d3637ea Actually fix formatting again 1 year ago
__pycache__ Add temperature control feature, as the board doesn't do it automatically for any fan but the cpu fan 4 years ago
README.md Fix formatting 3 years ago
asrock-pwm-ipmi First version 4 years ago
autofan.service Add quiet output option to stop spamming logs 3 years ago
pwm.py Actually fix formatting again 1 year ago
run_cmd.py Add temperature control feature, as the board doesn't do it automatically for any fan but the cpu fan 4 years ago

README.md

asrock-pwm-ipmi

This is a script to control 4-pin PWM fans on ASRock Rack motherboards with IPMI. The BMC does not properly expose fan control, so they must be controlled using raw IPMI commands. This script is a user-friendly way to do that.

usage: asrock-pwm-ipmi [-h] [-i] [-a] [-q] [FAN:SPEED [FAN:SPEED ...]]

Read information about and control fans on ASRock boards with IPMI.

positional arguments:
  FAN:SPEED   Fan to change the speed of, and the speed, separated by ':'. Set
              to 0 for auto.

optional arguments:
  -h, --help   show this help message and exit
  -i, --info   Read fan information
  -a, --auto   Service to control fans based on temperature
  -q, --quiet  Hide output