ich habe das ganze nochmal getestet und diesmal die Box Offline gelassen ( die zweite ). Leider das gleiche verhalten. Beiden Boxen Stellen sich sowohl unter Sofortladen und PV laden gleich ein und bleiben nicht in Ihrem Status wie zugewiesen.
Code: Alles auswählen
2023-03-27 19:14:20,725 - {root:61} - {INFO:MainThread} - # ***Start***
2023-03-27 19:14:20,731 - {modules.devices.solaredge.device:100} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.solaredge.counter.SolaredgeCounter object at 0x7f262132c0d0>, 'component1': <modules.devices.solaredge.inverter.SolaredgeInverter object at 0x7f262132c3d0>}
2023-03-27 19:14:20,731 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:20,732 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:20,733 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Zähler']
2023-03-27 19:14:21,231 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [-646, -560, -21, -65], Scale 0
2023-03-27 19:14:21,280 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [35, 12, 12], Scale -1
2023-03-27 19:14:21,778 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [23678, 23746, 23630, -24514, -24372, -24422, -24750], Scale -2
2023-03-27 19:14:22,049 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [4995], Scale -2
2023-03-27 19:14:22,188 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [6574, 817, 2263], Scale -2
2023-03-27 19:14:22,303 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [41975168, 11740335, 16799964, 15381050, 23260804, 14112279, 4884108, 6210598], Scale 0
2023-03-27 19:14:22,303 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[236.78, 237.46, 236.3], powers=[560.0, 21.0, 65.0], currents=[3.5, 1.2000000000000002, 1.2000000000000002], power_factors=[0.6574, 0.0817, 0.2263], imported=23260804.0, exported=41975168.0, power=646.0, frequency=49.95)
2023-03-27 19:14:22,304 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Wechselrichter']
2023-03-27 19:14:22,349 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [20000], Scale -3
2023-03-27 19:14:22,444 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [53586976], Scale 0
2023-03-27 19:14:22,806 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [72, 84, 83], Scale -2
2023-03-27 19:14:22,896 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [18274], Scale -3
2023-03-27 19:14:22,896 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[-0.72, -0.84, -0.8300000000000001], power=-20.0, exported=53586976.0, dc_power=-18.274)
2023-03-27 19:14:23,803 - {modules.common.fault_state:40} - {ERROR:cp3} - 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
2023-03-27 19:14:23,805 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['SolarEdge Wechselrichter']
2023-03-27 19:14:23,805 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-20.0, exported=53586976.0, dc_power=None)
2023-03-27 19:14:23,806 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:23,806 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-20.0, exported=53586976.0, dc_power=None)
2023-03-27 19:14:23,806 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:23,813 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['SolarEdge Zähler']
2023-03-27 19:14:23,813 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(voltages=[236.78, 237.46, 236.3], powers=[560.0, 21.0, 65.0], currents=[3.5, 1.2000000000000002, 1.2000000000000002], power_factors=[0.6574, 0.0817, 0.2263], imported=23260804.0, exported=41975168.0, power=646.0, frequency=49.95)
2023-03-27 19:14:23,833 - {control.counter:125} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [31.5, 33.8, 33.8]A
2023-03-27 19:14:23,833 - {control.counter:148} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 23354.0W
2023-03-27 19:14:23,834 - {control.chargepoint:354} - {INFO:MainThread} - LP 2: Keine Ladung, da kein Auto angesteckt ist.
2023-03-27 19:14:23,835 - {control.chargepoint:354} - {INFO:MainThread} - LP 3: Keine Ladung, da kein Auto angesteckt ist.
2023-03-27 19:14:23,835 - {control.data:305} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-03-27 19:14:23,835 - {control.data:306} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=0, daily_exported=0, power=0, imported=0, exported=0))
2023-03-27 19:14:23,836 - {control.data:334} - {INFO:MainThread} - cp2
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=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, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[237.0, 237.68, 236.29]), 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, target_current=0, charging_ev_data=<control.ev.Ev object at 0x7f2620283940>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.155', 'duo_num': 1}}, power_module={}, ev=0, name='Standard-Ladepunkt', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=2))
2023-03-27 19:14:23,836 - {control.data:334} - {INFO:MainThread} - cp3
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=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, daily_exported=0, exported=0, fault_str='Die Verbindung zum Host ist fehlgeschlagen. Überprüfe Adresse und Netzwerk.', fault_state=2, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[230.0, 230.0, 230.0]), set=Set(change_ev_permitted=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, target_current=0, charging_ev_data=<control.ev.Ev object at 0x7f2620265df0>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.156', 'duo_num': 1}}, power_module={}, ev=0, name='Standard-Ladepunkt', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2023-03-27 19:14:23,836 - {control.data:334} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=16, max_current_single_phase=16, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-03-27 19:14:23,836 - {control.data:334} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[35, 35, 35], max_total_power=24000), get=Get(powers=[560.0, 21.0, 65.0], currents=[3.5, 1.2, 1.2], voltages=[236.78, 237.46, 236.3], power_factors=[0.66, 0.08, 0.23], unbalanced_load=0, frequency=49.95, daily_exported=7488.0, daily_imported=8121.0, imported=23260804.0, exported=41975168.0, fault_state=0, fault_str='Kein Fehler.', power=646.0), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=23354.0, raw_currents_left=[31.5, 33.8, 33.8], surplus_power_left=0, state_str=''))
2023-03-27 19:14:23,836 - {control.data:310} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=True), get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=666.0, invalid_home_consumption=0, daily_yield_home_consumption=14385.0))
2023-03-27 19:14:23,836 - {control.data:334} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='instant_charging', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-03-27 19:14:23,837 - {control.data:334} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=0.5), et_num=0), soc_error_counter=0), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), 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=''))
2023-03-27 19:14:23,837 - {control.data:334} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=16, battery_capacity=79, nominal_difference=0.5)
2023-03-27 19:14:23,837 - {control.data:314} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=15000, phase_switch_delay=7, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=60, switch_off_soc=40, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=60, switch_on_threshold=1500), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=1), unbalanced_load_limit=18, unbalanced_load=True), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.3, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-03-27 19:14:23,837 - {control.data:315} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-03-27 19:14:23,837 - {control.data:316} - {INFO:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-03-27 19:14:23,837 - {control.data:334} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=9900), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=13752.0, monthly_exported=0, yearly_exported=0, exported=53586976.0, fault_state=0, fault_str='Kein Fehler.', power=-20.0))
2023-03-27 19:14:23,838 - {control.data:318} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=13752.0, monthly_exported=0, yearly_exported=0, exported=53586976.0, power=-17.0))
2023-03-27 19:14:23,838 - {control.data:334} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.178.201', 'current_commit': '2023-03-23 13:52:54 +0100 [e55e40fc]', 'current_branch': 'master', 'current_branch_commit': '2023-03-23 13:52:54 +0100 [e55e40fc]', 'current_missing_commits': [], 'boot_done': True, 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1679937254, 'time': '19:14:14', 'grid': 0.672, 'house-power': 0.689, 'charging-all': 0.0, 'pv-all': 0.019, 'cp2-power': 0.0}, 'module_update_completed': True}
2023-03-27 19:14:23,838 - {control.data:347} - {INFO:MainThread} - device0
{'name': 'SolarEdge', 'type': 'solaredge', 'id': 0, 'configuration': {'port': 502, 'ip_address': '192.168.178.57'}}
2023-03-27 19:14:23,838 - {control.data:349} - {INFO:MainThread} - component0
{'name': 'SolarEdge Zähler', 'type': 'counter', 'id': 0, 'configuration': {'modbus_id': 1, 'meter_id': 1}}
2023-03-27 19:14:23,838 - {control.data:349} - {INFO:MainThread} - component1
{'name': 'SolarEdge Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {'modbus_id': 1}}
2023-03-27 19:14:23,838 - {control.data:321} - {INFO:MainThread} -
2023-03-27 19:14:23,838 - {control.algorithm.algorithm:26} - {INFO:MainThread} - # Algorithmus
2023-03-27 19:14:23,839 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Mindestrom setzen**
2023-03-27 19:14:23,839 - {control.algorithm.algorithm:34} - {INFO:MainThread} - **Sollstrom setzen**
2023-03-27 19:14:23,840 - {control.counter:185} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-03-27 19:14:23,840 - {control.counter:448} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 0W
2023-03-27 19:14:23,840 - {control.algorithm.algorithm:45} - {INFO:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-03-27 19:14:23,840 - {control.process:22} - {INFO:MainThread} - # Ladung starten.
2023-03-27 19:14:23,840 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:23,841 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:26,845 - {control.process:64} - {ERROR:MainThread} - cp3 konnte nicht innerhalb des Timeouts die Werte senden.
2023-03-27 19:14:26,846 - {control.counter:173} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-03-27 19:14:26,876 - {modules.common.fault_state:40} - {ERROR:cp3} - 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
2023-03-27 19:14:26,906 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-03-27 19:14:30,914 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-03-27 19:14:30,914 - {root:61} - {INFO:MainThread} - # ***Start***
2023-03-27 19:14:30,920 - {modules.devices.solaredge.device:100} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.solaredge.counter.SolaredgeCounter object at 0x7f262132c0d0>, 'component1': <modules.devices.solaredge.inverter.SolaredgeInverter object at 0x7f262132c3d0>}
2023-03-27 19:14:30,920 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:30,921 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:30,922 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Zähler']
2023-03-27 19:14:31,157 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [-673, -591, -21, -60], Scale 0
2023-03-27 19:14:31,229 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [36, 13, 12], Scale -1
2023-03-27 19:14:31,284 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [23745, 23874, 23539, -24453, -24225, -24409, -24726], Scale -2
2023-03-27 19:14:31,601 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [4995], Scale -2
2023-03-27 19:14:31,971 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [6674, 769, 2129], Scale -2
2023-03-27 19:14:32,196 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [41975168, 11740335, 16799964, 15381050, 23260806, 14112281, 4884108, 6210599], Scale 0
2023-03-27 19:14:32,196 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[237.45000000000002, 238.74, 235.39000000000001], powers=[591.0, 21.0, 60.0], currents=[3.6, 1.3, 1.2000000000000002], power_factors=[0.6674, 0.07690000000000001, 0.21289999999999998], imported=23260806.0, exported=41975168.0, power=673.0, frequency=49.95)
2023-03-27 19:14:32,197 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Wechselrichter']
2023-03-27 19:14:32,286 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [24000], Scale -3
2023-03-27 19:14:32,424 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [53586976], Scale 0
2023-03-27 19:14:33,008 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [71, 84, 82], Scale -2
2023-03-27 19:14:33,412 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [21319], Scale -3
2023-03-27 19:14:33,412 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[-0.71, -0.84, -0.8200000000000001], power=-24.0, exported=53586976.0, dc_power=-21.319)
2023-03-27 19:14:33,979 - {modules.common.fault_state:40} - {ERROR:cp3} - 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
2023-03-27 19:14:33,980 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['SolarEdge Wechselrichter']
2023-03-27 19:14:33,981 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-24.0, exported=53586976.0, dc_power=None)
2023-03-27 19:14:33,981 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-24.0, exported=53586976.0, dc_power=None)
2023-03-27 19:14:33,981 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:33,982 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:33,988 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['SolarEdge Zähler']
2023-03-27 19:14:33,988 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(voltages=[237.45000000000002, 238.74, 235.39000000000001], powers=[591.0, 21.0, 60.0], currents=[3.6, 1.3, 1.2000000000000002], power_factors=[0.6674, 0.07690000000000001, 0.21289999999999998], imported=23260806.0, exported=41975168.0, power=673.0, frequency=49.95)
2023-03-27 19:14:34,005 - {control.counter:125} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [31.4, 33.7, 33.8]A
2023-03-27 19:14:34,005 - {control.counter:148} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 23327.0W
2023-03-27 19:14:34,005 - {control.chargepoint:354} - {INFO:MainThread} - LP 2: Keine Ladung, da kein Auto angesteckt ist.
2023-03-27 19:14:34,006 - {control.chargepoint:354} - {INFO:MainThread} - LP 3: Keine Ladung, da kein Auto angesteckt ist.
2023-03-27 19:14:34,006 - {control.data:305} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-03-27 19:14:34,006 - {control.data:306} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=0, daily_exported=0, power=0, imported=0, exported=0))
2023-03-27 19:14:34,007 - {control.data:334} - {INFO:MainThread} - cp2
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=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, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[237.49, 238.45, 235.4]), 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, target_current=0, charging_ev_data=<control.ev.Ev object at 0x7f26202f4580>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.155', 'duo_num': 1}}, power_module={}, ev=0, name='Standard-Ladepunkt', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=2))
2023-03-27 19:14:34,008 - {control.data:334} - {INFO:MainThread} - cp3
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=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, daily_exported=0, exported=0, fault_str='Die Verbindung zum Host ist fehlgeschlagen. Überprüfe Adresse und Netzwerk.', fault_state=2, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[230.0, 230.0, 230.0]), set=Set(change_ev_permitted=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, target_current=0, charging_ev_data=<control.ev.Ev object at 0x7f262018f820>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.156', 'duo_num': 1}}, power_module={}, ev=0, name='Standard-Ladepunkt', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2023-03-27 19:14:34,008 - {control.data:334} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=16, max_current_single_phase=16, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-03-27 19:14:34,008 - {control.data:334} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[35, 35, 35], max_total_power=24000), get=Get(powers=[591.0, 21.0, 60.0], currents=[3.6, 1.3, 1.2], voltages=[237.45, 238.74, 235.39], power_factors=[0.67, 0.08, 0.21], unbalanced_load=0, frequency=49.95, daily_exported=7488.0, daily_imported=8121.0, imported=23260806.0, exported=41975168.0, fault_state=0, fault_str='Kein Fehler.', power=673.0), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=23327.0, raw_currents_left=[31.4, 33.7, 33.8], surplus_power_left=0, state_str=''))
2023-03-27 19:14:34,008 - {control.data:310} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=True), get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=697.0, invalid_home_consumption=0, daily_yield_home_consumption=14385.0))
2023-03-27 19:14:34,008 - {control.data:334} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='instant_charging', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-03-27 19:14:34,008 - {control.data:334} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=0.5), et_num=0), soc_error_counter=0), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), 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=''))
2023-03-27 19:14:34,009 - {control.data:334} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=16, battery_capacity=79, nominal_difference=0.5)
2023-03-27 19:14:34,009 - {control.data:314} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=15000, phase_switch_delay=7, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=60, switch_off_soc=40, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=60, switch_on_threshold=1500), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=1), unbalanced_load_limit=18, unbalanced_load=True), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.3, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-03-27 19:14:34,009 - {control.data:315} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-03-27 19:14:34,009 - {control.data:316} - {INFO:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-03-27 19:14:34,009 - {control.data:334} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=9900), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=13752.0, monthly_exported=0, yearly_exported=0, exported=53586976.0, fault_state=0, fault_str='Kein Fehler.', power=-24.0))
2023-03-27 19:14:34,009 - {control.data:318} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=13752.0, monthly_exported=0, yearly_exported=0, exported=53586976.0, power=-20.0))
2023-03-27 19:14:34,009 - {control.data:334} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.178.201', 'current_commit': '2023-03-23 13:52:54 +0100 [e55e40fc]', 'current_branch': 'master', 'current_branch_commit': '2023-03-23 13:52:54 +0100 [e55e40fc]', 'current_missing_commits': [], 'boot_done': True, 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1679937266, 'time': '19:14:26', 'grid': 0.646, 'house-power': 0.666, 'charging-all': 0.0, 'pv-all': 0.017, 'cp2-power': 0.0}, 'module_update_completed': True}
2023-03-27 19:14:34,009 - {control.data:347} - {INFO:MainThread} - device0
{'name': 'SolarEdge', 'type': 'solaredge', 'id': 0, 'configuration': {'port': 502, 'ip_address': '192.168.178.57'}}
2023-03-27 19:14:34,009 - {control.data:349} - {INFO:MainThread} - component0
{'name': 'SolarEdge Zähler', 'type': 'counter', 'id': 0, 'configuration': {'modbus_id': 1, 'meter_id': 1}}
2023-03-27 19:14:34,009 - {control.data:349} - {INFO:MainThread} - component1
{'name': 'SolarEdge Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {'modbus_id': 1}}
2023-03-27 19:14:34,009 - {control.data:321} - {INFO:MainThread} -
2023-03-27 19:14:34,010 - {control.algorithm.algorithm:26} - {INFO:MainThread} - # Algorithmus
2023-03-27 19:14:34,010 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Mindestrom setzen**
2023-03-27 19:14:34,010 - {control.algorithm.algorithm:34} - {INFO:MainThread} - **Sollstrom setzen**
2023-03-27 19:14:34,011 - {control.counter:185} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-03-27 19:14:34,011 - {control.counter:448} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 0W
2023-03-27 19:14:34,011 - {control.algorithm.algorithm:45} - {INFO:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-03-27 19:14:34,012 - {control.process:22} - {INFO:MainThread} - # Ladung starten.
2023-03-27 19:14:34,012 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:34,013 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:37,025 - {control.process:64} - {ERROR:MainThread} - cp3 konnte nicht innerhalb des Timeouts die Werte senden.
2023-03-27 19:14:37,026 - {control.counter:173} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-03-27 19:14:37,052 - {modules.common.fault_state:40} - {ERROR:cp3} - 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
2023-03-27 19:14:37,083 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-03-27 19:14:40,095 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-03-27 19:14:40,095 - {root:61} - {INFO:MainThread} - # ***Start***
2023-03-27 19:14:40,100 - {modules.devices.solaredge.device:100} - {DEBUG:device0} - Start device reading {'component0': <modules.devices.solaredge.counter.SolaredgeCounter object at 0x7f262132c0d0>, 'component1': <modules.devices.solaredge.inverter.SolaredgeInverter object at 0x7f262132c3d0>}
2023-03-27 19:14:40,101 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:40,101 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:40,102 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Zähler']
2023-03-27 19:14:40,123 - {modules.common.fault_state:40} - {ERROR:cp3} - 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
2023-03-27 19:14:40,127 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [-630, -552, -18, -59], Scale 0
2023-03-27 19:14:40,250 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [35, 13, 12], Scale -1
2023-03-27 19:14:40,301 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [23727, 23832, 23510, -24505, -24283, -24475, -24758], Scale -2
2023-03-27 19:14:40,352 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [4995], Scale -2
2023-03-27 19:14:40,490 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [6599, 667, 2059], Scale -2
2023-03-27 19:14:40,546 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [41975168, 11740335, 16799964, 15381050, 23260808, 14112282, 4884108, 6210599], Scale 0
2023-03-27 19:14:40,546 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(voltages=[237.27, 238.32, 235.1], powers=[552.0, 18.0, 59.0], currents=[3.5, 1.3, 1.2000000000000002], power_factors=[0.6598999999999999, 0.0667, 0.2059], imported=23260808.0, exported=41975168.0, power=630.0, frequency=49.95)
2023-03-27 19:14:40,547 - {modules.common.component_context:24} - {DEBUG:device0} - Update Komponente ['SolarEdge Wechselrichter']
2023-03-27 19:14:40,591 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [22000], Scale -3
2023-03-27 19:14:40,599 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [53586976], Scale 0
2023-03-27 19:14:40,607 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [72, 85, 83], Scale -2
2023-03-27 19:14:40,613 - {modules.devices.solaredge.scale:16} - {DEBUG:device0} - Registers [22335], Scale -3
2023-03-27 19:14:40,613 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data InverterState(currents=[-0.72, -0.85, -0.8300000000000001], power=-22.0, exported=53586976.0, dc_power=-22.335)
2023-03-27 19:14:40,615 - {modules.common.component_context:24} - {DEBUG:component1} - Update Komponente ['SolarEdge Wechselrichter']
2023-03-27 19:14:40,616 - {modules.common.store._api:26} - {DEBUG:component1} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-22.0, exported=53586976.0, dc_power=None)
2023-03-27 19:14:40,616 - {modules.common.store._api:30} - {INFO:component1} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-22.0, exported=53586976.0, dc_power=None)
2023-03-27 19:14:40,616 - {modules.common.component_context:24} - {DEBUG:cp2} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:40,617 - {modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-03-27 19:14:40,623 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['SolarEdge Zähler']
2023-03-27 19:14:40,623 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(voltages=[237.27, 238.32, 235.1], powers=[552.0, 18.0, 59.0], currents=[3.5, 1.3, 1.2000000000000002], power_factors=[0.6598999999999999, 0.0667, 0.2059], imported=23260808.0, exported=41975168.0, power=630.0, frequency=49.95)
2023-03-27 19:14:40,642 - {control.counter:125} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [31.5, 33.7, 33.8]A
2023-03-27 19:14:40,642 - {control.counter:148} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 23370.0W
2023-03-27 19:14:40,643 - {control.chargepoint:354} - {INFO:MainThread} - LP 2: Keine Ladung, da kein Auto angesteckt ist.
2023-03-27 19:14:40,643 - {control.chargepoint:354} - {INFO:MainThread} - LP 3: Keine Ladung, da kein Auto angesteckt ist.
2023-03-27 19:14:40,646 - {control.data:305} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-03-27 19:14:40,646 - {control.data:306} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=0, daily_exported=0, power=0, imported=0, exported=0))
2023-03-27 19:14:40,646 - {control.data:334} - {INFO:MainThread} - cp2
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=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, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[237.38, 238.24, 235.09]), 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, target_current=0, charging_ev_data=<control.ev.Ev object at 0x7f262018ff10>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.155', 'duo_num': 1}}, power_module={}, ev=0, name='Standard-Ladepunkt', type='external_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=2))
2023-03-27 19:14:40,647 - {control.data:334} - {INFO:MainThread} - cp3
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False, time_charging_in_use=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=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, daily_exported=0, exported=0, fault_str='Die Verbindung zum Host ist fehlgeschlagen. Überprüfe Adresse und Netzwerk.', fault_state=2, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, state_str='Keine Ladung, da kein Auto angesteckt ist.', voltages=[230.0, 230.0, 230.0]), set=Set(change_ev_permitted=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, target_current=0, charging_ev_data=<control.ev.Ev object at 0x7f2620295fa0>), config=Config(connection_module={'type': 'external_openwb', 'name': 'Externe openWB', 'configuration': {'ip_address': '192.168.178.156', 'duo_num': 1}}, power_module={}, ev=0, name='Standard-Ladepunkt', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2023-03-27 19:14:40,647 - {control.data:334} - {INFO:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=16, max_current_single_phase=16, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-03-27 19:14:40,647 - {control.data:334} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[35, 35, 35], max_total_power=24000), get=Get(powers=[552.0, 18.0, 59.0], currents=[3.5, 1.3, 1.2], voltages=[237.27, 238.32, 235.1], power_factors=[0.66, 0.07, 0.21], unbalanced_load=0, frequency=49.95, daily_exported=7488.0, daily_imported=8121.0, imported=23260808.0, exported=41975168.0, fault_state=0, fault_str='Kein Fehler.', power=630.0), set=Set(reserved_surplus=0, released_surplus=0, raw_power_left=23370.0, raw_currents_left=[31.5, 33.7, 33.8], surplus_power_left=0, state_str=''))
2023-03-27 19:14:40,647 - {control.data:310} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=True), get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 1, 'type': 'inverter', 'children': []}, {'id': 2, 'type': 'cp', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=652.0, invalid_home_consumption=0, daily_yield_home_consumption=14385.0))
2023-03-27 19:14:40,647 - {control.data:334} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-03-27 19:14:40,647 - {control.data:334} - {INFO:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=0.5), et_num=0), soc_error_counter=0), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), 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=''))
2023-03-27 19:14:40,648 - {control.data:334} - {INFO:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=16, battery_capacity=79, nominal_difference=0.5)
2023-03-27 19:14:40,648 - {control.data:314} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=15000, phase_switch_delay=7, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=60, switch_off_soc=40, switch_off_threshold=50, switch_on_delay=30, switch_on_soc=60, switch_on_threshold=1500), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=1), unbalanced_load_limit=18, unbalanced_load=True), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.3, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-03-27 19:14:40,648 - {control.data:315} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-03-27 19:14:40,648 - {control.data:316} - {INFO:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-03-27 19:14:40,648 - {control.data:334} - {INFO:MainThread} - pv1
PvData(config=Config(max_ac_out=9900), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=13752.0, monthly_exported=0, yearly_exported=0, exported=53586976.0, fault_state=0, fault_str='Kein Fehler.', power=-22.0))
2023-03-27 19:14:40,648 - {control.data:318} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=13752.0, monthly_exported=0, yearly_exported=0, exported=53586976.0, power=-24.0))
2023-03-27 19:14:40,648 - {control.data:334} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.178.201', 'current_commit': '2023-03-23 13:52:54 +0100 [e55e40fc]', 'current_branch': 'master', 'current_branch_commit': '2023-03-23 13:52:54 +0100 [e55e40fc]', 'current_missing_commits': [], 'boot_done': True, 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.102.0', 'datastore_version': 7, 'lastlivevaluesJson': {'timestamp': 1679937277, 'time': '19:14:37', 'grid': 0.673, 'house-power': 0.697, 'charging-all': 0.0, 'pv-all': 0.02, 'cp2-power': 0.0}, 'module_update_completed': True}
2023-03-27 19:14:40,648 - {control.data:347} - {INFO:MainThread} - device0
{'name': 'SolarEdge', 'type': 'solaredge', 'id': 0, 'configuration': {'port': 502, 'ip_address': '192.168.178.57'}}
2023-03-27 19:14:40,648 - {control.data:349} - {INFO:MainThread} - component0
{'name': 'SolarEdge Zähler', 'type': 'counter', 'id': 0, 'configuration': {'modbus_id': 1, 'meter_id': 1}}
2023-03-27 19:14:40,648 - {control.data:349} - {INFO:MainThread} - component1
{'name': 'SolarEdge Wechselrichter', 'type': 'inverter', 'id': 1, 'configuration': {'modbus_id': 1}}