Drop a few ESP32 boards ($3-8 each) flashed with ESPHome ’s Bluetooth Proxy firmware into rooms where BLE devices drop out. Home Assistant then routes Bluetooth traffic through the nearest proxy on its own. Each proxy adds about 10-15 meters of BLE coverage through interior walls, needs only a USB power cable, and works with HA’s native Bluetooth setup. The BLE devices themselves need no config changes. They have no idea they’re talking through a relay.
DIY Smart Doorbell for $25: Skip Ring's $5/month subscription
Yes, you can build a full smart video doorbell for under $25. The parts list: an ESP32-CAM board, a PIR motion sensor, a push button, and ESPHome firmware. It streams MJPEG video to Home Assistant , pushes a snapshot to your phone on button press, and saves motion clips locally. No cloud. No video leaves your network. The build takes about two hours, and every future update flashes over Wi-Fi.
Track Package Deliveries in Home Assistant with 17TRACK and Automations
Connect a free 17track.net account to Home Assistant and you can pull tracking data from 3,200+ carriers into one place. From there, automations ping your phone, fire the porch camera, and toggle outdoor lights as boxes move through the system. Below is a working blueprint for the whole flow, from setup to multi-user alert tuning.
Setting Up the 17TRACK Integration
17track.net is a tracking aggregator. It pulls status updates from USPS, UPS, FedEx, DHL, Royal Mail, China Post, YunExpress, and roughly 3,200 other carriers across 220 countries. Once you add tracking numbers to your 17track account (by hand, through the mobile app, or via email forwarding), the Home Assistant integration mirrors them as sensor entities. You can then display them and build automations on top.
Shelly Relay Garage Automation: $20 Install, Zero Warranty Risk
Wire a Shelly 1 relay in parallel with your existing garage door opener’s wall button, attach a reed switch for open/closed state detection, and integrate both with Home Assistant . That is the whole project. You get remote control, auto-close timers, arrival-based opening, and departure-based closing for under $20 in hardware, without replacing your existing opener or voiding any warranties.
This approach works because nearly every residential garage door opener - Chamberlain, LiftMaster, Genie, Craftsman - uses the same basic control mechanism. The wall button shorts two low-voltage wires together, and the motor responds. The Shelly relay replicates that button press electronically. Your physical wall button keeps working; the relay just adds a second way to trigger the same circuit.
Home Assistant Energy Dashboard: 4 Flows, Solar, and Battery Tracking
The Home Assistant Energy Dashboard shows you where your power comes from, where it goes, and what it costs. If you have solar panels and a battery, it’s the best way to track output, storage cycles, grid flow, and per-device use, all without your inverter maker’s cloud app.
Setup takes care, though. The dashboard wants specific sensor types with specific attributes. Get those wrong and you get blank graphs or wildly wrong numbers. Below: the sensor rules, how to wire up popular inverter and battery brands, the dashboard setup itself, and some custom sensors for deeper insight into your solar setup.
AppDaemon 4.5 State Machines: Beyond YAML Automations
AppDaemon
4.5.14 is a Python runtime that runs next to Home Assistant
. It lets you write rules as full Python classes. You get state machines, scheduling, outside API calls, and logic that YAML can’t handle. Install it as a Home Assistant add-on, drop a Python file in the apps folder, define a class that inherits from hass.Hass, and use callbacks like listen_state() and run_daily() to drive multi-step flows, saved values, and live data.
Botmonster Tech




