Skip to main content

ZeqEVBattery

EV battery management with HulyaPulse cell balancing. State of charge/health estimation, thermal runaway prediction, optimal charging curves via R(t) electrochemistry.

EndpointPOST /api/auto/ev-battery
Authapi-key
Rate limit15/min
Categoryautomotive

Parameters

NameTypeRequiredDescription
cellVoltagesarrayYesIndividual cell voltages [V].
temperaturesarrayYesCell temperatures [°C].
current_AnumberYesPack current in Amps.

Returns

{ soc_pct, soh_pct, thermalRunawayRisk, chargingCurve, cellImbalance_mV, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"cellVoltages": [],
"temperatures": [],
"current_A": 0
}' \
"https://zeqsdk.com/api/auto/ev-battery"

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-ev-battery.