Skip to content

v1.6.16 - Cycle & Soak control per program

Choose a tag to compare

@yashijoe yashijoe released this 07 Jun 04:12

What's new

Cycle & Soak control (3 entities per enabled program)

Three entities added per enabled program:

Entity Description Range
select.<program>_cycle_soak_mode Mode: off / auto / custom
number.<program>_cycle_soak_cycles Number of cycles (custom mode) 2–50, step 1
number.<program>_cycle_soak_min Soak duration between cycles (custom mode) 0–300 min, step 1

Behaviour:

  • off → disables cycle & soak (cs_on = false)
  • auto → device computes cycles automatically (cs_on = true, cycles = -1)
  • custom → applies user-defined cycles and soak time immediately

Number entities apply to the API immediately if mode is already custom; otherwise values are stored as pending and sent when switching to custom.