12 Commits
Author SHA1 Message Date
jensandClaude Sonnet 4.6 81e66dbcd1 Move PID matplotlib demo harnesses out of production modules
temp_controller.py, temp_controller_smith.py, and kalman.py imported
matplotlib at module level just to support eyeballed-plot __main__
blocks, coupling the live server's import graph to a GUI plotting lib
it never uses at runtime. Relocate those demos (and kalman_eval.py) to
scripts/demos/pid/ and strip the now-unused imports/__main__ blocks
from the production files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 08:21:47 +02:00
jens 80fa983c96 - fixed kalman test for different dt 2021-10-10 13:56:48 +02:00
jens 262f1ef663 - refactored params 2020-12-21 12:24:31 +01:00
jens 6dd0920010 - refactored 2020-12-16 17:13:57 +01:00
jens 752bb18ef5 - refactored 2020-12-13 14:52:16 +01:00
jens e26b4bfba0 - refactored 2020-12-13 14:47:42 +01:00
jens 8ec7dfbc98 - refactored 2020-12-13 14:23:26 +01:00
jens 55aa043efb - tempcontroller: added heat rate control 2020-12-05 18:33:16 +01:00
jens 9d609df44f - improved Kalman test 2020-11-27 19:43:41 +01:00
jens 18103df836 - fixed Kalman 2020-11-26 20:41:42 +01:00
jens e867bd574e - fixed Kalman 2020-11-26 20:33:56 +01:00
jens bf205742b1 - added Pid
- added Temp Controller
- added Kalman
2020-11-26 19:57:28 +01:00