add tui and persistent targets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user