Skip to content

Commit 6319724

Browse files
committed
docs: Add an important note to the changelog recommending a fresh start for cycle history due to significant changes in cycle detection and profile matching.
1 parent b3cb7b1 commit 6319724

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ This release marks a complete re-engineering of the HA WashData core, transition
1818

1919
Thank you to everyone who has been patient during development and to all contributors who provided invaluable feedback, bug reports, and feature suggestions. This release wouldn't be possible without you!
2020

21+
> [!IMPORTANT]
22+
> **Fresh Start Recommended**
23+
>
24+
> This release includes significant changes to how cycles are detected and profiles are matched. The new engine depends on **clean, accurate data** to work properly.
25+
>
26+
> If you're unsure whether your previously recorded cycles were captured correctly (e.g., cycles that ended prematurely, incorrectly merged fragments, or noisy data from before tuning your thresholds), we recommend:
27+
> 1. **Delete your existing cycle history** via Configure → Manage Cycles → Delete All
28+
> 2. **Use the new "Record Cycle" feature** to capture fresh, clean training data for each program you use
29+
>
30+
> This ensures the best possible matching accuracy with the new architecture.
31+
2132

2233
### Core Architecture: Signal Processing & State Machine
2334
- **New Signal Processing Engine** (`signal_processing.py`):

0 commit comments

Comments
 (0)