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
214 stars 57 forks source link

I do not consume electricity from the network, but it shows that there is consumption #536

Closed amgstone closed 4 weeks ago

amgstone commented 1 month ago

Is there an existing issue for this?

Current Behavior

I do not consume electricity from the network, but it shows that there is consumption IMG_20241027_095340

Steps To Reproduce

No response

Expected behaviour

I do not consume electricity from the network, but it shows that there is consumption

Card Version

new

Home Assistant Version

new

Configuration

No response

Relevant log output

No response

slipx06 commented 1 month ago

Hi. According to your sensor readings you are consuming more power than you are producing. 721W of Solar power, but consuming 755W (414W +341W) from battery and load. Are your sensors accurate? Are you providing your own sensor for essential_power?

amgstone commented 1 month ago

type: custom:sunsynk-power-flow-card cardstyle: compact show_solar: true card_height: 300px show_grid: true inverter: modern: true colour: grey autarky: power model: solaredge solar: mppts: 2 show_daily: true max_power: 8600 pv1_max_power: 4300 pv2_max_power: 4300 display_mode: 2 efficiency: 1 battery: energy: 15000 colour: pink shutdown_soc: 10 show_daily: true max_power: 5500 invert_power: true full_capacity: 99 empty_capacity: 0 show_absolute: true show_remaining_energy: true hide_soc: true load: show_daily: true colour: "#5fb6ad" animation_speed: 6 max_power: 7200 additional_loads: 4 load1_name: Car load1_icon: mdi:ev-station load2_name: Boiler load2_icon: mdi:water-boiler load3_name: Farm load3_icon: mdi:server-network load4_name: Vent load4_icon: mdi:hvac dynamic_colour: true grid: grid_name: Мережа off_threshold: 0 show_daily_buy: true additional_loads: 0 show_nonessential: false nonessential_icon: mdi:ev-station max_power: 9000 auto_scale: true show_daily_sell: false entities: inverter_voltage_154: none load_frequency_192: none inverter_current_164: none inverter_power_175: none grid_power_169: sensor.smg_output_power battery_soc_184: sensor.jk_bms_state_of_charge battery_power_190: sensor.jk_bms_power grid_ct_power_172: sensor.smg_mains_power grid_connected_status_194: binary_sensor.energy_in_sensor no_grid_colour: green inverter_status_59: sensor.smg_ii_operation_mode pv1_power_186: sensor.smg_ii_pv_average_power pv2_power_187: sensor.smg_ii_2_pv_average_power pv1_voltage_109: none pv1_current_110: none pv2_voltage_111: none pv2_current_112: none day_pv_energy_108: sensor.soniachni_paneli day_battery_charge_70: sensor.bms0_charging_energy_today day_battery_discharge_71: sensor.bms0_discharging_energy_today day_load_energy_84: sensor.solar_plus_energy_minus_battery_sensor day_grid_import_76: sensor.spozhito_elektroenergiyi_za_sogodni essential_load1: sensor.oncharger_power essential_load2: sensor.ten_boiler_power essential_load3: sensor.fermi_power essential_load4: sensor.recuperator_power remaining_solar: sensor.prognoz_na_sogodni large_font: false

slipx06 commented 1 month ago

You should provide an essential_power: sensor that measure your house load

amgstone commented 1 month ago

in entities: add essential_power: sensor.smg_output_power IMG_20241029_081526

it is not always such a difference, sometimes the values ​​are evened out

slipx06 commented 4 weeks ago

What inverter are you using and which integration into HA?