I recently embarked on a fun weekend project to integrate my daily coffee routine with SmartThings. The goal was to automate my coffee maker using a combination of sensors and smart switches. Here’s how it all came together!
I started with an Aeon Labs Smart Energy Switch to control the power supply of my coffee maker. The next piece of the puzzle was a PEQ moisture sensor, which I positioned near the coffee maker to detect any water spills. The idea was to ensure that the coffee maker only turns on if there’s no water detected, preventing any potential mess.
To add an audible alert when the coffee is ready, I utilized the HAM Bridge. This integration allows me to receive notifications on my Mac, ensuring I never miss a fresh brew. I also developed a custom SmartApp to handle the automation logic, which you can find on my GitHub repository.
The setup was a breeze once I got the hang of it. I programmed the SmartApp to check the moisture sensor every morning. If it detects no water, the energy switch turns on, and the coffee starts brewing. After a preset time, I receive an alert letting me know the coffee is ready. It’s been a fantastic way to start my mornings!
I’d love to hear if anyone else has tried similar projects or has tips to enhance this setup. Happy brewing! ![]()