Terugrit
(Alex)
November 14, 2025, 5:28pm
1
I’m having an issue where my ESP32 shows as online and working in the ESPHome dashboard with active logs, but appears as offline in Home Assistant’s Devices & Services section.
It uses the correct IP address, shows up on my network, and I’ve already tried re-adding it multiple times. It shows up as a discovered device when removed, but when I add it, it shows as disconnected.
Has anyone had this problem before? And what could be the problem?
Excuses if I posted this in the wrong section, very new to all of this!
1 Like
I’ve been experienced the same here with all my devices, esp32, esp32-c3 and esp32-cam
Seems to be working for a bit and then just loosing the connection,
I’ve tried connecting the device direclty to the PC and it hangs here:
INFO Starting log output from /dev/ttyUSB1 with baud rate 115200`Preformatted text`
on ESPHome github I’ve found the same issue:
opened 10:43PM - 10 Nov 25 UTC
### The problem
ESPHome Device Builder no longer loads if HA is HTTPS
the add … on logs show multiple entries of
WARNING 403 GET /events (0.0.0.0)
this only happens if HA is loaded via HTTPS
works fine if HA is loaded via HTTP
this was never an issue on previously
same issue present on 2025.10.4 and 2025.10.3
not sure when this started
### Which version of ESPHome has the issue?
2025.10.4
### What type of installation are you using?
Home Assistant Add-on
### What platform are you using?
ESP8266
### Component causing the issue
_No response_
### YAML Config
```yaml
```
### Anything in the logs that might be useful for us?
```txt
```
### Additional information
_No response_
, we might need to wait for an update,
Terugrit
(Alex)
November 15, 2025, 3:57pm
4
Here is my yaml, i have only added a bluetooth proxy because I want to use my ESP for presence detection
esphome:
name: slaapkamer1
esp32:
board: esp32dev
framework:
type: esp-idf
# Enable logging
logger:
# Enable Home Assistant API
api:
password: ""
ota:
- platform: esphome
password: ""
wifi:
ssid: "SSID"
password: "PASSWORD"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Slaapkamer1 Fallback Hotspot"
password: "mtK73LmxVdvV"
captive_portal:
bluetooth_proxy:
afsy_d
November 15, 2025, 4:26pm
5
What version of ESPHome are you running?
Did it run stable before and only started happening or is this something that didn’t work right off the bat?
Terugrit
(Alex)
November 15, 2025, 4:34pm
6
has not worked ever, and running on the newest version of the HA add-on
afsy_d
November 15, 2025, 6:05pm
7
And the first time you flashed it, did HA discover the ESP device?
You are able to ‘get logs’ from the ESPHome add-on, right?
Terugrit
(Alex)
November 15, 2025, 6:49pm
8
I don’t exactly know how but I got it working! hope it will stay this way
afsy_d
November 15, 2025, 7:36pm
9
Haha that’s awesome. Check the yaml you posted here and check what the difference is so you know (and can perhaps comment it I line) for next time.