ESP32-H2 Mini (Noname)

Dieses Development-Board (original von „espressif“, aber auch gern vom China-Mann gecloned) beinhaltet das „ESP32-H2-MINI-1“ Basis-Modul:

Technische Daten "ESP32-H2-MINI-1" Modul

Technische Daten "espressif DevkitM" Board

Pinout

ESPHome Configuration

esphome:
  name: garage-controller
  friendly_name: garage-controller
#  platform: esp32
#  board: esp32h2
#  platformio_options:
#    board_build.mcu: esp32h2

esp32:
  board: esp32
  variant: esp32h2
  framework:
    type: esp-idf

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "..."

ota:
  - platform: esphome
    password: "..."

bluetooth_proxy:
  active: true

captive_portal:

improv_serial: