LogoBotmonster Tech
AI Smart Home Self-Hosting Coding Web Dev Hardware Bootpag Image2SVG Tags

Esphome

You won't believe your home's radon levels: a $150 ESPHome detector reveals them

You won't believe your home's radon levels: a $150 ESPHome detector reveals them

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 Voice Preview Edition Review: Is the $59 Box Ready for Daily Use?

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.

Smart Thermostat Under $30: DIY with ESP32, No Subscription

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.

Five ESP32 chip modules on a grid, each emitting a colored radio halo, with a battery and a gauge needle pointing from milliamps down to microamps.

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.

Multi-Sensor Weather Station with ESP32 Under $100

Multi-Sensor Weather Station with ESP32 Under $100

Yes, you can build a working outdoor weather station for under $100. You need an ESP32 running ESPHome (current stable: 2026.3.x), a Davis 6410 anemometer for wind, a tipping-bucket rain gauge, and a VEML6075 UV sensor. All of it reports live data to Home Assistant over WiFi. The result is hyperlocal weather data more accurate than any commercial forecast for your yard, roof, or field.

Hardware Selection and Sensor Wiring

The backbone of this station is an ESP32-S3 DevKitC (or the older ESP32-WROOM-32). The S3 variant has better WiFi range and BLE 5.0 support if you want to expand later. Power it with a 5V USB-C supply. For longer outdoor cable runs, use a 12V barrel jack feeding an LDO voltage regulator. The same board family fits other outdoor builds too. Our guide to tracking particulates with a PMS5003 node uses a similar power and enclosure setup. The weatherproofing carries over to pool and spa water chemistry , where the ESP32 stays in a sealed box and only the probes touch the water.

Build a Zigbee End Device With ESPHome and the Nordic nRF52

Build a Zigbee End Device With ESPHome and the Nordic nRF52

As of ESPHome 2026.1.0, you can flash a Nordic nRF52840 board from a plain ESPHome YAML file and have it join Zigbee2MQTT or Home Assistant ZHA as a native Zigbee end device, with no custom C firmware, no Nordic Connect SDK project, and no coordinator reflashing involved. Pick a Seeed XIAO nRF52840, a Nordic nRF52840-DK, or an Adafruit Feather nRF52840 Sense, drop an nrf52: block and a zigbee: component into your config, add a binary sensor, sensor, or switch, and run esphome run sensor.yaml. The device pairs like any other battery-powered Zigbee sensor, sleeps between reports, and receives firmware updates over Zigbee itself through the new OTA path. ESPHome 2026.2 adds time sync and a number entity type on top, so end devices can timestamp their own readings and expose adjustable thresholds.

  • ◀︎
  • 1
  • 2
  • 3
  • ▶︎

Most Popular

What X and Reddit Users Are Saying about Claude Opus 4.7

What X and Reddit Users Are Saying about Claude Opus 4.7

How power users on X and Reddit reacted to Claude Opus 4.7: praise for agentic coding, token burn concerns, and teams' practical prompting habits.

A glowing desktop graphics card streams data into a landscape painting on an easel beside VRAM and wattage gauges

Run FLUX 2 Locally in 2026: VRAM by GPU + ComfyUI Setup

Run FLUX 2 locally in ComfyUI. VRAM by GPU from 8GB to 24GB, GGUF builds, the variant that fits your card, cost versus cloud, and the files to grab.

Alacritty vs. Kitty: Best High-Performance Linux Terminal

Alacritty vs. Kitty: Best High-Performance Linux Terminal

Alacritty vs Kitty in 2026: emoji and Unicode rendering, real benchmarks, latency, memory, maintainer reputation, and the right terminal for your workflow.

Hyprland vs Sway vs COSMIC: Best Wayland Compositor for Developers in 2026

Hyprland vs Sway vs COSMIC: Best Wayland Compositor for Developers in 2026

Compare Sway, Hyprland, and COSMIC Wayland compositors. Covers tiling models, display handling, plugin ecosystems, and stability for your workflow.

Running Gemma 4 26B MoE on 8GB VRAM: Three Strategies That Work

Running Gemma 4 26B MoE on 8GB VRAM: Three Strategies That Work

Run Google Gemma 4 26B MoE with sparse activation on budget 8GB GPUs using aggressive quantization, GPU-CPU layer offloading, and tensor parallelism techniques.

Three roped climbers ascend a cliff whose contour lines form a topographic curve over stacked memory chips at the base.

Local Image Models in 2026: Qwen vs FLUX vs SDXL on VRAM

Compare the best local image generation models on text-in-image accuracy, prompt adherence, VRAM, speed, and license to find your quality-per-VRAM sweet spot.

AI Coding Benchmarks in 2026: Why the Leaderboard You Pick Decides the Winner

AI Coding Benchmarks in 2026: Why the Leaderboard You Pick Decides the Winner

AI coding benchmarks produce wildly different rankings. Which models win depends on which benchmark you choose and which agent framework wraps them.

Like what you read?

Subscribe to the Botmonster newsletter and get Linux, AI, and self-hosting posts weekly.

Privacy Policy  ·  Terms of Service
2026 Botmonster