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.
| Endpoint | POST /api/energy/grid/fault |
| Auth | api-key |
| Rate limit | 60/min |
| Category | energy |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
measurements | array | Yes | Array 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.