I’m trying to get the WebSocket auto-update functionality working.
From what I can see, the backend is mostly set up correctly — the WebSocket connection establishes successfully and I can see a few events being received. However, I can’t get live variable updates to work.
No matter what I try, the updated data never seems to be pushed through the WebSocket.
What I’ve already done:
Environment setup:
Despite this, the WebSocket doesn’t appear to emit the live update payloads when data changes.
Has anyone got this working in a similar setup, or is there something obvious I might be missing in terms of configuration or event triggering?
From what I can see, the backend is mostly set up correctly — the WebSocket connection establishes successfully and I can see a few events being received. However, I can’t get live variable updates to work.
No matter what I try, the updated data never seems to be pushed through the WebSocket.
What I’ve already done:
- Enabled streaming on the entity
- Enabled highlight update
- Verified the WebSocket connection is active and receiving some events
Environment setup:
- Running inside Docker
- WebSocket, daemon, and app are all in separate containers
- All services are on the same Docker network
Despite this, the WebSocket doesn’t appear to emit the live update payloads when data changes.
Has anyone got this working in a similar setup, or is there something obvious I might be missing in terms of configuration or event triggering?
