Current Monitor and Water Sensor for Sump Pump

I have a sump pump in my basement that doesn’t run very often. I wanted to be able to get a notification when it did run and a notification in the event of a water leak, which might indicate that the pump isn’t functioning properly. Detecting water was relatively simple, but trying to figure out when the pump runs was a little more challenging. I looked into a vibration sensor since the pipes would vibrate very lightly when it came one, but the sensor just wasn’t sensitive enough. I also considered measuring the amount of sound, but I thought that might cause some false positives when the kids were in the basement playing.

ESP8266 RemoteDebug Library

I discovered this Arduino library a few weeks ago, and was surprised to see that there aren’t more projects that make use of it. I feel that anyone that is using OTA would have a use for this library. So I decided to make a post because I’m thinking that there are many people that don’t know about it. This library was written by JoaoLopesF.

Use Home Assistant to Send a Notification at a Specific Interval When the Door is Left Open

This blog post builds on my last post about the Wemos D1 Mini Garage Door Controller.

Sending a notification via Home Assistant is a simple process, and it is mostly well documented. However, I had trouble finding a solution that repeatedly sends a notification about a device state until that state changes. In this case, I wanted something to notify me when my garage door is open for a while, and then continue sending me notifications every 30 minutes until it’s closed.