Skip to content

v1.3.0

Choose a tag to compare

@hoizi89 hoizi89 released this 08 Jan 14:10

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_at timestamp sensor (replaced by better auto_off_remaining countdown)
  • Update documentation