Skip to content

v1.10.3 — Per-port voltage/current/error-code sensors for Delta Pro 3

Choose a tag to compare

@TarasKhust TarasKhust released this 18 Apr 12:43

Feature release exposing new per-port telemetry that EcoFlow started returning in the 2026-04 API update (discovered while investigating #38).

New sensors on Delta Pro 3

Sensor API key
4.8V Port 1 Voltage / Current plugInInfo4p81Vol / plugInInfo4p81Amp
4.8V Port 2 Voltage / Current plugInInfo4p82Vol / plugInInfo4p82Amp
12V DC Output Voltage / Current plugInInfo12vVol / plugInInfo12vAmp
24V DC Output Voltage / Current plugInInfo24vVol / plugInInfo24vAmp
4.8V Port 1 Error Code (diagnostic) plugInInfo4p81ErrCode
4.8V Port 2 Error Code (diagnostic) plugInInfo4p82ErrCode
5.8V Port Error Code (diagnostic) plugInInfo5p8ErrCode

Error-code sensors land under the device's Diagnostic section in Home Assistant.

Side fix

EcoFlowSensor now honours the entity_category key in sensor definitions. The field was already declared in DELTA_PRO_ULTRA_SENSOR_DEFINITIONS but never applied — this starts rendering those entities as diagnostic too.

Links

  • Merged PR: #44
  • Related issue: #38

Install

HACS users: update the integration from HACS → EcoFlow API → Update.
Manual users: copy the updated custom_components/ecoflow_api/ folder and restart Home Assistant.