Sofortladen mit Begrenzung der Energiemenge klappt leider noch nicht so richtig, die Ladung beginnt, wird dann aber sofort wieder durch erreichtes Lademengenlimit beendet, startet neu, wird beendet etc. Hab' ein Limit von 11kWh vorgegeben.
Code: Alles auswählen
2022-04-22 06:54:22,509 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-04-22 06:54:22,510 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] 11164.6, Ströme[A] [15.68, 16.57, 17.07]
2022-04-22 06:54:22,510 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-04-22 06:54:22,512 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-04-22 06:54:22,513 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-04-22 06:54:22,513 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-04-22 06:54:22,514 - {control.algorithm:861} - INFO - ## Übrigen Überschuss verteilen.
2022-04-22 06:54:22,516 - {control.process:22} - DEBUG - # Ladung starten.
2022-04-22 06:54:22,519 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-04-22 06:54:22,547 - {control.pv:418} - DEBUG - -11089.6W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-04-22 06:54:22,549 - {control.counter:386} - DEBUG - 12835.4W verbleibende EVU-Bezugs-Leistung
2022-04-22 06:54:29,256 - {root:45} - INFO - # ***Start***
2022-04-22 06:54:29,262 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-04-22 06:54:29,263 - {modules.sma_shm.device:50} - DEBUG - Beginning update
2022-04-22 06:54:29,264 - {modules.sma_modbus_tcp.device:61} - DEBUG - Start device reading {'component9': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x7384e790>}
2022-04-22 06:54:29,266 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0']
2022-04-22 06:54:29,265 - {modules.http.device:61} - DEBUG - Start device reading {'component10': <modules.http.counter.HttpCounter object at 0x7384e9e8>}
2022-04-22 06:54:29,267 - {modules.json.device:58} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x7384eb68>}
2022-04-22 06:54:29,268 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['PV1']
2022-04-22 06:54:29,274 - {modules.sma_modbus_tcp.inverter_modbus_tcp:37} - DEBUG - Komponente PV1 auslesen.
2022-04-22 06:54:29,270 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1']
2022-04-22 06:54:29,272 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe']
2022-04-22 06:54:29,269 - {modules.json.device:58} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x7384ed78>}
2022-04-22 06:54:29,293 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner']
2022-04-22 06:54:29,292 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.81:80
2022-04-22 06:54:29,283 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:29,302 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.209:80
2022-04-22 06:54:29,303 - {pymodbus.client.sync:215} - DEBUG - Connection to Modbus server established. Socket ('192.168.178.99', 49843)
2022-04-22 06:54:29,314 - {pymodbus.transaction:139} - DEBUG - Current transaction state - TRANSACTION_COMPLETE
2022-04-22 06:54:29,315 - {pymodbus.transaction:144} - DEBUG - Running transaction 61163
2022-04-22 06:54:29,316 - {pymodbus.transaction:272} - DEBUG - SEND: 0xee 0xeb 0x0 0x0 0x0 0x6 0x3 0x3 0x78 0x37 0x0 0x2
2022-04-22 06:54:29,316 - {pymodbus.client.sync:76} - DEBUG - New Transaction state 'SENDING'
2022-04-22 06:54:29,319 - {pymodbus.transaction:286} - DEBUG - Changing transaction state from 'SENDING' to 'WAITING FOR REPLY'
2022-04-22 06:54:29,321 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3
2022-04-22 06:54:29,324 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 118
2022-04-22 06:54:29,329 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-04-22 06:54:29,339 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla1 0.0
2022-04-22 06:54:29,337 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":1.06,"overpower":0.00,"is_valid":true,"timestamp":1650610469,"counters":[1.097, 1.100, 1.110],"total":556217}
2022-04-22 06:54:29,351 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:29,353 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2022-04-22 06:54:30,153 - {pymodbus.transaction:374} - DEBUG - Changing transaction state from 'WAITING FOR REPLY' to 'PROCESSING REPLY'
2022-04-22 06:54:30,545 - {soc.modules.common.store._api:20} - DEBUG - 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=556217, exported=0, power=1.06, frequency=50)
2022-04-22 06:54:30,547 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0']
2022-04-22 06:54:30,549 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-04-22 06:54:30,550 - {pymodbus.transaction:296} - DEBUG - RECV: 0xee 0xeb 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x0 0x0 0x0 0x8a
2022-04-22 06:54:30,552 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[228.547, 227.197, 228.81], powers=[-105.8, 70.0, 174.1], currents=[-0.53, 0.713, 0.919], power_factors=[0.941, 0.454, 0.91], imported=32037972.3, exported=71800857.0, power=138.3, frequency=None)
2022-04-22 06:54:30,553 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2022-04-22 06:54:31,145 - {pymodbus.framer.socket_framer:147} - DEBUG - Processing: 0xee 0xeb 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x0 0x0 0x0 0x8a
2022-04-22 06:54:32,306 - {soc.modules.common.store._api:20} - DEBUG - 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=0, exported=None, power=0, frequency=50)
2022-04-22 06:54:32,311 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-04-22 06:54:32,314 - {pymodbus.factory:266} - DEBUG - Factory Response[ReadHoldingRegistersResponse: 3]
2022-04-22 06:54:32,323 - {modules.sma_shm.device:67} - DEBUG - All components updated
2022-04-22 06:54:32,329 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla2 0.0
2022-04-22 06:54:32,333 - {pymodbus.transaction:453} - DEBUG - Adding transaction 61163
2022-04-22 06:54:32,335 - {modules.sma_shm.device:58} - DEBUG - Update complete
2022-04-22 06:54:32,336 - {pymodbus.transaction:464} - DEBUG - Getting transaction 61163
2022-04-22 06:54:32,338 - {pymodbus.transaction:224} - DEBUG - Changing transaction state from 'PROCESSING REPLY' to 'TRANSACTION_COMPLETE'
2022-04-22 06:54:32,339 - {pymodbus.payload:312} - DEBUG - [0, 138]
2022-04-22 06:54:32,339 - {pymodbus.payload:368} - DEBUG - [b'\x00\x00', b'\x00\x8a']
2022-04-22 06:54:32,339 - {pymodbus.transaction:139} - DEBUG - Current transaction state - TRANSACTION_COMPLETE
2022-04-22 06:54:32,340 - {pymodbus.transaction:144} - DEBUG - Running transaction 61164
2022-04-22 06:54:32,340 - {pymodbus.transaction:272} - DEBUG - SEND: 0xee 0xec 0x0 0x0 0x0 0x6 0x3 0x3 0x77 0x41 0x0 0x2
2022-04-22 06:54:32,344 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:32,344 - {pymodbus.client.sync:76} - DEBUG - New Transaction state 'SENDING'
2022-04-22 06:54:32,348 - {pymodbus.transaction:286} - DEBUG - Changing transaction state from 'SENDING' to 'WAITING FOR REPLY'
2022-04-22 06:54:32,354 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2022-04-22 06:54:32,363 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-04-22 06:54:32,366 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla3 0.0
2022-04-22 06:54:32,380 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:32,388 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 7
2022-04-22 06:54:32,390 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4157.59
2022-04-22 06:54:32,391 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwh 4157.59
2022-04-22 06:54:32,399 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:32,409 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1
2022-04-22 06:54:32,411 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0
2022-04-22 06:54:32,418 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llaktuell 0
2022-04-22 06:54:32,424 - {soc.modules.common.store._api:20} - DEBUG - 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=4157.59, exported=0, power=0.0, frequency=50)
2022-04-22 06:54:32,471 - {pymodbus.transaction:374} - DEBUG - Changing transaction state from 'WAITING FOR REPLY' to 'PROCESSING REPLY'
2022-04-22 06:54:32,471 - {pymodbus.transaction:296} - DEBUG - RECV: 0xee 0xec 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x2 0x44 0xa7 0x77
2022-04-22 06:54:32,471 - {pymodbus.framer.socket_framer:147} - DEBUG - Processing: 0xee 0xec 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x2 0x44 0xa7 0x77
2022-04-22 06:54:32,472 - {pymodbus.factory:266} - DEBUG - Factory Response[ReadHoldingRegistersResponse: 3]
2022-04-22 06:54:32,472 - {pymodbus.transaction:453} - DEBUG - Adding transaction 61164
2022-04-22 06:54:32,472 - {pymodbus.transaction:464} - DEBUG - Getting transaction 61164
2022-04-22 06:54:32,472 - {pymodbus.transaction:224} - DEBUG - Changing transaction state from 'PROCESSING REPLY' to 'TRANSACTION_COMPLETE'
2022-04-22 06:54:32,473 - {pymodbus.payload:312} - DEBUG - [580, 42871]
2022-04-22 06:54:32,473 - {pymodbus.payload:368} - DEBUG - [b'\x02D', b'\xa7w']
2022-04-22 06:54:32,475 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-138, counter=38053751)
2022-04-22 06:54:32,997 - {control.counter:367} - DEBUG - 23861.7W EVU-Leistung, die noch bezogen werden kann.
2022-04-22 06:54:33,002 - {control.chargepoint:686} - DEBUG - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2022-04-22 06:54:33,003 - {control.ev:196} - DEBUG - Änderung der Sollstromstärke :False, Änderung des Lademodus :False
2022-04-22 06:54:33,006 - {control.prepare:268} - DEBUG - LP 13, EV: Tesla (EV-Nr.3): Lademodus instant_charging, Submodus: stop
2022-04-22 06:54:33,008 - {control.prepare:292} - INFO - LP 13: Keine Ladung, da die Energiemenge bereits geladen wurde.
2022-04-22 06:54:33,011 - {control.pv:90} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-04-22 06:54:33,016 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False, 'hybrid_system_detected': False}}
2022-04-22 06:54:33,020 - {control.data:268} - DEBUG - all
{'get': {'daily_yield': 220.0, 'power': 0, 'counter': 2142824.0}}
2022-04-22 06:54:33,023 - {control.data:268} - DEBUG - cp13
{'set': {'charging_ev': -1, 'charging_ev_prev': 3, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '04/21/2022, 23:58:23', 'rfid': '0', 'manual_lock': False, 'loadmanagement_available': True, 'log': {'counter_at_plugtime': 2142436.0, 'timestamp_start_charging': '04/22/2022, 06:53:52', 'counter_at_mode_switch': 2142766.0, 'charged_since_mode_switch': 21.0, 'charged_since_plugged_counter': 351.0, 'range_charged': 123.52941176470588, 'time_charged': '0:01', 'chargemode_log_entry': 'instant_charging'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 3, 'required_power': 11040, 'charging_ev_data': <control.ev.Ev object at 0x728f8c88>}, 'get': {'read_tag': {'tag': '0', 'timestamp': '0'}, 'daily_yield': 220.0, 'plug_state': True, 'charge_state': False, 'power': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 123.52941176470588, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 0, 'ev_template': 1, 'chargemode': 'instant_charging', 'priority': True, 'current_plan': '', 'average_consumption': 17}}, 'state_str': 'Keine Ladung, da die Energiemenge bereits geladen wurde.', 'phases_in_use': 3, 'currents': [0.0, 0.0, 0.0], 'counter': 2142824.0, 'voltages': [227.6, 228.8, 228.5], 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 3, 'auto_phase_switch_hw': True, 'control_pilot_interruption_hw': True, 'id': 13, 'connection_module': {'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, 'power_module': {}}}
2022-04-22 06:54:33,026 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []}
2022-04-22 06:54:33,031 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 275, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 2621.2999999970198}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 9, 'type': 'inverter', 'children': []}, {'id': 10, 'type': 'counter', 'children': []}, {'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}]}]}}
2022-04-22 06:54:33,032 - {control.data:268} - DEBUG - counter7
{'set': {'consumption_left': 23861.7, 'currents_used': [-0.53, 0.71, 0.92]}, 'get': {'daily_yield_export': 0.0, 'daily_yield_import': 2819.2999999970198, 'voltages': [228.55, 227.2, 228.81], 'currents': [-0.53, 0.71, 0.92], 'powers': [-105.8, 70.0, 174.1], 'power_factors': [0.94, 0.45, 0.91], 'imported': 32037972.3, 'exported': 71800857.0, 'power': 138.3, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2022-04-22 06:54:33,032 - {control.data:268} - DEBUG - counter10
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_yield_export': 0, 'daily_yield_import': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 4157.59, 'exported': 0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-04-22 06:54:33,033 - {control.data:268} - DEBUG - counter14
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_yield_export': 0, 'daily_yield_import': 444, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 556217, 'exported': 0, 'power': 1.06, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-04-22 06:54:33,033 - {control.data:268} - DEBUG - counter15
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_yield_export': 0, 'daily_yield_import': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-04-22 06:54:33,034 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': True, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'instant_charging', 'pv_charging': {'min_soc_current': 6, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'amount', 'soc': 50, 'amount': 11}}}}
2022-04-22 06:54:33,035 - {control.data:268} - DEBUG - ct1
{'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'stop', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'none', 'soc': 85, 'amount': 10}}}}
2022-04-22 06:54:33,037 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': True, 'timestamp_switch_on_off': '0', 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging'}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-04-22 06:54:33,042 - {control.data:268} - DEBUG - ev3
{'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}}, 'control_parameter': {'required_current': 0, 'phases': 3, 'prio': True, 'timestamp_switch_on_off': '0', 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'stop', 'chargemode': 'instant_charging'}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}}
2022-04-22 06:54:33,046 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}
2022-04-22 06:54:33,048 - {control.data:268} - DEBUG - et1
{'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}
2022-04-22 06:54:33,054 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': 1, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-100, 250], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1100, 'feed_in_yield': 0, 'phase_switch_delay': 7, 'phases_to_use': 1}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': False, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.23, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-04-22 06:54:33,056 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-04-22 06:54:33,057 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-04-22 06:54:33,057 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': 0, 'available_power': 0, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -139, 'counter': 38053751, 'daily_yield': 23, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-04-22 06:54:33,058 - {control.data:268} - DEBUG - pv9
{'get': {'daily_yield': 23, 'monthly_yield': 0, 'yearly_yield': 0, 'power': -138, 'counter': 38053751, 'currents': [0.0, 0.0, 0.0], 'fault_str': 'Kein Fehler.', 'fault_state': 0}}
2022-04-22 06:54:33,058 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.178.99', 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'lastlivevaluesJson': {'timestamp': 1650603262, 'time': '06:54:22', 'grid': 11.165, 'counter10-power': 0.0, 'counter14-power': 0.001, 'counter15-power': 0.0, 'house-power': 0.419, 'charging-all': 10.883, 'pv-all': -0.136, 'cp13-power': 10.883}, 'version': '1.99.002'}
2022-04-22 06:54:33,059 - {control.data:255} - DEBUG -
2022-04-22 06:54:33,059 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-04-22 06:54:33,060 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] 138.3, Ströme[A] [-0.53, 0.71, 0.92]
2022-04-22 06:54:33,060 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-04-22 06:54:33,063 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-04-22 06:54:33,065 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-04-22 06:54:33,066 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-04-22 06:54:33,066 - {control.algorithm:861} - INFO - ## Übrigen Überschuss verteilen.
2022-04-22 06:54:33,078 - {control.process:22} - DEBUG - # Ladung starten.
2022-04-22 06:54:33,205 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-04-22 06:54:33,228 - {control.pv:418} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-04-22 06:54:33,230 - {control.counter:386} - DEBUG - 23861.7W verbleibende EVU-Bezugs-Leistung
2022-04-22 06:54:39,255 - {root:45} - INFO - # ***Start***
2022-04-22 06:54:39,261 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-04-22 06:54:39,262 - {modules.sma_shm.device:50} - DEBUG - Beginning update
2022-04-22 06:54:39,264 - {modules.sma_modbus_tcp.device:61} - DEBUG - Start device reading {'component9': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x7384e790>}
2022-04-22 06:54:39,266 - {modules.http.device:61} - DEBUG - Start device reading {'component10': <modules.http.counter.HttpCounter object at 0x7384e9e8>}
2022-04-22 06:54:39,266 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0']
2022-04-22 06:54:39,267 - {modules.json.device:58} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x7384eb68>}
2022-04-22 06:54:39,271 - {modules.json.device:58} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x7384ed78>}
2022-04-22 06:54:39,276 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner']
2022-04-22 06:54:39,273 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1']
2022-04-22 06:54:39,275 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe']
2022-04-22 06:54:39,272 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['PV1']
2022-04-22 06:54:39,293 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.209:80
2022-04-22 06:54:39,295 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:39,303 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.81:80
2022-04-22 06:54:39,304 - {modules.sma_modbus_tcp.inverter_modbus_tcp:37} - DEBUG - Komponente PV1 auslesen.
2022-04-22 06:54:39,321 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3
2022-04-22 06:54:39,324 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-04-22 06:54:39,325 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla1 0.0
2022-04-22 06:54:39,327 - {pymodbus.client.sync:215} - DEBUG - Connection to Modbus server established. Socket ('192.168.178.99', 50447)
2022-04-22 06:54:39,328 - {pymodbus.transaction:139} - DEBUG - Current transaction state - TRANSACTION_COMPLETE
2022-04-22 06:54:39,336 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2022-04-22 06:54:39,339 - {pymodbus.transaction:144} - DEBUG - Running transaction 61165
2022-04-22 06:54:39,341 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:39,343 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 118
2022-04-22 06:54:39,350 - {pymodbus.transaction:272} - DEBUG - SEND: 0xee 0xed 0x0 0x0 0x0 0x6 0x3 0x3 0x78 0x37 0x0 0x2
2022-04-22 06:54:39,359 - {pymodbus.client.sync:76} - DEBUG - New Transaction state 'SENDING'
2022-04-22 06:54:39,358 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":1.12,"overpower":0.00,"is_valid":true,"timestamp":1650610479,"counters":[1.097, 1.100, 1.110],"total":556217}
2022-04-22 06:54:39,349 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-04-22 06:54:39,361 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2022-04-22 06:54:39,361 - {pymodbus.transaction:286} - DEBUG - Changing transaction state from 'SENDING' to 'WAITING FOR REPLY'
2022-04-22 06:54:41,387 - {soc.modules.common.store._api:20} - DEBUG - 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=556217, exported=0, power=1.12, frequency=50)
2022-04-22 06:54:41,797 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0']
2022-04-22 06:54:41,799 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-04-22 06:54:41,800 - {soc.modules.common.store._api:20} - DEBUG - 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=0, exported=None, power=0, frequency=50)
2022-04-22 06:54:41,805 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[228.445, 227.216, 228.758], powers=[-104.4, 69.8, 173.5], currents=[-0.526, 0.712, 0.916], power_factors=[0.939, 0.453, 0.91], imported=32037972.7, exported=71800857.0, power=139.0, frequency=None)
2022-04-22 06:54:41,805 - {pymodbus.transaction:374} - DEBUG - Changing transaction state from 'WAITING FOR REPLY' to 'PROCESSING REPLY'
2022-04-22 06:54:41,806 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla2 0.0
2022-04-22 06:54:41,817 - {pymodbus.transaction:296} - DEBUG - RECV: 0xee 0xed 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x0 0x0 0x0 0x8a
2022-04-22 06:54:41,826 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:41,828 - {pymodbus.framer.socket_framer:147} - DEBUG - Processing: 0xee 0xed 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x0 0x0 0x0 0x8a
2022-04-22 06:54:41,832 - {modules.sma_shm.device:67} - DEBUG - All components updated
2022-04-22 06:54:41,833 - {pymodbus.factory:266} - DEBUG - Factory Response[ReadHoldingRegistersResponse: 3]
2022-04-22 06:54:41,836 - {modules.sma_shm.device:58} - DEBUG - Update complete
2022-04-22 06:54:41,839 - {pymodbus.transaction:453} - DEBUG - Adding transaction 61165
2022-04-22 06:54:41,843 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2022-04-22 06:54:41,844 - {pymodbus.transaction:464} - DEBUG - Getting transaction 61165
2022-04-22 06:54:41,849 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-04-22 06:54:41,850 - {pymodbus.transaction:224} - DEBUG - Changing transaction state from 'PROCESSING REPLY' to 'TRANSACTION_COMPLETE'
2022-04-22 06:54:41,855 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla3 0.0
2022-04-22 06:54:41,855 - {pymodbus.payload:312} - DEBUG - [0, 138]
2022-04-22 06:54:41,867 - {pymodbus.payload:368} - DEBUG - [b'\x00\x00', b'\x00\x8a']
2022-04-22 06:54:41,869 - {pymodbus.transaction:139} - DEBUG - Current transaction state - TRANSACTION_COMPLETE
2022-04-22 06:54:41,870 - {pymodbus.transaction:144} - DEBUG - Running transaction 61166
2022-04-22 06:54:41,871 - {pymodbus.transaction:272} - DEBUG - SEND: 0xee 0xee 0x0 0x0 0x0 0x6 0x3 0x3 0x77 0x41 0x0 0x2
2022-04-22 06:54:41,873 - {pymodbus.client.sync:76} - DEBUG - New Transaction state 'SENDING'
2022-04-22 06:54:41,874 - {pymodbus.transaction:286} - DEBUG - Changing transaction state from 'SENDING' to 'WAITING FOR REPLY'
2022-04-22 06:54:41,882 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:41,891 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 7
2022-04-22 06:54:41,893 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4157.59
2022-04-22 06:54:41,893 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwh 4157.59
2022-04-22 06:54:41,900 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-04-22 06:54:41,908 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1
2022-04-22 06:54:41,911 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0
2022-04-22 06:54:41,911 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llaktuell 0
2022-04-22 06:54:41,913 - {soc.modules.common.store._api:20} - DEBUG - 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=4157.59, exported=0, power=0.0, frequency=50)
2022-04-22 06:54:41,939 - {pymodbus.transaction:374} - DEBUG - Changing transaction state from 'WAITING FOR REPLY' to 'PROCESSING REPLY'
2022-04-22 06:54:41,941 - {pymodbus.transaction:296} - DEBUG - RECV: 0xee 0xee 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x2 0x44 0xa7 0x77
2022-04-22 06:54:41,941 - {pymodbus.framer.socket_framer:147} - DEBUG - Processing: 0xee 0xee 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x2 0x44 0xa7 0x77
2022-04-22 06:54:41,942 - {pymodbus.factory:266} - DEBUG - Factory Response[ReadHoldingRegistersResponse: 3]
2022-04-22 06:54:41,944 - {pymodbus.transaction:453} - DEBUG - Adding transaction 61166
2022-04-22 06:54:41,944 - {pymodbus.transaction:464} - DEBUG - Getting transaction 61166
2022-04-22 06:54:41,944 - {pymodbus.transaction:224} - DEBUG - Changing transaction state from 'PROCESSING REPLY' to 'TRANSACTION_COMPLETE'
2022-04-22 06:54:41,944 - {pymodbus.payload:312} - DEBUG - [580, 42871]
2022-04-22 06:54:41,945 - {pymodbus.payload:368} - DEBUG - [b'\x02D', b'\xa7w']
2022-04-22 06:54:41,946 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-138, counter=38053751)
2022-04-22 06:54:42,495 - {control.counter:367} - DEBUG - 23861.0W EVU-Leistung, die noch bezogen werden kann.
2022-04-22 06:54:42,504 - {control.chargepoint:686} - DEBUG - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2022-04-22 06:54:42,511 - {control.ev:196} - DEBUG - Änderung der Sollstromstärke :True, Änderung des Lademodus :False
2022-04-22 06:54:42,513 - {control.prepare:232} - DEBUG - LP13 : Da sich die Stromstärke geändert hat, muss der Ladepunkt im Algorithmus neu priorisiert werden.
2022-04-22 06:54:42,527 - {control.prepare:279} - DEBUG - LP 13, EV: Tesla (EV-Nr.3): Theoretisch benötigter Strom 16A, Lademodus instant_charging, Submodus: instant_charging, Phasen: 3, Priorität: True, max. Ist-Strom: 0.0
2022-04-22 06:54:42,540 - {control.pv:90} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-04-22 06:54:42,552 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False, 'hybrid_system_detected': False}}
2022-04-22 06:54:42,554 - {control.data:268} - DEBUG - all
{'get': {'daily_yield': 220.0, 'power': 0, 'counter': 2142824.0}}
2022-04-22 06:54:42,555 - {control.data:268} - DEBUG - cp13
{'set': {'charging_ev': 3, 'charging_ev_prev': 3, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '04/21/2022, 23:58:23', 'rfid': '0', 'manual_lock': False, 'loadmanagement_available': True, 'log': {'counter_at_plugtime': 2142436.0, 'timestamp_start_charging': '0', 'counter_at_mode_switch': 2142824.0, 'charged_since_mode_switch': 0, 'charged_since_plugged_counter': 388.0, 'range_charged': 0, 'time_charged': '00:00', 'chargemode_log_entry': '_'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 3, 'required_power': 11040, 'charging_ev_data': <control.ev.Ev object at 0x728f8f40>}, 'get': {'read_tag': {'tag': '0', 'timestamp': '0'}, 'daily_yield': 220.0, 'plug_state': True, 'charge_state': False, 'power': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 123.52941176470588, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 0, 'ev_template': 1, 'chargemode': 'instant_charging', 'priority': True, 'current_plan': '', 'average_consumption': 17}}, 'state_str': None, 'phases_in_use': 3, 'currents': [0.0, 0.0, 0.0], 'counter': 2142824.0, 'voltages': [227.7, 228.8, 228.5], 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 3, 'auto_phase_switch_hw': True, 'control_pilot_interruption_hw': True, 'id': 13, 'connection_module': {'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, 'power_module': {}}}
2022-04-22 06:54:42,556 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []}
2022-04-22 06:54:42,557 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 275, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 2621.2999999970198}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 9, 'type': 'inverter', 'children': []}, {'id': 10, 'type': 'counter', 'children': []}, {'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}]}]}}
2022-04-22 06:54:42,559 - {control.data:268} - DEBUG - counter7
{'set': {'consumption_left': 23861.0, 'currents_used': [-0.53, 0.71, 0.92]}, 'get': {'daily_yield_export': 0.0, 'daily_yield_import': 2819.2999999970198, 'voltages': [228.44, 227.22, 228.76], 'currents': [-0.53, 0.71, 0.92], 'powers': [-104.4, 69.8, 173.5], 'power_factors': [0.94, 0.45, 0.91], 'imported': 32037972.7, 'exported': 71800857.0, 'power': 139.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2022-04-22 06:54:42,561 - {control.data:268} - DEBUG - counter10
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_yield_export': 0, 'daily_yield_import': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 4157.59, 'exported': 0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-04-22 06:54:42,562 - {control.data:268} - DEBUG - counter14
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_yield_export': 0, 'daily_yield_import': 444, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 556217, 'exported': 0, 'power': 1.12, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-04-22 06:54:42,563 - {control.data:268} - DEBUG - counter15
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_yield_export': 0, 'daily_yield_import': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-04-22 06:54:42,563 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': True, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'instant_charging', 'pv_charging': {'min_soc_current': 6, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'amount', 'soc': 50, 'amount': 11}}}}
2022-04-22 06:54:42,564 - {control.data:268} - DEBUG - ct1
{'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'stop', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'none', 'soc': 85, 'amount': 10}}}}
2022-04-22 06:54:42,564 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': True, 'timestamp_switch_on_off': '0', 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging'}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-04-22 06:54:42,565 - {control.data:268} - DEBUG - ev3
{'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}}, 'control_parameter': {'required_current': 16, 'phases': 3, 'prio': True, 'timestamp_switch_on_off': '0', 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'instant_charging', 'chargemode': 'instant_charging'}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}}
2022-04-22 06:54:42,568 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}
2022-04-22 06:54:42,569 - {control.data:268} - DEBUG - et1
{'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}
2022-04-22 06:54:42,570 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': 1, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-100, 250], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1100, 'feed_in_yield': 0, 'phase_switch_delay': 7, 'phases_to_use': 1}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': False, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.23, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-04-22 06:54:42,570 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-04-22 06:54:42,571 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-04-22 06:54:42,571 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': 0, 'available_power': 0, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -138, 'counter': 38053751, 'daily_yield': 23, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-04-22 06:54:42,572 - {control.data:268} - DEBUG - pv9
{'get': {'daily_yield': 23, 'monthly_yield': 0, 'yearly_yield': 0, 'power': -138, 'counter': 38053751, 'currents': [0.0, 0.0, 0.0], 'fault_str': 'Kein Fehler.', 'fault_state': 0}}
2022-04-22 06:54:42,573 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.178.99', 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'lastlivevaluesJson': {'timestamp': 1650603273, 'time': '06:54:33', 'grid': 0.138, 'counter10-power': 0.0, 'counter14-power': 0.001, 'counter15-power': 0.0, 'house-power': 0.275, 'charging-all': 0.0, 'pv-all': -0.139, 'cp13-power': 0.0}, 'version': '1.99.002'}
2022-04-22 06:54:42,573 - {control.data:255} - DEBUG -
2022-04-22 06:54:42,574 - {control.algorithm:43} - DEBUG - # Algorithmus-Start