I’ve always been fascinated by the intersection of low-tech and high-tech solutions, especially when it comes to home automation. Recently, I decided to tackle a simple yet often overlooked problem: knowing when the mail has been delivered. After a bit of research and some hands-on tinkering, I came up with a solution that combines the best of both worlds—low-tech simplicity and high-tech convenience. Here’s how it went down.### The ProblemThe postal carriers in my neighborhood have a reputation for being… well, let’s just say their schedule isn’t exactly predictable. I wanted a way to know when the mail was delivered without having to constantly check the mailbox. While there are plenty of high-tech solutions out there, I wanted something that was easy to set up, reliable, and didn’t require constant maintenance or programming.### The SolutionI started by thinking about what I already had on hand. I had a mailbox with a simple open/closed sensor, which I knew could be integrated into my Home Assistant setup. But I didn’t want to rely solely on programming to solve the problem. That’s when I remembered a clever low-tech solution my father-in-law had used years ago.He had mounted a hinge on the front of his mailbox. When the door was opened, the hinge would flip down, creating a visible indicator that the mail had been delivered. I decided to adapt this idea using materials I already had.Here’s what I did:1. Mounted a Hinge: I attached a hinge to the front of the mailbox door. This hinge was designed to flip down when the door was opened.2. Added a Magnet: Instead of a reflector, I used a small magnet on the hinge. This magnet would align with a reed switch inside the mailbox door.3. Integrated a Reed Switch: I placed a reed switch inside the mailbox door, positioned so that it would close when the hinge was flipped down (indicating the door was open) and open when the hinge was up (indicating the door was closed).### How It WorksThe system is remarkably simple:- When the mailbox door is closed, the hinge is in the upright position, and the reed switch is open.- When the door is opened, the hinge flips down, closing the reed switch. This triggers a notification in Home Assistant, alerting me that the mail has been delivered.- When the mail is retrieved and the door is closed, the hinge flips back up, opening the reed switch and resetting the system.### Why This WorksThis setup has several advantages over purely high-tech solutions:- No Programming Required: Unlike the initial approach where I used a helper switch and automations, this system doesn’t require any programming or reset steps.- Reliable and Durable: The mechanical solution is robust and less prone to failures compared to sensors that might malfunction over time.- Low Maintenance: Once set up, it requires minimal attention and no batteries to replace.### ReflectionsReflecting on this project, I realize that sometimes the simplest solutions are the most effective. By combining a low-tech mechanical system with a high-tech notification platform, I achieved a seamless and reliable solution that fits perfectly into my smart home setup.This experience has taught me to always consider both high-tech and low-tech options when tackling a problem. Sometimes, the best solution is the one that uses the least amount of technology—because it’s the one that’s most likely to work when you need it.If you’re looking for a straightforward way to monitor your mailbox without the hassle of complex programming, give this DIY approach a try. It’s a great example of how creativity and resourcefulness can lead to elegant solutions in the world of home automation.