add tui and persistent targets

This commit is contained in:
2026-07-05 14:11:57 +02:00
parent 2e11b41855
commit f8f5167af5
11 changed files with 960 additions and 63 deletions

View File

@@ -18,10 +18,16 @@ sudo usermod -aG dialout $USER # then log out/in
**Manual run**
```bash
python3 scripts/capture_csv.py
# Interactive dashboard (set target, presets, fan, CSV logging)
python3 scripts/capture_csv.py tui
# Headless CSV capture only
python3 scripts/capture_csv.py log
# logs/dryer_YYYYMMDD_HHMMSS.csv
```
**TUI keys:** `0` idle · `t` target · `p` presets · `f` fan on · `F` fan off · `l` toggle CSV log · `a` autotune · `:` raw command · `q` quit
**Always-on logging**
```bash