New ESP32 board : Unable to compile the configuration

Hi, i have bought a new board, installed addon, installed cp210x driver as documented, i give it a name, enter my ssid + password, then i select the com6 port in chrome (usb) , but then receive error below? Its just a basic config with ssid + secrets? whats wrong with it? there are no logs being created ?



image

1 Like

Config and logs? :wink: :slight_smile: What you showed is exactly what we don’t need to help you here. :slight_smile:

Post your config for that device and the corresponding log while you try to compile. :slight_smile:

When i do a “skip this step” and use USB to this computer, again no logs here?

why cant i upload a simple config?



its the default config created by esphome addon itself, didnt change it yet

esphome:
  name: pool
  friendly_name: pool

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

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

ota:
  password: "xx"

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

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Pool Fallback Hotspot"
    password: "xx"

captive_portal:

and in secrets

# Your Wi-Fi SSID and password
wifi_ssid: "mywifi"
wifi_password: "xx"

and the file log_pool_compile.txt is just empty

hmm, got it to work, when accessing my HA instance on DNS https:// … it doesnt work, when i use http:// local ip , then it works, seems the addon doesnt like https with ingress

why doesnt it work or do anything if i’m connected to HA with my cloudflare dns? even the install button doesnt do anything, i need to access HA locally on ip

seems indeed a known issue with nginx

1 Like