No Telemetry
Device disconnected, adapter errors, or missing live values.
Symptoms
- Device shows DISCONNECTED (no telemetry in 15 seconds)
- Adapter status ERROR or NOT_IMPLEMENTED
- UNS Explorer empty for expected tags
- Operations Center connectivity KPI low
Checklist
- Adapter orchestrator —
docker compose logs adapter-orchestrator; device should show RUNNING for live in-process adapters - Connection config — host, port, MQTT URL, or OPC
endpointUrlmatches the field device - Tags — at least one active tag with valid address for the adapter type
- Inactive tags — if a tag was deactivated, it will not appear in UNS or live views and will not receive new history; reactivate on the device Tags tab or check
includeInactivein API lists - NATS — telemetry-worker and api healthy; seeded SIMULATOR should work without external network
- NOT_IMPLEMENTED — Modbus TCP and some types need external
iot/adapters or a different adapter choice — see Adapters - Browser vs API — if console UI fails but health OK, check
NEXT_PUBLIC_API_URLand rebuild frontend (Deploy troubleshooting)
SIMULATOR sanity check
Open the demo plant device in Devices — SIMULATOR should stream within seconds after stack start.
