Feedback Beta 2

Fragen zur Nutzung, Features, usw..
Addy
Beiträge: 51
Registriert: So Mai 08, 2022 12:01 am
Wohnort: Rheinland-Pfalz

Re: Feedback Beta 2

Beitrag von Addy »

ChristianM hat geschrieben: Sa Feb 25, 2023 12:42 pm Heute stimmt was bei der Schieflast nicht, meine das war letztens noch OK. Installiert ist 2023-02-23 10:05:10 +0100 [3864b7e1]


Code: Alles auswählen

2023-02-25 13:24:00,627 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-02-25 13:24:00,685 - {modules.devices.solax.device:55} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.solax.counter.SolaxCounter object at 0x714ad778>, 'component1': <modules.devices.solax.bat.SolaxBat object at 0x70a924c0>, 'component2': <modules.devices.solax.inverter.SolaxInverter object at 0x70a92a78>}
2023-02-25 13:24:00,686 - {modules.devices.solaredge.device:100} - {DEBUG:device1} - Start device reading {'component3': <modules.devices.solaredge.inverter.SolaredgeInverter object at 0x714a3148>}
2023-02-25 13:24:00,687 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['Solax Zähler']
2023-02-25 13:24:00,687 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:00,692 - {modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:00,698 - {modules.common.component_context:24} - {DEBUG:device1} - Update Komponente ['SolarEdge Wechselrichter']
2023-02-25 13:24:00,989 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[230.0, 230.0, 230.0], powers=[-4951, -3135, 3774], currents=[-21.526086956521738, -13.630434782608695, 16.408695652173915], power_factors=[0.0, 0.0, 0.0], imported=2254780, exported=475130, power=-4303, frequency=49.98)
2023-02-25 13:24:00,992 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['Solax Speicher']
2023-02-25 13:24:01,145 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677327830.830938, power=1137, imported=45440.92686683529, exported=39323.08020588484)
2023-02-25 13:24:01,146 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00286524, power1: 1137, power2: 1137
2023-02-25 13:24:01,146 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: 3.25777
2023-02-25 13:24:01,147 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 3.25777 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1677327841.1457906, power=1137, imported=45444.18464107566, exported=39323.08020588484)
2023-02-25 13:24:01,148 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data BatState(imported=45444.18464107566, exported=39323.08020588484, power=1137, soc=45)
2023-02-25 13:24:01,150 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['Solax Wechselrichter']
2023-02-25 13:24:01,304 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2840, exported=240200, dc_power=None)
2023-02-25 13:24:03,710 - {modules.common.fault_state:40} - {ERROR:device1} - SolarEdge Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers
    raise FaultState.error(__name__+" "+str(response))
