#HA 2025.9 on Rpi5 CPU-load
1 messages · Page 1 of 1 (latest)
Check with glances what uses the CPU.
hope you are running ssd instead of SD
Yes, I'm running on a Pi5 with a m.2 SSd.
The process "homeassistant" has been running at 400% CPU usage since the system has been booted. I don't think I should kill the homeassistant process.
Please open glances, press z and c and share what you see.
As picture please.
Can you try pressing the / key or wherever it may be on a english keyboard to see the command's args?
Looks pretty much just like core though. I'd follow the core logs via ha core logs -v and see if something sticks out.
Afterwards try restarting core in safe mode via ha core restart --safe-mode and see if the problem persists.
Also see: https://community.home-assistant.io/t/tracking-down-instability-issues-caused-by-integrations/724441
Like this ?
More like this. For me it's the # key.
I just enabled debug mode and restarted. Will post shortly.
2025-09-05 08:57:15.038 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration nordpool which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-05 08:57:15.039 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration huawei_solar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-05 08:57:15.039 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hass_agent which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-05 08:57:15.039 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-05 08:57:15.040 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration zaptec which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-05 08:57:15.040 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-05 08:57:15.040 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration viva which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
These integrations has been running in my system for years.
I have now removed the HASS_agent integration. And it seems to have made the CPU happy again.
Thanks for your help!
No problem.
And now the CPU is back att 200%. So I'll sarch for more integrations to delete...
docker - homeassistant running an hour 397,1 1.37G 7.76G 0b 0b NaNb NaNb /init`````
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
Does it happen in safe mode too?