Rename config templates: .templ → -sim.json.tpl, config_real.json → -real.json.tpl

Consistent naming: config-sim.json.tpl and config-real.json.tpl.
Update README and TODO references accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SH2D4LRuCnhLSzoYerAfJX
This commit is contained in:
2026-06-28 20:23:29 +02:00
co-authored by Claude Sonnet 4.6
parent 2e14978210
commit c6e9258351
5 changed files with 57 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ the current `delay`-line rewrite of `Pot`.
wired from `brewpi.py`'s `TempSensorFactory.create(..., temp_offset=
-0.15, variance=0.01)`), not in the plant model. The stale
`Model.kn`/`Plant.kn` keys this item flagged have since been deleted
from `config.json.templ`/`config.json.sim` too.
from `config-sim.json.tpl`/`config.json.sim` too.
- [x] **`theta_amb` is hardcoded, not configured.** Fixed: added a
top-level `ambient_temperature` key to `config.json`(`.templ`/`.sim`);