Skip to main content

ZeqGrid Fault Detection

Grid fault detection using operator anomaly coupling. Phase deviation beyond tolerance triggers fault isolation — HulyaPulse provides the reference clock for fault timing.

EndpointPOST /api/energy/grid/fault
Authapi-key
Rate limit60/min
Categoryenergy

Parameters

NameTypeRequiredDescription
measurementsarrayYesArray of { nodeId, voltage, current, frequency, timestamp }.

Returns

{ faults: [{ nodeId, type, severity, zeqondDetected }], gridHealth, isolationRecommendation }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"measurements": []
}' \
"https://zeqsdk.com/api/energy/grid/fault"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-grid-fault.