Laundry Finished Notifier

This small project shows how to turn a "dumb" washing machine into a somewhat smarter one which is able to notify you via ntfy.sh about the finished laundry and the energy it consumed.

This can be done with a simple smart socket running Tasmota firmware, i.e. without running any MQTT broker or full-fledged home automation system.

Source Code Repository

https://github.com/treitmayr/laundry-finished-ntfy

Design

The provided rules perform the following steps:

  1. Wait for the current power consumption to rise to StartWatts or higher.
  2. Store the current value of the total measured energy, and send a notification (topic "laundry") about the start of the laundry to the ntfy.sh server.
  3. Wait for the current power consumption to drop to DoneWatts or lower.
  4. Wait for the grace period.
  5. Compute the energy difference and send a notification (topic "laundry") about the end of the laundry to the ntfy.sh server.

If during steps 4 the power rises back to at least StartWatts, the grace period timer is stopped and execution returns to step 3.

 

 

No comments

We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.