Skip to content

v0.3.2 — Station fault no longer re-blocks cleaning

Choose a tag to compare

@botts7 botts7 released this 13 Aug 10:52
· 1 commit to main since this release

Stops a station fault from re-blocking cleaning the next day.

What's fixed

When a dock fault ends a run — most commonly "mop install failed" (the robot can't mount its mop pads) — the scheduler now:

  • Stops the robot's task, so its firmware can't auto-resume the doomed mop job. (Dreame firmware re-runs a paused task on its own; that task then fails again and "blocks" cleaning the next day.)
  • No longer queues an auto-retry — the un-done rooms simply stay pending for the weekly catch-up, which picks them up once the station's fixed, instead of hammering a broken mop every time the house empties.

Fixes a real case where a jammed mop-pad mount left the same three rooms failing across multiple days.

Full notes: https://github.com/botts7/dreame-scheduler/blob/main/CHANGELOG.md