Set up a teeth brushing reminder for kids

Use a power-monitoring smart plug on an electric toothbrush charger to detect when the toothbrush is removed, as a proxy for brushing happening, with a reminder if it does not happen by a set time.

Best for: A household with kids using an electric toothbrush on a dedicated charger, wanting a lightweight nudge without manual check-ins.

Not for: A manual, non-electric toothbrush; there is no power draw to detect in that case.

Why this exists

Reminding kids to brush their teeth often falls on a parent to check manually. Detecting when the toothbrush is picked up off its charger, based on the change in power draw, gives an automated proxy for whether brushing likely happened, without needing to physically check.

What I used

Job Good enough Never think about it Notes
Detect the toothbrush being removed from its charger No personally verified recommendation yet No personally verified recommendation yet This specifically needs a smart plug with power or wattage monitoring, which is a different capability than the basic on/off plug jobs already covered.

See recommended gear for the job-first checklist. Product recommendations and any future affiliate relationships are explained in the disclosure.

Logic

IF the toothbrush charger's power draw drops below its baseline THEN mark the current brushing window (morning or evening) as complete IF the target time for a brushing window passes AND that window has not been marked complete THEN send a reminder notification: "Time to brush teeth"

Setup notes

  1. Plug the toothbrush charger into a smart plug that supports power or wattage monitoring, not just basic on/off control.
  2. Observe the plug’s normal power draw while charging, to establish a baseline for detecting removal.
  3. Set a threshold drop from that baseline that reliably indicates the toothbrush was picked up.
  4. Define morning and evening brushing windows with a target time for each.
  5. Test by removing the toothbrush and confirming the platform correctly logs the window as complete.

Advanced features

Streak tracking

Track consecutive days with both windows completed, and tie it into a simple reward system if the platform supports counters or variables.

Multiple children

If more than one child uses a separate electric toothbrush and charger, repeat the setup with its own smart plug and tracked windows per child.

Failure modes

Done when

FAQ

Does this work with a manual, non-electric toothbrush?

Not directly. This recipe relies on detecting a power draw change when an electric toothbrush is removed from its charger, so it needs an electric toothbrush and a power-monitoring plug.

What if a child brushes but forgets to put the toothbrush back?

The automation only detects that the toothbrush was removed from the charger, not that it was actually used or returned. It is a reasonable proxy, not a certainty, and should be treated that way.

Can this be tied to a reward or chore system?

Yes, if the platform supports it, a successful morning and evening brushing detection can update a tracked count or virtual switch used elsewhere in a rewards routine.