Hello everyone,
Since I upgraded to Home Assistant 2025.7.1, I’ve been facing a strange issue:
- The web interface becomes unreachable after some time (a few hours).
- A manual
ha core restart
brings it back — but only temporarily. - All background services appear to continue running normally.
- I can ping the device, access via SSH, and run core commands.
This is happening on a system running Home Assistant OS 15.2 (machine: qemux86-64
) with Supervisor 2025.06.2
.
Here are the relevant diagnostics I ran:
Core Status (while the UI is inaccessible):
$ ha core status
blk_read: 0
blk_write: 0
cpu_percent: 4.94
memory_limit: 8329433088
memory_percent: 12.64
memory_usage: 1052700672
network_rx: 0
network_tx: 0
$ ha info
arch: amd64
channel: stable
docker: 28.0.4
homeassistant: 2025.7.1
hostname: homeassistant
operating_system: Home Assistant OS 15.2
machine: qemux86-64
state: running
supervisor: 2025.06.2
supported: true
$ ha network info
interfaces:
• interface: enp0s18
connected: true
ipv4:
address:
• 192.168.3.11/24
gateway: 192.168.3.1
method: auto
nameservers:
• 192.168.3.1
ready: true
host_internet: true
supervisor_internet: true
I can ping everywherez from HAOS :
$ ping -c 4 192.168.3.1
64 bytes from 192.168.3.1: time ~0.4 ms
$ ping -c 4 8.8.8.8
64 bytes from 8.8.8.8: time ~15 ms
$ ping -c 4 google.com
64 bytes from google.com: time ~15 ms
Problem summary:
-
After some uptime, the web interface (http://192.168.3.11:8123) becomes unavailable.
-
No visible CPU or RAM spikes.
-
network_rx
andnetwork_tx
show0
inha core status
during this time. -
Everything comes back with → ha core restart
-
UI then works again… until it freezes hours later.
Possible lead:
I suspect the core process becomes unresponsive on port 8123 while the rest of the system stays alive. The issue appeared only after updating to 2025.7.1 — never happened before.
SSH remain usable, everything seem to work in the background (automations, Z2M, …)
Has anyone else experienced this issue since 2025.7.1?
Any idea if this is a known bug in the release?
Thanks in advance!