1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

PID Climate - deadband and output sampling (#3254)

This commit is contained in:
Patrick Collins
2022-11-30 08:58:43 +11:00
committed by GitHub
parent d706f40ce1
commit 3669320398
6 changed files with 278 additions and 71 deletions

View File

@@ -1162,6 +1162,18 @@ climate:
kp: 0.0
ki: 0.0
kd: 0.0
max_integral: 0.0
output_averaging_samples: 1
derivative_averaging_samples: 1
deadband_parameters:
threshold_high: 0.4
threshold_low: -2.0
kp_multiplier: 0.0
ki_multiplier: 0.0
kd_multiplier: 0.0
deadband_output_averaging_samples: 1
sprinkler:
- id: yard_sprinkler_ctrlr