modules.common.fault_state.FaultState: ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/solaredge/device.py", line 106, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/solaredge/inverter.py", line 35, in update
    self.store.set(self.read_state())
  File "/var/www/html/openWB/packages/modules/devices/solaredge/inverter.py", line 40, in read_state
    power = self._read_scaled_int16(40083, 1)[0] * -1
  File "/var/www/html/openWB/packages/modules/devices/solaredge/scale.py", line 24, in scaled_reader
    client.read_holding_registers(address, [type] * count + [ModbusDataType.INT_16], unit=modbus_id)
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 118, in read_holding_registers
    return self.__read_registers(
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 100, in __read_registers
    raise FaultState.error(__name__+" "+str(type(e))+" " +
modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)

2023-02-25 13:24:03,714 - {modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['Solax Wechselrichter']
2023-02-25 13:24:03,716 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['Solax Speicher']
2023-02-25 13:24:03,717 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2840, exported=240200, dc_power=None)
2023-02-25 13:24:03,719 - {modules.common.component_context:24} - {DEBUG:component3} - Update Komponente ['SolarEdge Wechselrichter']
2023-02-25 13:24:03,721 - {modules.common.store._api:30} - {DEBUG:component1} - Saving BatState(imported=45444.18464107566, exported=39323.08020588484, power=1137, soc=45)
2023-02-25 13:24:03,723 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:03,726 - {modules.common.store._api:30} - {DEBUG:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2840, exported=240200, dc_power=None)
2023-02-25 13:24:03,730 - {modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:03,731 - {modules.common.store._api:26} - {DEBUG:component3} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-9619.0, exported=64889904.0, dc_power=None)
2023-02-25 13:24:03,768 - {modules.common.store._api:30} - {DEBUG:component3} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-9619.0, exported=64889904.0, dc_power=None)
2023-02-25 13:24:03,818 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['Solax Zähler']
2023-02-25 13:24:03,818 - {modules.common.store._api:30} - {DEBUG:component0} - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[-4951, -3135, 3774], currents=[-21.526086956521738, -13.630434782608695, 16.408695652173915], power_factors=[0.0, 0.0, 0.0], imported=2254780, exported=475130, power=-4303, frequency=49.98)
2023-02-25 13:24:03,899 - {control.counter:131} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 0: [52.650000000000006, 44.760000000000005, 43.47]
2023-02-25 13:24:03,899 - {control.counter:153} - {DEBUG:MainThread} - Verbleibende Leistung an Zähler 0: 75041.3
2023-02-25 13:24:03,902 - {control.chargepoint:354} - {INFO:MainThread} - LP 5: Keine Ladung, da kein Auto angesteckt ist.
2023-02-25 13:24:03,910 - {control.chargepoint:701} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-02-25 13:24:03,912 - {control.chargepoint:692} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-02-25 13:24:03,916 - {control.chargepoint:867} - {DEBUG:MainThread} - LP 6, EV: Standard-Fahrzeug (EV-Nr.0): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 28.88
2023-02-25 13:24:03,920 - {control.bat_all:145} - {INFO:MainThread} - -50W verbliebende Speicher-Leistung
2023-02-25 13:24:03,922 - {control.data:334} - {DEBUG:MainThread} - bat1
BatData(get=Get(soc=45, daily_exported=54.55, daily_imported=2405.38, imported=45444.18, exported=39323.08, fault_state=0, fault_str='Kein Fehler.', power=1137))
2023-02-25 13:24:03,925 - {control.data:305} - {DEBUG:MainThread} - bat_all_data
BatAllData(config=Config(configured=True), get=Get(soc=45, daily_exported=54.55, daily_imported=2405.38, imported=45440.93, exported=39323.08, power=1137), set=Set(charging_power_left=-50, switch_on_soc_reached=False))
2023-02-25 13:24:03,927 - {control.data:306} - {DEBUG:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=15751.95, daily_exported=0, power=6738.3, imported=7261473.88, exported=0))
2023-02-25 13:24:03,928 - {control.data:334} - {DEBUG:MainThread} - cp5
ChargepointData(get=Get(charge_state=False, 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=[0.0, 0.0, 0.0], daily_imported=0.0, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=2347742.92, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[249.17, 240.22, 236.81]), set=Set(change_ev_permitted=[True, ''], charging_ev=-1, charging_ev_prev=-1, current=0, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='_', imported_at_mode_switch=0, imported_at_plugtime=0, imported_since_mode_switch=0, imported_since_plugged=0, range_charged=0, time_charged='00:00', timestamp_start_charging=None), manual_lock=False, phases_to_use=0, plug_state_prev=False, plug_time=None, required_power=0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71444568>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.0.221', 'duo_num': 1}}, power_module={}, ev=0, name='Draußen', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=5))
2023-02-25 13:24:03,928 - {control.data:334} - {DEBUG:MainThread} - cp6
ChargepointData(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=[28.88, 0.12, 0.13], daily_imported=15751.95, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4913730.96, phases_in_use=1, plug_state=True, power=6738.3, rfid_timestamp=None, rfid=None, state_str=None, voltages=[236.46, 249.05, 240.47]), set=Set(change_ev_permitted=[True, ''], charging_ev=0, charging_ev_prev=0, current=30.34, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4909292.97, imported_at_plugtime=4871025.88, imported_since_mode_switch=4412.600000000559, imported_since_plugged=42679.69000000041, range_charged=25.95647058823858, time_charged='3:24', timestamp_start_charging='02/25/2023, 09:59:04'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='02/24/2023, 20:06:54', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x70a82190>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.0.221', 'duo_num': 2}}, power_module={}, ev=0, name='Drinnen', type='external_openwb', template=0, connected_phases=3, phase_1=3, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=6))
2023-02-25 13:24:03,929 - {control.data:334} - {DEBUG:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-02-25 13:24:03,929 - {control.data:334} - {DEBUG:MainThread} - counter0
CounterData(config=Config(max_currents=[32, 32, 32], max_total_power=64000), get=Get(powers=[-4951, -3135, 3774], currents=[-21.53, -13.63, 16.41], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=49.98, daily_exported=4570, daily_imported=24490, imported=2254780, exported=475130, fault_state=0, fault_str='Kein Fehler.', power=-4303), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=75041.3, raw_currents_left=[52.650000000000006, 44.760000000000005, 43.47], surplus_power_left=0, state_str=''))
2023-02-25 13:24:03,930 - {control.data:310} - {DEBUG:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'inverter', 'children': []}, {'id': 5, 'type': 'cp', 'children': []}, {'id': 6, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=280.6999999999998, invalid_home_consumption=0, daily_yield_home_consumption=11413.4))
2023-02-25 13:24:03,930 - {control.data:334} - {DEBUG:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=32, limit=Limit(selected='none', amount=1000, soc=50))))
2023-02-25 13:24:03,930 - {control.data:334} - {DEBUG:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Kia e-Niro', max_current_multi_phases=16, max_phases=3, phase_switch_pause=7, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=7, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=64, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[0.0, 0.0, 6], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=1, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=True, range=0, fault_state=0, fault_str=''))
2023-02-25 13:24:03,933 - {control.data:334} - {DEBUG:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2)
2023-02-25 13:24:03,934 - {control.data:334} - {DEBUG:MainThread} - et1
EvTemplateData(name='Kia e-Niro', max_current_multi_phases=16, max_phases=3, phase_switch_pause=7, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=7, average_consump=17, min_current=6, max_current_single_phase=16, battery_capacity=64, nominal_difference=2)
2023-02-25 13:24:03,934 - {control.data:314} - {DEBUG:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[0, 230], feed_in_yield=20000, phase_switch_delay=7, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=60, switch_off_soc=40, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=60, switch_on_threshold=1500), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=1), unbalanced_load_limit=20, unbalanced_load=True), 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.39, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-02-25 13:24:03,934 - {control.data:315} - {DEBUG:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-02-25 13:24:03,935 - {control.data:316} - {DEBUG:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-02-25 13:24:03,935 - {control.data:334} - {DEBUG:MainThread} - pv2
PvData(config=Config(max_ac_out=6000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=700, monthly_exported=0, yearly_exported=0, exported=240200, fault_state=0, fault_str='Kein Fehler.', power=-2840))
2023-02-25 13:24:03,935 - {control.data:334} - {DEBUG:MainThread} - pv3
PvData(config=Config(max_ac_out=17000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=9532.0, monthly_exported=0, yearly_exported=0, exported=64889904.0, fault_state=2, fault_str="modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", power=-9619.0))
2023-02-25 13:24:03,936 - {control.data:318} - {DEBUG:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=10232.0, monthly_exported=0, yearly_exported=0, exported=65130104.0, power=-12401.0))
2023-02-25 13:24:03,937 - {control.data:334} - {DEBUG:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.0.186', 'current_commit': '2023-02-23 10:05:10 +0100 [3864b7e1]', 'current_branch': 'master', 'current_branch_commit': '2023-02-23 10:05:10 +0100 [3864b7e1]', 'current_missing_commits': [], 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1677327831, 'time': '13:23:51', 'grid': -4.314, 'house-power': 0.435, 'charging-all': 6.515, 'pv-all': 12.169, 'cp5-power': 0.0, 'cp6-power': 6.515, 'bat-all-power': 1.137, 'bat-all-soc': 45}, 'module_update_completed': True}
2023-02-25 13:24:03,938 - {control.data:347} - {DEBUG:MainThread} - device0
{'name': 'Solax', 'type': 'solax', 'id': 0, 'configuration': {'modbus_id': 1, 'ip_address': '192.168.0.132'}}
2023-02-25 13:24:03,938 - {control.data:349} - {DEBUG:MainThread} - component0
{'name': 'Solax Zähler', 'type': 'counter', 'id': 0, 'configuration': {}}
2023-02-25 13:24:03,938 - {control.data:349} - {DEBUG:MainThread} - component1
{'name': 'Solax Speicher', 'type': 'bat', 'id': 1, 'configuration': {}}
2023-02-25 13:24:03,939 - {control.data:349} - {DEBUG:MainThread} - component2
{'name': 'Solax Wechselrichter', 'type': 'inverter', 'id': 2, 'configuration': {}}
2023-02-25 13:24:03,939 - {control.data:347} - {DEBUG:MainThread} - device1
{'name': 'SolarEdge', 'type': 'solaredge', 'id': 1, 'configuration': {'port': 502, 'ip_address': '192.168.0.207'}}
2023-02-25 13:24:03,939 - {control.data:349} - {DEBUG:MainThread} - component3
{'name': 'SolarEdge Wechselrichter', 'type': 'inverter', 'id': 3, 'configuration': {'modbus_id': 1}}
2023-02-25 13:24:03,939 - {control.data:321} - {DEBUG:MainThread} - 

2023-02-25 13:24:03,940 - {control.algorithm.algorithm:26} - {DEBUG:MainThread} - # Algorithmus
2023-02-25 13:24:03,940 - {control.algorithm.algorithm:72} - {DEBUG:MainThread} - Ladepunkt 6: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-02-25 13:24:03,941 - {control.ev:484} - {DEBUG:MainThread} - Genutzter Strom: 28.88A, Überschuss: 4303W, benötigte neue Leistung: -3220W
2023-02-25 13:24:03,944 - {control.counter:349} - {DEBUG:MainThread} - LP6 Switch-Off-Threshold prüfen: -4253W, Schwelle: 50W, freigegebener Überschuss 0W, Einspeisegrenze 0W
2023-02-25 13:24:03,945 - {control.algorithm.algorithm:32} - {DEBUG:MainThread} - **Mindestrom setzen**
2023-02-25 13:24:03,951 - {control.algorithm.min_current:18} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, False), Zähler 0
2023-02-25 13:24:03,952 - {control.counter:161} - {DEBUG:MainThread} - Zähler 0: [52.650000000000006, 44.760000000000005, 37.47]A verbleibende Ströme, 73661.3W verbleibende Leistung
2023-02-25 13:24:03,952 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP6: Stromstärke 6A
2023-02-25 13:24:03,953 - {control.algorithm.algorithm:34} - {DEBUG:MainThread} - **Sollstrom setzen**
2023-02-25 13:24:03,956 - {control.counter:190} - {DEBUG:MainThread} - Überschuss zur PV-geführten Ladung: 9496.300000000003W
2023-02-25 13:24:03,957 - {control.counter:453} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 9496.300000000003W
2023-02-25 13:24:03,957 - {control.algorithm.algorithm:40} - {DEBUG:MainThread} - **PV-geführten Strom setzen**
2023-02-25 13:24:03,960 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [6]
2023-02-25 13:24:03,960 - {control.algorithm.surplus_controlled:41} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, False), Zähler 0
2023-02-25 13:24:03,961 - {control.loadmanagement:63} - {DEBUG:MainThread} - Schieflast [0, 0, 1.5300000000000011]A korrigieren: [0.0, 0.0, 24.47]
2023-02-25 13:24:03,963 - {control.chargepoint:354} - {INFO:MainThread} - LP 6: Es kann nicht mit der vorgegebenen Stromstärke geladen werden, da die maximale Schieflast an Zähler Solax Zähler erreicht ist.
2023-02-25 13:24:03,963 - {control.counter:168} - {DEBUG:MainThread} - Zähler 0: [52.650000000000006, 44.760000000000005, 13.0]A verbleibende Ströme, 3868.2000000000035W verbleibender Überschuss
2023-02-25 13:24:03,964 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP6: Stromstärke 30.47A
2023-02-25 13:24:03,964 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2023-02-25 13:24:03,966 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 4437.9900000002235 counter 4913730.96
2023-02-25 13:24:03,973 - {control.process:106} - {INFO:MainThread} - LP6: set current 30.47 A
2023-02-25 13:24:03,975 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:03,980 - {modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:04,006 - {control.counter:178} - {DEBUG:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-02-25 13:24:04,276 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-02-25 13:24:10,327 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-02-25 13:24:10,328 - {root:61} - {INFO:MainThread} - # ***Start*** 
Hallo Christian,

ich habe das gleiche Problem mit der Schieflast:
viewtopic.php?p=81323#p81323

Zudem möchte meine Box auch nicht mehr bei PV von 1 Phase auf 3 Phasen umschalten:
viewtopic.php?p=81423#p81423
Die Box möchte von 1P auf 3P Umschalten, macht aber nach der Pause mit 1P und 6A weiter.
Hast du dieses Problem auch?

Gruß
Markus
Elchkopp
Beiträge: 483
Registriert: Fr Feb 04, 2022 6:19 pm

Re: Feedback Beta 2

Beitrag von Elchkopp »

Der Wert PV-Ertrag auf der Hauptseite stimmt nicht. Angeblich habe ich heute bereits einen Ertrag von 5,96 kWh zu verzeichnen - um kurz nach 8 Uhr.

Anlage:
SolarEdge WR (9,36kWp, Ausrichtung SW)
BYD LVS Batterie am WR
SolarEdge EVU

Die Grafik zeigt auch negativen PV-Ertrag.
BA63261A-2C21-4469-ABD6-BCA9D0741087.png
8EA1AE6C-C432-4F27-B4CF-0C3AC8C4184D.png

Code: Alles auswählen

 2023-02-28 08:19:10,832 - {control.process:106} - {INFO:MainThread} - LP1: set current 0 A
2023-02-28 08:19:10,836 - {modules.common.component_context:24} - {DEBUG:cp1} - Update Komponente ['Ladepunkt']
2023-02-28 08:19:10,854 - {control.counter:178} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-02-28 08:19:11,124 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-02-28 08:19:20,256 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-02-28 08:19:20,257 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-02-28 08:19:20,309 - {modules.devices.solaredge.device:100} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.solaredge.counter.SolaredgeCounter object at 0x7285fbc8>, 'component2': <modules.devices.solaredge.bat.SolaredgeBat object at 0x72650238>, 'component3': <modules.devices.solaredge.inverter.SolaredgeInverter object at 0x72650118>}
2023-02-28 08:19:20,310 - {modules.common.component_context:24} - {DEBUG:cp1} - Update Komponente ['Ladepunkt']
2023-02-28 08:19:20,313 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Zähler']
2023-02-28 08:19:20,341 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [2, 8, 26, -32], Scale 0
2023-02-28 08:19:20,372 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [17, 11, 16], Scale -1
2023-02-28 08:19:20,390 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [23206, 23177, 23347, 0, 0, 0, 0], Scale -2
2023-02-28 08:19:20,431 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [4997], Scale -2
2023-02-28 08:19:20,451 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [-270, -1040, 810], Scale -2
2023-02-28 08:19:20,481 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [3206357, 1004762, 2351664, 1886689, 3930042, 3685631, 834516, 1446653], Scale 0
2023-02-28 08:19:20,482 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[232.06, 231.77, 233.47], powers=[-8.0, -26.0, 32.0], currents=[-1.7000000000000002, -1.1, 1.6], power_factors=[-0.027000000000000003, -0.10400000000000001, 0.081], imported=3930042.0, exported=3206357.0, power=-2.0, frequency=49.97)
2023-02-28 08:19:20,484 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Speicher']
2023-02-28 08:19:20,531 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677568750.420175, power=-157.0, imported=18585.513751935123, exported=12870.133996757377)
2023-02-28 08:19:20,532 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00280861, power1: -157, power2: -122
2023-02-28 08:19:20,532 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -0.391801
2023-02-28 08:19:20,532 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 0.391801 Wh, new state: SimCounterState(timestamp=1677568760.531172, power=-122.0, imported=18585.513751935123, exported=12870.525797889639)
2023-02-28 08:19:20,534 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data BatState(imported=18585.513751935123, exported=12870.525797889639, power=-122.0, soc=38.0)
2023-02-28 08:19:20,541 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Wechselrichter']
2023-02-28 08:19:20,580 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [21700], Scale -2
2023-02-28 08:19:20,600 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [9454859], Scale 0
2023-02-28 08:19:20,643 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [77, 85, 82], Scale -2
2023-02-28 08:19:20,660 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [21827], Scale -2
2023-02-28 08:19:20,660 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[-0.77, -0.85, -0.8200000000000001], power=-217.0, exported=9454859.0, dc_power=-218.27)
2023-02-28 08:19:20,665 - {modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2023-02-28 08:19:20,667 - {modules.common.store._api:30} - {INFO:component2} - Saving BatState(imported=18585.513751935123, exported=12870.525797889639, power=-122.0, soc=38.0)
2023-02-28 08:19:20,714 - {modules.common.component_context:24} - {DEBUG:component3} - Update Komponente ['SolarEdge Wechselrichter']
2023-02-28 08:19:20,715 - {modules.common.store._api:26} - {DEBUG:component3} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-95.0, exported=9460573.98, dc_power=None)
2023-02-28 08:19:20,717 - {modules.common.store._api:30} - {INFO:component3} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-95.0, exported=9460573.98, dc_power=None)
2023-02-28 08:19:20,718 - {modules.common.component_context:24} - {DEBUG:cp1} - Update Komponente ['Ladepunkt']
2023-02-28 08:19:20,751 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['SolarEdge Zähler']
2023-02-28 08:19:20,751 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(voltages=[232.06, 231.77, 233.47], powers=[-8.0, -26.0, 32.0], currents=[-1.7000000000000002, -1.1, 1.6], power_factors=[-0.027000000000000003, -0.10400000000000001, 0.081], imported=3930042.0, exported=3206357.0, power=-2.0, frequency=49.97)
2023-02-28 08:19:20,885 - {control.counter:131} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [16.7, 16.1, 13.4]A
2023-02-28 08:19:20,886 - {control.counter:153} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 11002.0W
2023-02-28 08:19:20,888 - {control.chargepoint:701} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-02-28 08:19:20,888 - {control.chargepoint:692} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-02-28 08:19:20,891 - {control.chargepoint:867} - {INFO:MainThread} - LP 1, EV: Cupra Born (EV-Nr.2): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 0.0
2023-02-28 08:19:20,895 - {control.bat_all:145} - {INFO:MainThread} - -157.0W verbliebende Speicher-Leistung
2023-02-28 08:19:20,900 - {control.data:334} - {INFO:MainThread} - bat2
BatData(get=Get(soc=38, daily_exported=2352.23, daily_imported=0.0, imported=18585.51, exported=12870.53, fault_state=0, fault_str='Kein Fehler.', power=-122.0))
2023-02-28 08:19:20,902 - {control.data:305} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=True), get=Get(soc=38, daily_exported=2352.23, daily_imported=0.0, imported=18585.51, exported=12870.13, power=-157.0), set=Set(charging_power_left=-157.0, switch_on_soc_reached=True))
2023-02-28 08:19:20,904 - {control.data:306} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=0.0, daily_exported=0, power=0, imported=4534280.76, exported=0))
2023-02-28 08:19:20,910 - {control.data:334} - {INFO:MainThread} - cp1
ChargepointData(get=Get(charge_state=False, 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=[0.0, 0.0, 0.0], daily_imported=0.0, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4534280.76, phases_in_use=0, plug_state=True, power=0, rfid_timestamp=None, rfid=None, state_str=None, voltages=[232.19, 231.98, 233.68]), set=Set(change_ev_permitted=[True, ''], charging_ev=2, charging_ev_prev=2, current=0, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='_', imported_at_mode_switch=4534280.76, imported_at_plugtime=4534280.76, imported_since_mode_switch=0, imported_since_plugged=0.0, range_charged=0, time_charged='00:00', timestamp_start_charging=None), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='02/28/2023, 08:10:11', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71456928>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.226', 'duo_num': 1}}, power_module={}, ev=2, name='Garage', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=1))
2023-02-28 08:19:20,916 - {control.data:334} - {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=16, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-02-28 08:19:20,918 - {control.data:334} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[16, 16, 16], max_total_power=11000), get=Get(powers=[-8.0, -26.0, 32.0], currents=[-1.7, -1.1, 1.6], voltages=[232.06, 231.77, 233.47], power_factors=[-0.03, -0.1, 0.08], unbalanced_load=0, frequency=49.97, daily_exported=15.0, daily_imported=74.0, imported=3930042.0, exported=3206357.0, fault_state=0, fault_str='Kein Fehler.', power=-2.0), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=11002.0, raw_currents_left=[16.7, 16.1, 13.4], surplus_power_left=0, state_str=''))
2023-02-28 08:19:20,919 - {control.data:310} - {INFO:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 3, 'type': 'inverter', 'children': [{'id': 2, 'type': 'bat', 'children': []}]}, {'id': 1, 'type': 'cp', 'children': []}, {'id': 2, 'type': 'bat', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=215.0, invalid_home_consumption=0, daily_yield_home_consumption=8355.17))
2023-02-28 08:19:20,920 - {control.data:334} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=0, max_soc=101), scheduled_charging=ScheduledCharging(plans={'0': ScheduledChargingPlan(active=False, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=14, name='Zielladen-Standard', limit=ScheduledLimit(selected='none', amount=1000, soc_limit=90, soc_scheduled=80), time='07:00'), '1': ScheduledChargingPlan(active=False, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=14, name='Zielladen-Standard', limit=ScheduledLimit(selected='none', amount=1000, soc_limit=90, soc_scheduled=80), time='07:00')}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=1000, soc=50))))
2023-02-28 08:19:20,920 - {control.data:334} - {INFO:MainThread} - ct1
ChargeTemplateData(name='Tesla', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, 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=100))))
2023-02-28 08:19:20,921 - {control.data:334} - {INFO:MainThread} - ct2
ChargeTemplateData(name='Cupra', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, 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=100))))
2023-02-28 08:19:20,921 - {control.data:334} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=21, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode='stop', chargemode='stop', used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=True, range=0, fault_state=0, fault_str=''))
2023-02-28 08:19:20,924 - {control.data:334} - {INFO:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Tesla', 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=17, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode='stop', chargemode='stop', used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=1, ev_template=1, name='Tesla Model 3', tag_id=[], get=Get(soc=53.0, soc_timestamp='02/28/2023, 07:59:01', force_soc_update=False, range=228.51018660000003, fault_state=0, fault_str='Kein Fehler.'))
2023-02-28 08:19:20,926 - {control.data:334} - {INFO:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Cupra', 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=21, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[6, 0.0, 0.0], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=2, ev_template=2, name='Cupra Born', tag_id=[], get=Get(soc=0, soc_timestamp='02/27/2023, 16:52:21', force_soc_update=True, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-02-28 08:19:20,929 - {control.data:334} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=17, min_current=6, max_current_single_phase=16, battery_capacity=82, nominal_difference=2)
2023-02-28 08:19:20,934 - {control.data:334} - {INFO:MainThread} - et1
EvTemplateData(name='Tesla', 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=17, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=2)
2023-02-28 08:19:20,935 - {control.data:334} - {INFO:MainThread} - et2
EvTemplateData(name='Cupra', 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=21, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=2)
2023-02-28 08:19:20,936 - {control.data:314} - {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=[-230, 0], feed_in_yield=15000, phase_switch_delay=9, phases_to_use=0, rundown_power=0, rundown_soc=100, switch_off_delay=600, switch_off_soc=0, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=0, switch_on_threshold=1300), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=3), stop=Stop(phases_to_use=1), 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.52, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-02-28 08:19:20,938 - {control.data:315} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-02-28 08:19:20,939 - {control.data:316} - {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=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-02-28 08:19:20,939 - {control.data:334} - {INFO:MainThread} - pv3
PvData(config=Config(max_ac_out=10000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=5958.03, monthly_exported=0, yearly_exported=0, exported=9460573.98, fault_state=0, fault_str='Kein Fehler.', power=-95.0))
2023-02-28 08:19:20,940 - {control.data:318} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=5958.03, monthly_exported=0, yearly_exported=0, exported=9460573.38, power=-94.0))
2023-02-28 08:19:20,940 - {control.data:334} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.178.227', 'current_commit': '2023-02-27 13:44:54 +0100 [9b7fa2bb]', 'current_branch': 'master', 'current_branch_commit': '2023-02-27 13:44:54 +0100 [9b7fa2bb]', 'current_missing_commits': [], 'boot_done': True, 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1677568750, 'time': '08:19:10', 'grid': 0.014, 'house-power': 0.265, 'charging-all': 0.0, 'pv-all': 0.092, 'cp1-power': 0.0, 'ev1-soc': 53.0, 'bat-all-power': -0.158, 'bat-all-soc': 38}, 'module_update_completed': True}
2023-02-28 08:19:20,941 - {control.data:347} - {INFO:MainThread} - device0
{'name': 'SolarEdge', 'type': 'solaredge', 'id': 0, 'configuration': {'port': 502, 'ip_address': '192.168.178.224'}}
2023-02-28 08:19:20,941 - {control.data:349} - {INFO:MainThread} - component0
{'name': 'SolarEdge Zähler', 'type': 'counter', 'id': 0, 'configuration': {'modbus_id': 1, 'meter_id': 1}}
2023-02-28 08:19:20,941 - {control.data:349} - {INFO:MainThread} - component2
{'name': 'SolarEdge Speicher', 'type': 'bat', 'id': 2, 'configuration': {'modbus_id': 1}}
2023-02-28 08:19:20,942 - {control.data:349} - {INFO:MainThread} - component3
{'name': 'SolarEdge Wechselrichter', 'type': 'inverter', 'id': 3, 'configuration': {'modbus_id': 1}}
2023-02-28 08:19:20,942 - {control.data:321} - {INFO:MainThread} - 
Die Werte stimmen auch nicht mit der SolarEdge-Auswertung überein:
AC1629FC-4C9A-48FF-921B-BA8B91545BB4.png
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Feedback Beta 2

