- refactored

- increased Hold.Pid.kp
- decrease state change HEAT TO HOLD windows to 1°C
This commit is contained in:
jens
2021-10-12 09:11:07 +02:00
parent ff90c6d90c
commit 425567f3db
5 changed files with 65 additions and 96 deletions
+2
View File
@@ -1,3 +1,5 @@
from components.pid.pid import *
from components.pid.kalman import *
from components.pid.tc_constants import *
from components.pid.pid_factory import PidFactory