Oh sorry, für mich sehr unübersichtlich.
habe jetzt zur Sicherheit zusätzlich auch den gesamten log vom main.log abgespeichert.
Code: Alles auswählen
2022-12-05 13:35:30,721 - {root:62} - {INFO:MainThread} - # ***Start***
2022-12-05 13:35:30,748 - {modules.devices.solaredge.device:100} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.solaredge.counter.SolaredgeCounter object at 0xb26d80e8>, 'component1': <modules.devices.solaredge.inverter.SolaredgeInverter object at 0xb26d8dc0>, 'component2': <modules.devices.solaredge.bat.SolaredgeBat object at 0xb26d8a60>}
2022-12-05 13:35:30,749 - {soc.modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2022-12-05 13:35:30,754 - {soc.modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Zähler']
2022-12-05 13:35:30,784 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [-337, -351, 9, 5], Scale 0
2022-12-05 13:35:30,822 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [22, 8, 8], Scale -1
2022-12-05 13:35:30,842 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [23483, 23501, 23518, 0, 0, 0, 0], Scale -2
2022-12-05 13:35:30,882 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [4995], Scale -2
2022-12-05 13:35:30,902 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [6719, -509, -189], Scale -2
2022-12-05 13:35:30,934 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [6589526, 2073606, 3962528, 3995013, 3181228, 4837450, 1150568, 634831], Scale 0
2022-12-05 13:35:30,934 - {soc.modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[234.83, 235.01, 235.18], powers=[351.0, -9.0, -5.0], currents=[2.2, -0.8, -0.8], power_factors=[0.6718999999999999, -0.0509, -0.0189], imported=3181228.0, exported=6589526.0, power=337.0, frequency=49.95)
2022-12-05 13:35:30,938 - {soc.modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Wechselrichter']
2022-12-05 13:35:31,024 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [7500], Scale -2
2022-12-05 13:35:31,042 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [15273870], Scale 0
2022-12-05 13:35:31,065 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [74, 78, 76], Scale -2
2022-12-05 13:35:31,085 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [7512], Scale -2
2022-12-05 13:35:31,086 - {soc.modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[-0.74, -0.78, -0.76], power=-75.0, exported=15273870.0, dc_power=-75.12)
2022-12-05 13:35:31,087 - {soc.modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:31,133 - {modules.common.simcount._simcount:38} - {DEBUG:device0} - Previous state: SimCounterState(timestamp=1670243720.7128172, power=0.0, imported=60131.10872403985, exported=6450.945427552444)
2022-12-05 13:35:31,133 - {modules.common.simcount._calculate:13} - {DEBUG:device0} - time passed: 0.00289452, power1: 0, power2: 0
2022-12-05 13:35:31,134 - {modules.common.simcount._calculate:29} - {DEBUG:device0} - power did not change sign. Total energy: 0
2022-12-05 13:35:31,134 - {modules.common.simcount._simcount:47} - {DEBUG:device0} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1670243731.1330862, power=0.0, imported=60131.10872403985, exported=6450.945427552444)
2022-12-05 13:35:31,135 - {soc.modules.common.store._api:26} - {DEBUG:device0} - Raw data BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,837 - {soc.modules.common.fault_state:40} - {ERROR:cp6} - Ladepunkt: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Host ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/chargepoints/external_openwb/chargepoint_module.py", line 60, in get_values
self.__client_error_context.reset_error_counter()
File "/var/www/html/openWB/packages/modules/common/component_context.py", line 99, in __exit__
raise exception
File "/var/www/html/openWB/packages/modules/chargepoints/external_openwb/chargepoint_module.py", line 53, in get_values
pub.pub_single("openWB/set/isss/heartbeat", 0, hostname=ip_address)
File "/var/www/html/openWB/packages/helpermodules/pub.py", line 51, in pub_single
publish.single(topic, json.dumps(payload), hostname=hostname, retain=True)
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/publish.py", line 240, in single
multiple([msg], hostname, port, client_id, keepalive, will, auth, tls,
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/publish.py", line 176, in multiple
client.connect(hostname, port, keepalive)
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 914, in connect
return self.reconnect()
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1044, in reconnect
sock = self._create_socket_connection()
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 3685, in _create_socket_connection
return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source)
File "/usr/lib/python3.9/socket.py", line 843, in create_connection
raise err
File "/usr/lib/python3.9/socket.py", line 831, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
2022-12-05 13:35:33,840 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:33,842 - {soc.modules.common.store._api:30} - {DEBUG:component2} - Saving BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,871 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:33,872 - {soc.modules.common.store._api:30} - {DEBUG:component2} - Saving BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,894 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:33,895 - {soc.modules.common.store._api:30} - {DEBUG:component2} - Saving BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,915 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:33,916 - {soc.modules.common.store._api:30} - {DEBUG:component2} - Saving BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,939 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:33,940 - {soc.modules.common.store._api:30} - {DEBUG:component2} - Saving BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,959 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:33,960 - {soc.modules.common.store._api:30} - {DEBUG:component2} - Saving BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,976 - {soc.modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['SolarEdge Speicher']
2022-12-05 13:35:33,977 - {soc.modules.common.store._api:30} - {DEBUG:component2} - Saving BatState(imported=60131.10872403985, exported=6450.945427552444, power=0.0, soc=9.0)
2022-12-05 13:35:33,993 - {soc.modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['SolarEdge Wechselrichter']
2022-12-05 13:35:33,993 - {soc.modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2022-12-05 13:35:33,994 - {soc.modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=15267419.05, dc_power=-75.12)
2022-12-05 13:35:33,994 - {soc.modules.common.store._api:30} - {DEBUG:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=15267419.05, dc_power=-75.12)
2022-12-05 13:35:34,008 - {soc.modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['SolarEdge Zähler']
2022-12-05 13:35:34,008 - {soc.modules.common.store._api:30} - {DEBUG:component0} - Saving CounterState(voltages=[234.83, 235.01, 235.18], powers=[351.0, -9.0, -5.0], currents=[2.2, -0.8, -0.8], power_factors=[0.6718999999999999, -0.0509, -0.0189], imported=3181228.0, exported=6589526.0, power=337.0, frequency=49.95)
2022-12-05 13:35:34,063 - {control.counter:427} - {DEBUG:MainThread} - 39663.0W EVU-Leistung, die noch bezogen werden kann.
2022-12-05 13:35:34,065 - {control.chargepoint:346} - {INFO:MainThread} - LP 6: Keine Ladung, da kein Auto angesteckt ist.
2022-12-05 13:35:34,067 - {control.pv:89} - {DEBUG:MainThread} - -222.0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-12-05 13:35:34,067 - {control.bat:118} - {INFO:MainThread} - 0.0W verbliebende Speicher-Leistung
2022-12-05 13:35:34,070 - {control.data:296} - {DEBUG:MainThread} - all
{'get': {'power': 0.0, 'imported': 60131.11, 'exported': 6450.95, 'daily_exported': 1.08, 'daily_imported': 121.3, 'soc': 9}, 'config': {'configured': True}, 'set': {'charging_power_left': 0.0, 'switch_on_soc_reached': False}}
2022-12-05 13:35:34,070 - {control.data:296} - {DEBUG:MainThread} - bat2
{'get': {'daily_imported': 121.3, 'daily_exported': 1.08, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': 0.0, 'soc': 9, 'imported': 60131.11, 'exported': 6450.95}}
2022-12-05 13:35:34,070 - {control.data:269} - {DEBUG:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=0.0, daily_exported=0, power=0, imported=2142071.78, exported=0))
2022-12-05 13:35:34,071 - {control.data:296} - {DEBUG:MainThread} - cp6
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), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=ConnectedSoc(fault_str='Kein Fehler.', fault_state=0, range_charged=0, range_unit='km', range=0, soc=0, timestamp=None)), currents=[0.0, 0.0, 0.0], daily_imported=0.0, daily_exported=0, exported=0, fault_str='Die Verbindung zum Host ist fehlgeschlagen. Überprüfe Adresse und Netzwerk.', fault_state=2, imported=2142071.78, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[236.49, 237.61, 237.24]), set=Set(change_ev_permitted=False, 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, charging_ev_data=<control.ev.Ev object at 0xb14a1a30>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.2.199', 'duo_num': 1}}, power_module={}, ev=0, name='Standard-Ladepunkt_6', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=6))
2022-12-05 13:35:34,071 - {control.data:296} - {DEBUG:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[], id=0)
2022-12-05 13:35:34,071 - {control.data:296} - {DEBUG:MainThread} - counter0
{'set': {'consumption_left': 39663.0, 'currents_used': [2.2, -0.8, -0.8]}, 'get': {'daily_exported': 11.0, 'daily_imported': 5541.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [234.83, 235.01, 235.18], 'currents': [2.2, -0.8, -0.8], 'powers': [351.0, -9.0, -5.0], 'power_factors': [0.67, -0.05, -0.02], 'imported': 3181228.0, 'exported': 6589526.0, 'power': 337.0, 'frequency': 49.95}, 'config': {'max_currents': [50, 50, 50], 'max_total_power': 40000}}
2022-12-05 13:35:34,071 - {control.data:273} - {DEBUG:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': []}]}]}]}]}]}]}]}, {'id': 6, 'type': 'cp', 'children': []}, {'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': [{'id': 2, 'type': 'bat', 'children': []}]}]}]}]}]}]}]}]), set=Set(loadmanagement_active=False, home_consumption=337.0, invalid_home_consumption=0, daily_yield_home_consumption=6476.7))
2022-12-05 13:35:34,072 - {control.data:296} - {DEBUG:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=95, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=17, limit=Limit(selected='none', amount=12500, soc=100))))
2022-12-05 13:35:34,072 - {control.data:296} - {DEBUG:MainThread} - ct1
ChargeTemplateData(name='Maximal schnell PV Laden', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=16, feed_in_limit=False, min_soc=0, max_soc=101), scheduled_charging=ScheduledCharging(plans={'0': ScheduledChargingPlan(active=False, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=14, name='Zielladen-Standard', limit=ScheduledLimit(selected='none', amount=1000, soc_limit=90, soc_scheduled=80), time='07:00')}), instant_charging=InstantCharging(current=17, limit=Limit(selected='none', amount=11000, soc=100))))
2022-12-05 13:35:34,073 - {control.data:296} - {DEBUG: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_one_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode='stop', chargemode='stop', used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2022-12-05 13:35:34,073 - {control.data:296} - {DEBUG:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=17, max_phases=2, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=23, min_current=6, max_current_one_phase=32, battery_capacity=11, nominal_difference=2)
2022-12-05 13:35:34,073 - {control.data:296} - {DEBUG:MainThread} - et1
EvTemplateData(name='PV_min', max_current_multi_phases=32, max_phases=1, phase_switch_pause=2, prevent_phase_switch=True, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=22, min_current=6, max_current_one_phase=32, battery_capacity=13, nominal_difference=2)
2022-12-05 13:35:34,073 - {control.data:277} - {DEBUG:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=False, charging_power_reserve=300, control_range=[0, 230], feed_in_yield=6900, phase_switch_delay=7, phases_to_use=1, rundown_power=5000, rundown_soc=50, switch_off_delay=120, switch_off_soc=0, switch_off_threshold=50, switch_on_delay=120, switch_on_soc=0, switch_on_threshold=1400), 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=18, unbalanced_load=False), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.3, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2022-12-05 13:35:34,073 - {control.data:296} - {DEBUG:MainThread} - graph
{'config': {'duration': 120}}
2022-12-05 13:35:34,074 - {control.data:279} - {DEBUG:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2022-12-05 13:35:34,074 - {control.data:296} - {DEBUG:MainThread} - all
{'set': {'overhang_power_left': -222.0, 'available_power': -222.0, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': 0, 'exported': 15267419.05, 'daily_exported': 1066.92, 'monthly_exported': 0, 'yearly_exported': 0}, 'config': {'configured': True}}
2022-12-05 13:35:34,074 - {control.data:296} - {DEBUG:MainThread} - pv1
{'get': {'daily_exported': 1066.92, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': 0, 'exported': 15267419.05, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 7200}}
2022-12-05 13:35:34,074 - {control.data:296} - {DEBUG:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.2.129', 'current_commit': '2022-12-02 13:56:44 +0100 [444a1c5f]', 'current_branch': 'master', 'current_branch_commit': '2022-12-02 13:56:44 +0100 [444a1c5f]', 'current_missing_commits': [], 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.100', 'datastore_version': 4, 'lastlivevaluesJson': {'timestamp': 1670243726, 'time': '13:35:26', 'grid': 0.349, 'house-power': 0.349, 'charging-all': 0.0, 'pv-all': -0.0, 'bat-all-power': 0.0, 'bat-all-soc': 9}, 'module_update_completed': True}
2022-12-05 13:35:34,074 - {control.data:309} - {DEBUG:MainThread} - device0
{'name': 'SolarEdge', 'type': 'solaredge', 'id': 0, 'configuration': {'port': 502, 'ip_address': '192.168.2.134'}}
2022-12-05 13:35:34,074 - {control.data:311} - {DEBUG:MainThread} - component0
{'name': 'SolarEdge Zähler', 'type': 'counter', 'id': 0, 'configuration': {'modbus_id': 1, 'meter_id': 1}}
2022-12-05 13:35:34,074 - {control.data:311} - {DEBUG:MainThread} - component1
{'name': 'SolarEdge Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {'modbus_id': 1}}
2022-12-05 13:35:34,075 - {control.data:311} - {DEBUG:MainThread} - component2
{'name': 'SolarEdge Speicher', 'type': 'bat', 'id': 2, 'configuration': {'modbus_id': 1}}
2022-12-05 13:35:34,075 - {control.data:283} - {DEBUG:MainThread} -
2022-12-05 13:35:34,075 - {control.algorithm:45} - {DEBUG:MainThread} - # Algorithmus-Start
2022-12-05 13:35:34,075 - {control.algorithm:47} - {INFO:MainThread} - EVU-Punkt: Leistung[W] 337.0, Ströme[A] [2.2, -0.8, -0.8]
2022-12-05 13:35:34,075 - {control.algorithm:85} - {INFO:MainThread} - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-12-05 13:35:34,076 - {control.algorithm:205} - {DEBUG:MainThread} - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-12-05 13:35:34,076 - {control.algorithm:574} - {INFO:MainThread} - ## Zuteilung des Überschusses
2022-12-05 13:35:34,076 - {control.algorithm:610} - {INFO:MainThread} - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-12-05 13:35:34,076 - {control.algorithm:870} - {INFO:MainThread} - ## Übrigen Überschuss verteilen.
2022-12-05 13:35:34,077 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2022-12-05 13:35:34,079 - {soc.modules.common.component_context:24} - {DEBUG:cp6} - Update Komponente ['Ladepunkt']
2022-12-05 13:35:36,956 - {soc.modules.common.fault_state:40} - {ERROR:cp6} - Ladepunkt: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Host ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/chargepoints/external_openwb/chargepoint_module.py", line 44, in set_current
pub.pub_single("openWB/set/isss/Lp2Current", current,
File "/var/www/html/openWB/packages/modules/common/component_context.py", line 99, in __exit__
raise exception
File "/var/www/html/openWB/packages/modules/chargepoints/external_openwb/chargepoint_module.py", line 41, in set_current
pub.pub_single("openWB/set/isss/Current", current,
File "/var/www/html/openWB/packages/helpermodules/pub.py", line 51, in pub_single
publish.single(topic, json.dumps(payload), hostname=hostname, retain=True)
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/publish.py", line 240, in single
multiple([msg], hostname, port, client_id, keepalive, will, auth, tls,
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/publish.py", line 176, in multiple
client.connect(hostname, port, keepalive)
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 914, in connect
return self.reconnect()
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1044, in reconnect
sock = self._create_socket_connection()
File "/home/openwb/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 3685, in _create_socket_connection
return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source)
File "/usr/lib/python3.9/socket.py", line 843, in create_connection
raise err
File "/usr/lib/python3.9/socket.py", line 831, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
2022-12-05 13:35:36,961 - {control.pv:434} - {DEBUG:MainThread} - -222.0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-12-05 13:35:36,963 - {control.counter:446} - {DEBUG:MainThread} - 39663.0W verbleibende EVU-Bezugs-Leistung
2022-12-05 13:35:40,201 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2022-12-05 13:35:40,202 - {root:62} - {INFO:MainThread} - # ***Start***