Beitrag von LenaK »

Elchkopp hat geschrieben: Mi Feb 22, 2023 7:30 pm Okay, ging doch schneller. Ist auf jeden Fall reproduzierbar. Hier der Ablauf:

Konfiguration Geräte und Komponenten
- Einrichtung Gerät SolarEdge
- Einrichtung Komponente SolarEdge Zähler
- Einrichtung Komponente SolarEdge Speicher
- Einrichtung Komponente SolarEdge Wechselrichter
Speichern

Konfiguration Lastmanagement
- SolarEdge Speicher in den SolarEdge Wechselrichter ziehen (da Hybridsystem)
Speichern

Ladepunkte einrichten
- Ladepunkt "Externe openWB" hinzufügen (ID: 3 wird erzeugt)
- Weiteren Ladepunkt "Externe openWB" hinzufügen (ID: 4 wird erzeug)
- beide wieder mit dem Papierkorbsymbol löschen
- noch einen testweise erstellt, geklöscht und wieder erstellt (ID: 5 und ID: 6)
- ID: 5 wieder gelöscht
- ID: 6 ist also noch vorhanden

Wenn ich jetzt ohne zu speichern mir das Lastmanagement angucke, sehe ich genau das:
Screenshot 2023-02-22 202855.jpg

Sind die Cloud-Zugangsdaten die, die auf der Standalone draußen aufgeklebt sind? Dann schicke ich Dir gleich eine PN.

Gruß
Sascha
Ist behoben.
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Feedback Beta 2

Beitrag von LenaK »

gvz hat geschrieben: So Feb 26, 2023 3:15 pm Hier ein "richtiger" Bug:
Lädt man mit 2 Phasen, funktioniert die PV-Überschussberechnung nicht richtig. Der Überschuss wird so berechnet, als ob 3 Phasen benutzt würden. Der Fehler ist m.E. in control/algorithm/loadmanagement.py, Funktion _limit_by_power:
Die 2932 W Überschuss über die 6A hinaus rechnet er auf [10,10,10] um, anstatt [12,12,0] (o.ä.) zu wählen.

Ich hänge Euch mal einen Regelzyklus-Dump an:

Code: Alles auswählen

