Skip to content

Commit

Permalink
Increase kD
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeantd83 authored Jan 1, 2025
1 parent 4d6bca4 commit 37f76e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sat/pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def kd(self) -> float | None:
return 0

if self._version == 3:
return round(0.07 * self._get_aggression_value() * self.kp, 6)
return round(0.08 * self._get_aggression_value() * self.kp, 6)

return round(self._automatic_gains_value * self._get_aggression_value() * self._derivative_time_weight * self._last_heating_curve_value, 6)

Expand Down

0 comments on commit 37f76e3

Please sign in to comment.