View on GitHub

laundrification

Send a notification when laundry is done

Description

Send a notification when laundry is done

Details

This assumes that your washing machine has some kind of visual indication that the cycle finished - ideally an LED or so.

You will need:

Photoresistor

I used Sunkee GM5539 photoresister. See tutorial to learn how to connect it to the Arduino.

Setup IFTTT

Setup Arduino

Customization

More…

You could probably open the washing machine and connect to its LED wires directly. I did not do that to not void the warranty and because I just wanted an non-intrusive solution.

If you are experiencing problems, the code sends debug messages on serial port which you can read via Arduino IDE.

License