2023-02-26 11:01:10,392 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-02-26 11:01:10,394 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-02-26 11:01:10,434 - {soc.modules.common.component_context:51} - {DEBUG:device1} - Update Komponenten ['MQTT-Zähler', 'MQTT-Wechselrichter']
2023-02-26 11:01:10,435 - {soc.modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-26 11:01:10,435 - {modules.devices.mqtt.device:47} - {DEBUG:device1} - MQTT-Module müssen nicht ausgelesen werden.
2023-02-26 11:01:10,484 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['MQTT-Wechselrichter']
2023-02-26 11:01:10,487 - {soc.modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-26 11:01:10,510 - {soc.modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['MQTT-Zähler']
2023-02-26 11:01:10,589 - {control.counter:137} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 0: [38.18173913043478, 40.740869565217395, 38.5304347826087]
2023-02-26 11:01:10,589 - {control.counter:166} - {DEBUG:MainThread} - Verbleibende Leistung an Zähler 0: 28577.03
2023-02-26 11:01:10,596 - {control.chargepoint:703} - {DEBUG:MainThread} - Anzahl angeschlossener Phasen beschränkt die nutzbaren Phasen auf 2
2023-02-26 11:01:10,598 - {control.chargepoint:692} - {DEBUG:MainThread} - Phasenzahl Lademodus: 3
2023-02-26 11:01:10,600 - {control.ev:364} - {DEBUG:MainThread} - Änderung des Lademodus
2023-02-26 11:01:10,625 - {control.chargelog:146} - {DEBUG:MainThread} - Neuer Ladelogeintrag: {'chargepoint': {'id': 3, 'name': 'openWB Garage'}, 'vehicle': {'id': 0, 'name': 'Standard-Fahrzeug', 'chargemode': 'instant_charging', 'prio': False, 'rfid': None}, 'time': {'begin': '02/26/2023, 10:57:40', 'end': '02/26/2023, 11:01:10', 'time_charged': '0:04'}, 'data': {'range_charged': 1.79, 'imported_since_mode_switch': 305.18, 'imported_since_plugged': 9301.27, 'power': 1.22, 'costs': 0.13}}
2023-02-26 11:01:10,629 - {control.chargepoint:867} - {DEBUG:MainThread} - LP 3, EV: Standard-Fahrzeug (EV-Nr.0): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.INSTANT_CHARGING, Phasen: 2, Priorität: False, max. Ist-Strom: 11.5
2023-02-26 11:01:10,632 - {control.data:305} - {DEBUG:MainThread} - bat_all_data
2023-02-26 11:01:10,634 - {control.data:306} - {DEBUG:MainThread} - cp_all_data
2023-02-26 11:01:10,636 - {control.data:334} - {DEBUG:MainThread} - cp3
2023-02-26 11:01:10,636 - {control.data:334} - {DEBUG:MainThread} - cpt0
2023-02-26 11:01:10,636 - {control.data:334} - {DEBUG:MainThread} - counter0
2023-02-26 11:01:10,637 - {control.data:310} - {DEBUG:MainThread} - counter_all_data
2023-02-26 11:01:10,637 - {control.data:334} - {DEBUG:MainThread} - ct0
2023-02-26 11:01:10,638 - {control.data:334} - {DEBUG:MainThread} - ev0
2023-02-26 11:01:10,640 - {control.data:334} - {DEBUG:MainThread} - et0
2023-02-26 11:01:10,641 - {control.data:314} - {DEBUG:MainThread} - general_data
2023-02-26 11:01:10,641 - {control.data:315} - {DEBUG:MainThread} - graph_data
2023-02-26 11:01:10,642 - {control.data:316} - {DEBUG:MainThread} - optional_data
2023-02-26 11:01:10,643 - {control.data:334} - {DEBUG:MainThread} - pv2
2023-02-26 11:01:10,644 - {control.data:318} - {DEBUG:MainThread} - pv_all_data
2023-02-26 11:01:10,644 - {control.data:334} - {DEBUG:MainThread} - system
2023-02-26 11:01:10,645 - {control.data:347} - {DEBUG:MainThread} - device1
2023-02-26 11:01:10,645 - {control.data:349} - {DEBUG:MainThread} - component0
2023-02-26 11:01:10,645 - {control.data:349} - {DEBUG:MainThread} - component2
2023-02-26 11:01:10,645 - {control.data:321} - {DEBUG:MainThread} - 
2023-02-26 11:01:10,646 - {control.algorithm.algorithm:26} - {DEBUG:MainThread} - # Algorithmus
2023-02-26 11:01:10,646 - {control.algorithm.algorithm:32} - {DEBUG:MainThread} - **Mindestrom setzen**
2023-02-26 11:01:10,648 - {control.algorithm.min_current:18} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 0
2023-02-26 11:01:10,649 - {control.counter:174} - {DEBUG:MainThread} - Zähler 0: [32.18173913043478, 40.740869565217395, 32.5304347826087]A verbleibende Ströme, 25817.03W verbleibende Leistung
2023-02-26 11:01:10,649 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP3: Stromstärke 6A
2023-02-26 11:01:10,651 - {control.algorithm.algorithm:34} - {DEBUG:MainThread} - **Sollstrom setzen**
2023-02-26 11:01:10,653 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-02-26 11:01:10,654 - {control.algorithm.additional_current:26} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 0
2023-02-26 11:01:10,655 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP3: Stromstärke 6A
2023-02-26 11:01:10,656 - {control.counter:203} - {DEBUG:MainThread} - Überschuss zur PV-geführten Ladung: 2932.029999999999W
2023-02-26 11:01:10,657 - {control.counter:466} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 2932.029999999999W
2023-02-26 11:01:10,658 - {control.algorithm.algorithm:40} - {DEBUG:MainThread} - **PV-geführten Strom setzen**
2023-02-26 11:01:10,660 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-02-26 11:01:10,660 - {control.algorithm.surplus_controlled:41} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 0
2023-02-26 11:01:10,660 - {control.loadmanagement:82} - {DEBUG:MainThread} - Leistungsüberschreitung auf 2932.029999999999W korrigieren: [10.0, 10.0, 10.0]
2023-02-26 11:01:10,661 - {control.counter:181} - {DEBUG:MainThread} - Zähler 0: [27.93242028985507, 36.49155072463769, 28.281115942028993]A verbleibende Ströme, 4.547473508864641e-13W verbleibender Überschuss
2023-02-26 11:01:10,661 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP3: Stromstärke 10.249318840579708A
2023-02-26 11:01:10,663 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2023-02-26 11:01:10,665 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 0.0 counter 4534960.94
2023-02-26 11:01:10,666 - {control.process:106} - {INFO:MainThread} - LP3: set current 10.25 A
2023-02-26 11:01:10,672 - {soc.modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-26 11:01:10,693 - {control.counter:191} - {DEBUG:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-02-26 11:01:10,910 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
ChargepointData(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=75), currents=[9.52, 0.05, 9.53], daily_imported=9104.01, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4534973.63, phases_in_use=2, plug_state=True, power=4356.89, rfid_timestamp=None, rfid=None, state_str=None, voltages=[229.14, 231.27, 228.51]), set=Set(change_ev_permitted=[True, ''], charging_ev=0, charging_ev_prev=0, current=10.25, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4534960.94, imported_at_plugtime=4525659.67, imported_since_mode_switch=0.0, imported_since_plugged=9301.270000000484, range_charged=0.0, time_charged='0:00', timestamp_start_charging='02/26/2023, 11:01:10'), manual_lock=False, phases_to_use=2, plug_state_prev=True, plug_time='02/25/2023, 19:50:21', required_power=2760.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71436208>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.0.5', 'duo_num': 1}}, power_module={}, ev=0, name='openWB Garage', type='external_openwb', template=0, connected_phases=2, phase_1=3, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
{'update_in_progress': False, 'perform_update': False, 'current_commit': '2023-01-30 16:57:10 +0100 [78dc6cd0]', 'current_branch': 'Beta', 'current_branch_commit': '2023-01-30 16:57:10 +0100 [78dc6cd0]', 'current_missing_commits': [], 'boot_done': True, 'ip_address': '192.168.0.90', 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 6, 'lastlivevaluesJson': {'timestamp': 1677405670, 'time': '11:01:10', 'grid': -0.321, 'house-power': 0.179, 'charging-all': 5.256, 'pv-all': 5.733, 'cp3-power': 5.256, 'ev0-soc': 75}, 'module_update_completed': True}
ChargepointData(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=75), currents=[9.51, 0.06, 9.52], daily_imported=9104.01, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4534984.86, phases_in_use=2, plug_state=True, power=4354.55, rfid_timestamp=None, rfid=None, state_str=None, voltages=[229.0, 231.14, 228.4]), set=Set(change_ev_permitted=[True, ''], charging_ev=0, charging_ev_prev=0, current=10.21, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4534960.94, imported_at_plugtime=4525659.67, imported_since_mode_switch=12.68999999947846, imported_since_plugged=9313.959999999963, range_charged=0.07464705882046152, time_charged='0:00', timestamp_start_charging='02/26/2023, 11:01:10'), manual_lock=False, phases_to_use=2, plug_state_prev=True, plug_time='02/25/2023, 19:50:21', required_power=2760.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x714b4490>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.0.5', 'duo_num': 1}}, power_module={}, ev=0, name='openWB Garage', type='external_openwb', template=0, connected_phases=2, phase_1=3, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
ChargepointData(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=75), currents=[9.54, 0.05, 9.52], daily_imported=9104.01, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4534996.58, phases_in_use=2, plug_state=True, power=4358.15, rfid_timestamp=None, rfid=None, state_str=None, voltages=[229.0, 231.53, 228.52]), set=Set(change_ev_permitted=[True, ''], charging_ev=0, charging_ev_prev=0, current=10.19, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4534960.94, imported_at_plugtime=4525659.67, imported_since_mode_switch=23.919999999925494, imported_since_plugged=9325.19000000041, range_charged=0.1407058823525029, time_charged='0:00', timestamp_start_charging='02/26/2023, 11:01:10'), manual_lock=False, phases_to_use=2, plug_state_prev=True, plug_time='02/25/2023, 19:50:21', required_power=2760.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71468c28>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.0.5', 'duo_num': 1}}, power_module={}, ev=0, name='openWB Garage', type='external_openwb', template=0, connected_phases=2, phase_1=3, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
Ist behoben, bitte ein Update machen.
Ihaglc
Beiträge: 431
Registriert: Fr Nov 06, 2020 11:32 am

Re: Feedback Beta 2

Beitrag von Ihaglc »

Elchkopp hat geschrieben: Di Feb 28, 2023 7:40 am Der Wert PV-Ertrag auf der Hauptseite stimmt nicht. Angeblich habe ich heute bereits einen Ertrag von 5,96 kWh zu verzeichnen - um kurz nach 8 Uhr.

Anlage:
SolarEdge WR (9,36kWp, Ausrichtung SW)
BYD LVS Batterie am WR
SolarEdge EVU

Die Grafik zeigt auch negativen PV-Ertrag.

BA63261A-2C21-4469-ABD6-BCA9D0741087.png

8EA1AE6C-C432-4F27-B4CF-0C3AC8C4184D.png


Die Werte stimmen auch nicht mit der SolarEdge-Auswertung überein:

AC1629FC-4C9A-48FF-921B-BA8B91545BB4.png
Kann ich so nicht bestätigen, bei mir stimmen die Werte, auch im Vergleich zum SE Portal. ( Hinweis: im SE Portal wird die geladene Speicherenergie zunächst nicht zur PV Energie hinzugezählt, erst beim Entladen des Speichers )

Mit der negativen PV Leistung, das habe ich auch.( entspricht der Verlustleistung des SE Systems? )
viewtopic.php?p=80500#p80500

Der Fehler liegt vielleicht in der Kombination SE und BYD Speicher, hier hatten auch einige andere User Anzeigeunterschiede gepostet
Gruß
Thomas
----------------------------------------
Wallbox OpenWB Standard+ 22 kW
PV Modul JaSolar
WR Solaredge SE7K Hybrid
Speicher LG Resu13
EV Mercedes GLC Hybrid
Elchkopp
Beiträge: 483
Registriert: Fr Feb 04, 2022 6:19 pm

Re: Feedback Beta 2

Beitrag von Elchkopp »

Ja, solche Probleme waren in der 1.9 schon vorhanden, konnten aber gelöst werden.

Der Umstand, dass SE die eingespeicherte PV-Energie erst dann zur Erzeugung dazu zählt, wenn die Batterie entladen wird, ist mir auch bekannt.

Die Werte sind für mich auch nicht entscheidend. Aber vielleicht resultieren daraus andere Probleme.

Aber wenn es bei Dir stimmt, muss ich in der Konfig wohl noch nen Wurm drin haben…

Gruß
Sascha
ChristianM
Beiträge: 148
Registriert: Di Okt 22, 2019 9:42 am

Re: Feedback Beta 2

Beitrag von ChristianM »

ja, bei mir wird auch nicht mehr von einer auf drei Phasen umgeschaltet.
Addy hat geschrieben: Mo Feb 27, 2023 9:46 pm
ChristianM hat geschrieben: Sa Feb 25, 2023 12:42 pm Heute stimmt was bei der Schieflast nicht, meine das war letztens noch OK. Installiert ist 2023-02-23 10:05:10 +0100 [3864b7e1]


Code: Alles auswählen

2023-02-25 13:24:00,627 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-02-25 13:24:00,685 - {modules.devices.solax.device:55} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.solax.counter.SolaxCounter object at 0x714ad778>, 'component1': <modules.devices.solax.bat.SolaxBat object at 0x70a924c0>, 'component2': <modules.devices.solax.inverter.SolaxInverter object at 0x70a92a78>}
2023-02-25 13:24:00,686 - {modules.devices.solaredge.device:100} - {DEBUG:device1} - Start device reading {'component3': <modules.devices.solaredge.inverter.SolaredgeInverter object at 0x714a3148>}
2023-02-25 13:24:00,687 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['Solax Zähler']
2023-02-25 13:24:00,687 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:00,692 - {modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:00,698 - {modules.common.component_context:24} - {DEBUG:device1} - Update Komponente ['SolarEdge Wechselrichter']
2023-02-25 13:24:00,989 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[230.0, 230.0, 230.0], powers=[-4951, -3135, 3774], currents=[-21.526086956521738, -13.630434782608695, 16.408695652173915], power_factors=[0.0, 0.0, 0.0], imported=2254780, exported=475130, power=-4303, frequency=49.98)
2023-02-25 13:24:00,992 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['Solax Speicher']
2023-02-25 13:24:01,145 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677327830.830938, power=1137, imported=45440.92686683529, exported=39323.08020588484)
2023-02-25 13:24:01,146 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00286524, power1: 1137, power2: 1137
2023-02-25 13:24:01,146 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: 3.25777
2023-02-25 13:24:01,147 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 3.25777 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1677327841.1457906, power=1137, imported=45444.18464107566, exported=39323.08020588484)
2023-02-25 13:24:01,148 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data BatState(imported=45444.18464107566, exported=39323.08020588484, power=1137, soc=45)
2023-02-25 13:24:01,150 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['Solax Wechselrichter']
2023-02-25 13:24:01,304 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2840, exported=240200, dc_power=None)
2023-02-25 13:24:03,710 - {modules.common.fault_state:40} - {ERROR:device1} - SolarEdge Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers
    raise FaultState.error(__name__+" "+str(response))
