Running latest 2022.5 version on Docker on Ubuntu x86 computer.
When (re)starting the docker container, everything works great, all works and everything.
After some time, about an hour or so, various. things stop working:
- HomeAssistant is not accessible through :8123 port
- I’ve also added HealthChecks.io support - health checks are stopped being fired.
- Automations stop working
On the other hand - some other things keep “working”:
- Docker container is alive and well
- Logs of background services are still being written (i.g.
INFO (Thread-14) [pychromecast.socket_client] [Entryway clock(192.168.1.123):8009] Connection reestablished!
) - Docker container is accessible, running
ps -ef
returns191 root 39:39 python3 -m homeassistant --config /config
This started sometime with 2022.5 (not sure exactly when).
I’ve tried to change the logs to debug (all of them, via `logger: default: debug") – but no correlated logs appear at that time, it looks like everything works well.
How can I debug the issue?
Anyone experienced something similar?
Some extra data if needed:
Version core-2022.5.4
Installation Type Home Assistant Container
Development false
Supervisor false
Docker true
User root
Virtual Environment false
Python Version 3.9.9
Operating System Family Linux
Operating System Version 5.15.0-27-generic
CPU Architecture x86_64
Timezone Asia/Jerusalem