Ich hab' heute morgen einen weiteren JSON Zähler hinzugefügt, dieser geht leider überhaupt nicht.
Code: Alles auswählen
Modulmeldung:<class 'AttributeError'> 'NoneType' object has no attribute 'encode'
Code: Alles auswählen
Modulmeldung:<class 'AttributeError'> 'NoneType' object has no attribute 'encode'
Hmm, ich habe gerade noch mal aktualisiert und bei mir funktionieren die JSON Module. Auch der Hausverbrauch wird korrekt angezeigt. Habe allerdings nur JSON Module im Einsatz. Neu anlegen jabe ich noch nicht getestet.mrinas hat geschrieben: ↑Di Mai 31, 2022 8:48 am vielleicht? Meine beiden bestehenden JSON Zähler funktionieren nun (liefern Werte), allerdings wird seit dem Update heut' morgen der Hausverbrauch nicht mehr berechnet sondern ist auf dem letzten Wert hängen geblieben. Glücklicherweise 'nur' ein kosmetisches Problem.
Ich hab' heute morgen einen weiteren JSON Zähler hinzugefügt, dieser geht leider überhaupt nicht.Code: Alles auswählen
Modulmeldung:<class 'AttributeError'> 'NoneType' object has no attribute 'encode'
Mein Hausverbraucht geht wieder, ich musste auch noch die Konfiguration für ein HTTP Modul nach dem Update anpassen - gleiches Thema wie bei den JSON Modulen, der Name der Eigenschaft hat sich verändert.derNeueDet hat geschrieben: ↑Di Mai 31, 2022 9:32 amHmm, ich habe gerade noch mal aktualisiert und bei mir funktionieren die JSON Module. Auch der Hausverbrauch wird korrekt angezeigt. Habe allerdings nur JSON Module im Einsatz. Neu anlegen jabe ich noch nicht getestet.mrinas hat geschrieben: ↑Di Mai 31, 2022 8:48 am vielleicht? Meine beiden bestehenden JSON Zähler funktionieren nun (liefern Werte), allerdings wird seit dem Update heut' morgen der Hausverbrauch nicht mehr berechnet sondern ist auf dem letzten Wert hängen geblieben. Glücklicherweise 'nur' ein kosmetisches Problem.
Ich hab' heute morgen einen weiteren JSON Zähler hinzugefügt, dieser geht leider überhaupt nicht.Code: Alles auswählen
Modulmeldung:<class 'AttributeError'> 'NoneType' object has no attribute 'encode'
Mit PR #425 gab es nochmal ein Fix für die Phasenumschaltung. Die Grenze war bisher bei max 6A, bei 6A Sollstromstärke. Dein Auto hat aber mit 6.1A geladen.mrinas hat geschrieben: ↑Do Mai 26, 2022 2:48 pm Sonne scheint, Auto läd. So langsam komme ich mit 6A & 3p in den Bereich des Netzbezugs, ab wann sollte denn die Umschaltung auf 1p beginnen?
Derzeit bin ich bei rd. 300W Bezug, noch keine Meldung zum Umschalttimer zu sehen. Ich hab' PV Laden jetzt mal auf einphasig umgestellt um den Netzbezug zu vermeiden.
Screenshot 2022-05-26 164736.png
Code: Alles auswählen
022-05-26 16:43:07,804 - {root:45} - INFO - # ***Start*** 2022-05-26 16:43:07,815 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt'] 2022-05-26 16:43:07,816 - {modules.sma_shm.device:50} - DEBUG - Beginning update 2022-05-26 16:43:07,818 - {modules.http.device:65} - DEBUG - Start device reading {'component10': <modules.http.counter.HttpCounter object at 0x73af0448>} 2022-05-26 16:43:07,819 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0'] 2022-05-26 16:43:07,820 - {modules.json.device:63} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x73ae5e20>} 2022-05-26 16:43:07,821 - {modules.json.device:63} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x73aeacb8>} 2022-05-26 16:43:07,821 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1'] 2022-05-26 16:43:07,824 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe'] 2022-05-26 16:43:07,824 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component18': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x73af5bc8>} 2022-05-26 16:43:07,827 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner'] 2022-05-26 16:43:07,836 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component19': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x73afc1c0>} 2022-05-26 16:43:07,837 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,838 - {soc.modules.common.fault_state:37} - ERROR - Pumpe: FaultState FaultStateLevel.ERROR, FaultStr <class 'AttributeError'> 'Device' object has no attribute 'domain', Traceback: Traceback (most recent call last): File "/var/www/html/openWB/packages/modules/json/device.py", line 66, in update response = req.get_http_session().get(self.domain, timeout=5) AttributeError: 'Device' object has no attribute 'domain' 2022-05-26 16:43:07,839 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Haus'] 2022-05-26 16:43:07,842 - {soc.modules.common.fault_state:37} - ERROR - Trockner: FaultState FaultStateLevel.ERROR, FaultStr <class 'AttributeError'> 'Device' object has no attribute 'domain', Traceback: Traceback (most recent call last): File "/var/www/html/openWB/packages/modules/json/device.py", line 66, in update response = req.get_http_session().get(self.domain, timeout=5) AttributeError: 'Device' object has no attribute 'domain' 2022-05-26 16:43:07,843 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Garage'] 2022-05-26 16:43:07,859 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 7 2022-05-26 16:43:07,861 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4423.66 2022-05-26 16:43:07,863 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/llkwh 4423.66 2022-05-26 16:43:07,871 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,882 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1 2022-05-26 16:43:07,884 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0 2022-05-26 16:43:07,885 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/llaktuell 0 2022-05-26 16:43:07,890 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,899 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3 2022-05-26 16:43:07,904 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0 2022-05-26 16:43:07,905 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/lla1 0.0 2022-05-26 16:43:07,910 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,915 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3 2022-05-26 16:43:07,917 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0 2022-05-26 16:43:07,917 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/lla2 0.0 2022-05-26 16:43:07,922 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,924 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2090, counter=355499) 2022-05-26 16:43:07,927 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3 2022-05-26 16:43:07,930 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0 2022-05-26 16:43:07,930 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/lla3 0.0 2022-05-26 16:43:07,932 - {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=4423.66, exported=0, power=0.0, frequency=50) 2022-05-26 16:43:08,071 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0'] 2022-05-26 16:43:08,072 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[233.319, 230.804, 226.928], powers=[767.1, -580.6, 1537.0], currents=[3.385, -2.794, 6.823], power_factors=[1.0, 0.999, 0.999], imported=32463907.599999998, exported=72122182.10000001, power=1723.5, frequency=None) 2022-05-26 16:43:08,075 - {modules.sma_shm.device:67} - DEBUG - All components updated 2022-05-26 16:43:08,076 - {modules.sma_shm.device:58} - DEBUG - Update complete 2022-05-26 16:43:08,168 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2124, counter=38604457) 2022-05-26 16:43:08,702 - {control.counter:395} - DEBUG - 22276.5W EVU-Leistung, die noch bezogen werden kann. 2022-05-26 16:43:08,715 - {control.chargepoint:519} - DEBUG - Lademodus beschränkt die nutzbaren Phasen auf 3 2022-05-26 16:43:08,718 - {control.ev:310} - DEBUG - Anpassen der Sollstromstärke an EV-Vorgaben. Sollstromstärke: 1 neue Sollstromstärke: 6 2022-05-26 16:43:08,718 - {control.ev:238} - DEBUG - Änderung der Sollstromstärke :False, Änderung des Lademodus :False 2022-05-26 16:43:08,734 - {control.prepare:281} - DEBUG - LP 13, EV: Tesla (EV-Nr.3): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: pv_charging, Phasen: 3, Priorität: False, max. Ist-Strom: 6.1 2022-05-26 16:43:08,738 - {control.pv:90} - DEBUG - -1838.5W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung. 2022-05-26 16:43:08,746 - {control.data:268} - DEBUG - all {'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}} 2022-05-26 16:43:08,750 - {control.data:268} - DEBUG - all {'get': {'daily_imported': 4588.0, 'daily_exported': 0, 'power': 4211, 'imported': 2449546.0, 'exported': 0}} 2022-05-26 16:43:08,751 - {control.data:268} - DEBUG - cp13 {'set': {'charging_ev': 3, 'charging_ev_prev': -1, 'autolock_state': 0, 'current': 6, 'energy_to_charge': 0, 'plug_time': '05/26/2022, 15:22:58', 'rfid': None, 'manual_lock': False, 'loadmanagement_available': True, 'required_power': 4140, 'log': {'imported_at_plugtime': 2444804.0, 'timestamp_start_charging': '05/26/2022, 15:23:48', 'imported_at_mode_switch': 2444804.0, 'imported_since_mode_switch': 4730.0, 'imported_since_plugged': 4730.0, 'range_charged': 23.65, 'time_charged': '1:19', 'chargemode_log_entry': 'pv_charging'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 3, 'charging_ev_data': <control.ev.Ev object at 0x730efb20>}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 4588.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': True, 'power': 4211, 'imported': 2449546.0, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 23.59, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': False, 'current_plan': None, 'average_consumption': 20}}, 'state_str': None, 'phases_in_use': 3, 'currents': [6.1, 6.1, 6.1], 'voltages': [232.1, 225.5, 231.9], 'daily_yield': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 2, '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-05-26 16:43:08,752 - {control.data:268} - DEBUG - cpt0 {'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []} 2022-05-26 16:43:08,752 - {control.data:268} - DEBUG - all {'set': {'loadmanagement_active': False, 'home_consumption': 1726, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 27292.099999990314}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 10, 'type': 'counter', 'children': []}, {'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 18, 'type': 'inverter', 'children': []}, {'id': 19, 'type': 'inverter', 'children': []}]}]}} 2022-05-26 16:43:08,753 - {control.data:268} - DEBUG - counter7 {'set': {'consumption_left': 22276.5, 'currents_used': [3.38, -2.79, 6.82]}, 'get': {'daily_exported': 8548.300000011921, 'daily_imported': 7985.400000002235, 'voltages': [233.32, 230.8, 226.93], 'currents': [3.38, -2.79, 6.82], 'powers': [767.1, -580.6, 1537.0], 'power_factors': [1.0, 1.0, 1.0], 'imported': 32463907.599999998, 'exported': 72122182.10000001, 'power': 1723.5, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}} 2022-05-26 16:43:08,754 - {control.data:268} - DEBUG - counter10 {'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0, 'daily_imported': 20.634000000000015, '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': 4423.66, 'exported': 0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}} 2022-05-26 16:43:08,758 - {control.data:268} - DEBUG - counter14 {'set': {}, 'get': {'daily_exported': 0, 'daily_imported': 0, 'fault_str': "<class 'AttributeError'> 'Device' object has no attribute 'domain'", 'fault_state': 2, '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, 'exported': 0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}} 2022-05-26 16:43:08,758 - {control.data:268} - DEBUG - counter15 {'set': {}, 'get': {'daily_exported': 0, 'daily_imported': 0, 'fault_str': "<class 'AttributeError'> 'Device' object has no attribute 'domain'", 'fault_state': 2, '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-05-26 16:43:08,759 - {control.data:268} - DEBUG - ct0 {'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_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': 'none', 'soc': 50, 'amount': 22}}}} 2022-05-26 16:43:08,759 - {control.data:268} - DEBUG - ct1 {'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', '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-05-26 16:43:08,760 - {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': None, 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}} 2022-05-26 16:43:08,760 - {control.data:268} - DEBUG - ev3 {'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}}, 'control_parameter': {'required_current': 6, 'phases': 3, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}} 2022-05-26 16:43:08,761 - {control.data:268} - DEBUG - et0 {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, '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, 'prevent_charge_stop': False, 'prevent_phase_switch': False} 2022-05-26 16:43:08,764 - {control.data:268} - DEBUG - et1 {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False} 2022-05-26 16:43:08,766 - {control.data:268} - DEBUG - general {'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': True, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-230, 0], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1300, 'feed_in_yield': 0, 'phase_switch_delay': 8, 'phases_to_use': 0}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': True, '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-05-26 16:43:08,769 - {control.data:268} - DEBUG - graph {'config': {'duration': 120}} 2022-05-26 16:43:08,770 - {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-05-26 16:43:08,770 - {control.data:268} - DEBUG - all {'set': {'overhang_power_left': -1838.5, 'available_power': -1838.5, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -4221, 'counter': 38959951, 'daily_yield': 32449, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}} 2022-05-26 16:43:08,770 - {control.data:268} - DEBUG - pv18 {'get': {'daily_yield': 16947, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2124, 'counter': 38604457, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}} 2022-05-26 16:43:08,771 - {control.data:268} - DEBUG - pv19 {'get': {'daily_yield': 15502, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2090, 'counter': 355499, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}} 2022-05-26 16:43:08,771 - {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': 1653576178, 'time': '16:42:58', 'grid': 0.311, 'counter10-power': 0.0, 'house-power': 0.31, 'charging-all': 4.218, 'pv-all': -4.218, 'cp13-power': 4.218}, 'version': '1.99.002'} 2022-05-26 16:43:08,771 - {control.data:255} - DEBUG - 2022-05-26 16:43:08,772 - {control.algorithm:43} - DEBUG - # Algorithmus-Start 2022-05-26 16:43:08,772 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] 1723.5, Ströme[A] [3.38, -2.79, 6.82] 2022-05-26 16:43:08,772 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen. 2022-05-26 16:43:08,773 - {control.pv:387} - DEBUG - -1769.5000000000002W EVU-Überschuss, der für die folgenden Ladepunkte übrig ist, davon 0W für die Einschaltverzögerung reservierte Leistung. 2022-05-26 16:43:08,776 - {control.algorithm:112} - DEBUG - Ladung an LP13 um -0.09999999999999964A auf 6A angepasst. 2022-05-26 16:43:08,779 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden. 2022-05-26 16:43:08,781 - {control.algorithm:545} - DEBUG - Ladepunkt 13: Prüfen, ob Phasenumschaltung durchgeführt werden soll. 2022-05-26 16:43:08,782 - {control.ev:349} - DEBUG - Genutzter Strom: 6.1A, Überschuss: 0W, benötigte neue Leistung: 3680W 2022-05-26 16:43:08,785 - {control.pv:265} - DEBUG - LP13 Switch-Off-Threshold prüfen: EVU 1723.5W, freigegebener Überschuss 0W, Einspeisegrenze 0W 2022-05-26 16:43:08,787 - {control.pv:279} - DEBUG - Relevante Leistung für Löschen der Abschaltschwelle: 1723.5W, Schwelle: 500W 2022-05-26 16:43:08,788 - {control.pv:319} - INFO - LP 13: Ladevorgang wird nach Ablauf der Abschaltverzögerung (180s) gestoppt. 2022-05-26 16:43:08,789 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses 2022-05-26 16:43:08,790 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet. 2022-05-26 16:43:08,791 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen. 2022-05-26 16:43:08,797 - {control.process:22} - DEBUG - # Ladung starten. 2022-05-26 16:43:08,798 - {control.chargelog:61} - DEBUG - imported_since_mode_switch 4742.0 counter 2449546.0 2022-05-26 16:43:08,801 - {control.process:107} - INFO - LP13: set current 6 A 2022-05-26 16:43:08,805 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt'] 2022-05-26 16:43:08,832 - {control.pv:437} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung. 2022-05-26 16:43:08,835 - {control.counter:414} - DEBUG - 22345.5W verbleibende EVU-Bezugs-Leistung
Super, danke. PRobier' ich dann bei nächster Gelegenheit mal aus. 6.1A sind ja auch irgendwie 6A. Für Tesla zumindestLenaK hat geschrieben: ↑Do Jun 02, 2022 11:43 amMit PR #425 gab es nochmal ein Fix für die Phasenumschaltung. Die Grenze war bisher bei max 6A, bei 6A Sollstromstärke. Dein Auto hat aber mit 6.1A geladen.mrinas hat geschrieben: ↑Do Mai 26, 2022 2:48 pm Sonne scheint, Auto läd. So langsam komme ich mit 6A & 3p in den Bereich des Netzbezugs, ab wann sollte denn die Umschaltung auf 1p beginnen?
Derzeit bin ich bei rd. 300W Bezug, noch keine Meldung zum Umschalttimer zu sehen. Ich hab' PV Laden jetzt mal auf einphasig umgestellt um den Netzbezug zu vermeiden.
Screenshot 2022-05-26 164736.png
Code: Alles auswählen
022-05-26 16:43:07,804 - {root:45} - INFO - # ***Start*** 2022-05-26 16:43:07,815 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt'] 2022-05-26 16:43:07,816 - {modules.sma_shm.device:50} - DEBUG - Beginning update 2022-05-26 16:43:07,818 - {modules.http.device:65} - DEBUG - Start device reading {'component10': <modules.http.counter.HttpCounter object at 0x73af0448>} 2022-05-26 16:43:07,819 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0'] 2022-05-26 16:43:07,820 - {modules.json.device:63} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x73ae5e20>} 2022-05-26 16:43:07,821 - {modules.json.device:63} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x73aeacb8>} 2022-05-26 16:43:07,821 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1'] 2022-05-26 16:43:07,824 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe'] 2022-05-26 16:43:07,824 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component18': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x73af5bc8>} 2022-05-26 16:43:07,827 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner'] 2022-05-26 16:43:07,836 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component19': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x73afc1c0>} 2022-05-26 16:43:07,837 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,838 - {soc.modules.common.fault_state:37} - ERROR - Pumpe: FaultState FaultStateLevel.ERROR, FaultStr <class 'AttributeError'> 'Device' object has no attribute 'domain', Traceback: Traceback (most recent call last): File "/var/www/html/openWB/packages/modules/json/device.py", line 66, in update response = req.get_http_session().get(self.domain, timeout=5) AttributeError: 'Device' object has no attribute 'domain' 2022-05-26 16:43:07,839 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Haus'] 2022-05-26 16:43:07,842 - {soc.modules.common.fault_state:37} - ERROR - Trockner: FaultState FaultStateLevel.ERROR, FaultStr <class 'AttributeError'> 'Device' object has no attribute 'domain', Traceback: Traceback (most recent call last): File "/var/www/html/openWB/packages/modules/json/device.py", line 66, in update response = req.get_http_session().get(self.domain, timeout=5) AttributeError: 'Device' object has no attribute 'domain' 2022-05-26 16:43:07,843 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Garage'] 2022-05-26 16:43:07,859 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 7 2022-05-26 16:43:07,861 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4423.66 2022-05-26 16:43:07,863 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/llkwh 4423.66 2022-05-26 16:43:07,871 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,882 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1 2022-05-26 16:43:07,884 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0 2022-05-26 16:43:07,885 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/llaktuell 0 2022-05-26 16:43:07,890 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,899 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3 2022-05-26 16:43:07,904 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0 2022-05-26 16:43:07,905 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/lla1 0.0 2022-05-26 16:43:07,910 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,915 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3 2022-05-26 16:43:07,917 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0 2022-05-26 16:43:07,917 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/lla2 0.0 2022-05-26 16:43:07,922 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80 2022-05-26 16:43:07,924 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2090, counter=355499) 2022-05-26 16:43:07,927 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3 2022-05-26 16:43:07,930 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.0 2022-05-26 16:43:07,930 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51:80/openWB/ramdisk/lla3 0.0 2022-05-26 16:43:07,932 - {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=4423.66, exported=0, power=0.0, frequency=50) 2022-05-26 16:43:08,071 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0'] 2022-05-26 16:43:08,072 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[233.319, 230.804, 226.928], powers=[767.1, -580.6, 1537.0], currents=[3.385, -2.794, 6.823], power_factors=[1.0, 0.999, 0.999], imported=32463907.599999998, exported=72122182.10000001, power=1723.5, frequency=None) 2022-05-26 16:43:08,075 - {modules.sma_shm.device:67} - DEBUG - All components updated 2022-05-26 16:43:08,076 - {modules.sma_shm.device:58} - DEBUG - Update complete 2022-05-26 16:43:08,168 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2124, counter=38604457) 2022-05-26 16:43:08,702 - {control.counter:395} - DEBUG - 22276.5W EVU-Leistung, die noch bezogen werden kann. 2022-05-26 16:43:08,715 - {control.chargepoint:519} - DEBUG - Lademodus beschränkt die nutzbaren Phasen auf 3 2022-05-26 16:43:08,718 - {control.ev:310} - DEBUG - Anpassen der Sollstromstärke an EV-Vorgaben. Sollstromstärke: 1 neue Sollstromstärke: 6 2022-05-26 16:43:08,718 - {control.ev:238} - DEBUG - Änderung der Sollstromstärke :False, Änderung des Lademodus :False 2022-05-26 16:43:08,734 - {control.prepare:281} - DEBUG - LP 13, EV: Tesla (EV-Nr.3): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: pv_charging, Phasen: 3, Priorität: False, max. Ist-Strom: 6.1 2022-05-26 16:43:08,738 - {control.pv:90} - DEBUG - -1838.5W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung. 2022-05-26 16:43:08,746 - {control.data:268} - DEBUG - all {'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}} 2022-05-26 16:43:08,750 - {control.data:268} - DEBUG - all {'get': {'daily_imported': 4588.0, 'daily_exported': 0, 'power': 4211, 'imported': 2449546.0, 'exported': 0}} 2022-05-26 16:43:08,751 - {control.data:268} - DEBUG - cp13 {'set': {'charging_ev': 3, 'charging_ev_prev': -1, 'autolock_state': 0, 'current': 6, 'energy_to_charge': 0, 'plug_time': '05/26/2022, 15:22:58', 'rfid': None, 'manual_lock': False, 'loadmanagement_available': True, 'required_power': 4140, 'log': {'imported_at_plugtime': 2444804.0, 'timestamp_start_charging': '05/26/2022, 15:23:48', 'imported_at_mode_switch': 2444804.0, 'imported_since_mode_switch': 4730.0, 'imported_since_plugged': 4730.0, 'range_charged': 23.65, 'time_charged': '1:19', 'chargemode_log_entry': 'pv_charging'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 3, 'charging_ev_data': <control.ev.Ev object at 0x730efb20>}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 4588.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': True, 'power': 4211, 'imported': 2449546.0, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 23.59, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': False, 'current_plan': None, 'average_consumption': 20}}, 'state_str': None, 'phases_in_use': 3, 'currents': [6.1, 6.1, 6.1], 'voltages': [232.1, 225.5, 231.9], 'daily_yield': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 2, '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-05-26 16:43:08,752 - {control.data:268} - DEBUG - cpt0 {'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []} 2022-05-26 16:43:08,752 - {control.data:268} - DEBUG - all {'set': {'loadmanagement_active': False, 'home_consumption': 1726, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 27292.099999990314}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 10, 'type': 'counter', 'children': []}, {'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 18, 'type': 'inverter', 'children': []}, {'id': 19, 'type': 'inverter', 'children': []}]}]}} 2022-05-26 16:43:08,753 - {control.data:268} - DEBUG - counter7 {'set': {'consumption_left': 22276.5, 'currents_used': [3.38, -2.79, 6.82]}, 'get': {'daily_exported': 8548.300000011921, 'daily_imported': 7985.400000002235, 'voltages': [233.32, 230.8, 226.93], 'currents': [3.38, -2.79, 6.82], 'powers': [767.1, -580.6, 1537.0], 'power_factors': [1.0, 1.0, 1.0], 'imported': 32463907.599999998, 'exported': 72122182.10000001, 'power': 1723.5, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}} 2022-05-26 16:43:08,754 - {control.data:268} - DEBUG - counter10 {'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0, 'daily_imported': 20.634000000000015, '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': 4423.66, 'exported': 0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}} 2022-05-26 16:43:08,758 - {control.data:268} - DEBUG - counter14 {'set': {}, 'get': {'daily_exported': 0, 'daily_imported': 0, 'fault_str': "<class 'AttributeError'> 'Device' object has no attribute 'domain'", 'fault_state': 2, '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, 'exported': 0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}} 2022-05-26 16:43:08,758 - {control.data:268} - DEBUG - counter15 {'set': {}, 'get': {'daily_exported': 0, 'daily_imported': 0, 'fault_str': "<class 'AttributeError'> 'Device' object has no attribute 'domain'", 'fault_state': 2, '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-05-26 16:43:08,759 - {control.data:268} - DEBUG - ct0 {'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_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': 'none', 'soc': 50, 'amount': 22}}}} 2022-05-26 16:43:08,759 - {control.data:268} - DEBUG - ct1 {'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', '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-05-26 16:43:08,760 - {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': None, 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}} 2022-05-26 16:43:08,760 - {control.data:268} - DEBUG - ev3 {'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}}, 'control_parameter': {'required_current': 6, 'phases': 3, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}} 2022-05-26 16:43:08,761 - {control.data:268} - DEBUG - et0 {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, '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, 'prevent_charge_stop': False, 'prevent_phase_switch': False} 2022-05-26 16:43:08,764 - {control.data:268} - DEBUG - et1 {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False} 2022-05-26 16:43:08,766 - {control.data:268} - DEBUG - general {'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': True, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-230, 0], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1300, 'feed_in_yield': 0, 'phase_switch_delay': 8, 'phases_to_use': 0}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': True, '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-05-26 16:43:08,769 - {control.data:268} - DEBUG - graph {'config': {'duration': 120}} 2022-05-26 16:43:08,770 - {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-05-26 16:43:08,770 - {control.data:268} - DEBUG - all {'set': {'overhang_power_left': -1838.5, 'available_power': -1838.5, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -4221, 'counter': 38959951, 'daily_yield': 32449, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}} 2022-05-26 16:43:08,770 - {control.data:268} - DEBUG - pv18 {'get': {'daily_yield': 16947, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2124, 'counter': 38604457, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}} 2022-05-26 16:43:08,771 - {control.data:268} - DEBUG - pv19 {'get': {'daily_yield': 15502, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2090, 'counter': 355499, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}} 2022-05-26 16:43:08,771 - {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': 1653576178, 'time': '16:42:58', 'grid': 0.311, 'counter10-power': 0.0, 'house-power': 0.31, 'charging-all': 4.218, 'pv-all': -4.218, 'cp13-power': 4.218}, 'version': '1.99.002'} 2022-05-26 16:43:08,771 - {control.data:255} - DEBUG - 2022-05-26 16:43:08,772 - {control.algorithm:43} - DEBUG - # Algorithmus-Start 2022-05-26 16:43:08,772 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] 1723.5, Ströme[A] [3.38, -2.79, 6.82] 2022-05-26 16:43:08,772 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen. 2022-05-26 16:43:08,773 - {control.pv:387} - DEBUG - -1769.5000000000002W EVU-Überschuss, der für die folgenden Ladepunkte übrig ist, davon 0W für die Einschaltverzögerung reservierte Leistung. 2022-05-26 16:43:08,776 - {control.algorithm:112} - DEBUG - Ladung an LP13 um -0.09999999999999964A auf 6A angepasst. 2022-05-26 16:43:08,779 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden. 2022-05-26 16:43:08,781 - {control.algorithm:545} - DEBUG - Ladepunkt 13: Prüfen, ob Phasenumschaltung durchgeführt werden soll. 2022-05-26 16:43:08,782 - {control.ev:349} - DEBUG - Genutzter Strom: 6.1A, Überschuss: 0W, benötigte neue Leistung: 3680W 2022-05-26 16:43:08,785 - {control.pv:265} - DEBUG - LP13 Switch-Off-Threshold prüfen: EVU 1723.5W, freigegebener Überschuss 0W, Einspeisegrenze 0W 2022-05-26 16:43:08,787 - {control.pv:279} - DEBUG - Relevante Leistung für Löschen der Abschaltschwelle: 1723.5W, Schwelle: 500W 2022-05-26 16:43:08,788 - {control.pv:319} - INFO - LP 13: Ladevorgang wird nach Ablauf der Abschaltverzögerung (180s) gestoppt. 2022-05-26 16:43:08,789 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses 2022-05-26 16:43:08,790 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet. 2022-05-26 16:43:08,791 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen. 2022-05-26 16:43:08,797 - {control.process:22} - DEBUG - # Ladung starten. 2022-05-26 16:43:08,798 - {control.chargelog:61} - DEBUG - imported_since_mode_switch 4742.0 counter 2449546.0 2022-05-26 16:43:08,801 - {control.process:107} - INFO - LP13: set current 6 A 2022-05-26 16:43:08,805 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt'] 2022-05-26 16:43:08,832 - {control.pv:437} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung. 2022-05-26 16:43:08,835 - {control.counter:414} - DEBUG - 22345.5W verbleibende EVU-Bezugs-Leistung