slipx06 / sunsynk-power-flow-card

⚡A customizable Home Assistant card to emulate the Sunsynk System flow that's displayed on the Inverter screen.
MIT License
161 stars 48 forks source link

Config Issue #341

Closed RafSchandevyl closed 3 months ago

RafSchandevyl commented 3 months ago

Is there an existing issue for this?

Current Behavior

Grid & Non Essential have always same value. and other value always 0

image

Steps To Reproduce

No response

Expected behaviour

non-essential should be 0

Card Version

latest

Home Assistant Version

latest

Configuration

No response

Relevant log output

No response

RafSchandevyl commented 3 months ago

type: custom:sunsynk-power-flow-card cardstyle: full show_solar: true battery: show_daily: false invert_power: true energy: 15000 auto_scale: false dynamic_colour: false show_remaining_energy: true linear_gradient: true hide_soc: false show_absolute: true shutdown_soc: 0 colour:

slipx06 commented 3 months ago

Hi Those three sensors are:

grid_power_169: nonessential_power: grid_ct_power_172: sensor.p1_grid_power

Since grid_power169 is not defined it will display 0 If you dont provide a sensor for nonessential_power it is calculated using the formula

nonessential = grid_ct_power_172 - grid_power_169 which is why it is the same as grid_ct_power_172

slipx06 commented 3 months ago

This looks to be a configuration issue. Migrating this to a Sofar discussion