diff --git a/fancontrol/config.toml b/fancontrol/config.toml index 17d04f0..9c82693 100644 --- a/fancontrol/config.toml +++ b/fancontrol/config.toml @@ -9,17 +9,20 @@ pci_id = "0b:00.0" 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 +[[device]] +name = "Lower Instinct" +pci_id = "0e:00.0" +fan_control = {device = "nct6775.656", pwm_number = 3} -# [global] +[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] +pwm_steps = [63, 80, 102, 153, 180, 204, 225, 255] # thresholds_t_edge = [70.0, 80.0, 90.0, 92.0, 94.0, 96.0] +thresholds_t_edge = [48.0, 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_junction = [50.0, 75.0, 85.0, 92.0, 95.0, 98.0, 100.0] # thresholds_t_memory = [75.0, 85.0, 90.0, 91.0, 92.0, 94.0] +thresholds_t_memory = [48.0, 75.0, 85.0, 90.0, 91.0, 92.0, 94.0]