Get notified when the washer finishes

Learn the washer’s own power pattern, remember when a real cycle starts, and send one alert after power stays at the finished level.

Best for: Washers whose electrical load can be observed safely and whose power pattern has a clear running and finished state.

Not for: An unverified inline smart plug, a shared circuit with combined readings, or a washer whose low-power cycle pauses look the same as its finished state.

Why this exists

Wet clothes are easy to forget when the laundry room is out of sight. A useful alert must distinguish a completed cycle from an idle machine, a fill pause, a delayed start, and a monitoring device that just reconnected.

The reliable pattern is stateful: prove that the washer was running before treating sustained low power as done.

What I used

Job Good enough Never think about it Notes
Observe washer power No personally verified monitor for the washer’s nameplate load yet No personally verified circuit-level energy monitor yet I have not verified an inline power monitor for this load. Do not assume a general-purpose smart plug is suitable.
Clear the waiting-laundry state A manual dashboard or phone action No personally verified washer-door sensor yet A manual reset is better than an unreliable door sensor.

See recommended gear for the job-first checklist. Do not buy an inline monitor until its voltage, continuous-current, startup-current, grounding, and appliance-load ratings have been checked against the washer and its manual.

Logic

IF washer power stays above the calibrated running threshold THEN mark the washer as running IF washer power stays below the calibrated finished threshold AND the washer is marked as running AND the low-power period is longer than any normal cycle pause THEN send one "Washer finished" notification AND mark laundry as waiting AND clear the running marker

Setup notes

  1. Check the washer manual and nameplate before connecting any inline monitoring device.
  2. Configure the monitoring device as observe-only. Keep its relay on and exclude it from broad “turn everything off” routines.
  3. Record power through at least three complete cycles, including the modes the household actually uses.
  4. Identify a running threshold that standby noise never reaches.
  5. Identify a finished threshold and a delay longer than every low-power pause seen during a cycle.
  6. Create separate running and waiting-laundry states.
  7. Test with silent logging before enabling notifications.
  8. Enable one completion alert, then add a quiet reminder only if it is useful.

Calibrate from evidence

Fixed internet thresholds are guesses. Build a small observation table for the actual washer:

Observation What to record
Idle before a cycle Normal standby range
Fill and soak pauses Lowest draw and longest duration during a real cycle
Agitate and spin Typical active range
Finished Stable draw after the controls settle
Monitor unavailable How missing or stale data appears

Choose thresholds with room between observed states. If there is no reliable gap, use a different sensing method rather than shortening the delay until false alerts appear.

Advanced features

Add one restrained reminder

Set a waiting-laundry state when the first alert is sent. If it is still set after a household-chosen interval, send one quiet reminder. Clear it manually or with a separately verified door sensor.

Respect quiet hours

Keep the completion event in history, but delay speaker announcements until daytime. A phone notification can remain silent overnight.

Show data health

Display unavailable or stale monitoring as unknown, not idle. Missing measurements must never count as a finished cycle.

Failure modes

Done when

FAQ

What wattage means that my washer is finished?

There is no universal number. Observe several complete cycles, find the lowest normal running draw and the stable finished draw, then place the threshold between them.

Why must the automation remember that the washer was running?

The running marker prevents a completion alert every time an idle washer reports low power or reconnects after an outage.

Should the automation turn off the smart plug?

No. Use the device only for monitoring and keep its relay on. Do not remotely interrupt a washer cycle.