Files
instinct-mi50-cooling/fancontrol/config.toml

26 lines
1020 B
TOML

# one device section per card to be controlled
[[device]]
# name for log display
name = "Higher Instinct"
# pci id, determine with lspci
pci_id = "0b:00.0"
# parameters for fan control, device to be used and index of the pwm channel in the
# corresponding hmon device
fan_control = {device = "nct6775.656", pwm_number = 1}
#fan_control = {ipmi_command = "external command line"} # currently not implemented.
#[[device]]
#name = "Lower Instinct"
#pci_id = "0b:00.0"
#fan_control_device = "nct6775.656"
#fan_control_pwm_number = 1
# [global]
# # Delay before fan is spun down when temperature falls below threshold for current level
# spindown_hysteresis_seconds = 30
# # If specifying any of the following, give all 4 of them and make sure pwm_steps has one entry more than the others
# pwm_steps = [51, 102, 153, 180, 204, 225, 255]
# thresholds_t_edge = [70.0, 80.0, 90.0, 92.0, 94.0, 96.0]
# thresholds_t_junction = [75.0, 92.0, 94.0, 97.0, 98.0, 100.0]
# thresholds_t_memory = [75.0, 85.0, 90.0, 91.0, 92.0, 94.0]