Clean up after Smith predictor rewrite and drop unused/stale config

[brewpi] - drop trace vars for the dtheta_ist_* attributes removed
when temp_controller_smith.py dropped Kalman filtering
[Pot] - drop unused kn field (never read since the noise-injection
code that used it was dropped)
[GUI] - default WS connection to ws://localhost:8765

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 15:09:36 +02:00
co-authored by Claude Sonnet 4.6
parent 95eacabe28
commit d02b7cbe72
3 changed files with 2 additions and 12 deletions
-3
View File
@@ -27,9 +27,6 @@ class Pot(APlant):
# Energy transport propagation delay
self.Td = params['Td']
# TBD
self.kn = params['kn']
# Plant temperature [°C]
self.temp = params['theta']