leider hat sich am Verhalten nichts geändert. Nachstehend ein Log bei Einstellung "Bezug" bei 10 A Ladeleistung 3-phasig!
Es ist nach wie vor eine Einspeisung von ca 0,6kw vorhanden.
Code: Alles auswählen
2023-10-22 11:16:50,834 - {root:70} - {INFO:MainThread} - # ***Start***
2023-10-22 11:16:50,883 - {modules.devices.fronius.device:59} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.fronius.counter_sm.FroniusSmCounter object at 0x71deae50>, 'component1': <modules.devices.fronius.inverter.FroniusInverter object at 0x71deaee0>}
2023-10-22 11:16:50,884 - {modules.common.component_context:51} - {DEBUG:device0} - Update Komponenten ['Fronius SM Zähler', 'Fronius Wechselrichter']
2023-10-22 11:16:50,885 - {modules.common.component_context:24} - {DEBUG:set values cp2} - Update Komponente ['Ladepunkt']
2023-10-22 11:16:50,894 - {urllib3.connectionpool:227} - {DEBUG:device0} - Starting new HTTP connection (1): 192.168.178.46:80
2023-10-22 11:16:51,180 - {urllib3.connectionpool:452} - {DEBUG:device0} - http://192.168.178.46:80 "GET /solar_api/v1/GetMeterRealtimeData.cgi?Scope=Device&DeviceId=0 HTTP/1.1" 200 2253
2023-10-22 11:16:51,183 - {modules.common.req:11} - {DEBUG:device0} - Get-Response: {
"Body" : {
"Data" : {
"Current_AC_Phase_1" : 3.0369999999999999,
"Current_AC_Phase_2" : 2.4359999999999999,
"Current_AC_Phase_3" : 2.96,
"Details" : {
"Manufacturer" : "Fronius",
"Model" : "Smart Meter 63A",
"Serial" : "17140105"
},
"Enable" : 1,
"EnergyReactive_VArAC_Sum_Consumed" : 5137770,
"EnergyReactive_VArAC_Sum_Produced" : 84651520,
"EnergyReal_WAC_Minus_Absolute" : 72880371,
"EnergyReal_WAC_Plus_Absolute" : 9201261,
"EnergyReal_WAC_Sum_Consumed" : 9201261,
"EnergyReal_WAC_Sum_Produced" : 72880371,
"Frequency_Phase_Average" : 50,
"Meter_Location_Current" : 0,
"PowerApparent_S_Phase_1" : 705.79880000000003,
"PowerApparent_S_Phase_2" : 566.37,
"PowerApparent_S_Phase_3" : 690.86400000000003,
"PowerApparent_S_Sum" : 1691,
"PowerFactor_Phase_1" : -0.47999999999999998,
"PowerFactor_Phase_2" : 0.29999999999999999,
"PowerFactor_Phase_3" : -0.55000000000000004,
"PowerFactor_Sum" : -0.29999999999999999,
"PowerReactive_Q_Phase_1" : -574.34000000000003,
"PowerReactive_Q_Phase_2" : -488.37,
"PowerReactive_Q_Phase_3" : -546.67999999999995,
"PowerReactive_Q_Sum" : -1609.3900000000001,
"PowerReal_P_Phase_1" : -318.94,
"PowerReal_P_Phase_2" : 158.56999999999999,
"PowerReal_P_Phase_3" : -361.22000000000003,
"PowerReal_P_Sum" : -521.59000000000003,
"TimeStamp" : 1697966210,
"Visible" : 1,
"Voltage_AC_PhaseToPhase_12" : 402.60000000000002,
"Voltage_AC_PhaseToPhase_23" : 403.5,
"Voltage_AC_PhaseToPhase_31" : 403.39999999999998,
"Voltage_AC_Phase_1" : 232.40000000000001,
"Voltage_AC_Phase_2" : 232.5,
"Voltage_AC_Phase_3" : 233.40000000000001
}
},
"Head" : {
"RequestArguments" : {
"DeviceClass" : "Meter",
"DeviceId" : "0",
"Scope" : "Device"
},
"Status" : {
"Code" : 0,
"Reason" : "",
"UserMessage" : ""
},
"Timestamp" : "2023-10-22T11:16:51+02:00"
}
}
2023-10-22 11:16:51,185 - {modules.devices.fronius.counter_sm:67} - {DEBUG:device0} - Einbauort: MeterLocation.grid
2023-10-22 11:16:51,187 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1697966201.194647, power=-567.74, imported=68112.40787491234, exported=622298.5411174934)
2023-10-22 11:16:51,189 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00277589, power1: -567.74, power2: -521.59
2023-10-22 11:16:51,189 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -1.51193
2023-10-22 11:16:51,190 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 1.51193 Wh, new state: SimCounterState(timestamp=1697966211.1878376, power=-521.59, imported=68112.40787491234, exported=622300.0530455818)
2023-10-22 11:16:51,193 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(currents=[-1.3723752151462993, 0.6820215053763441, -1.5476435304198801], powers=[-318.94, 158.57, -361.22], voltages=[232.4, 232.5, 233.4], power_factors=[-0.48, 0.3, -0.55], imported=68112.40787491234, exported=622300.0530455818, power=-521.59, frequency=50)
2023-10-22 11:16:51,201 - {urllib3.connectionpool:227} - {DEBUG:device0} - Starting new HTTP connection (1): 192.168.178.46:80
2023-10-22 11:16:51,374 - {urllib3.connectionpool:452} - {DEBUG:device0} - http://192.168.178.46:80 "GET /solar_api/v1/GetPowerFlowRealtimeData.fcgi?Scope=System HTTP/1.1" 200 1149
2023-10-22 11:16:51,375 - {modules.common.req:11} - {DEBUG:device0} - Get-Response: {
"Body" : {
"Data" : {
"Inverters" : {
"1" : {
"DT" : 123,
"E_Day" : 3574,
"E_Total" : 58761900,
"E_Year" : 8613162,
"P" : 3751
},
"2" : {
"DT" : 110,
"E_Day" : 2812.10009765625,
"E_Total" : 29347002,
"E_Year" : 5344689.5,
"P" : 3508
}
},
"Site" : {
"E_Day" : 6386.10009765625,
"E_Total" : 88108902,
"E_Year" : 13957851.5,
"Meter_Location" : "grid",
"Mode" : "meter",
"P_Akku" : null,
"P_Grid" : -521.59000000000003,
"P_Load" : -6737.4099999999999,
"P_PV" : 7259,
"rel_Autonomy" : 100,
"rel_SelfConsumption" : 92.814575010332007
},
"Version" : "12"
}
},
"Head" : {
"RequestArguments" : {},
"Status" : {
"Code" : 0,
"Reason" : "",
"UserMessage" : ""
},
"Timestamp" : "2023-10-22T11:16:51+02:00"
}
}
2023-10-22 11:16:51,377 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1697966201.2649305, power=-7262.0, imported=0.0, exported=1072113.5512552501)
2023-10-22 11:16:51,377 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00280894, power1: -7262, power2: -7259
2023-10-22 11:16:51,378 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -20.3943
2023-10-22 11:16:51,378 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 20.3943 Wh, new state: SimCounterState(timestamp=1697966211.3771133, power=-7259.0, imported=0.0, exported=1072133.945561812)
2023-10-22 11:16:51,379 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-7259.0, exported=1072133.945561812, dc_power=None)
2023-10-22 11:16:51,390 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['Fronius Wechselrichter']
2023-10-22 11:16:51,392 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-7259.0, exported=1072133.945561812, dc_power=None)
2023-10-22 11:16:51,392 - {modules.common.component_context:24} - {DEBUG:update values cp2} - Update Komponente ['Ladepunkt']
2023-10-22 11:16:51,394 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-7259.0, exported=1072133.945561812, dc_power=None)
2023-10-22 11:16:51,425 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['Fronius SM Zähler']
2023-10-22 11:16:51,426 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(currents=[-1.3723752151462993, 0.6820215053763441, -1.5476435304198801], powers=[-318.94, 158.57, -361.22], voltages=[232.4, 232.5, 233.4], power_factors=[-0.48, 0.3, -0.55], imported=68112.40787491234, exported=622300.0530455818, power=-521.59, frequency=50)
2023-10-22 11:16:51,557 - {modules.ripple_control_receiver:30} - {DEBUG:MainThread} - RSE1-Status: False, RSE2-Status: False
2023-10-22 11:16:51,566 - {control.counter:138} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [74.52, 72.44, 74.49]A
2023-10-22 11:16:51,571 - {control.counter:161} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 50628.87W
2023-10-22 11:16:51,578 - {control.chargepoint.chargepoint:699} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-10-22 11:16:51,579 - {control.chargepoint.chargepoint:682} - {DEBUG:MainThread} - Phasenzahl Lademodus: 3
2023-10-22 11:16:51,584 - {control.chargepoint.chargepoint:898} - {INFO:MainThread} - LP 2, EV: Hyundai-Kona-64kw (EV-Nr.3): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 3, Priorität: False, max. Ist-Strom: 9.15
2023-10-22 11:16:51,594 - {modules.common.simcount._simcount:38} - {DEBUG:MainThread} - Previous state: SimCounterState(timestamp=1697966201.4640944, power=627.6199999999997, imported=105774.35238422653, exported=0)
2023-10-22 11:16:51,598 - {modules.common.simcount._calculate:13} - {DEBUG:MainThread} - time passed: 0.00281397, power1: 627.62, power2: 630.13
2023-10-22 11:16:51,599 - {modules.common.simcount._calculate:29} - {DEBUG:MainThread} - power did not change sign. Total energy: 1.76963
2023-10-22 11:16:51,600 - {modules.common.simcount._simcount:47} - {DEBUG:MainThread} - imported: 1.76963 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1697966211.594384, power=630.1300000000002, imported=105776.1220191831, exported=0)
2023-10-22 11:16:51,603 - {control.data:236} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-10-22 11:16:51,605 - {control.data:237} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=3417.97, daily_exported=0, power=6107.28, imported=4769714.84, exported=0))
2023-10-22 11:16:51,607 - {control.data:266} - {INFO:MainThread} - cp2
ChargepointData(control_parameter=ControlParameter(chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, current_plan=None, imported_at_plan_start=4766108.89, imported_instant_charging=None, limit=', da die maximale Leistung an Zähler {} erreicht ist.', phases=3, prio=False, required_current=6, required_currents=[6, 6, 6], state=4, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, timestamp_switch_on_off=None), get=Get(charge_state=True, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=0), currents=[9.15, 9.12, 8.94], daily_imported=3417.97, daily_exported=0, evse_current=977, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4769714.84, phases_in_use=3, plug_state=True, power=6107.28, rfid_timestamp=None, rfid=None, soc=None, soc_timestamp=None, state_str=None, voltages=[230.5, 230.95, 231.71]), set=Set(change_ev_permitted=[True, ''], charging_ev=3, charging_ev_prev=3, current=9.78, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4766108.89, imported_at_plugtime=4766108.89, imported_since_mode_switch=3587.890000000596, imported_since_plugged=3587.890000000596, range_charged=23.91926666667064, time_charged='-2:44', timestamp_start_charging='10/22/2023, 09:01:00'), manual_lock=False, phases_to_use=3, plug_state_prev=True, plug_time='10/21/2023, 19:05:11', required_power=4140, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x70bd1f40>), config=Config(configuration={'mode': 'series', 'ip_address': 'localhost', 'duo_num': 0}, ev=3, name='Interne openWB', type='internal_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=2))
2023-10-22 11:16:51,608 - {control.data:266} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=16, max_current_single_phase=17, name='Standard Ladepunkt-Profil', rfid_enabling=False, valid_tags=[])
2023-10-22 11:16:51,609 - {control.data:266} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[64, 64, 64], max_total_power=44000), get=Get(powers=[-318.94, 158.57, -361.22], currents=[-1.37, 0.68, -1.55], voltages=[232.4, 232.5, 233.4], power_factors=[-0.48, 0.3, -0.55], unbalanced_load=0, frequency=50, daily_exported=1493.2120764536, daily_imported=1614.73820415241, imported=68112.40787491234, exported=622300.0530455818, fault_state=0, fault_str='Kein Fehler.', power=-521.59), set=Set(error_counter=0, reserved_surplus=0, released_surplus=0, raw_power_left=50628.87, raw_currents_left=[74.52, 72.44, 74.49], surplus_power_left=0, state_str=''))
2023-10-22 11:16:51,610 - {control.data:241} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=True), get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=630.1300000000002, invalid_home_consumption=0, daily_yield_home_consumption=2851.49503251415, imported_home_consumption=105776.1220191831, disengageable_smarthome_power=0))
2023-10-22 11:16:51,611 - {control.data:266} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Lade-Profil', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={'0': TimeChargingPlan(active=True, frequency=Frequency(selected='daily', once=['2023-11-01', '2023-11-01'], weekly=[False, False, False, False, False, False, False]), time=['07:00', '09:00'], name='Zeitladen-Standard', current=16, limit=Limit(selected='none', amount=1000, soc=50))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=0, max_soc=101), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=50))))
2023-10-22 11:16:51,612 - {control.data:266} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=4, average_consump=15000, min_current=6, max_current_single_phase=16, battery_capacity=64000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=True, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-22 11:16:51,613 - {control.data:266} - {INFO:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=8, average_consump=15000, min_current=6, max_current_single_phase=16, battery_capacity=64000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Hyundai-Kona-64kw', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=True, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-22 11:16:51,614 - {control.data:266} - {INFO:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17000, min_current=6, max_current_single_phase=32, battery_capacity=82000, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-10-22 11:16:51,614 - {control.data:266} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Profil', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=8, average_consump=15000, min_current=6, max_current_single_phase=16, battery_capacity=64000, nominal_difference=1, keep_charge_active_duration=40)
2023-10-22 11:16:51,616 - {control.data:245} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=False, charging_power_reserve=0, control_range=[0, 230], feed_in_yield=17000, phase_switch_delay=1, phases_to_use=0, rundown_power=0, rundown_soc=50, switch_off_delay=30, switch_off_soc=40, switch_off_threshold=500, switch_on_delay=2, switch_on_soc=60, switch_on_threshold=1500), scheduled_charging=ScheduledCharging(phases_to_use=0), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=18, unbalanced_load=False), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.1197, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=True, r1_active=False, r2_active=False))
2023-10-22 11:16:51,617 - {control.data:246} - {INFO:MainThread} - general_data-display
local
2023-10-22 11:16:51,618 - {control.data:247} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-10-22 11:16:51,619 - {control.data:248} - {INFO:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=True, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=90, theme=<modules.display_themes.cards.config.CardsDisplayTheme object at 0x75651760>), led=Led(active=False), rfid=Rfid(active=False))
2023-10-22 11:16:51,620 - {control.data:266} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=17000000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=6152.465, monthly_exported=0, yearly_exported=0, exported=1072133.946, fault_state=0, fault_str='Kein Fehler.', power=-7259.0))
2023-10-22 11:16:51,620 - {control.data:250} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=6152.465, monthly_exported=0, yearly_exported=0, exported=1072133.946, power=-7259.0))
2023-10-22 11:16:51,621 - {control.data:266} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.178.43', 'current_commit': '2023-10-20 12:07:01 +0200 [9cf8db3a5]', 'current_branch': 'master', 'current_branch_commit': '2023-10-20 12:07:01 +0200 [9cf8db3a5]', 'current_missing_commits': [], 'datastore_version': 24, 'dataprotection_acknowledged': True, 'usage_terms_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '2.1.2-Alpha.2', 'boot_done': True, 'lastlivevaluesJson': {'timestamp': 1697966201, 'time': '11:16:41', 'grid': -0.568, 'house-power': 0.628, 'charging-all': 6.067, 'pv-all': 7.262, 'cp2-power': 6.067}, 'module_update_completed': True}
2023-10-22 11:16:51,622 - {control.data:279} - {INFO:MainThread} - device0
{'name': 'Fronius', 'type': 'fronius', 'id': 0, 'configuration': {'ip_address': '192.168.178.46'}}
2023-10-22 11:16:51,623 - {control.data:281} - {INFO:MainThread} - component0
{'name': 'Fronius SM Zähler', 'type': 'counter_sm', 'id': 0, 'configuration': {'meter_id': 0, 'variant': 0}}
2023-10-22 11:16:51,624 - {control.data:281} - {INFO:MainThread} - component1
{'name': 'Fronius Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {}}
2023-10-22 11:16:51,628 - {control.data:253} - {INFO:MainThread} -
2023-10-22 11:16:51,631 - {control.algorithm.algorithm:25} - {INFO:MainThread} - # Algorithmus
2023-10-22 11:16:51,632 - {control.algorithm.algorithm:63} - {DEBUG:MainThread} - Ladepunkt 2: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-10-22 11:16:51,632 - {control.chargepoint.chargepoint:699} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-10-22 11:16:51,634 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: -406.59000000000003W
2023-10-22 11:16:51,635 - {control.ev:440} - {DEBUG:MainThread} - Genutzter Strom: 9.15A, Überschuss: 406.59000000000003W, benötigte neue Leistung: 460W
2023-10-22 11:16:51,635 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: -406.59000000000003W
2023-10-22 11:16:51,636 - {control.algorithm.algorithm:30} - {INFO:MainThread} - **Mindestrom setzen**
2023-10-22 11:16:51,638 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple Chargemode.PV_CHARGING - Chargemode.PV_CHARGING - False, Zähler 0
2023-10-22 11:16:51,639 - {control.counter:169} - {DEBUG:MainThread} - Zähler 0: [68.52, 66.44, 68.49]A verbleibende Ströme, 46488.87W verbleibende Leistung
2023-10-22 11:16:51,640 - {control.algorithm.common:95} - {INFO:MainThread} - LP2: Stromstärke 6A
2023-10-22 11:16:51,641 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Sollstrom setzen**
2023-10-22 11:16:51,643 - {control.counter:211} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 2603.8700000000026W
2023-10-22 11:16:51,646 - {control.counter:457} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 2603.8700000000026W
2023-10-22 11:16:51,647 - {control.algorithm.algorithm:38} - {INFO:MainThread} - **PV-geführten Strom setzen**
2023-10-22 11:16:51,649 - {control.algorithm.filter_chargepoints:117} - {DEBUG:MainThread} - Geordnete Ladepunkte [2]
2023-10-22 11:16:51,651 - {control.algorithm.surplus_controlled:42} - {INFO:MainThread} - Mode-Tuple Chargemode.PV_CHARGING - Chargemode.PV_CHARGING - False, Zähler 0
2023-10-22 11:16:51,656 - {control.loadmanagement:76} - {DEBUG:MainThread} - Leistungsüberschreitung auf 2603.8700000000026W korrigieren: [10.0, 10.0, 10.0]
2023-10-22 11:16:51,657 - {control.counter:176} - {DEBUG:MainThread} - Zähler 0: [64.74627536231884, 62.666275362318835, 64.71627536231884]A verbleibende Ströme, 4.547473508864641e-13W verbleibender Überschuss
2023-10-22 11:16:51,658 - {control.algorithm.common:95} - {INFO:MainThread} - LP2: Stromstärke 9.773724637681163A
2023-10-22 11:16:51,659 - {control.process:23} - {INFO:MainThread} - # Ladung starten.
2023-10-22 11:16:51,661 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 3605.9500000001863 counter 4769714.84
2023-10-22 11:16:51,666 - {control.process:111} - {INFO:MainThread} - LP2: set current 9.77 A, state CHARGING_ALLOWED
2023-10-22 11:16:51,670 - {modules.common.component_context:24} - {DEBUG:set current cp2} - Update Komponente ['Ladepunkt']
2023-10-22 11:16:51,696 - {control.counter:186} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-10-22 11:16:51,912 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2023-10-22 11:16:55,939 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2023-10-22 11:17:00,952 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-10-22 11:17:00,953 - {root:70} - {INFO:MainThread} - # ***Start***