v1.3.0
New Features
Session End on STANDBY Parameter
New parameter for Standby Mode that controls when sessions are counted:
| Setting | Behavior | Use Case |
|---|---|---|
| OFF (default) | Session continues during ACTIVE↔STANDBY cycling | Sauna, oven |
| ON | Each ACTIVE phase is a separate session | Washing machine, dishwasher |
Example - Washing Machine (ON):
- Load 1: STANDBY → ACTIVE (30min) → STANDBY = Session 1 ✓
- Load 2: STANDBY → ACTIVE (45min) → STANDBY = Session 2 ✓
- → 2 sessions counted!
Example - Sauna (OFF):
- ACTIVE (heating) → STANDBY → ACTIVE → ... → OFF
- → 1 session counted (entire usage)
Changes
- Remove redundant
auto_off_attimestamp sensor (replaced by betterauto_off_remainingcountdown) - Update documentation