★ Field Operations

Every sensor, on the same map as the grid

VoltGrid ingests sensor telemetry through every standard smart-grid protocol — OGC SensorThings, OGC SOS, MQTT, Kafka, Esri StreamServer emulation, HTTP poll, SSE, and WebSocket — and joins it with structures, conductors, and vehicles in one scene. Watch fault-indicator trips, weather stations, line tension monitors, and SCADA overlays update live against the corridor.

OGC SensorThingsOGC SOS MQTTKafka Esri StreamServerHTTP poll · SSE · WS
Available today

Sensor protocols VoltGrid speaks now

All eight transports below are implemented as real feed adapters — verified in Src/LocalMapServer/. Each lands observations in the unified Feeds subsystem with the same analytics, replay, and AAR tooling as vehicle tracks.

ProtocolBest forAdapter
OGC SensorThings APIMulti-thing IoT networks (weather, fault indicators)Feeds/SensorThingsFeedAdapter.cs
OGC SOS (Sensor Observation Service)Legacy sensor networks, hydromet stationsFeeds/SosFeedAdapter.cs
MQTTLightweight publish/subscribe telemetry busOsint/CustomFeeds/MqttOsintTransport.cs
KafkaHigh-throughput enterprise telemetry pipelinesOsint/CustomFeeds/KafkaOsintTransport.cs
Esri StreamServer emulationPush sensor streams to ArcGIS clientsSrc/LocalMapServer/Stream/
HTTP pollREST sensor endpoints without pushOsint/CustomFeeds/HttpPollOsintTransport.cs
Server-Sent Events (SSE)One-way streaming REST endpointsOsint/CustomFeeds/SseOsintTransport.cs
WebSocketBi-directional streaming sensor connectionsOsint/CustomFeeds/WebSocketOsintTransport.cs

All listed transports are shipping code — JSON-path field mapping (JsonPathMapper) normalizes each vendor's payload shape.

Smart-grid use cases

What utilities plug in

SCADA overlays

Bring SCADA-tag values into VoltGrid via the gateway's MQTT / Kafka bus — line loading, breaker status, transformer temperatures next to the assets they describe.

🌦️

Weather & environment

Weather stations, fire-weather indices, and wind/gust sensors along the corridor — feed the IEEE 738 thermal model with real conditions.

🚨

Fault indicators

Locate faults faster — fault-indicator trips drop straight onto the affected span with the time stamp the dispatcher needs.

📏

Tension & temperature

Conductor tension monitors and dynamic line rating (DLR) sensors feed sag-tension analyses with real-time values.

🌳

Vegetation & encroachment

Satellite + LiDAR encroachment alerts and tree-fall sensors — direct to NERC FAC-003 findings.

🔥

Fire & asset health

Wildfire cameras, asset-health monitors, and acoustic / partial-discharge sensors for predictive maintenance.

Compatible with · Roadmap

Native SCADA protocols

VoltGrid reaches SCADA systems today through the gateway's MQTT / Kafka bus — that's how most modern utilities bridge OT to IT. For sites that need direct protocol-native ingestion, these adapters are on the roadmap.

🔌

Modbus Roadmap

TCP / RTU; widely deployed in legacy substation IEDs.

⚙️

OPC UA Roadmap

Modern industrial interoperability standard.

🛰️

IEC 60870-5 Roadmap

Telecontrol equipment & systems (Europe / Asia).

IEC 61850 Roadmap

Substation communications, GOOSE / SV / MMS.

📶

DNP3 Roadmap

North-American utility SCADA standard.

📊

ThingsBoard Roadmap

IoT platform; today via MQTT integration.

🌊

NebulaStream Roadmap

Edge stream processing; today via Kafka bridge.

🦤

Traccar Roadmap

GPS tracking platform; today via MQTT / webhook.

Today's path: SCADA → MQTT/Kafka gateway → VoltGrid. Most utilities already run this bridge for OT/IT segmentation, so the integration is one broker hop away.

Close the loop with asset tracking

Sensor events alongside vehicle positions and structure data give operations a complete real-time picture of the grid.