modules.common.fault_state.FaultState: ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/solaredge/device.py", line 106, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/solaredge/inverter.py", line 35, in update
    self.store.set(self.read_state())
  File "/var/www/html/openWB/packages/modules/devices/solaredge/inverter.py", line 40, in read_state
    power = self._read_scaled_int16(40083, 1)[0] * -1
  File "/var/www/html/openWB/packages/modules/devices/solaredge/scale.py", line 24, in scaled_reader
    client.read_holding_registers(address, [type] * count + [ModbusDataType.INT_16], unit=modbus_id)
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 118, in read_holding_registers
    return self.__read_registers(
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 100, in __read_registers
    raise FaultState.error(__name__+" "+str(type(e))+" " +
modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)

2023-02-25 13:24:03,714 - {modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['Solax Wechselrichter']
2023-02-25 13:24:03,716 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['Solax Speicher']
2023-02-25 13:24:03,717 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2840, exported=240200, dc_power=None)
2023-02-25 13:24:03,719 - {modules.common.component_context:24} - {DEBUG:component3} - Update Komponente ['SolarEdge Wechselrichter']
2023-02-25 13:24:03,721 - {modules.common.store._api:30} - {DEBUG:component1} - Saving BatState(imported=45444.18464107566, exported=39323.08020588484, power=1137, soc=45)
2023-02-25 13:24:03,723 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:03,726 - {modules.common.store._api:30} - {DEBUG:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2840, exported=240200, dc_power=None)
2023-02-25 13:24:03,730 - {modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:03,731 - {modules.common.store._api:26} - {DEBUG:component3} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-9619.0, exported=64889904.0, dc_power=None)
2023-02-25 13:24:03,768 - {modules.common.store._api:30} - {DEBUG:component3} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-9619.0, exported=64889904.0, dc_power=None)
2023-02-25 13:24:03,818 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['Solax Zähler']
2023-02-25 13:24:03,818 - {modules.common.store._api:30} - {DEBUG:component0} - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[-4951, -3135, 3774], currents=[-21.526086956521738, -13.630434782608695, 16.408695652173915], power_factors=[0.0, 0.0, 0.0], imported=2254780, exported=475130, power=-4303, frequency=49.98)
2023-02-25 13:24:03,899 - {control.counter:131} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 0: [52.650000000000006, 44.760000000000005, 43.47]
2023-02-25 13:24:03,899 - {control.counter:153} - {DEBUG:MainThread} - Verbleibende Leistung an Zähler 0: 75041.3
2023-02-25 13:24:03,902 - {control.chargepoint:354} - {INFO:MainThread} - LP 5: Keine Ladung, da kein Auto angesteckt ist.
2023-02-25 13:24:03,910 - {control.chargepoint:701} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-02-25 13:24:03,912 - {control.chargepoint:692} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-02-25 13:24:03,916 - {control.chargepoint:867} - {DEBUG:MainThread} - LP 6, EV: Standard-Fahrzeug (EV-Nr.0): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 28.88
2023-02-25 13:24:03,920 - {control.bat_all:145} - {INFO:MainThread} - -50W verbliebende Speicher-Leistung
2023-02-25 13:24:03,922 - {control.data:334} - {DEBUG:MainThread} - bat1
BatData(get=Get(soc=45, daily_exported=54.55, daily_imported=2405.38, imported=45444.18, exported=39323.08, fault_state=0, fault_str='Kein Fehler.', power=1137))
2023-02-25 13:24:03,925 - {control.data:305} - {DEBUG:MainThread} - bat_all_data
BatAllData(config=Config(configured=True), get=Get(soc=45, daily_exported=54.55, daily_imported=2405.38, imported=45440.93, exported=39323.08, power=1137), set=Set(charging_power_left=-50, switch_on_soc_reached=False))
2023-02-25 13:24:03,927 - {control.data:306} - {DEBUG:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=15751.95, daily_exported=0, power=6738.3, imported=7261473.88, exported=0))
2023-02-25 13:24:03,928 - {control.data:334} - {DEBUG:MainThread} - cp5
ChargepointData(get=Get(charge_state=False, 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=[0.0, 0.0, 0.0], daily_imported=0.0, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=2347742.92, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[249.17, 240.22, 236.81]), set=Set(change_ev_permitted=[True, ''], charging_ev=-1, charging_ev_prev=-1, current=0, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='_', imported_at_mode_switch=0, imported_at_plugtime=0, imported_since_mode_switch=0, imported_since_plugged=0, range_charged=0, time_charged='00:00', timestamp_start_charging=None), manual_lock=False, phases_to_use=0, plug_state_prev=False, plug_time=None, required_power=0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71444568>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.0.221', 'duo_num': 1}}, power_module={}, ev=0, name='Draußen', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=5))
2023-02-25 13:24:03,928 - {control.data:334} - {DEBUG:MainThread} - cp6
ChargepointData(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=[28.88, 0.12, 0.13], daily_imported=15751.95, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4913730.96, phases_in_use=1, plug_state=True, power=6738.3, rfid_timestamp=None, rfid=None, state_str=None, voltages=[236.46, 249.05, 240.47]), set=Set(change_ev_permitted=[True, ''], charging_ev=0, charging_ev_prev=0, current=30.34, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4909292.97, imported_at_plugtime=4871025.88, imported_since_mode_switch=4412.600000000559, imported_since_plugged=42679.69000000041, range_charged=25.95647058823858, time_charged='3:24', timestamp_start_charging='02/25/2023, 09:59:04'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='02/24/2023, 20:06:54', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x70a82190>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.0.221', 'duo_num': 2}}, power_module={}, ev=0, name='Drinnen', type='external_openwb', template=0, connected_phases=3, phase_1=3, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=6))
2023-02-25 13:24:03,929 - {control.data:334} - {DEBUG:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-02-25 13:24:03,929 - {control.data:334} - {DEBUG:MainThread} - counter0
CounterData(config=Config(max_currents=[32, 32, 32], max_total_power=64000), get=Get(powers=[-4951, -3135, 3774], currents=[-21.53, -13.63, 16.41], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=49.98, daily_exported=4570, daily_imported=24490, imported=2254780, exported=475130, fault_state=0, fault_str='Kein Fehler.', power=-4303), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=75041.3, raw_currents_left=[52.650000000000006, 44.760000000000005, 43.47], surplus_power_left=0, state_str=''))
2023-02-25 13:24:03,930 - {control.data:310} - {DEBUG:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'inverter', 'children': []}, {'id': 5, 'type': 'cp', 'children': []}, {'id': 6, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=280.6999999999998, invalid_home_consumption=0, daily_yield_home_consumption=11413.4))
2023-02-25 13:24:03,930 - {control.data:334} - {DEBUG:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=32, limit=Limit(selected='none', amount=1000, soc=50))))
2023-02-25 13:24:03,930 - {control.data:334} - {DEBUG:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Kia e-Niro', max_current_multi_phases=16, max_phases=3, phase_switch_pause=7, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=7, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=64, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[0.0, 0.0, 6], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=1, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=True, range=0, fault_state=0, fault_str=''))
2023-02-25 13:24:03,933 - {control.data:334} - {DEBUG:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2)
2023-02-25 13:24:03,934 - {control.data:334} - {DEBUG:MainThread} - et1
EvTemplateData(name='Kia e-Niro', max_current_multi_phases=16, max_phases=3, phase_switch_pause=7, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=7, average_consump=17, min_current=6, max_current_single_phase=16, battery_capacity=64, nominal_difference=2)
2023-02-25 13:24:03,934 - {control.data:314} - {DEBUG:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[0, 230], feed_in_yield=20000, phase_switch_delay=7, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=60, switch_off_soc=40, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=60, switch_on_threshold=1500), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=1), unbalanced_load_limit=20, unbalanced_load=True), 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.39, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-02-25 13:24:03,934 - {control.data:315} - {DEBUG:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-02-25 13:24:03,935 - {control.data:316} - {DEBUG:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-02-25 13:24:03,935 - {control.data:334} - {DEBUG:MainThread} - pv2
PvData(config=Config(max_ac_out=6000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=700, monthly_exported=0, yearly_exported=0, exported=240200, fault_state=0, fault_str='Kein Fehler.', power=-2840))
2023-02-25 13:24:03,935 - {control.data:334} - {DEBUG:MainThread} - pv3
PvData(config=Config(max_ac_out=17000), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=9532.0, monthly_exported=0, yearly_exported=0, exported=64889904.0, fault_state=2, fault_str="modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 8 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", power=-9619.0))
2023-02-25 13:24:03,936 - {control.data:318} - {DEBUG:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=10232.0, monthly_exported=0, yearly_exported=0, exported=65130104.0, power=-12401.0))
2023-02-25 13:24:03,937 - {control.data:334} - {DEBUG:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.0.186', 'current_commit': '2023-02-23 10:05:10 +0100 [3864b7e1]', 'current_branch': 'master', 'current_branch_commit': '2023-02-23 10:05:10 +0100 [3864b7e1]', 'current_missing_commits': [], 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1677327831, 'time': '13:23:51', 'grid': -4.314, 'house-power': 0.435, 'charging-all': 6.515, 'pv-all': 12.169, 'cp5-power': 0.0, 'cp6-power': 6.515, 'bat-all-power': 1.137, 'bat-all-soc': 45}, 'module_update_completed': True}
2023-02-25 13:24:03,938 - {control.data:347} - {DEBUG:MainThread} - device0
{'name': 'Solax', 'type': 'solax', 'id': 0, 'configuration': {'modbus_id': 1, 'ip_address': '192.168.0.132'}}
2023-02-25 13:24:03,938 - {control.data:349} - {DEBUG:MainThread} - component0
{'name': 'Solax Zähler', 'type': 'counter', 'id': 0, 'configuration': {}}
2023-02-25 13:24:03,938 - {control.data:349} - {DEBUG:MainThread} - component1
{'name': 'Solax Speicher', 'type': 'bat', 'id': 1, 'configuration': {}}
2023-02-25 13:24:03,939 - {control.data:349} - {DEBUG:MainThread} - component2
{'name': 'Solax Wechselrichter', 'type': 'inverter', 'id': 2, 'configuration': {}}
2023-02-25 13:24:03,939 - {control.data:347} - {DEBUG:MainThread} - device1
{'name': 'SolarEdge', 'type': 'solaredge', 'id': 1, 'configuration': {'port': 502, 'ip_address': '192.168.0.207'}}
2023-02-25 13:24:03,939 - {control.data:349} - {DEBUG:MainThread} - component3
{'name': 'SolarEdge Wechselrichter', 'type': 'inverter', 'id': 3, 'configuration': {'modbus_id': 1}}
2023-02-25 13:24:03,939 - {control.data:321} - {DEBUG:MainThread} - 

2023-02-25 13:24:03,940 - {control.algorithm.algorithm:26} - {DEBUG:MainThread} - # Algorithmus
2023-02-25 13:24:03,940 - {control.algorithm.algorithm:72} - {DEBUG:MainThread} - Ladepunkt 6: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-02-25 13:24:03,941 - {control.ev:484} - {DEBUG:MainThread} - Genutzter Strom: 28.88A, Überschuss: 4303W, benötigte neue Leistung: -3220W
2023-02-25 13:24:03,944 - {control.counter:349} - {DEBUG:MainThread} - LP6 Switch-Off-Threshold prüfen: -4253W, Schwelle: 50W, freigegebener Überschuss 0W, Einspeisegrenze 0W
2023-02-25 13:24:03,945 - {control.algorithm.algorithm:32} - {DEBUG:MainThread} - **Mindestrom setzen**
2023-02-25 13:24:03,951 - {control.algorithm.min_current:18} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, False), Zähler 0
2023-02-25 13:24:03,952 - {control.counter:161} - {DEBUG:MainThread} - Zähler 0: [52.650000000000006, 44.760000000000005, 37.47]A verbleibende Ströme, 73661.3W verbleibende Leistung
2023-02-25 13:24:03,952 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP6: Stromstärke 6A
2023-02-25 13:24:03,953 - {control.algorithm.algorithm:34} - {DEBUG:MainThread} - **Sollstrom setzen**
2023-02-25 13:24:03,956 - {control.counter:190} - {DEBUG:MainThread} - Überschuss zur PV-geführten Ladung: 9496.300000000003W
2023-02-25 13:24:03,957 - {control.counter:453} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 9496.300000000003W
2023-02-25 13:24:03,957 - {control.algorithm.algorithm:40} - {DEBUG:MainThread} - **PV-geführten Strom setzen**
2023-02-25 13:24:03,960 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [6]
2023-02-25 13:24:03,960 - {control.algorithm.surplus_controlled:41} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, False), Zähler 0
2023-02-25 13:24:03,961 - {control.loadmanagement:63} - {DEBUG:MainThread} - Schieflast [0, 0, 1.5300000000000011]A korrigieren: [0.0, 0.0, 24.47]
2023-02-25 13:24:03,963 - {control.chargepoint:354} - {INFO:MainThread} - LP 6: Es kann nicht mit der vorgegebenen Stromstärke geladen werden, da die maximale Schieflast an Zähler Solax Zähler erreicht ist.
2023-02-25 13:24:03,963 - {control.counter:168} - {DEBUG:MainThread} - Zähler 0: [52.650000000000006, 44.760000000000005, 13.0]A verbleibende Ströme, 3868.2000000000035W verbleibender Überschuss
2023-02-25 13:24:03,964 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP6: Stromstärke 30.47A
2023-02-25 13:24:03,964 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2023-02-25 13:24:03,966 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 4437.9900000002235 counter 4913730.96
2023-02-25 13:24:03,973 - {control.process:106} - {INFO:MainThread} - LP6: set current 30.47 A
2023-02-25 13:24:03,975 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:03,980 - {modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2023-02-25 13:24:04,006 - {control.counter:178} - {DEBUG:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-02-25 13:24:04,276 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-02-25 13:24:10,327 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-02-25 13:24:10,328 - {root:61} - {INFO:MainThread} - # ***Start*** 
Hallo Christian,

ich habe das gleiche Problem mit der Schieflast:
viewtopic.php?p=81323#p81323

Zudem möchte meine Box auch nicht mehr bei PV von 1 Phase auf 3 Phasen umschalten:
viewtopic.php?p=81423#p81423
Die Box möchte von 1P auf 3P Umschalten, macht aber nach der Pause mit 1P und 6A weiter.
Hast du dieses Problem auch?

Gruß
Markus
Elchkopp
Beiträge: 483
Registriert: Fr Feb 04, 2022 6:19 pm

Re: Feedback Beta 2

Beitrag von Elchkopp »

Bei mir ist es genau umgekehrt. Startet mit 3p und schaltet nicht zurück, sondern bleibt dabei, obwohl die obligatorische Pause von 2 Sek zu sehen ist.
Nasdero
Beiträge: 368
Registriert: Mo Dez 16, 2019 9:01 pm

Re: Feedback Beta 2

Beitrag von Nasdero »

Bei mir wird überhaupt nicht mehr geladen, scheinbar schließt der CP nicht mehr, dem Corsa werden 10A angeboten, er reagiert auch dadrauf es klackt, aber der Stecker wird nicht grün.
Dateianhänge
Main.log
(1.15 MiB) 17-mal heruntergeladen
Jens
Beiträge: 103
Registriert: Fr Jul 16, 2021 6:19 pm

Re: Feedback Beta 2

Beitrag von Jens »

Hallo zusammen,

Versionen:
Openwb Standart Plus: 1.9.296 (2023-02-28 07:32:01 +0100 [5f63aaad] --> Nur Ladepunkt
Standalone 2.0: 2023-02-28 14:19:54 +0100 [19de286f]

E3DC

PV eingestellt und Ladung beginnt direkt mit 16 A; 3-Phasig und regelt nicht runter. und es wird zudem vom Netz bezogen (Wieder zurück auf 1.9)

Code: Alles auswählen

2023-02-28 15:40:10,471 - {control.data:321} - {INFO:MainThread} - 

2023-02-28 15:40:10,472 - {control.algorithm.algorithm:26} - {INFO:MainThread} - # Algorithmus
2023-02-28 15:40:10,472 - {control.algorithm.algorithm:72} - {DEBUG:MainThread} - Ladepunkt 3: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-02-28 15:40:10,473 - {control.ev:484} - {DEBUG:MainThread} - Genutzter Strom: 15.62A, Überschuss: -3674.0W, benötigte neue Leistung: 460W
2023-02-28 15:40:10,473 - {control.ev:525} - {INFO:MainThread} - LP 3: Umschaltverzögerung von 1 auf 3 Phasen abgebrochen.
2023-02-28 15:40:10,476 - {control.counter:349} - {DEBUG:MainThread} - LP3 Switch-Off-Threshold prüfen: 7218.0W, Schwelle: 50W, freigegebener Überschuss 0.0W, Einspeisegrenze 0W
2023-02-28 15:40:10,478 - {control.chargepoint:354} - {INFO:MainThread} - LP 3: Ladevorgang wird nach Ablauf der Abschaltverzögerung 60s gestoppt.
2023-02-28 15:40:10,481 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Mindestrom setzen**
2023-02-28 15:40:10,486 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, True), Zähler 0
2023-02-28 15:40:10,487 - {control.counter:161} - {DEBUG:MainThread} - Zähler 0: [35.42, 39.68, 40.519999999999996]A verbleibende Ströme, 27447.84W verbleibende Leistung
2023-02-28 15:40:10,489 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-02-28 15:40:10,490 - {control.algorithm.algorithm:34} - {INFO:MainThread} - **Sollstrom setzen**
2023-02-28 15:40:10,494 - {control.counter:190} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 2478.84W
2023-02-28 15:40:10,497 - {control.counter:453} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 2478.84W
2023-02-28 15:40:10,498 - {control.algorithm.algorithm:40} - {INFO:MainThread} - **PV-geführten Strom setzen**
2023-02-28 15:40:10,500 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-02-28 15:40:10,501 - {control.algorithm.surplus_controlled:41} - {INFO:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, True), Zähler 0
2023-02-28 15:40:10,502 - {control.counter:168} - {DEBUG:MainThread} - Zähler 0: [25.42, 39.68, 40.519999999999996]A verbleibende Ströme, 178.84000000000015W verbleibender Überschuss
2023-02-28 15:40:10,502 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 16A
2023-02-28 15:40:10,503 - {control.process:22} - {INFO:MainThread} - # Ladung starten.
2023-02-28 15:40:10,505 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 2032.7199999997392 counter 5934199.71
2023-02-28 15:40:10,508 - {control.process:106} - {INFO:MainThread} - LP3: set current 16 A
2023-02-28 15:40:10,511 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-28 15:40:10,525 - {control.counter:178} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 1380.0W freigegebene EVU-Leistung
2023-02-28 15:40:10,751 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-02-28 15:40:20,851 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-02-28 15:40:20,852 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-02-28 15:40:20,903 - {modules.common.component_context:51} - {DEBUG:device0} - Update Komponenten ['E3DC Zähler', 'E3DC Wechselrichter', 'E3DC Speicher']
2023-02-28 15:40:20,905 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-28 15:40:20,909 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['E3DC Zähler']
2023-02-28 15:40:20,910 - {modules.devices.e3dc.counter:22} - {DEBUG:device0} - Beginning EVU update
2023-02-28 15:40:20,920 - {modules.devices.e3dc.counter:30} - {DEBUG:device0} - meters: [1, 1179, 1400, 1411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2023-02-28 15:40:20,922 - {modules.devices.e3dc.counter:36} - {DEBUG:device0} - e3dc no farm detected
2023-02-28 15:40:20,922 - {modules.devices.e3dc.counter:38} - {DEBUG:device0} - power: 3990, powers [1179, 1400, 1411]
2023-02-28 15:40:20,923 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677595210.2423847, power=4134, imported=65606.9832700111, exported=76635.46369415263)
2023-02-28 15:40:20,924 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00296699, power1: 4134, power2: 3990
2023-02-28 15:40:20,924 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: 12.0519
2023-02-28 15:40:20,926 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 12.0519 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1677595220.9235313, power=3990, imported=65619.0351637826, exported=76635.46369415263)
2023-02-28 15:40:20,930 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[230.0, 230.0, 230.0], powers=[1179, 1400, 1411], currents=[5.126086956521739, 6.086956521739131, 6.1347826086956525], power_factors=[0.0, 0.0, 0.0], imported=65619.0351637826, exported=76635.46369415263, power=3990, frequency=50)
2023-02-28 15:40:20,930 - {modules.devices.e3dc.counter:61} - {DEBUG:device0} - Update completed successfully
2023-02-28 15:40:20,933 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['E3DC Wechselrichter']
2023-02-28 15:40:20,943 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677595210.2705889, power=-5020, imported=0.0, exported=228049.1680585932)
2023-02-28 15:40:20,944 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00296464, power1: -5020, power2: -5017
2023-02-28 15:40:20,944 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -14.878
2023-02-28 15:40:20,945 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 14.878 Wh, new state: SimCounterState(timestamp=1677595220.943275, power=-5017, imported=0.0, exported=228064.04607948012)
2023-02-28 15:40:20,946 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-5017, exported=228064.04607948012, dc_power=None)
2023-02-28 15:40:20,951 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['E3DC Speicher']
2023-02-28 15:40:20,967 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677595210.2968936, power=-3084, imported=71597.18643171244, exported=20315.943374554678)
2023-02-28 15:40:20,968 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00296407, power1: -3084, power2: -3078
2023-02-28 15:40:20,968 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -9.13229
2023-02-28 15:40:20,968 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 9.13229 Wh, new state: SimCounterState(timestamp=1677595220.9675348, power=-3078, imported=71597.18643171244, exported=20325.07566496786)
2023-02-28 15:40:20,969 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data BatState(imported=71597.18643171244, exported=20325.07566496786, power=-3078, soc=94)
2023-02-28 15:40:20,972 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['E3DC Wechselrichter']
2023-02-28 15:40:20,973 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-5017, exported=228064.04607948012, dc_power=None)
2023-02-28 15:40:20,977 - {modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['E3DC Speicher']
2023-02-28 15:40:20,979 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-28 15:40:20,980 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-5017, exported=228064.04607948012, dc_power=None)
2023-02-28 15:40:20,984 - {modules.common.store._api:30} - {INFO:component2} - Saving BatState(imported=71597.18643171244, exported=20325.07566496786, power=-3078, soc=94)
2023-02-28 15:40:21,025 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['E3DC Zähler']
2023-02-28 15:40:21,025 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[1179, 1400, 1411], currents=[5.126086956521739, 6.086956521739131, 6.1347826086956525], power_factors=[0.0, 0.0, 0.0], imported=65619.0351637826, exported=76635.46369415263, power=3990, frequency=50)
2023-02-28 15:40:21,111 - {control.counter:131} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [41.35, 40.51, 40.31]A
2023-02-28 15:40:21,112 - {control.counter:153} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 29009.989999999998W
2023-02-28 15:40:21,114 - {control.chargepoint:701} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-02-28 15:40:21,117 - {control.chargepoint:692} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-02-28 15:40:21,119 - {control.chargepoint:867} - {INFO:MainThread} - LP 3, EV: Skoda Enyaq IV60 (EV-Nr.1): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: True, max. Ist-Strom: 15.6
2023-02-28 15:40:21,122 - {control.bat_all:145} - {INFO:MainThread} - -3084W verbliebende Speicher-Leistung
2023-02-28 15:40:21,125 - {control.data:334} - {INFO:MainThread} - bat2
BatData(get=Get(soc=94, daily_exported=561.31, daily_imported=134.42, imported=71597.19, exported=20325.08, fault_state=0, fault_str='Kein Fehler.', power=-3078))
2023-02-28 15:40:21,125 - {control.data:305} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=True), get=Get(soc=94, daily_exported=561.31, daily_imported=134.42, imported=71597.19, exported=20315.94, power=-3084), set=Set(charging_power_left=-3084, switch_on_soc_reached=False))
2023-02-28 15:40:21,126 - {control.data:306} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=41534.18, daily_exported=0, power=10999.99, imported=5934234.86, exported=0))
2023-02-28 15:40:21,126 - {control.data:334} - {INFO:MainThread} - cp3
ChargepointData(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=64), currents=[15.48, 15.6, 15.44], daily_imported=41534.18, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=5934234.86, phases_in_use=3, plug_state=True, power=10999.99, rfid_timestamp=None, rfid=None, state_str=None, voltages=[237.28, 236.7, 234.63]), set=Set(change_ev_permitted=[True, ''], charging_ev=1, charging_ev_prev=1, current=16, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=5932166.99, imported_at_plugtime=5932166.99, imported_since_mode_switch=2032.7199999997392, imported_since_plugged=2032.7199999997392, range_charged=9.239636363635178, time_charged='0:11', timestamp_start_charging='02/28/2023, 15:29:01'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='02/28/2023, 15:28:20', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71d8b178>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.60', 'duo_num': 1}}, power_module={}, ev=1, name='Skoda Enyaq IV60', type='external_openwb', template=1, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2023-02-28 15:40:21,128 - {control.data:334} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-02-28 15:40:21,128 - {control.data:334} - {INFO:MainThread} - cpt1
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=1, max_current_multi_phases=16, max_current_single_phase=16, name='Skoda Enyaq IV60', rfid_enabling=False, valid_tags=[])
2023-02-28 15:40:21,129 - {control.data:334} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[32, 32, 32], max_total_power=22000), get=Get(powers=[1179, 1400, 1411], currents=[5.13, 6.09, 6.13], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=899.29434224086, daily_imported=724.84335212474, imported=65619.0351637826, exported=76635.46369415263, fault_state=0, fault_str='Kein Fehler.', power=3990), set=Set(reserved_surplus=0, released_surplus=1380.0, raw_power_left=29009.989999999998, raw_currents_left=[41.35, 40.51, 40.31], surplus_power_left=0, state_str=''))
2023-02-28 15:40:21,130 - {control.data:310} - {INFO:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=1085.0100000000002, invalid_home_consumption=0, daily_yield_home_consumption=0))
2023-02-28 15:40:21,130 - {control.data:334} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=25, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=10000, soc=80))))
2023-02-28 15:40:21,130 - {control.data:334} - {INFO:MainThread} - ct1
ChargeTemplateData(name='Skoda Enyaq IV60', disable_after_unplug=False, prio=True, load_default=False, time_charging=TimeCharging(active=False, plans={'0': TimeChargingPlan(active=False, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), time=['01:00', '05:00'], name='Zeitladen-80 Prozent', current=16, limit=Limit(selected='soc', amount=1000, soc=80))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={'0': ScheduledChargingPlan(active=False, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=16, name='Zielladen-80 Prozent', limit=ScheduledLimit(selected='soc', amount=1000, soc_limit=90, soc_scheduled=80), time='05:00')}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=5000, soc=80))))
2023-02-28 15:40:21,131 - {control.data:334} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode='stop', chargemode='stop', used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=True, range=0, fault_state=0, fault_str=''))
2023-02-28 15:40:21,132 - {control.data:334} - {INFO:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Skoda Enyaq IV60', 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=22, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=1), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[6, 0.0, 0.0], phases=1, prio=True, timestamp_switch_on_off='02/28/2023, 15:40:10', timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=1, ev_template=1, name='Skoda Enyaq IV60', tag_id=[], get=Get(soc=64, soc_timestamp='02/28/2023, 15:38:31', force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-02-28 15:40:21,132 - {control.data:334} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=17, min_current=6, max_current_single_phase=16, battery_capacity=82, nominal_difference=2)
2023-02-28 15:40:21,133 - {control.data:334} - {INFO:MainThread} - et1
EvTemplateData(name='Skoda Enyaq IV60', 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=22, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=0.5)
2023-02-28 15:40:21,133 - {control.data:314} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=12000, phase_switch_delay=7, phases_to_use=0, rundown_power=2800, rundown_soc=60, switch_off_delay=60, switch_off_soc=60, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=75, switch_on_threshold=1400), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=3), stop=Stop(phases_to_use=1), 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.31, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-02-28 15:40:21,135 - {control.data:315} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-02-28 15:40:21,137 - {control.data:316} - {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=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-02-28 15:40:21,138 - {control.data:334} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=0), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=2237.667, monthly_exported=0, yearly_exported=0, exported=228064.046, fault_state=0, fault_str='Kein Fehler.', power=-5017))
2023-02-28 15:40:21,138 - {control.data:318} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=2237.667, monthly_exported=0, yearly_exported=0, exported=228049.168, power=-5020))
2023-02-28 15:40:21,139 - {control.data:334} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.178.72', 'current_commit': '2023-02-28 14:19:54 +0100 [19de286f]', 'current_branch': 'master', 'current_branch_commit': '2023-02-28 14:19:54 +0100 [19de286f]', 'current_missing_commits': [], 'boot_done': True, 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1677595210, 'time': '15:40:10', 'grid': 4.134, 'house-power': 1.276, 'charging-all': 10.962, 'pv-all': 5.038, 'cp3-power': 10.962, 'ev1-soc': 64, 'bat-all-power': -3.084, 'bat-all-soc': 95}, 'module_update_completed': True}
2023-02-28 15:40:21,139 - {control.data:347} - {INFO:MainThread} - device0
{'name': 'E3DC', 'type': 'e3dc', 'id': 0, 'configuration': {'address': '192.168.178.36'}}
2023-02-28 15:40:21,139 - {control.data:349} - {INFO:MainThread} - component0
{'name': 'E3DC Zähler', 'type': 'counter', 'id': 0, 'configuration': {}}
2023-02-28 15:40:21,140 - {control.data:349} - {INFO:MainThread} - component1
{'name': 'E3DC Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {}}
2023-02-28 15:40:21,140 - {control.data:349} - {INFO:MainThread} - component2
{'name': 'E3DC Speicher', 'type': 'bat', 'id': 2, 'configuration': {}}
2023-02-28 15:40:21,140 - {control.data:321} - {INFO:MainThread} - 

2023-02-28 15:40:21,140 - {control.algorithm.algorithm:26} - {INFO:MainThread} - # Algorithmus
2023-02-28 15:40:21,141 - {control.algorithm.algorithm:72} - {DEBUG:MainThread} - Ladepunkt 3: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-02-28 15:40:21,141 - {control.ev:484} - {DEBUG:MainThread} - Genutzter Strom: 15.6A, Überschuss: -5370.0W, benötigte neue Leistung: 460W
2023-02-28 15:40:21,142 - {control.ev:525} - {INFO:MainThread} - LP 3: Umschaltverzögerung von 1 auf 3 Phasen für 7.0 Min aktiv.
2023-02-28 15:40:21,146 - {control.chargepoint:354} - {INFO:MainThread} - LP 3: Ladevorgang wird nach Ablauf der Abschaltverzögerung 60s gestoppt.
2023-02-28 15:40:21,147 - {control.counter:349} - {DEBUG:MainThread} - LP3 Switch-Off-Threshold prüfen: 5694.0W, Schwelle: 50W, freigegebener Überschuss 1380.0W, Einspeisegrenze 0W
2023-02-28 15:40:21,147 - {control.counter:370} - {INFO:MainThread} - Abschaltverzögerung gestoppt, da die Verzögerung für die Phasenumschaltung aktiv ist. Diese wird abgewartet, bevor die Abschaltverzögerung gestartet wird.
2023-02-28 15:40:21,149 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Mindestrom setzen**
2023-02-28 15:40:21,153 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, True), Zähler 0
2023-02-28 15:40:21,155 - {control.counter:161} - {DEBUG:MainThread} - Zähler 0: [35.35, 40.51, 40.31]A verbleibende Ströme, 27629.989999999998W verbleibende Leistung
2023-02-28 15:40:21,155 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-02-28 15:40:21,157 - {control.algorithm.algorithm:34} - {INFO:MainThread} - **Sollstrom setzen**
2023-02-28 15:40:21,160 - {control.counter:190} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 2660.989999999998W
2023-02-28 15:40:21,160 - {control.counter:453} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 2660.989999999998W
2023-02-28 15:40:21,161 - {control.algorithm.algorithm:40} - {INFO:MainThread} - **PV-geführten Strom setzen**
2023-02-28 15:40:21,164 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-02-28 15:40:21,165 - {control.algorithm.surplus_controlled:41} - {INFO:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, True), Zähler 0
2023-02-28 15:40:21,165 - {control.counter:168} - {DEBUG:MainThread} - Zähler 0: [25.35, 40.51, 40.31]A verbleibende Ströme, 360.98999999999796W verbleibender Überschuss
2023-02-28 15:40:21,166 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 16A
2023-02-28 15:40:21,167 - {control.process:22} - {INFO:MainThread} - # Ladung starten.
2023-02-28 15:40:21,174 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 2067.8700000001118 counter 5934234.86
2023-02-28 15:40:21,177 - {control.process:106} - {INFO:MainThread} - LP3: set current 16 A
2023-02-28 15:40:21,181 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-28 15:40:21,198 - {control.counter:178} - {INFO:MainThread} - 460W reservierte EVU-Leistung, 0.0W freigegebene EVU-Leistung
2023-02-28 15:40:21,419 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-02-28 15:40:30,520 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-02-28 15:40:30,521 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-02-28 15:40:30,572 - {modules.common.component_context:51} - {DEBUG:device0} - Update Komponenten ['E3DC Zähler', 'E3DC Wechselrichter', 'E3DC Speicher']
2023-02-28 15:40:30,573 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-28 15:40:30,577 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['E3DC Zähler']
2023-02-28 15:40:30,578 - {modules.devices.e3dc.counter:22} - {DEBUG:device0} - Beginning EVU update
2023-02-28 15:40:30,596 - {modules.devices.e3dc.counter:30} - {DEBUG:device0} - meters: [1, 1180, 1608, 1409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2023-02-28 15:40:30,597 - {modules.devices.e3dc.counter:36} - {DEBUG:device0} - e3dc no farm detected
2023-02-28 15:40:30,597 - {modules.devices.e3dc.counter:38} - {DEBUG:device0} - power: 4197, powers [1180, 1608, 1409]
2023-02-28 15:40:30,597 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677595220.9235313, power=3990, imported=65619.0351637826, exported=76635.46369415263)
2023-02-28 15:40:30,598 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00268731, power1: 3990, power2: 4197
2023-02-28 15:40:30,598 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: 11.0005
2023-02-28 15:40:30,598 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 11.0005 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1677595230.59786, power=4197, imported=65630.03568182683, exported=76635.46369415263)
2023-02-28 15:40:30,599 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[230.0, 230.0, 230.0], powers=[1180, 1608, 1409], currents=[5.130434782608695, 6.991304347826087, 6.126086956521739], power_factors=[0.0, 0.0, 0.0], imported=65630.03568182683, exported=76635.46369415263, power=4197, frequency=50)
2023-02-28 15:40:30,600 - {modules.devices.e3dc.counter:61} - {DEBUG:device0} - Update completed successfully
2023-02-28 15:40:30,603 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['E3DC Wechselrichter']
2023-02-28 15:40:30,616 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677595220.943275, power=-5017, imported=0.0, exported=228064.04607948012)
2023-02-28 15:40:30,616 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00268687, power1: -5017, power2: -5024
2023-02-28 15:40:30,616 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -13.4894
2023-02-28 15:40:30,616 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 13.4894 Wh, new state: SimCounterState(timestamp=1677595230.6160092, power=-5024, imported=0.0, exported=228077.53551346765)
2023-02-28 15:40:30,618 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-5024, exported=228077.53551346765, dc_power=None)
2023-02-28 15:40:30,623 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['E3DC Speicher']
2023-02-28 15:40:30,638 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1677595220.9675348, power=-3078, imported=71597.18643171244, exported=20325.07566496786)
2023-02-28 15:40:30,639 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00268648, power1: -3078, power2: -3078
2023-02-28 15:40:30,639 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: -8.26898
2023-02-28 15:40:30,639 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 8.26898 Wh, new state: SimCounterState(timestamp=1677595230.63886, power=-3078, imported=71597.18643171244, exported=20333.344648019636)
2023-02-28 15:40:30,640 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data BatState(imported=71597.18643171244, exported=20333.344648019636, power=-3078, soc=94)
2023-02-28 15:40:30,650 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['E3DC Wechselrichter']
2023-02-28 15:40:30,652 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-5024, exported=228077.53551346765, dc_power=None)
2023-02-28 15:40:30,652 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-5024, exported=228077.53551346765, dc_power=None)
2023-02-28 15:40:30,655 - {modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['E3DC Speicher']
2023-02-28 15:40:30,657 - {modules.common.store._api:30} - {INFO:component2} - Saving BatState(imported=71597.18643171244, exported=20333.344648019636, power=-3078, soc=94)
2023-02-28 15:40:30,660 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-28 15:40:30,693 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['E3DC Zähler']
2023-02-28 15:40:30,694 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[1180, 1608, 1409], currents=[5.130434782608695, 6.991304347826087, 6.126086956521739], power_factors=[0.0, 0.0, 0.0], imported=65630.03568182683, exported=76635.46369415263, power=4197, frequency=50)
2023-02-28 15:40:30,769 - {control.counter:131} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [41.4, 39.67, 40.4]A
2023-02-28 15:40:30,772 - {control.counter:153} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 28822.18W
2023-02-28 15:40:30,775 - {control.chargepoint:701} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-02-28 15:40:30,776 - {control.chargepoint:692} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-02-28 15:40:30,780 - {control.chargepoint:867} - {INFO:MainThread} - LP 3, EV: Skoda Enyaq IV60 (EV-Nr.1): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: True, max. Ist-Strom: 15.66
2023-02-28 15:40:30,782 - {control.bat_all:145} - {INFO:MainThread} - -3078W verbliebende Speicher-Leistung
2023-02-28 15:40:30,787 - {control.data:334} - {INFO:MainThread} - bat2
BatData(get=Get(soc=94, daily_exported=561.31, daily_imported=134.42, imported=71597.19, exported=20333.34, fault_state=0, fault_str='Kein Fehler.', power=-3078))
2023-02-28 15:40:30,788 - {control.data:305} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=True), get=Get(soc=94, daily_exported=561.31, daily_imported=134.42, imported=71597.19, exported=20325.08, power=-3078), set=Set(charging_power_left=-3078, switch_on_soc_reached=False))
2023-02-28 15:40:30,789 - {control.data:306} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=41534.18, daily_exported=0, power=11019.18, imported=5934264.65, exported=0))
2023-02-28 15:40:30,790 - {control.data:334} - {INFO:MainThread} - cp3
ChargepointData(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=64), currents=[15.53, 15.66, 15.53], daily_imported=41534.18, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=5934264.65, phases_in_use=3, plug_state=True, power=11019.18, rfid_timestamp=None, rfid=None, state_str=None, voltages=[236.35, 236.38, 236.27]), set=Set(change_ev_permitted=[True, ''], charging_ev=1, charging_ev_prev=1, current=16, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=5932166.99, imported_at_plugtime=5932166.99, imported_since_mode_switch=2067.8700000001118, imported_since_plugged=2067.8700000001118, range_charged=9.399409090909598, time_charged='0:11', timestamp_start_charging='02/28/2023, 15:29:01'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='02/28/2023, 15:28:20', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71d55e08>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.60', 'duo_num': 1}}, power_module={}, ev=1, name='Skoda Enyaq IV60', type='external_openwb', template=1, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2023-02-28 15:40:30,790 - {control.data:334} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-02-28 15:40:30,790 - {control.data:334} - {INFO:MainThread} - cpt1
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=1, max_current_multi_phases=16, max_current_single_phase=16, name='Skoda Enyaq IV60', rfid_enabling=False, valid_tags=[])
2023-02-28 15:40:30,791 - {control.data:334} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[32, 32, 32], max_total_power=22000), get=Get(powers=[1180, 1608, 1409], currents=[5.13, 6.99, 6.13], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=899.29434224086, daily_imported=724.84335212474, imported=65630.03568182683, exported=76635.46369415263, fault_state=0, fault_str='Kein Fehler.', power=4197), set=Set(reserved_surplus=460, released_surplus=0.0, raw_power_left=28822.18, raw_currents_left=[41.4, 39.67, 40.4], surplus_power_left=0, state_str=''))
2023-02-28 15:40:30,791 - {control.data:310} - {INFO:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=1279.8199999999997, invalid_home_consumption=0, daily_yield_home_consumption=0))
2023-02-28 15:40:30,792 - {control.data:334} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=25, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=10000, soc=80))))
2023-02-28 15:40:30,795 - {control.data:334} - {INFO:MainThread} - ct1
ChargeTemplateData(name='Skoda Enyaq IV60', disable_after_unplug=False, prio=True, load_default=False, time_charging=TimeCharging(active=False, plans={'0': TimeChargingPlan(active=False, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), time=['01:00', '05:00'], name='Zeitladen-80 Prozent', current=16, limit=Limit(selected='soc', amount=1000, soc=80))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={'0': ScheduledChargingPlan(active=False, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=16, name='Zielladen-80 Prozent', limit=ScheduledLimit(selected='soc', amount=1000, soc_limit=90, soc_scheduled=80), time='05:00')}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=5000, soc=80))))
2023-02-28 15:40:30,795 - {control.data:334} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode='stop', chargemode='stop', used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=True, range=0, fault_state=0, fault_str=''))
2023-02-28 15:40:30,796 - {control.data:334} - {INFO:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Skoda Enyaq IV60', 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=22, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=1), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[6, 0.0, 0.0], phases=1, prio=True, timestamp_switch_on_off=None, timestamp_auto_phase_switch='02/28/2023, 15:40:21', timestamp_perform_phase_switch=None, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=1, ev_template=1, name='Skoda Enyaq IV60', tag_id=[], get=Get(soc=64, soc_timestamp='02/28/2023, 15:38:31', force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-02-28 15:40:30,796 - {control.data:334} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', 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=17, min_current=6, max_current_single_phase=16, battery_capacity=82, nominal_difference=2)
2023-02-28 15:40:30,797 - {control.data:334} - {INFO:MainThread} - et1
EvTemplateData(name='Skoda Enyaq IV60', 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=22, min_current=6, max_current_single_phase=16, battery_capacity=58, nominal_difference=0.5)
2023-02-28 15:40:30,800 - {control.data:314} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=12000, phase_switch_delay=7, phases_to_use=0, rundown_power=2800, rundown_soc=60, switch_off_delay=60, switch_off_soc=60, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=75, switch_on_threshold=1400), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=3), stop=Stop(phases_to_use=1), 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.31, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-02-28 15:40:30,801 - {control.data:315} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-02-28 15:40:30,801 - {control.data:316} - {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=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-02-28 15:40:30,801 - {control.data:334} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=0), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=2237.667, monthly_exported=0, yearly_exported=0, exported=228077.536, fault_state=0, fault_str='Kein Fehler.', power=-5024))
2023-02-28 15:40:30,802 - {control.data:318} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=2237.667, monthly_exported=0, yearly_exported=0, exported=228064.046, power=-5017))
2023-02-28 15:40:30,802 - {control.data:334} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.178.72', 'current_commit': '2023-02-28 14:19:54 +0100 [19de286f]', 'current_branch': 'master', 'current_branch_commit': '2023-02-28 14:19:54 +0100 [19de286f]', 'current_missing_commits': [], 'boot_done': True, 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1677595221, 'time': '15:40:21', 'grid': 3.99, 'house-power': 1.085, 'charging-all': 11.0, 'pv-all': 5.02, 'cp3-power': 11.0, 'ev1-soc': 64, 'bat-all-power': -3.084, 'bat-all-soc': 94}, 'module_update_completed': True}
2023-02-28 15:40:30,802 - {control.data:347} - {INFO:MainThread} - device0
{'name': 'E3DC', 'type': 'e3dc', 'id': 0, 'configuration': {'address': '192.168.178.36'}}
2023-02-28 15:40:30,803 - {control.data:349} - {INFO:MainThread} - component0
{'name': 'E3DC Zähler', 'type': 'counter', 'id': 0, 'configuration': {}}
2023-02-28 15:40:30,803 - {control.data:349} - {INFO:MainThread} - component1
{'name': 'E3DC Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {}}
2023-02-28 15:40:30,803 - {control.data:349} - {INFO:MainThread} - component2
{'name': 'E3DC Speicher', 'type': 'bat', 'id': 2, 'configuration': {}}
2023-02-28 15:40:30,805 - {control.data:321} - {INFO:MainThread} - 

2023-02-28 15:40:30,805 - {control.algorithm.algorithm:26} - {INFO:MainThread} - # Algorithmus
2023-02-28 15:40:30,806 - {control.algorithm.algorithm:72} - {DEBUG:MainThread} - Ladepunkt 3: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-02-28 15:40:30,806 - {control.ev:484} - {DEBUG:MainThread} - Genutzter Strom: 15.66A, Überschuss: -3737.0W, benötigte neue Leistung: 460W
2023-02-28 15:40:30,806 - {control.ev:525} - {INFO:MainThread} - LP 3: Umschaltverzögerung von 1 auf 3 Phasen abgebrochen.
2023-02-28 15:40:30,809 - {control.counter:349} - {DEBUG:MainThread} - LP3 Switch-Off-Threshold prüfen: 7275.0W, Schwelle: 50W, freigegebener Überschuss 0.0W, Einspeisegrenze 0W
2023-02-28 15:40:30,811 - {control.chargepoint:354} - {INFO:MainThread} - LP 3: Ladevorgang wird nach Ablauf der Abschaltverzögerung 60s gestoppt.
2023-02-28 15:40:30,812 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Mindestrom setzen**
2023-02-28 15:40:30,816 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, True), Zähler 0
2023-02-28 15:40:30,816 - {control.counter:161} - {DEBUG:MainThread} - Zähler 0: [35.4, 39.67, 40.4]A verbleibende Ströme, 27442.18W verbleibende Leistung
2023-02-28 15:40:30,817 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-02-28 15:40:30,818 - {control.algorithm.algorithm:34} - {INFO:MainThread} - **Sollstrom setzen**
2023-02-28 15:40:30,821 - {control.counter:190} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 2479.1800000000003W
2023-02-28 15:40:30,821 - {control.counter:453} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 2479.1800000000003W
2023-02-28 15:40:30,822 - {control.algorithm.algorithm:40} - {INFO:MainThread} - **PV-geführten Strom setzen**
2023-02-28 15:40:30,824 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-02-28 15:40:30,825 - {control.algorithm.surplus_controlled:41} - {INFO:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, True), Zähler 0
2023-02-28 15:40:30,825 - {control.counter:168} - {DEBUG:MainThread} - Zähler 0: [25.4, 39.67, 40.4]A verbleibende Ströme, 179.1800000000003W verbleibender Überschuss
2023-02-28 15:40:30,826 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 16A
2023-02-28 15:40:30,827 - {control.process:22} - {INFO:MainThread} - # Ladung starten.
2023-02-28 15:40:30,829 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 2097.660000000149 counter 5934264.65
2023-02-28 15:40:30,830 - {control.process:106} - {INFO:MainThread} - LP3: set current 16 A
2023-02-28 15:40:30,834 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-02-28 15:40:30,847 - {control.counter:178} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 1380.0W freigegebene EVU-Leistung
2023-02-28 15:40:31,077 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
Screenshot 2023-02-28 153608.png
Screenshot 2023-02-28 153713.png
Screenshot 2023-02-28 153828.png
Screenshot 2023-02-28 153854.png
Screenshot 2023-02-28 153935.png
Zuletzt geändert von Jens am Di Feb 28, 2023 3:07 pm, insgesamt 1-mal geändert.
PV: 9,86kWp an E3DC S10 13kWh
LP1: openWB Series2 standard+
Kia EV6
Nutzung von Tibber
Gesperrt