+The controller has one coefficient for each of the three components, namely *Kp*, *Ki*, and *Kd*, and currently, their default values are given by the variables `DEFAULT_Kp`, `DEFAULT_Ki`, and `DEFAULT_Kd`, respectively. If using this thermal controller (see [Usage](#usage)), you might want to tune such default values by editing the script before runnig it. The default coefficients are loosely ordered as follows: *Kd* > *Kp* >> *Ki*. That is, sudden changes in temperature drive most of the changes in the fan duty cycle, followed by the difference between current and ideal temperature, and lastly, by the accumulation of the later over time.
0 commit comments