Radon is a colorless, odorless radioactive gas that seeps from soil and rock. It is the second-leading cause of lung cancer after smoking. The only way to know your exposure is to measure it over months, not minutes. Indoor levels swing by ten times between calm winter nights and breezy summer afternoons. The cleanest build I have found in 2026 pairs the FTLab RD200M sensor with an ESP32 running ESPHome . The RD200M is a pulsed ion chamber with a simple UART output. The node sends live and rolling-average readings to Home Assistant . It also fires alerts when your annual average creeps toward the EPA action level of 4 pCi/L (148 Bq/m3) . Total parts cost is about 150 USD, roughly half the price of an Airthings View Plus, and you own every byte of the data.
Home-Assistant
Home Assistant Voice Preview Edition Review: Is the $59 Box Ready for Daily Use?
Three Home Assistant Voice Preview Edition units have been running in my office, kitchen and living room for fifteen months, and not one of them has ever sent a syllable to a vendor cloud. At $59 that is the entire reason to own one, and for anyone already running Home Assistant it drops into existing automations with almost no friction: wake word detection on the ESP32 itself, sub-second response on common commands, and a far-field mic array that holds up at four meters. My complaints are the same ones I had in month two. Wake word accuracy drops in noisy rooms, the built-in speaker is too quiet for a kitchen, custom wake words require a training pipeline most people will not bother with, and anything beyond “turn the lights on” still needs either a local LLM or a cloud model piped through Assist.
Sync Your EV Charging With Solar Production in Home Assistant
Why PV Self-Consumption Matters Right Now
A 7.4 kW wall box pulling a flat 32A through a sunny afternoon is the worst load profile for a house with rooftop solar. It ignores what the panels do. It drags power from the grid during the cheapest hours of the day. It forces the inverter to dump the surplus at whatever feed-in rate your utility feels like paying that month. Since the post-2023 collapse of feed-in tariffs across Europe, that rate is painful. Export rates in Germany, the Netherlands, and the UK now sit around 6-8 cents per kWh. Retail import hovers between 28 and 35 cents. Every exported watt is a 20-cent loss. Every imported watt while the sun is up costs the same.
Smart Thermostat Under $30: DIY with ESP32, No Subscription
A fully local smart thermostat can be built from a 5 dollar ESP32
, a BME280 temperature sensor, and a small relay module. ESPHome
’s built-in thermostat climate component runs the control loop directly on the microcontroller, while Home Assistant
handles schedules, presence detection, and the dashboard. Total parts cost is under 30 dollars, nothing talks to a cloud, and because the heating logic lives on the ESP32 itself, the thermostat keeps working even if your Home Assistant server is rebooting or your internet is down.
Hailo-8 vs Google Coral TPU for Frigate NVR: Which Edge AI Accelerator Wins in 2026
The Hailo-8 (26 TOPS) is the clear winner for any Frigate build beyond four cameras, and the Hailo-8L (13 TOPS) has taken over as the sweet spot for mid-tier setups of six to ten cameras. The Google Coral Edge TPU (4 TOPS) is still a defensible pick for ultra-budget one-to-three-camera Raspberry Pi builds where an M.2 slot or spare USB port is already sitting idle, but the Hailo-8L usually beats it on price per TOPS even in that range. Reach for Coral when the only goal is stopping Frigate from melting a Pi’s CPU. Reach for Hailo-8 when there is headroom to grow into YOLOv8, higher resolutions, and future model upgrades.
ESP32 Boards for ESPHome: Radio-First Picks, Deep-Sleep Tested
The best ESP32 board for ESPHome in 2026 is the one whose radio matches the job, then the one whose deep-sleep current matches your power source. Pick the ESP32-C6 for Matter-over-Thread, the ESP32-H2 for battery Zigbee, and the classic ESP32 or S3 for mains BLE proxies. Bare modules sip 7-10 microamps asleep, but stock dev boards waste 5-15 mA.
Key Takeaways
- Match the chip to the radio first: C6 for Thread, H2 for Zigbee, S3 for BLE proxies.
- Bare ESP32 modules sip 7-10 microamps asleep; stock dev boards waste 5-15 mA.
- The C6 is the only ESP32 with Wi-Fi 6 plus a Thread radio, great for Matter.
- The H2 has no Wi-Fi, so it lives or dies on a Zigbee or Thread mesh.
- All five chips work in ESPHome, but C6 and H2 need the ESP-IDF framework.
What is the best ESP32 board for ESPHome in 2026?
There is no single winner, because the right board depends on the radio your project needs. So start from the radio, then filter by power source, then by GPIO and flash headroom. That order saves you from buying a powerful chip that lacks the one radio your sensor actually requires.
Botmonster Tech




