You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EcoFlow PowerStream + compatible battery — topology and suggested preset
Hi! I've been using this card with an EcoFlow PowerStream micro-inverter + Delta Pro battery setup and wanted to share a working configuration, similar to what you did for PwrOcean.
Topology
The PowerStream can be paired with any compatible EcoFlow power station (Delta Pro, Delta 2, Delta 2 Max, Delta Pro 3, Delta 3, etc.):
Solar panels
│
▼
PowerStream (micro-inverter)
│ ◄── EcoFlow battery (DC cable, bidirectional)
│
▼
House grid (AC injection up to 800W)
EcoFlow battery front AC outlets ──► Direct AC loads (separate path, NOT through PowerStream)
Key points:
The PowerStream injects solar power directly into the house circuit
The EcoFlow battery charges/discharges via the PowerStream DC port
The battery also has front-panel AC outlets that draw directly from the battery, completely independently of the PowerStream
sensor.powerstream_battery_input_watts: positive = charging, negative = discharging through PowerStream
sensor.delta_pro_ac_out_power(example with Delta Pro): power consumed from the battery's direct AC outlets — not visible in the PowerStream data and currently appears as unexplained house consumption
Suggested preset configuration (example with Delta Pro)
Entity names will vary depending on the battery model used (Delta Pro, Delta 2, etc.).
type: custom:sunsynk-power-flow-cardcardstyle: compactwide: falseshow_solar: trueshow_battery: trueshow_grid: trueinverter:
model: sunsynkmodern: truecolour: "#318c4c"auto_scale: trueautarky: "no"battery:
count: 1colour: "#d08925"energy: 3600auto_scale: truelinear_gradient: truedynamic_colour: falsehide_soc: trueshow_remaining_energy: trueanimation_speed: 2max_power: 800shutdown_soc: 10solar:
mppts: 2pv1_name: Solar 1pv2_name: Solar 2pv1_max_power: 400pv2_max_power: 400max_power: 800colour: "#ada934"animation_speed: 2load:
colour: "#369900"auto_scale: trueanimation_speed: 2max_power: 800additional_loads: 0grid:
colour: "#f50000"show_daily_buy: falseshow_daily_sell: falseshow_nonessential: falseentities:
# PowerStreaminverter_power_175: sensor.powerstream_inverter_output_wattsload_power: sensor.powerstream_inverter_output_wattsbattery_power_190: sensor.powerstream_battery_input_wattspv1_power_186: sensor.powerstream_solar_1_wattspv2_power_187: sensor.powerstream_solar_2_wattspv1_voltage_109: sensor.powerstream_solar_1_op_potentialpv1_current_110: sensor.powerstream_solar_1_currentpv2_voltage_111: sensor.powerstream_solar_2_op_potentialpv2_current_112: sensor.powerstream_solar_2_currentdc_transformer_temp_90: sensor.powerstream_llc_temperatureinverter_status_59: sensor.powerstream_status# EcoFlow battery (example entity names for Delta Pro — adapt to your model)battery_soc_184: sensor.delta_pro_battery_levelbattery_temp_182: sensor.delta_pro_battery_temperaturebattery_soh: sensor.delta_pro_state_of_healthbattery_charge_remaining: sensor.delta_pro_charge_remaining_timebattery_discharge_remaining: sensor.delta_pro_discharge_remaining_timeday_pv_energy_108: sensor.delta_pro_solar_in_energy# Grid (measured at battery AC input)grid_ct_power_172: sensor.delta_pro_ac_in_powergrid_voltage_173: sensor.delta_pro_ac_in_volts# Direct AC outlet load from the battery (bypasses PowerStream)# Requires PR #837 — battery_ac_out entitybattery_ac_out: sensor.delta_pro_ac_out_power
Notes
The battery_ac_out entity (PR feat: add battery_ac_out entity for direct battery AC load #837) is needed to display the direct AC outlet draw visually as a separate path from the battery. Without it, that power appears as unexplained house consumption.
battery_power_190 uses sensor.powerstream_battery_input_watts: positive = battery charging, negative = discharging into the PowerStream output. The card's invert_power: false works correctly with this convention.
The PowerStream does not report grid export separately — grid_ct_power_172 at the battery AC input captures both grid import and the effective export (injection into the house circuit reduces apparent grid draw).
Hope this helps other EcoFlow PowerStream users! Happy to provide more details or screenshots.
EcoFlow PowerStream + compatible battery — topology and suggested preset
Hi! I've been using this card with an EcoFlow PowerStream micro-inverter + Delta Pro battery setup and wanted to share a working configuration, similar to what you did for PwrOcean.
Topology
The PowerStream can be paired with any compatible EcoFlow power station (Delta Pro, Delta 2, Delta 2 Max, Delta Pro 3, Delta 3, etc.):
Key points:
sensor.powerstream_battery_input_watts: positive = charging, negative = discharging through PowerStreamsensor.delta_pro_ac_out_power(example with Delta Pro): power consumed from the battery's direct AC outlets — not visible in the PowerStream data and currently appears as unexplained house consumptionSuggested preset configuration (example with Delta Pro)
Entity names will vary depending on the battery model used (Delta Pro, Delta 2, etc.).
Notes
battery_ac_outentity (PR feat: add battery_ac_out entity for direct battery AC load #837) is needed to display the direct AC outlet draw visually as a separate path from the battery. Without it, that power appears as unexplained house consumption.battery_power_190usessensor.powerstream_battery_input_watts: positive = battery charging, negative = discharging into the PowerStream output. The card'sinvert_power: falseworks correctly with this convention.grid_ct_power_172at the battery AC input captures both grid import and the effective export (injection into the house circuit reduces apparent grid draw).Hope this helps other EcoFlow PowerStream users! Happy to provide more details or screenshots.