Es läuft leider weiter nicht. Die virtuellen Zähler aggregieren die Ströme der darunter ligenden Ladepunkte nicht. Das obere MQTT-Device befülle ich selber. Wenn ich es raus nehme, funktioniert es auch nicht. Im Folgenden das Log und Screenshots der Devices:
Code: Alles auswählen
2023-05-17 12:42:00,203 - {root:63} - {INFO:MainThread} - # ***Start***
2023-05-17 12:42:00,252 - {modules.devices.virtual.device:40} - {DEBUG:device5} - Start device reading{'component8': <modules.devices.virtual.counter.VirtualCounter object at 0x71292640>}
2023-05-17 12:42:00,253 - {modules.common.component_context:51} - {DEBUG:device6} - Update Komponenten ['Json Wechselrichter']
2023-05-17 12:42:00,254 - {modules.common.component_context:24} - {DEBUG:device5} - Update Komponente ['EVU-Zähler']
2023-05-17 12:42:00,255 - {modules.devices.virtual.device:40} - {DEBUG:device7} - Start device reading{'component10': <modules.devices.virtual.counter.VirtualCounter object at 0x71c45490>}
2023-05-17 12:42:00,256 - {modules.common.component_context:51} - {DEBUG:device9} - Update Komponenten ['MQTT-Zähler']
2023-05-17 12:42:00,257 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,261 - {urllib3.connectionpool:227} - {DEBUG:device6} - Starting new HTTP connection (1): xxxxxxxxxxxxxxxxxxxxxxxxxxxxx:80
2023-05-17 12:42:00,262 - {modules.common.simcount._simcount:38} - {DEBUG:device5} - Previous state: SimCounterState(timestamp=1684320110.901547, power=0, imported=4852.752753469674, exported=0)
2023-05-17 12:42:00,262 - {modules.common.component_context:24} - {DEBUG:device7} - Update Komponente ['Virtueller Zähler']
2023-05-17 12:42:00,267 - {modules.common.simcount._simcount:38} - {DEBUG:device7} - Previous state: SimCounterState(timestamp=1684320110.9126825, power=0, imported=0.5308504104614258, exported=0)
2023-05-17 12:42:00,263 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,263 - {modules.devices.mqtt.device:47} - {DEBUG:device9} - MQTT-Module müssen nicht ausgelesen werden.
2023-05-17 12:42:00,263 - {modules.common.component_context:24} - {DEBUG:cp7} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,266 - {modules.common.simcount._calculate:13} - {DEBUG:device5} - time passed: 0.00260018, power1: 0, power2: 0
2023-05-17 12:42:00,262 - {modules.common.component_context:24} - {DEBUG:cp4} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,267 - {modules.common.simcount._calculate:13} - {DEBUG:device7} - time passed: 0.00259846, power1: 0, power2: 0
2023-05-17 12:42:00,274 - {modules.common.simcount._calculate:29} - {DEBUG:device5} - power did not change sign. Total energy: 0
2023-05-17 12:42:00,279 - {modules.common.simcount._calculate:29} - {DEBUG:device7} - power did not change sign. Total energy: 0
2023-05-17 12:42:00,281 - {modules.common.simcount._simcount:47} - {DEBUG:device5} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1684320120.2621863, power=0, imported=4852.752753469674, exported=0)
2023-05-17 12:42:00,282 - {modules.common.simcount._simcount:47} - {DEBUG:device7} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1684320120.2671359, power=0, imported=0.5308504104614258, exported=0)
2023-05-17 12:42:00,285 - {modules.common.store._api:26} - {DEBUG:device5} - Raw data CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=4852.752753469674, exported=0, power=0, frequency=50)
2023-05-17 12:42:00,290 - {modules.common.store._api:26} - {DEBUG:device7} - Raw data CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=0.5308504104614258, exported=0, power=0, frequency=50)
2023-05-17 12:42:00,339 - {urllib3.connectionpool:452} - {DEBUG:device6} - http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx:80 "GET /status HTTP/1.1" 200 280
2023-05-17 12:42:00,354 - {modules.common.req:11} - {DEBUG:device6} - Get-Response: {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}
2023-05-17 12:42:00,684 - {modules.common.simcount._simcount:38} - {DEBUG:device6} - Previous state: SimCounterState(timestamp=1684320111.321337, power=-153.0, imported=0.0, exported=5138.567240181024)
2023-05-17 12:42:00,685 - {modules.common.simcount._calculate:13} - {DEBUG:device6} - time passed: 0.00260084, power1: -153, power2: -155.4
2023-05-17 12:42:00,686 - {modules.common.simcount._calculate:29} - {DEBUG:device6} - power did not change sign. Total energy: -0.40105
2023-05-17 12:42:00,687 - {modules.common.simcount._simcount:47} - {DEBUG:device6} - imported: 0 Wh, exported: 0.40105 Wh, new state: SimCounterState(timestamp=1684320120.6843688, power=-155.4, imported=0.0, exported=5138.968290045873)
2023-05-17 12:42:00,688 - {modules.common.store._api:26} - {DEBUG:device6} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-155.4, exported=5138.968290045873, dc_power=None)
2023-05-17 12:42:00,742 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,744 - {modules.common.component_context:24} - {DEBUG:component9} - Update Komponente ['Json Wechselrichter']
2023-05-17 12:42:00,747 - {modules.common.store._api:26} - {DEBUG:component9} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-155.4, exported=5138.968290045873, dc_power=None)
2023-05-17 12:42:00,748 - {modules.common.store._api:30} - {INFO:component9} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-155.4, exported=5138.968290045873, dc_power=None)
2023-05-17 12:42:00,770 - {modules.common.component_context:24} - {DEBUG:component10} - Update Komponente ['Virtueller Zähler']
2023-05-17 12:42:00,771 - {modules.common.store._api:30} - {INFO:component10} - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=6007169.480850411, exported=5138.968, power=3365.65, frequency=50)
2023-05-17 12:42:00,772 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,774 - {modules.common.component_context:24} - {DEBUG:cp7} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,779 - {modules.common.component_context:24} - {DEBUG:cp4} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:00,819 - {modules.common.component_context:24} - {DEBUG:component8} - Update Komponente ['EVU-Zähler']
2023-05-17 12:42:00,820 - {modules.common.store._api:30} - {INFO:component8} - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=10973442.27360388, exported=5138.968, power=3365.65, frequency=50)
2023-05-17 12:42:00,864 - {modules.common.component_context:24} - {DEBUG:component12} - Update Komponente ['MQTT-Zähler']
2023-05-17 12:42:00,972 - {control.counter:126} - {INFO:MainThread} - Verbleibende Ströme an Zähler 10: [36.1, 21.08, 21.07]A
2023-05-17 12:42:00,973 - {control.counter:126} - {INFO:MainThread} - Verbleibende Ströme an Zähler 8: [36.1, 21.08, 21.07]A
2023-05-17 12:42:00,974 - {control.counter:126} - {INFO:MainThread} - Verbleibende Ströme an Zähler 12: [20.98, 21.0, 21.0]A
2023-05-17 12:42:00,975 - {control.counter:149} - {INFO:MainThread} - Verbleibende Leistung an Zähler 12: 14952.1558W
2023-05-17 12:42:00,976 - {control.chargepoint:739} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 1
2023-05-17 12:42:00,981 - {control.chargepoint:909} - {INFO:MainThread} - LP 3, EV: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx (EV-Nr.7): Theoretisch benötigter Strom 16A, Lademodus instant_charging, Submodus: Chargemode.INSTANT_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 15.1
2023-05-17 12:42:00,985 - {control.chargepoint:356} - {INFO:MainThread} - LP 4: Keine Ladung, da kein Auto angesteckt ist.
2023-05-17 12:42:00,993 - {control.chargepoint:356} - {INFO:MainThread} - LP 5: Keine Ladung, da kein Auto angesteckt ist.
2023-05-17 12:42:01,002 - {control.chargepoint:356} - {INFO:MainThread} - LP 7: Keine Ladung, da kein Auto angesteckt ist.
2023-05-17 12:42:01,007 - {control.data:305} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-05-17 12:42:01,010 - {control.data:306} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=4352.05, daily_exported=0, power=3521.05, imported=10968588.99, exported=0))
2023-05-17 12:42:01,012 - {control.data:335} - {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=32), currents=[15.1, 0.08, 0.07], daily_imported=4352.05, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=6007168.95, phases_in_use=1, plug_state=True, power=3521.05, rfid_timestamp=None, rfid=None, state_str=None, voltages=[233.96, 238.18, 240.81]), set=Set(change_ev_permitted=[True, ''], charging_ev=7, charging_ev_prev=7, current=16, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='instant_charging', imported_at_mode_switch=6007053.71, imported_at_plugtime=6006463.87, imported_since_mode_switch=105.95999999996275, imported_since_plugged=695.7999999998137, range_charged=0.6232941176468396, time_charged='0:01', timestamp_start_charging='05/17/2023, 12:40:01'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='05/17/2023, 12:24:01', required_power=3680.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71c35328>), config=Config(configuration={'mode': 'series', 'ip_address': 'localhost', 'duo_num': 1}, ev=7, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', type='internal_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2023-05-17 12:42:01,021 - {control.data:335} - {INFO:MainThread} - cp4
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, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[230.0, 230.0, 230.0]), 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 0x71c356d0>), config=Config(configuration={'ip_address': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'duo_num': 1}, ev=6, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=False, control_pilot_interruption_hw=False, id=4))
2023-05-17 12:42:01,022 - {control.data:335} - {INFO: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=1969588.99, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[235.65, 233.06, 237.0]), 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 0x71c352c8>), config=Config(configuration={'ip_address': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'duo_num': 1}, ev=4, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=False, control_pilot_interruption_hw=False, id=5))
2023-05-17 12:42:01,030 - {control.data:335} - {INFO:MainThread} - cp7
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=2991831.05, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[238.1, 236.0, 239.98]), 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 0x71c450b8>), config=Config(configuration={'ip_address': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'duo_num': 1}, ev=5, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=False, control_pilot_interruption_hw=False, id=7))
2023-05-17 12:42:01,038 - {control.data:335} - {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-05-17 12:42:01,043 - {control.data:335} - {INFO:MainThread} - counter8
CounterData(config=Config(max_currents=[21, 21, 21], max_total_power=15000), get=Get(powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=555.421, daily_imported=4351.08, imported=10973442.27360388, exported=5138.968, fault_state=0, fault_str='Kein Fehler.', power=3365.65), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=None, raw_currents_left=[36.1, 21.08, 21.07], surplus_power_left=0, state_str=''))
2023-05-17 12:42:01,044 - {control.data:335} - {INFO:MainThread} - counter10
CounterData(config=Config(max_currents=[21, 21, 21], max_total_power=15000), get=Get(powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=555.421, daily_imported=4351.08, imported=6007169.480850411, exported=5138.968, fault_state=0, fault_str='Kein Fehler.', power=3365.65), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=None, raw_currents_left=[36.1, 21.08, 21.07], surplus_power_left=0, state_str=''))
2023-05-17 12:42:01,045 - {control.data:335} - {INFO:MainThread} - counter12
CounterData(config=Config(max_currents=[21, 21, 21], max_total_power=15000), get=Get(powers=[3532.9392, 19.1032, 16.8518], currents=[15.12, 0.08, 0.07], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=0, daily_exported=0, daily_imported=0, imported=0, exported=0, fault_state=0, fault_str='Kein Fehler.', power=3568.8942), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=14952.1558, raw_currents_left=[20.98, 21.0, 21.0], surplus_power_left=0, state_str=''))
2023-05-17 12:42:01,046 - {control.data:310} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=False), get=Get(hierarchy=[{'id': 12, 'type': 'counter', 'children': [{'id': 8, 'type': 'counter', 'children': [{'id': 10, 'type': 'counter', 'children': [{'id': 3, 'type': 'cp', 'children': []}, {'id': 9, 'type': 'inverter', 'children': []}]}, {'id': 5, 'type': 'cp', 'children': []}, {'id': 7, 'type': 'cp', 'children': []}, {'id': 4, 'type': 'cp', 'children': []}]}]}]), set=Set(loadmanagement_active=False, home_consumption=203.2442000000001, invalid_home_consumption=0, daily_yield_home_consumption=2.2737367544323206e-13))
2023-05-17 12:42:01,046 - {control.data:335} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, 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=['06:00', '07:00'], name='Zeitladen-Standard', current=16, limit=Limit(selected='none', amount=1000, soc=50))}), chargemode=Chargemode(selected='instant_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={'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='amount', amount=1000, soc_limit=90, soc_scheduled=80), time='07:00')}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=1000, soc=40))))
2023-05-17 12:42:01,049 - {control.data:335} - {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, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=3, 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, state=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='05/13/2023, 10:26:57', force_soc_update=True, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-05-17 12:42:01,050 - {control.data:335} - {INFO:MainThread} - ev3
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=0.5, keep_charge_active_duration=40), et_num=0), soc_error_counter=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=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None, state=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-05-17 12:42:01,051 - {control.data:335} - {INFO:MainThread} - ev4
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=0.5, keep_charge_active_duration=40), et_num=0), soc_error_counter=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=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None, state=0), charge_template=0, ev_template=0, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-05-17 12:42:01,051 - {control.data:335} - {INFO:MainThread} - ev5
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, keep_charge_active_duration=40), et_num=0), soc_error_counter=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, state=0), charge_template=0, ev_template=0, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=True, range=0, fault_state=0, fault_str=''))
2023-05-17 12:42:01,052 - {control.data:335} - {INFO:MainThread} - ev6
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=0.5, keep_charge_active_duration=40), et_num=0), soc_error_counter=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=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None, state=0), charge_template=0, ev_template=0, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-05-17 12:42:01,053 - {control.data:335} - {INFO:MainThread} - ev7
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='GTE', max_current_multi_phases=16, max_phases=1, 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=12, nominal_difference=0.5, keep_charge_active_duration=60), et_num=0), soc_error_counter=0), control_parameter=ControlParameter(required_current=16, required_currents=[16, 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.INSTANT_CHARGING: 'instant_charging'>, chargemode=<Chargemode.INSTANT_CHARGING: 'instant_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None, state=4), charge_template=0, ev_template=1, name='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', tag_id=[], get=Get(soc=32, soc_timestamp='05/17/2023, 12:40:01', force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-05-17 12:42:01,053 - {control.data:335} - {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=32, battery_capacity=82, nominal_difference=2, keep_charge_active_duration=40)
2023-05-17 12:42:01,054 - {control.data:335} - {INFO:MainThread} - et1
EvTemplateData(name='GTE', max_current_multi_phases=16, max_phases=1, 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=12, nominal_difference=0.5, keep_charge_active_duration=60)
2023-05-17 12:42:01,054 - {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=200, control_range=[0, 230], feed_in_yield=15000, phase_switch_delay=7, phases_to_use=1, 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=300), 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.3242, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-05-17 12:42:01,055 - {control.data:315} - {INFO:MainThread} - general_data-display
local
2023-05-17 12:42:01,058 - {control.data:316} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-05-17 12:42:01,058 - {control.data:317} - {INFO:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=True, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme=<modules.display_themes.cards.config.CardsDisplayTheme object at 0x71c35760>), led=Led(active=False), rfid=Rfid(active=False))
2023-05-17 12:42:01,059 - {control.data:335} - {INFO:MainThread} - pv9
PvData(config=Config(max_ac_out=0), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=555.421, monthly_exported=0, yearly_exported=0, exported=5138.968, fault_state=0, fault_str='Kein Fehler.', power=-155.4))
2023-05-17 12:42:01,059 - {control.data:319} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=555.421, monthly_exported=0, yearly_exported=0, exported=5138.567, power=-153.0))
2023-05-17 12:42:01,059 - {control.data:335} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'current_commit': '2023-05-16 14:13:58 +0200 [b36eed36]', 'current_branch': 'master', 'current_branch_commit': '2023-05-16 14:13:58 +0200 [b36eed36]', 'current_missing_commits': [], 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 9, 'lastlivevaluesJson': {'timestamp': 1684320111, 'time': '12:41:51', 'grid': 3.577, 'counter8-power': 3.37, 'counter10-power': 3.37, 'house-power': 0.207, 'charging-all': 3.523, 'pv-all': 0.157, 'cp3-power': 3.523, 'cp4-power': 0.0, 'cp5-power': 0.0, 'cp7-power': 0.0, 'ev7-soc': 32}, 'module_update_completed': True}
2023-05-17 12:42:01,060 - {control.data:348} - {INFO:MainThread} - device5
{'name': 'EVU-Zähler', 'type': 'virtual', 'id': 5, 'configuration': {}}
2023-05-17 12:42:01,060 - {control.data:350} - {INFO:MainThread} - component8
{'name': 'EVU-Zähler', 'type': 'counter', 'id': 8, 'configuration': {'external_consumption': 0}}
2023-05-17 12:42:01,061 - {control.data:348} - {INFO:MainThread} - device6
{'name': 'Json', 'type': 'json', 'id': 6, 'configuration': {'url': 'http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/status'}}
2023-05-17 12:42:01,061 - {control.data:350} - {INFO:MainThread} - component9
{'name': 'Json Wechselrichter', 'type': 'inverter', 'id': 9, 'configuration': {'jq_power': '.AcPower', 'jq_exported': None}}
2023-05-17 12:42:01,062 - {control.data:348} - {INFO:MainThread} - device7
{'name': 'Virtuelles Gerät', 'type': 'virtual', 'id': 7, 'configuration': {}}
2023-05-17 12:42:01,062 - {control.data:350} - {INFO:MainThread} - component10
{'name': 'Virtueller Zähler', 'type': 'counter', 'id': 10, 'configuration': {'external_consumption': 0}}
2023-05-17 12:42:01,063 - {control.data:348} - {INFO:MainThread} - device9
{'name': 'MQTT', 'type': 'mqtt', 'id': 9, 'configuration': {}}
2023-05-17 12:42:01,063 - {control.data:350} - {INFO:MainThread} - component12
{'name': 'MQTT-Zähler', 'type': 'counter', 'id': 12, 'configuration': {}}
2023-05-17 12:42:01,063 - {control.data:322} - {INFO:MainThread} -
2023-05-17 12:42:01,064 - {control.algorithm.algorithm:25} - {INFO:MainThread} - # Algorithmus
2023-05-17 12:42:01,065 - {control.algorithm.algorithm:31} - {INFO:MainThread} - **Mindestrom setzen**
2023-05-17 12:42:01,070 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple Chargemode.INSTANT_CHARGING - Chargemode.INSTANT_CHARGING - False, Zähler 10
2023-05-17 12:42:01,071 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,071 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,072 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [14.98, 21.0, 21.0]A verbleibende Ströme, 13572.1558W verbleibende Leistung
2023-05-17 12:42:01,072 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-05-17 12:42:01,073 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple Chargemode.INSTANT_CHARGING - Chargemode.INSTANT_CHARGING - False, Zähler 8
2023-05-17 12:42:01,074 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [36.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,074 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [36.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,075 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [20.98, 21.0, 21.0]A verbleibende Ströme, 14952.1558W verbleibende Leistung
2023-05-17 12:42:01,075 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,076 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,079 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [14.98, 21.0, 21.0]A verbleibende Ströme, 13572.1558W verbleibende Leistung
2023-05-17 12:42:01,079 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-05-17 12:42:01,082 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple Chargemode.INSTANT_CHARGING - Chargemode.INSTANT_CHARGING - False, Zähler 12
2023-05-17 12:42:01,083 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [36.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,083 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [36.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,084 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [20.98, 21.0, 21.0]A verbleibende Ströme, 14952.1558W verbleibende Leistung
2023-05-17 12:42:01,085 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,092 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,094 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [14.98, 21.0, 21.0]A verbleibende Ströme, 13572.1558W verbleibende Leistung
2023-05-17 12:42:01,096 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 6A
2023-05-17 12:42:01,105 - {control.algorithm.algorithm:33} - {INFO:MainThread} - **Sollstrom setzen**
2023-05-17 12:42:01,111 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-05-17 12:42:01,112 - {control.algorithm.additional_current:26} - {INFO:MainThread} - Mode-Tuple Chargemode.INSTANT_CHARGING - Chargemode.INSTANT_CHARGING - False, Zähler 10
2023-05-17 12:42:01,113 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [20.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,113 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [20.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,114 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [4.98, 21.0, 21.0]A verbleibende Ströme, 11272.1558W verbleibende Leistung
2023-05-17 12:42:01,114 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 16A
2023-05-17 12:42:01,120 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-05-17 12:42:01,121 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,121 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,123 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [14.98, 21.0, 21.0]A verbleibende Ströme, 13572.1558W verbleibende Leistung
2023-05-17 12:42:01,123 - {control.algorithm.additional_current:26} - {INFO:MainThread} - Mode-Tuple Chargemode.INSTANT_CHARGING - Chargemode.INSTANT_CHARGING - False, Zähler 8
2023-05-17 12:42:01,124 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [20.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,124 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [20.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,124 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [4.98, 21.0, 21.0]A verbleibende Ströme, 11272.1558W verbleibende Leistung
2023-05-17 12:42:01,125 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 16A
2023-05-17 12:42:01,125 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-05-17 12:42:01,125 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,126 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [30.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,126 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [14.98, 21.0, 21.0]A verbleibende Ströme, 13572.1558W verbleibende Leistung
2023-05-17 12:42:01,126 - {control.algorithm.additional_current:26} - {INFO:MainThread} - Mode-Tuple Chargemode.INSTANT_CHARGING - Chargemode.INSTANT_CHARGING - False, Zähler 12
2023-05-17 12:42:01,127 - {control.counter:157} - {DEBUG:MainThread} - Zähler 10: [20.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,127 - {control.counter:157} - {DEBUG:MainThread} - Zähler 8: [20.1, 21.08, 21.07]A verbleibende Ströme, NoneW verbleibende Leistung
2023-05-17 12:42:01,127 - {control.counter:157} - {DEBUG:MainThread} - Zähler 12: [4.98, 21.0, 21.0]A verbleibende Ströme, 11272.1558W verbleibende Leistung
2023-05-17 12:42:01,128 - {control.algorithm.common:87} - {INFO:MainThread} - LP3: Stromstärke 16A
2023-05-17 12:42:01,129 - {control.counter:198} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-05-17 12:42:01,130 - {control.counter:453} - {DEBUG:MainThread} - Zähler 8: Begrenzung der verbleibenden Leistung auf 0W
2023-05-17 12:42:01,130 - {control.counter:453} - {DEBUG:MainThread} - Zähler 10: Begrenzung der verbleibenden Leistung auf 0W
2023-05-17 12:42:01,130 - {control.counter:453} - {DEBUG:MainThread} - Zähler 12: Begrenzung der verbleibenden Leistung auf 0W
2023-05-17 12:42:01,131 - {control.algorithm.algorithm:44} - {INFO:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-05-17 12:42:01,131 - {control.process:23} - {INFO:MainThread} - # Ladung starten.
2023-05-17 12:42:01,134 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 115.24000000022352 counter 6007168.95
2023-05-17 12:42:01,136 - {control.process:115} - {INFO:MainThread} - LP3: set current 16 A, state CHARGING_ALLOWED
2023-05-17 12:42:01,141 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:01,151 - {modules.common.component_context:24} - {DEBUG:cp4} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:01,159 - {modules.common.component_context:24} - {DEBUG:cp5} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:01,168 - {modules.common.component_context:24} - {DEBUG:cp7} - Update Komponente ['Ladepunkt']
2023-05-17 12:42:01,207 - {control.counter:174} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-05-17 12:42:01,462 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-05-17 12:42:10,585 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-05-17 12:42:10,586 - {root:63} - {INFO:MainThread} - # ***Start***