#esp

1 messages · Page 1 of 1 (latest)

naive magnet
#

failing to add another esp32home. I have 5 installed all working fine. now i want to install a 6th. a basic initial install works. But as soon as I add the "esp32_ble_tracker:" section (copied one to one from a working yaml) that fails after compile .. flash. the yaml does not complain at install time. It restarts with a memory corrupt message and the esp reboots constantly. Here is what works. I can reinstall the old esp with existing yaml. i can replace old esp with new hardware (using the same yaml) ... my conclusion: It is not hardware (can substitute old with new for existing yaml). it must be the new yaml: ( i have xx the passwords )

esphome:
name: esp7
friendly_name: esp7

esp32:
board: esp32dev
framework:
type: esp-idf

Enable logging

logger:

Enable Home Assistant API

api:
encryption:
key: "xx"

ota:

  • platform: esphome
    password: "xx"

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password

Enable fallback hotspot (captive portal) in case wifi connection fails

ap:
ssid: "Esp7 Fallback Hotspot"
password: "xxx"

captive_portal:

as soon as I add this section it fails

esp32_ble_tracker:
scan_parameters:
continuous: true
interval: 1000ms
window: 1000ms
active: true
max_connections: 3

bluetooth_proxy:
active: true

=====

any suggestion pointer is welcome

In the yaml I checked the indents they are all fine, and the esp32_ble_track:... section is copied and pasted from a working yaml.