I feel like I’ve tried everything. Can someone please help me connect this darn device? I’ve read so many articles and watched so many videos. It seems to get brushed over since it’s so easy to do, but that’s not the case for me.
UPDATED:
esphome:
name: esp32
platform: ESP32
board: esp32doit-devkit-v1
# board: nodemcu-32s
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
password: "3e8d2b36cd118a1f6ee0f330cb5d5c6e"
wifi:
ssid: "...searching"
password: "blahblah"
manual_ip:
# Set this to the IP of the ESP
static_ip: 192.168.86.100
# Set this to the IP address of the router. Often ends with .1
gateway: 192.168.86.1
# The subnet of the network. 255.255.255.0 works for most home networks.
subnet: 255.255.255.0
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "32 Fallback Hotspot"
password: "f7MMIYgh3LoF"
captive_portal: