Skip to content
No results
  • Home
  • Tutorials
    • Getting Started
    • Home Assistant Integration
    • Troubleshooting & Tips
  • Projects
    • Smart Home
    • Vehicle & Engine Simulators
    • Automation & Control
    • Data Logging & Cloud
    • Environment & Weather
  • Reviews
    • ESP32 Boards & Modules
    • Sensors & Components
    • Tools & Accessories
  • Contact
  • About
  • Code Snippets
  • Schematics
  • Downloads
  • Links
Esp32.co.uk
  • Home
  • Tutorials
    • Getting Started
    • Home Assistant Integration
    • Troubleshooting & Tips
  • Projects
    • Smart Home
    • Vehicle & Engine Simulators
    • Automation & Control
    • Data Logging & Cloud
    • Environment & Weather
  • Reviews
    • ESP32 Boards & Modules
    • Sensors & Components
    • Tools & Accessories
  • Contact
  • About
  • Code Snippets
  • Schematics
  • Downloads
  • Links
Esp32.co.uk
  • Home Assistant Integration

Car Arrival Detection via BLE in Home Assistant

“Car arrival detection” is one of the most useful automations you can build because it’s faster and more reliable than GPS when done properly. The idea is simple: This article shows a reliable setup using BLE + smart timeouts so…

  • panakos
  • 1 February 2026
  • Home Assistant Integration

Home Assistant BLE Presence Detection (Home/Away, No GPS Required)

This is the “works in real life” pattern: You end up with one “source of truth” entity you can use everywhere:binary_sensor.presence_home_final 1) Inputs you need A) BLE present (fast) This should be ON if any ESP32 Bluetooth Proxy sees your…

  • panakos
  • 1 February 2026
  • Home Assistant Integration

BLE Buttons & Remote Controls for Home Assistant Scenes (Cheap, Fast, and Local)

Physical buttons are the missing piece in many smart homes. Phone apps are fine, but a real smart house needs instant tactile control: BLE buttons and fobs are a great way to do this because they’re: This guide shows how…

  • panakos
  • 1 February 2026
  • Home Assistant Integration

BLE Sensors in Home Assistant: Xiaomi vs Govee (Setup, Reliability, Dashboards, and Fixing Dropouts)

BLE temperature/humidity sensors are one of the cheapest “high impact” upgrades you can add to Home Assistant. You can scatter them everywhere: But people run into the same problem: “It works for a day, then stops updating.” This article shows…

  • panakos
  • 19 January 2026
  • Home Assistant Integration

Home Assistant Bluetooth Proxy Guide (ESP32/ESPHome): Placement, Range & Fixing Dropouts (2026)

Bluetooth in Home Assistant can feel magical one day and useless the next—until the proxy network is designed properly. Most “BLE problems” are not software problems. They are RF placement problems: walls, metal, reflections, interference, and bad proxy density. This…

  • panakos
  • 19 January 2026
  • Home Assistant Integration

Denon & Marantz AVR in Home Assistant: Setup, Control, and Automations (2026)

Marantz AVRs integrate cleanly with Home Assistant over the local network. There are three main integrations you’ll see in HA, and choosing the right one matters: Marantz Cinema models (like Cinema 60) work fine with HA; one common requirement for…

  • panakos
  • 19 January 2026
  • 2 Comments
  • Home Assistant Integration

Room-Level Presence with BLE Beacons in Home Assistant (ESP32 Bluetooth Proxy Guide)

Room presence is one of those Home Assistant upgrades that changes everything. Not “someone is home”, but who is in which room, in real time, with automations that feel instant: You can do this without cameras, without Wi-Fi triangulation, and…

  • panakos
  • 16 January 2026
  • ESP32 Boards & Modules, Getting Started

ESP-01 / ESP-01S “Survival Guide” (ESP8266) — Wiring, Boot Modes, Flashing, and Real-World Gotchas

The ESP-01 (and ESP-01S) is the smallest, most annoying, and most misunderstood ESP8266 module. It can be incredibly useful (Wi-Fi bridge, tiny sensor node, UART→Wi-Fi device), but only if you wire it correctly and respect its boot pins. This guide…

  • panakos
  • 7 January 2026
  • ESP32 Boards & Modules, Getting Started

ESP8266 (ESP-12E/12F, NodeMCU, Wemos D1 mini) — The Complete Guide & Cookbook

The ESP8266 is the chip that kicked off the Wi-Fi microcontroller revolution. Even today it’s still a great choice for simple IoT devices: cheap, small, and supported everywhere. But it has quirks (boot pins, one ADC input, weak power rails…

  • panakos
  • 7 January 2026
  • ESP32 Boards & Modules, Getting Started

ESP32 DevKitC V4 (WROOM-32) Pinout, Specs, GPIO & Boot Mode Guide (2026)

The ESP32-DevKitC V4 is the “classic ESP32” dev board most tutorials assume. But the internet is full of half-truths: pinout posters without context, ADC guides ignoring Wi-Fi conflicts, and “use GPIO0” recipes that break boot. This guide is meant to…

  • panakos
  • 7 January 2026
  • ESP32 Boards & Modules

ESP8266 Variants and Pinouts – ESP-01, ESP-12E/F, NodeMCU, Wemos D1 mini

The ESP8266 started life as a tiny Wi-Fi module but quickly became a full microcontroller platform. Under the metal cans, almost all modules use the same chip (ESP8266EX) – what changes is: This guide covers the most common variants you’ll…

  • panakos
  • 6 January 2026
  • Home Assistant Integration, Smart Home

Build the Ultimate Room Node: Bluetooth Proxy + Motion + Temperature (All-in-One Guide)

If you followed our Bluetooth Proxy Guide, you probably have an ESP32 sitting behind a sofa or plugged into a wall, doing a great job listening for Bluetooth signals. But it’s wasted potential. That ESP32 is a powerful microcontroller running…

  • panakos
  • 30 December 2025
  • Home Assistant Integration

3 Advanced ESPHome Bluetooth Proxy Tricks (SwitchBot, Battery Life & Stability)

So, you’ve followed our Bluetooth Proxy 2025 Guide and have an ESP32 piping Bluetooth signals into Home Assistant. Amazing, right? But maybe you’re noticing your Xiaomi thermometer batteries are draining faster than usual. Or perhaps your SwitchBot Lock keeps showing…

  • panakos
  • 30 December 2025
  • Home Assistant Integration

Integrating KNX with Home Assistant (HA) Gateway

Integrating KNX with Home Assistant (HA) is the “gold standard” for professional-grade smart homes. While Wi-Fi and Zigbee are great for hobbyists, KNX offers a hardwired, decentralized backbone that works even if HA is offline. To bridge these two worlds,…

  • panakos
  • 30 December 2025
  • ESP32 Boards & Modules

Full comparison ESP32 vs STM32 – Which One Is Right for Your Project? (2026)

When people say “ESP32 vs STM32”, they’re really comparing a Wi-Fi SoC (ESP32) with a huge family of general-purpose microcontrollers (STM32). They overlap, but they’re not aimed at the same sweet spot. If you’re starting a new embedded project today,…

  • panakos
  • 21 December 2025
Prev
1 2 3 4 5 6
Next

Trending now

Denon & Marantz AVR in Home Assistant: Setup, Control, and Automations (2026)
How to Send ESP32 Sensor Data to Home Assistant via MQTT (2026)
How to Connect an ESP32 + BME280 Sensor to Home Assistant (via MQTT)
Full Comparison of All ESP32-C6 Versions and Development Boards (2026 Guide)
Copyright © 2026 - WordPress Theme by CreativeThemes