Never Miss a Delivery Again: Building a Package Alert
TL;DR: A package got stolen from my apartment lobby. No camera, no delivery API, no tracking webhook. So I built my own. Change Detection polls the carrier’s public tracking page every five minutes, publishes a message over MQTT when the status changes, and Node-RED routes that message to every Google Home speaker in my apartment. The moment a package is marked delivered, the speakers announce it. The Problem It finally happened to me. ...