"device0 konnte nicht innerhalb des Timeouts die Werte abfragen, die abgefragten Werte werden nicht in der Regelung verwendet." Wenn ich in das Log schaue, sieht es aber so aus, als wenn das Gerät device0 sofort antwortet. Wenn ich das Device per Webbrowser abfrage, bekomme ich immer verzögerungsfrei die Antwort. Nach einem Reboot der openWB verschwindet das Problem, um dann nach wenigen Tagen wiederzukommen. Was tun?
Software 2.1.4 Release, gekaufte openWB.
Hier der komplette Durchlauf:
Code: Alles auswählen
2024-07-17 18:20:40,703 - {root:75} - {INFO:MainThread} - # ***Start***
2024-07-17 18:20:40,775 - {modules.common.component_context:54} - {DEBUG:device0} - Update Komponenten ['Hichi']
2024-07-17 18:20:40,779 - {modules.common.component_context:25} - {DEBUG:device2} - Update Komponente ['Kostal Piko']
2024-07-17 18:20:40,786 - {modules.common.component_context:25} - {DEBUG:set values cp3} - Update Komponente ['Ladepunkt']
2024-07-17 18:20:40,790 - {urllib3.connectionpool:227} - {DEBUG:device2} - Starting new HTTP connection (1): inv006202240015:80
2024-07-17 18:20:40,798 - {urllib3.connectionpool:227} - {DEBUG:device0} - Starting new HTTP connection (1): hichi:80
2024-07-17 18:20:40,813 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://inv006202240015:80 "GET /measurements.xml HTTP/1.1" 200 None
2024-07-17 18:20:40,823 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: <?xml version='1.0' encoding='UTF-8'?><root><Device Name='PIKO 3.6 MP' Type='Inverter' Serial='755810BL006202240015' BusAddress='1' NetBiosName='INV006202240015' IpAddress='192.168.188.27' DateTime='2024-07-17T17:12:21'><Measurements><Measurement Value='236.369' Unit='V' Type='AC_Voltage'/><Measurement Value='3.029' Unit='A' Type='AC_Current'/><Measurement Value='702.490' Unit='W' Type='AC_Power'/><Measurement Value='49.980' Unit='Hz' Type='AC_Frequency'/><Measurement Value='417.098' Unit='V' Type='DC_Voltage'/><Measurement Value='1.681' Unit='A' Type='DC_Current'/><Measurement Value='702.560' Unit='W' Type='DC_Power'/><Measurement Value='45.400' Unit='°C' Type='Temp'/><Measurement Value='nan' Unit='W' Type='Consumption PV'/><Measurement Value='nan' Unit='W' Type='Consumption Grid'/><Measurement Value='nan' Unit='W' Type='GridPower'/><Measurement Value='100.0' Unit='%' Type='Dearting'/></Measurements></Device></root>
2024-07-17 18:20:40,829 - {urllib3.connectionpool:227} - {DEBUG:device2} - Starting new HTTP connection (1): inv006202240015:80
2024-07-17 18:20:40,837 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://inv006202240015:80 "GET /gen.yield.total.chart.js HTTP/1.1" 200 None
2024-07-17 18:20:40,843 - {modules.common.req:11} - {DEBUG:device2} - Get-Response: var chartData =
{
"labels":
[
"2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023","2024"],
"datasets":
[
{
"strokeColor": style_strokecolor.color,
"fillColor": style_fillcolor.color,
"data": [
0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,
0.000000,0.000000,2.326921,4.263654,4.414874,4.505618,4.035070,4.734527,4.436030,2.505450]
}
]
}
var max = 5;
var steps = 5;
document.getElementById("labelValueId").innerHTML = " 31.226MWh";
var myBar = new Chart(document.getElementById("canvasId")
.getContext("2d"))
.Bar(chartData,
{
"pointDot": false,
"datasetFill": false,
"scaleOverride": true,
"scaleLabel": "<%=value%> MWh",
"scaleSteps": steps,
"scaleStartValue": 0,
"scaleStepWidth": Math.ceil(max / steps),
"scaleLineColor": style_linecolor.color,
"scaleFontColor": style_fontcolor.color
});
2024-07-17 18:20:40,844 - {modules.common.store._api:26} - {DEBUG:device2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-702.49, exported=31222144.0, dc_power=None)
2024-07-17 18:20:40,868 - {urllib3.connectionpool:452} - {DEBUG:device0} - http://hichi:80 "GET /cm?cmnd=status%2010 HTTP/1.1" 200 None
2024-07-17 18:20:40,870 - {modules.common.req:11} - {DEBUG:device0} - Get-Response: {"StatusSNS":{"Time":"2024-07-17T17:20:40","SM":{"WhImported":16090628.074960,"WhExported":21268117.634720,"W":-390.950,"W1":-507.710,"W2":50.330,"W3":66.430}}}
2024-07-17 18:20:44,251 - {helpermodules.utils._thread_handler:26} - {ERROR:MainThread} - device0 konnte nicht innerhalb des Timeouts die Werte abfragen, die abgefragten Werte werden nicht in der Regelung verwendet.
2024-07-17 18:20:44,254 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(currents=[-2.2074347826086957, 0.21882608695652173, 0.2888260869565218], powers=[-507.71, 50.33, 66.43], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], imported=16090628.07496, exported=21268117.63472, power=-390.95, frequency=50)
2024-07-17 18:20:44,255 - {modules.common.utils.component_parser:25} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät Hichi
2024-07-17 18:20:44,261 - {modules.common.component_context:25} - {DEBUG:update values cp3} - Update Komponente ['Ladepunkt']
2024-07-17 18:20:44,282 - {modules.common.utils.component_parser:25} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät Hichi
2024-07-17 18:20:44,394 - {control.counter:145} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [42.21, 39.78, 39.71]A
2024-07-17 18:20:44,395 - {control.counter:168} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 27391.82W
2024-07-17 18:20:44,400 - {control.chargepoint.chargepoint:550} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2024-07-17 18:20:44,417 - {control.chargepoint.chargepoint:665} - {DEBUG:MainThread} - LP 3, EV: Corsa (EV-Nr.1): Lademodus pv_charging, Submodus: Chargemode.STOP
2024-07-17 18:20:44,418 - {control.chargepoint.chargepoint:83} - {INFO:MainThread} - LP 3: Keine Ladung, da der maximale Soc bereits erreicht wurde.
2024-07-17 18:20:44,422 - {modules.common.simcount._simcount:38} - {DEBUG:MainThread} - Previous state: SimCounterState(timestamp=1721233233.3440547, power=309.76000000000005, imported=2443217.6863565478, exported=nan)
2024-07-17 18:20:44,424 - {modules.common.simcount._calculate:11} - {DEBUG:MainThread} - time passed: 0.00307737, power1: 309.76, power2: 309.76
2024-07-17 18:20:44,425 - {modules.common.simcount._calculate:27} - {DEBUG:MainThread} - power did not change sign. Total energy: 0.953245
2024-07-17 18:20:44,427 - {modules.common.simcount._simcount:53} - {DEBUG:MainThread} - imported: 0.953245 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1721233244.4225783, power=309.76000000000005, imported=2443218.6396019594, exported=nan)
2024-07-17 18:20:44,431 - {control.data:236} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0.0, daily_imported=0.0, fault_str='Kein Fehler.', fault_state=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, regulate_up=False))
2024-07-17 18:20:44,432 - {control.data:237} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=3064.0, daily_exported=0.0, power=0, imported=2513435.06, exported=0))
2024-07-17 18:20:44,434 - {control.data:266} - {INFO:MainThread} - cp3
ChargepointData(control_parameter=ControlParameter(chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, current_plan=None, failed_phase_switches=1, imported_at_plan_start=None, imported_instant_charging=None, limit=', da die maximale Leistung an Zähler {} erreicht ist.', phases=1, prio=False, required_current=0, required_currents=[0, 0.0, 0.0], state=0, submode=<Chargemode.STOP: 'stop'>, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, timestamp_switch_on_off=None), 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=70.0), currents=[0.0, 0.0, 0.0], daily_imported=3064.0, daily_exported=0.0, evse_current=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=2513435.06, phases_in_use=1, plug_state=True, power=0, rfid_timestamp=None, rfid=None, serial_number='21299772', soc=None, soc_timestamp=None, state_str='Keine Ladung, da der maximale Soc bereits erreicht wurde.', vehicle_id=None, voltages=[236.21, 235.05, 237.28]), set=Set(change_ev_permitted=[True, ''], charging_ev=-1, charging_ev_prev=1, current=0, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='_', costs=0, imported_at_mode_switch=2513435.06, imported_at_plugtime=2510371.09, imported_since_mode_switch=0, imported_since_plugged=3063.97, range_charged=0, time_charged='00:00', timestamp_start_charging=None, ev=-1, prio=False, rfid=None, serial_number=None), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time=1721227083.358213, required_power=0.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x6e2c0808>), config=Config(configuration={'mode': 'series', 'ip_address': 'localhost', 'duo_num': 0}, ev=1, name='Interne openWB', type='internal_openwb', template=0, connected_phases=3, phase_1=1, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2024-07-17 18:20:44,435 - {control.data:266} - {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=True, valid_tags=['0003411712', '0006721162', '0007501485', '0011214001'])
2024-07-17 18:20:44,436 - {control.data:266} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[40, 40, 40], max_total_power=27000), get=Get(powers=[-508.36, 50.12, 66.42], currents=[-2.21, 0.22, 0.29], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=16903.0, daily_imported=1444.0, imported=16090628.07496, exported=21268116.5569, fault_state=0, fault_str='Kein Fehler.', power=-391.82), set=Set(error_counter=0, reserved_surplus=0, released_surplus=0, raw_power_left=27391.82, raw_currents_left=[42.21, 39.78, 39.71], surplus_power_left=0, state_str=''))
2024-07-17 18:20:44,437 - {control.data:241} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=False), get=Get(hierarchy=[{'id': 0, 'type': 'counter', 'children': [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=309.76000000000005, smarthome_power_excluded_from_home_consumption=0, invalid_home_consumption=0, daily_yield_home_consumption=4787.0, imported_home_consumption=2443218.6396019594, disengageable_smarthome_power=0))
2024-07-17 18:20:44,439 - {control.data:266} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=True, et=Et(active=False, max_price=0.0002), 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=32, limit=Limit(selected='none', amount=1000, soc=50))))
2024-07-17 18:20:44,441 - {control.data:266} - {INFO:MainThread} - ct1
ChargeTemplateData(name='Corsa', disable_after_unplug=False, prio=False, load_default=True, et=Et(active=False, max_price=0.0002), time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=10, min_current=0, feed_in_limit=False, min_soc=0, max_soc=70), scheduled_charging=ScheduledCharging(plans={'3': ScheduledChargingPlan(active=True, frequency=Frequency(selected='once', once='2024-05-12', weekly=[False, False, False, False, False, False, False]), current=9, name='Zielladen-Standard', limit=ScheduledLimit(selected='soc', amount=1000, soc_limit=100, soc_scheduled=100), time='06:30')}), instant_charging=InstantCharging(current=32, limit=Limit(selected='soc', amount=1000, soc=100))))
2024-07-17 18:20:44,442 - {control.data:266} - {INFO:MainThread} - ct2
ChargeTemplateData(name='BMW 225xe', disable_after_unplug=False, prio=False, load_default=True, et=Et(active=False, max_price=0.0002), time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_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={'2': ScheduledChargingPlan(active=True, frequency=Frequency(selected='once', once='2023-11-11', weekly=[False, False, False, False, False, False, False]), current=14, name='Zielladen-Standard', limit=ScheduledLimit(selected='soc', amount=1000, soc_limit=100, soc_scheduled=100), time='11:50')}), instant_charging=InstantCharging(current=17, limit=Limit(selected='none', amount=1000, soc=50))))
2024-07-17 18:20:44,444 - {control.data:266} - {INFO:MainThread} - ev0
EvData(set=Set(soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=None, soc_timestamp=None, force_soc_update=True, range=None, fault_state=0, fault_str='Kein Fehler.'))
2024-07-17 18:20:44,445 - {control.data:266} - {INFO:MainThread} - ev1
EvData(set=Set(soc_error_counter=0), charge_template=1, ev_template=1, name='Corsa', tag_id=['0003411712', '0007501485'], get=Get(soc=70.0, soc_timestamp=1721232688.10608, force_soc_update=False, range=230, fault_state=0, fault_str='Kein Fehler.'))
2024-07-17 18:20:44,447 - {control.data:266} - {INFO:MainThread} - ev2
EvData(set=Set(soc_error_counter=0), charge_template=2, ev_template=2, name='BMW 225xe', tag_id=['0006721162', '0011214001'], get=Get(soc=86, soc_timestamp=1721229076.396879, force_soc_update=False, range=19.0, fault_state=0, fault_str='Kein Fehler.'))
2024-07-17 18:20:44,448 - {control.data:266} - {INFO:MainThread} - ev3
EvData(set=Set(soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=None, soc_timestamp=None, force_soc_update=False, range=None, fault_state=0, fault_str='Kein Fehler.'))
2024-07-17 18:20:44,450 - {control.data:266} - {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=17000, min_current=6, max_current_single_phase=32, battery_capacity=82000, efficiency=90, nominal_difference=1, keep_charge_active_duration=40)
2024-07-17 18:20:44,452 - {control.data:266} - {INFO:MainThread} - et1
EvTemplateData(name='Corsa', max_current_multi_phases=16, max_phases=3, phase_switch_pause=120, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=7, average_consump=17000, min_current=6, max_current_single_phase=32, battery_capacity=46000, efficiency=92, nominal_difference=1, keep_charge_active_duration=60)
2024-07-17 18:20:44,453 - {control.data:266} - {INFO:MainThread} - et2
EvTemplateData(name='BMW 225xe', max_current_multi_phases=6, max_phases=1, phase_switch_pause=50, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=True, control_pilot_interruption_duration=7, average_consump=20000, min_current=6, max_current_single_phase=6, battery_capacity=6000, efficiency=100, nominal_difference=1, keep_charge_active_duration=60)
2024-07-17 18:20:44,455 - {control.data:245} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_power_reserve=0, bat_power_reserve_active=False, control_range=[-230, 0], feed_in_yield=15000, phase_switch_delay=5, phases_to_use=1, bat_power_discharge=0, bat_power_discharge_active=False, min_bat_soc=50, bat_mode='ev_mode', switch_off_delay=600, switch_off_threshold=1000, switch_on_delay=60, switch_on_threshold=700), retry_failed_phase_switches=True, scheduled_charging=ScheduledCharging(phases_to_use=0), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=20, unbalanced_load=True), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, prices=Prices(bat=0.0003, cp=0, grid=0.0003, pv=0.0003), range_unit='km', ripple_control_receiver=RippleControlReceiver(get=RippleControlReceiverGet(fault_state=2, fault_str="<class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.0.158:8899)]', 'Modbus-Client konnte keine Verbindung zu 192.168.0.158:8899 aufbauen. Bitte Einstellungen, IP-Adresse und Port sowie Netzwerk-Anschluss prüfen.')", override_value=100), module=None, overrice_reference=<OverrideReference.CHARGEPOINT: 'chargepoint'>))
2024-07-17 18:20:44,455 - {control.data:246} - {INFO:MainThread} - general_data-display
local
2024-07-17 18:20:44,456 - {control.data:247} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2024-07-17 18:20:44,457 - {control.data:248} - {INFO:MainThread} - optional_data
OptionalData(et=Et(get=EtGet(fault_state=0, fault_str='Kein Fehler.', prices={})), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme=<modules.display_themes.cards.config.CardsDisplayTheme object at 0x6e2cbd78>), led=Led(active=False), rfid=Rfid(active=True))
2024-07-17 18:20:44,459 - {control.data:266} - {INFO:MainThread} - pv2
PvData(config=Config(max_ac_out=0), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=23166.0, monthly_exported=323748.0, yearly_exported=2505440.0, exported=31222142.0, fault_state=0, fault_str='Kein Fehler.', power=-701.58))
2024-07-17 18:20:44,461 - {control.data:250} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=23166.0, fault_str='Kein Fehler.', fault_state=0, monthly_exported=323748.0, yearly_exported=2505440.0, exported=31222142.0, power=-701.58))
2024-07-17 18:20:44,462 - {control.data:266} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.188.43', 'current_commit': '2024-06-04 08:52:24 +0200 [417a30647]', 'current_branch': 'Release', 'current_branch_commit': '2024-06-04 08:52:24 +0200 [417a30647]', 'current_missing_commits': [], 'boot_done': True, 'datastore_version': 44, 'dataprotection_acknowledged': True, 'usage_terms_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '2.1.4', 'lastlivevaluesJson': {'timestamp': 1721233233, 'time': '18:20:33', 'grid': -0.392, 'house-power': 0.31, 'charging-all': 0.0, 'pv-all': 0.702, 'cp3-power': 0.0, 'ev1-soc': 70.0, 'ev2-soc': 86}, 'backup_before_update': True, 'module_update_completed': True}
2024-07-17 18:20:44,463 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'name': 'Hichi', 'type': 'json', 'id': 0, 'configuration': <modules.devices.json.config.JsonConfiguration object at 0x70a41850>}
2024-07-17 18:20:44,465 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'url': 'http://hichi/cm?cmnd=status%2010'}
2024-07-17 18:20:44,465 - {control.data:279} - {INFO:MainThread} - device0
{'name': 'Hichi', 'type': 'json', 'id': 0, 'configuration': {'url': 'http://hichi/cm?cmnd=status%2010'}}
2024-07-17 18:20:44,469 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'name': 'Hichi', 'type': 'counter', 'id': 0, 'configuration': <modules.devices.json.config.JsonCounterConfiguration object at 0x700c9c28>}
2024-07-17 18:20:44,470 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'jq_power': '.StatusSNS.SM.W', 'jq_exported': '.StatusSNS.SM.WhExported', 'jq_imported': '.StatusSNS.SM.WhImported', 'jq_powers': ('.StatusSNS.SM.W1', '.StatusSNS.SM.W2', '.StatusSNS.SM.W3'), 'jq_currents': (None, None, None)}
2024-07-17 18:20:44,470 - {control.data:281} - {INFO:MainThread} - component0
{'name': 'Hichi', 'type': 'counter', 'id': 0, 'configuration': {'jq_power': '.StatusSNS.SM.W', 'jq_exported': '.StatusSNS.SM.WhExported', 'jq_imported': '.StatusSNS.SM.WhImported', 'jq_powers': ['.StatusSNS.SM.W1', '.StatusSNS.SM.W2', '.StatusSNS.SM.W3'], 'jq_currents': [None, None, None]}}
2024-07-17 18:20:44,471 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'name': 'Kostal Piko', 'type': 'kostal_steca', 'id': 2, 'configuration': <modules.devices.kostal_steca.config.KostalStecaConfiguration object at 0x70a41a00>}
2024-07-17 18:20:44,471 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'ip_address': 'inv006202240015'}
2024-07-17 18:20:44,472 - {control.data:279} - {INFO:MainThread} - device2
{'name': 'Kostal Piko', 'type': 'kostal_steca', 'id': 2, 'configuration': {'ip_address': 'inv006202240015'}}
2024-07-17 18:20:44,473 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'name': 'Kostal Piko', 'type': 'inverter', 'id': 2, 'configuration': <modules.devices.kostal_steca.config.KostalStecaInverterConfiguration object at 0x70a11aa8>}
2024-07-17 18:20:44,474 - {dataclass_utils._dataclass_asdict:23} - {DEBUG:MainThread} - {'variant_steca': False}
2024-07-17 18:20:44,476 - {control.data:281} - {INFO:MainThread} - component2
{'name': 'Kostal Piko', 'type': 'inverter', 'id': 2, 'configuration': {'variant_steca': False}}
2024-07-17 18:20:44,479 - {control.data:253} - {INFO:MainThread} -
2024-07-17 18:20:44,480 - {control.algorithm.algorithm:25} - {INFO:MainThread} - # Algorithmus
2024-07-17 18:20:44,481 - {control.algorithm.algorithm:30} - {INFO:MainThread} - **Mindestrom setzen**
2024-07-17 18:20:44,484 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Sollstrom setzen**
2024-07-17 18:20:44,492 - {control.counter:249} - {DEBUG:MainThread} - Anpassen des Regelbereichs 115.0W
2024-07-17 18:20:44,493 - {control.counter:217} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 506.8199999999997W
2024-07-17 18:20:44,493 - {control.counter:495} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 506.8199999999997W
2024-07-17 18:20:44,495 - {control.algorithm.algorithm:38} - {INFO:MainThread} - **PV-geführten Strom setzen**
2024-07-17 18:20:44,501 - {control.process:23} - {INFO:MainThread} - # Ladung starten.
2024-07-17 18:20:44,514 - {modules.common.component_context:25} - {DEBUG:set current cp3} - Update Komponente ['Ladepunkt']
2024-07-17 18:20:44,535 - {control.counter:193} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2024-07-17 18:20:45,756 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2024-07-17 18:20:50,772 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=smarthome_handler, args=(), kwargs={})
2024-07-17 18:20:50,776 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})