error in the load energy #261
Replies: 3 comments 11 replies
-
Hello. Since you don't have a sensor defined for
Which in your case is What value do you get when you add these manually? |
Beta Was this translation helpful? Give feedback.
-
OK change your sensors (check the name) for the load to these and test:
and similarly change your grid sensors to these:
|
Beta Was this translation helpful? Give feedback.
-
hi, i noticed an error in the total power use by the house (se the screenshot).
this is the code for the card that i am using:
type: custom:sunsynk-power-flow-card cardstyle: lite show_solar: true battery: energy: 20000 shutdown_soc: 20 show_daily: true invert_power: true show_absolute: false hide_soc: false show_remaining_energy: true auto_scale: true dynamic_colour: true linear_gradient: true max_power: 10000 solar: show_daily: true mppts: 2 auto_scale: true dynamic_colour: true max_power: 10000 display_mode: 2 load: show_daily: true auto_scale: true dynamic_colour: true dynamic_icon: true max_power: 25000 show_aux: false additional_loads: 1 load1_name: bmw i4 load1_icon: mdi:ev-station grid: show_daily_buy: true show_daily_sell: true show_nonessential: false auto_scale: true invert_grid: false max_power: 25000 energy_cost_decimals: 0 entities: use_timer_248: switch.sunsynk_toggle_system_timer inverter_voltage_154: sensor.solarman_voltage_phase_r inverter_current_164: sensor.solarman_current_output_r inverter_power_175: sensor.solarman_activepower_output_total grid_connected_status_194: binary_sensor.sunsynk_grid_connected_status inverter_status_59: sensor.solarman_inverter_status day_battery_charge_70: sensor.solarman_daily_battery_charge day_battery_discharge_71: sensor.solarman_daily_battery_discharge battery_voltage_183: sensor.solarman_battery_1_voltage battery_soc_184: sensor.solarman_battery_1_soc battery_power_190: sensor.solarman_battery_1_power battery_current_191: sensor.solarman_battery_1_current grid_power_169: sensor.power_total_istant day_grid_import_76: sensor.solarman_daily_energy_bought day_grid_export_77: sensor.solarman_daily_energy_sold grid_ct_power_172: sensor.phase_a_power day_load_energy_84: sensor.solarman_daily_load_consumption nonessential_power: none day_pv_energy_108: sensor.solarman_daily_pv_generation pv1_power_186: sensor.solarman_pv1_power pv2_power_187: sensor.solarman_pv2_power pv1_voltage_109: sensor.solarman_pv1_voltage pv1_current_110: sensor.solarman_pv1_current pv2_voltage_111: sensor.solarman_pv2_voltage pv2_current_112: sensor.solarman_pv2_current total_pv_generation: sensor.energy_production_today remaining_solar: sensor.energy_production_today_remaining environment_temp: sensor.casa_temperatura_esterna battery_temp_182: sensor.solarman_battery_1_temperature inverter_voltage_L2: sensor.solarman_voltage_phase_s inverter_voltage_L3: sensor.solarman_voltage_phase_t inverter_current_L2: sensor.solarman_current_output_s inverter_current_L3: sensor.solarman_current_output_t radiator_temp_91: sensor.solarman_radiator_temperature_1 essential_load1: sensor.macchina_total_istant load_power_L1: sensor.phase_a_power load_power_L2: sensor.phase_b_power load_power_L3: sensor.phase_c_power grid_ct_power_L2: sensor.phase_b_power grid_ct_power_L3: sensor.phase_c_power inverter: three_phase: true model: goodwe_gridmode modern: true autarky: 'no' auto_scale: true panel_mode: true show_battery: true show_grid: true dynamic_line_width: true large_font: true decimal_places: 1
if you see the power use by the house it lacks 300 watt, that difference is displayed correctly in the other card. Both cards is using the same sensor.
Any ideas?
ps. i don't have a goodwe inverter but a zcs by zucchetti.
Beta Was this translation helpful? Give feedback.
All reactions