You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Home Assistant server configuration is deployed, the integration establishes a persistent WebSocket connection to Home Assistant. At that point, several event listeners are registered to monitor things like state_changed events, and updates to the registry (devices, entities, areas, etc.).
This happens even if you don’t have any nodes in your flow—because the connection setup is part of the server configuration itself, not individual nodes. These listeners are necessary to provide real-time updates and autocomplete features in the editor, and they will consume some CPU depending on the number of entities and frequency of events in your Home Assistant instance.
Describe the bug
I recognized (months ago) that my server use much more resources than normal. Today I'm able to debug it complete down to this NR Plugin.
Without any Flow or Node, NR needs from ~0% without this plugin to 15-30% of my servers CPU (not a Pi, a real 8-core server).
To Reproduce
Expected behavior
Don't require CPU without any node/action to do.
Screenshots
No response
Example Flow
Environment Information
HA as DockerContainer, but same issue as HA addon in HA SUpervisor installation
Additional context
NR Log with level
trace
from saving the HA settings where the CPU rise:The text was updated successfully, but these errors were encountered: