{ERROR:MainThread} - Reservierte Leistung kann am Algorithmus-Ende nicht 0 sein.

Fragen zur Nutzung, Features, usw..
Antworten
andlem
Beiträge: 53
Registriert: Mi Jun 29, 2022 9:06 am

{ERROR:MainThread} - Reservierte Leistung kann am Algorithmus-Ende nicht 0 sein.

Beitrag von andlem »

Schon seit mehreren Versionen bis hin zur aktuellen Release 2.1.2 steht in meinem Main-Log alle 20 s (Regelintervall) die Fehlermeldung: {ERROR:MainThread} - Reservierte Leistung kann am Algorithmus-Ende nicht 0 sein.
Anbei ein kompletter Regelzyklus mit Detail-Level.

Code: Alles auswählen

2023-12-05 17:48:00,785 - {root:74} - {INFO:MainThread} - # ***Start*** 
2023-12-05 17:48:00,846 - {modules.common.component_context:51} - {DEBUG:device0} - Update Komponenten ['Hichi']
2023-12-05 17:48:00,847 - {modules.common.component_context:24} - {DEBUG:device2} - Update Komponente ['Kostal Piko']
2023-12-05 17:48:00,850 - {modules.common.component_context:24} - {DEBUG:set values cp3} - Update Komponente ['Ladepunkt']
2023-12-05 17:48:00,863 - {urllib3.connectionpool:227} - {DEBUG:device2} - Starting new HTTP connection (1): inv006202240015:80
2023-12-05 17:48:00,864 - {urllib3.connectionpool:227} - {DEBUG:device0} - Starting new HTTP connection (1): hichi:80
2023-12-05 17:48:00,881 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://inv006202240015:80 "GET /measurements.xml HTTP/1.1" 200 None
2023-12-05 17:48:00,896 - {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='2023-12-05T17:46:43'><Measurements><Measurement Value='232.565' Unit='V' Type='AC_Voltage'/><Measurement Value='-nan' Unit='A' Type='AC_Current'/><Measurement Value='-nan' Unit='W' Type='AC_Power'/><Measurement Value='50.010' Unit='Hz' Type='AC_Frequency'/><Measurement Value='4.900' Unit='V' Type='DC_Voltage'/><Measurement Value='-nan' Unit='A' Type='DC_Current'/><Measurement Value='-nan' Unit='W' Type='DC_Power'/><Measurement Value='-nan' Unit='&#176;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>
2023-12-05 17:48:00,912 - {urllib3.connectionpool:227} - {DEBUG:device2} - Starting new HTTP connection (1): inv006202240015:80
2023-12-05 17:48:00,925 - {urllib3.connectionpool:452} - {DEBUG:device2} - http://inv006202240015:80 "GET /gen.yield.total.chart.js HTTP/1.1" 200 None
2023-12-05 17:48:00,929 - {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"],
"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.355515]
}
]
}
var max = 5;
var steps = 5;
document.getElementById("labelValueId").innerHTML = "  28.640MWh";
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
});

2023-12-05 17:48:00,931 - {modules.common.store._api:26} - {DEBUG:device2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=28636179.0, dc_power=None)
2023-12-05 17:48:00,982 - {urllib3.connectionpool:452} - {DEBUG:device0} - http://hichi:80 "GET /cm?cmnd=status%2010 HTTP/1.1" 200 None
2023-12-05 17:48:00,988 - {modules.common.req:11} - {DEBUG:device0} - Get-Response: {"StatusSNS":{"Time":"2023-12-05T17:48:00","SM":{"WhImported":14510059.533850,"WhExported":19937898.411380,"W":326.250,"W1":37.920,"W2":87.650,"W3":200.680}}}
2023-12-05 17:48:03,336 - {modules.common.store._api:26} - {DEBUG:device0} - Raw data CounterState(currents=[0.16486956521739132, 0.38108695652173913, 0.8725217391304348], powers=[37.92, 87.65, 200.68], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], imported=14510059.53385, exported=19937898.41138, power=326.25, frequency=50)
2023-12-05 17:48:03,345 - {modules.common.component_context:24} - {DEBUG:component2} - Update Komponente ['Kostal Piko']
2023-12-05 17:48:03,346 - {modules.common.store._api:26} - {DEBUG:component2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=28636179.0, dc_power=None)
2023-12-05 17:48:03,347 - {modules.common.component_context:24} - {DEBUG:update values cp3} - Update Komponente ['Ladepunkt']
2023-12-05 17:48:03,348 - {modules.common.store._api:30} - {INFO:component2} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=28636179.0, dc_power=None)
2023-12-05 17:48:03,374 - {modules.common.component_context:24} - {DEBUG:component0} - Update Komponente ['Hichi']
2023-12-05 17:48:03,375 - {modules.common.store._api:30} - {INFO:component0} - Saving CounterState(currents=[0.16486956521739132, 0.38108695652173913, 0.8725217391304348], powers=[37.92, 87.65, 200.68], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], imported=14510059.53385, exported=19937898.41138, power=326.25, frequency=50)
2023-12-05 17:48:03,432 - {helpermodules.changed_values_handler:120} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/state, Payload 0, vorherige Payload: 6
2023-12-05 17:48:03,433 - {helpermodules.changed_values_handler:120} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/timestamp_switch_on_off, Payload None, vorherige Payload: 12/05/2023, 17:47:23
2023-12-05 17:48:03,520 - {modules.ripple_control_receiver:30} - {DEBUG:MainThread} - RSE1-Status: False, RSE2-Status: False
2023-12-05 17:48:03,526 - {control.counter:138} - {INFO:MainThread} - Verbleibende Ströme an Zähler 0: [39.84, 39.62, 39.13]A
2023-12-05 17:48:03,528 - {control.counter:161} - {INFO:MainThread} - Verbleibende Leistung an Zähler 0: 26673.75W
2023-12-05 17:48:03,530 - {control.chargepoint.chargepoint:699} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-12-05 17:48:03,532 - {control.chargepoint.chargepoint:682} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-12-05 17:48:03,536 - {control.chargepoint.chargepoint:898} - {INFO:MainThread} - LP 3, EV: Corsa (EV-Nr.1): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 0.0
2023-12-05 17:48:03,542 - {modules.common.simcount._simcount:38} - {DEBUG:MainThread} - Previous state: SimCounterState(timestamp=1701794863.499089, power=325.1, imported=562163.0209290696, exported=nan)
2023-12-05 17:48:03,545 - {modules.common.simcount._calculate:13} - {DEBUG:MainThread} - time passed: 0.00556746, power1: 325.1, power2: 326.25
2023-12-05 17:48:03,546 - {modules.common.simcount._calculate:29} - {DEBUG:MainThread} - power did not change sign. Total energy: 1.81318
2023-12-05 17:48:03,548 - {modules.common.simcount._simcount:47} - {DEBUG:MainThread} - imported: 1.81318 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1701794883.5419548, power=326.25, imported=562164.8341124874, exported=nan)
2023-12-05 17:48:03,550 - {control.data:236} - {INFO:MainThread} - bat_all_data
BatAllData(config=Config(configured=False), get=Get(soc=0, daily_exported=0, daily_imported=0, fault_str='Kein Fehler.', fault_state=0, imported=0, exported=0, power=0), set=Set(charging_power_left=0, switch_on_soc_reached=False))
2023-12-05 17:48:03,552 - {control.data:237} - {INFO:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=0.0, daily_exported=0, power=0, imported=1538560.06, exported=0))
2023-12-05 17:48:03,553 - {control.data:266} - {INFO:MainThread} - cp3
ChargepointData(control_parameter=ControlParameter(chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, current_plan=None, imported_at_plan_start=None, imported_instant_charging=None, limit=None, phases=1, prio=False, required_current=6, required_currents=[6, 0.0, 0.0], state=0, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, 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=68), currents=[0.0, 0.0, 0.0], daily_imported=0.0, daily_exported=0, evse_current=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=1538560.06, phases_in_use=0, plug_state=True, power=0, rfid_timestamp=None, rfid=None, soc=None, soc_timestamp=None, state_str=None, voltages=[232.59, 231.69, 233.55]), 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='pv_charging', imported_at_mode_switch=1537722.05, imported_at_plugtime=1533880.0, imported_since_mode_switch=834.9599999999627, imported_since_plugged=4680.060000000056, range_charged=4.911529411764487, time_charged='0:15', timestamp_start_charging='12/04/2023, 21:36:33'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='12/04/2023, 21:01:54', required_power=1380.0, rfid='0003411712', target_current=0, charging_ev_data=<control.ev.Ev object at 0x71e035f8>), config=Config(configuration={'mode': 'series', 'ip_address': 'localhost', 'duo_num': 0}, ev=0, 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))
2023-12-05 17:48:03,555 - {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'])
2023-12-05 17:48:03,558 - {control.data:266} - {INFO:MainThread} - counter0
CounterData(config=Config(max_currents=[40, 40, 40], max_total_power=27000), get=Get(powers=[37.92, 87.65, 200.68], currents=[0.16, 0.38, 0.87], voltages=[230.0, 230.0, 230.0], power_factors=[0.0, 0.0, 0.0], unbalanced_load=0, frequency=50, daily_exported=0.0, daily_imported=3195.4087, imported=14510059.53385, exported=19937898.41138, fault_state=0, fault_str='Kein Fehler.', power=326.25), set=Set(error_counter=0, reserved_surplus=0, released_surplus=0, raw_power_left=26673.75, raw_currents_left=[39.84, 39.62, 39.13], surplus_power_left=0, state_str=''))
2023-12-05 17:48:03,560 - {control.data:241} - {INFO:MainThread} - counter_all_data
CounterAllData(config=Config(reserve_for_not_charging=True), 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=326.25, invalid_home_consumption=0, daily_yield_home_consumption=3351.6653531342, imported_home_consumption=562164.8341124874, disengageable_smarthome_power=0))
2023-12-05 17:48:03,561 - {control.data:266} - {INFO:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=True, 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))))
2023-12-05 17:48:03,562 - {control.data:266} - {INFO:MainThread} - ct1
ChargeTemplateData(name='Corsa', disable_after_unplug=False, prio=False, load_default=True, 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=30, max_soc=75), scheduled_charging=ScheduledCharging(plans={'1': ScheduledChargingPlan(active=True, frequency=Frequency(selected='once', once='2023-11-18', weekly=[False, False, False, False, False, False, False]), current=9, name='Zielladen-Standard', limit=ScheduledLimit(selected='soc', amount=1000, soc_limit=85, soc_scheduled=85), time='11:00')}), instant_charging=InstantCharging(current=32, limit=Limit(selected='soc', amount=1000, soc=70))))
2023-12-05 17:48:03,564 - {control.data:266} - {INFO:MainThread} - ct2
ChargeTemplateData(name='BMW 225xe', disable_after_unplug=False, prio=False, load_default=True, 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={'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=16, limit=Limit(selected='none', amount=1000, soc=50))))
2023-12-05 17:48:03,565 - {control.data:266} - {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=17000, min_current=6, max_current_single_phase=32, battery_capacity=82000, efficiency=90, nominal_difference=1, keep_charge_active_duration=40), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=True, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-12-05 17:48:03,566 - {control.data:266} - {INFO:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Corsa', max_current_multi_phases=16, max_phases=3, phase_switch_pause=50, 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=96, nominal_difference=1, keep_charge_active_duration=60), et_num=0), soc_error_counter=0), charge_template=1, ev_template=1, name='Corsa', tag_id=['0003411712', '0007501485'], get=Get(soc=68, soc_timestamp='12/05/2023, 09:47:19', force_soc_update=False, range=204, fault_state=0, fault_str='Kein Fehler.'))
2023-12-05 17:48:03,567 - {control.data:266} - {INFO:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='BMW 225xe', max_current_multi_phases=16, 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=16, battery_capacity=10000, efficiency=100, nominal_difference=1, keep_charge_active_duration=60), et_num=0), soc_error_counter=2), charge_template=2, ev_template=2, name='BMW 225xe', tag_id=['0006721162', '0011214001'], get=Get(soc=21, soc_timestamp='12/05/2023, 07:24:30', force_soc_update=False, range=2.0, fault_state=0, fault_str='Kein Fehler.'))
2023-12-05 17:48:03,568 - {control.data:266} - {INFO:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Profil', 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), et_num=0), soc_error_counter=0), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp=None, force_soc_update=False, range=0, fault_state=0, fault_str='Kein Fehler.'))
2023-12-05 17:48:03,570 - {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)
2023-12-05 17:48:03,571 - {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=96, nominal_difference=1, keep_charge_active_duration=60)
2023-12-05 17:48:03,573 - {control.data:266} - {INFO:MainThread} - et2
EvTemplateData(name='BMW 225xe', max_current_multi_phases=16, 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=16, battery_capacity=10000, efficiency=100, nominal_difference=1, keep_charge_active_duration=60)
2023-12-05 17:48:03,575 - {control.data:245} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=False, charging_power_reserve=0, control_range=[-230, 0], feed_in_yield=15000, phase_switch_delay=5, phases_to_use=0, rundown_power=0, rundown_soc=50, switch_off_delay=60, switch_off_soc=40, switch_off_threshold=1300, switch_on_delay=600, switch_on_soc=60, switch_on_threshold=0), scheduled_charging=ScheduledCharging(phases_to_use=0), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=20, unbalanced_load=True), control_interval=20, 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=True, r1_active=False, r2_active=False))
2023-12-05 17:48:03,578 - {control.data:246} - {INFO:MainThread} - general_data-display
local
2023-12-05 17:48:03,578 - {control.data:247} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2023-12-05 17:48:03,579 - {control.data:248} - {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=<modules.display_themes.cards.config.CardsDisplayTheme object at 0x70bd8790>), led=Led(active=False), rfid=Rfid(active=True))
2023-12-05 17:48:03,580 - {control.data:266} - {INFO:MainThread} - pv2
PvData(config=Config(max_ac_out=0), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=157.0, monthly_exported=0, yearly_exported=0, exported=28636179.0, fault_state=0, fault_str='Kein Fehler.', power=0))
2023-12-05 17:48:03,581 - {control.data:250} - {INFO:MainThread} - pv_all_data
PvAllData(config=Config(configured=True), get=Get(daily_exported=157.0, monthly_exported=0, yearly_exported=0, exported=28636179.0, power=0))
2023-12-05 17:48:03,582 - {control.data:266} - {INFO:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.188.43', 'current_commit': '2023-11-28 15:08:19 +0100 [303ff820d]', 'current_branch': 'master', 'current_branch_commit': '2023-12-04 12:31:19 +0100 [69f973931]', 'current_missing_commits': ['2023-12-04 12:31:19 +0100 [69f973931] - Merge pull request #1295 from benderl/build-ui', '2023-12-04 12:29:29 +0100 [bcfb74e2e] - rebuild', '2023-12-04 12:18:54 +0100 [311f436a5] - Merge pull request #1284 from benderl/fixes', '2023-12-04 12:18:16 +0100 [0885e987d] - build cards display theme', '2023-12-04 12:16:24 +0100 [3c398e4ff] - Merge pull request #1291 from cshagen/master', '2023-12-04 12:14:36 +0100 [23be74028] - Merge pull request #1256 from okaegi/sm25040', '2023-12-04 10:42:44 +0100 [62443a15a] - Merge pull request #1294 from LKuemmel/fix', '2023-12-04 10:40:46 +0100 [bcf496a2b] - fix setdata expected type', '2023-12-03 12:46:41 +0100 [05ea579aa] - reload graph when unhiding', '2023-12-02 17:33:29 +0100 [8a064eb3f] - Change kWh to kW in graph', '2023-12-01 15:37:47 +0100 [428b8efc4] - Failed phase switches (#1227)', '2023-12-01 15:21:31 +0100 [93cb9dd25] - Deye (#1287)', '2023-12-01 15:18:39 +0100 [2ab78dfb3] - Fix surplus controlled (#1288)', '2023-12-01 15:17:38 +0100 [15d97c630] - Merge pull request #1293 from LKuemmel/web', '2023-12-01 15:15:12 +0100 [eb9a90eb3] - build UI(dev)', '2023-12-01 14:58:31 +0100 [2b533d022] - Merge pull request #1226 from LKuemmel/power_source', '2023-12-01 14:58:03 +0100 [add1e0f2b] - Merge pull request #1223 from LKuemmel/smartwb', '2023-12-01 14:57:27 +0100 [42658daa6] - Kostal Plenticore device.py für Hybrid-WR geändert (#1231)', '2023-12-01 14:52:52 +0100 [cb472dfc1] - Merge pull request #1229 from LKuemmel/hierarchy', '2023-12-01 11:58:29 +0100 [0f1862522] - cards display - instant update of chargemode and priority', '2023-12-01 11:57:40 +0100 [bf6a6556a] - fix installing service definition', '2023-12-01 11:57:40 +0100 [187842635] - update readme', '2023-12-01 11:57:40 +0100 [b0ccda05f] - sorting of configurable modules', '2023-12-01 11:57:40 +0100 [10c58a04e] - Mindeststrom -> Minimaler Dauerstrom', '2023-11-30 12:31:57 +0100 [c055abe8b] - Update version 2.1.3-Alpha.2', '2023-11-30 12:22:44 +0100 [6b8c1a23b] - Update version 2.1.2-Patch.1', '2023-11-30 12:18:04 +0100 [8ef179792] - Merge pull request #1289 from benderl/url-error', '2023-11-30 10:31:53 +0100 [ebc7989b2] - Fix graph width', '2023-11-30 09:33:22 +0100 [d7aae86ab] - add custom 404 page', '2023-11-30 09:20:06 +0100 [5fc86004a] - an additional fix for the year graph', '2023-11-30 07:23:42 +0100 [18aec512d] - Merge pull request #1286 from cshagen/master', '2023-11-29 22:08:28 +0100 [a1fe9c898] - fix month and year graph', '2023-11-29 20:26:05 +0100 [33659b8d3] - fix livegraph display', '2023-11-29 20:00:07 +0100 [b3b9440ba] - Fix Soc Editor', '2023-11-28 21:24:10 +0100 [270614cde] - Fix border colors in chargepointlist and device list', '2023-11-17 11:44:08 +0100 [0e81ad176] - idm Anpassungen', '2023-11-02 14:54:59 +0100 [ac1973904] - fix validate hierarchy if evu counter is missing', '2023-10-31 14:09:02 +0100 [cabc654e5] - add power_source to graph data', '2023-10-30 12:20:56 +0100 [058e937fd] - add cp interruption for smartwb'], 'boot_done': True, 'datastore_version': 29, 'dataprotection_acknowledged': True, 'usage_terms_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '2.1.3-Alpha.1', 'lastlivevaluesJson': {'timestamp': 1701794863, 'time': '17:47:43', 'grid': 0.325, 'house-power': 0.325, 'charging-all': 0.0, 'pv-all': -0.0, 'cp3-power': 0.0, 'ev1-soc': 68, 'ev2-soc': 21}, 'module_update_completed': True}
2023-12-05 17:48:03,585 - {control.data:279} - {INFO:MainThread} - device0
{'name': 'Hichi', 'type': 'json', 'id': 0, 'configuration': {'url': 'http://hichi/cm?cmnd=status%2010'}}
2023-12-05 17:48:03,587 - {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]}}
2023-12-05 17:48:03,589 - {control.data:279} - {INFO:MainThread} - device2
{'name': 'Kostal Piko', 'type': 'kostal_steca', 'id': 2, 'configuration': {'ip_address': 'inv006202240015'}}
2023-12-05 17:48:03,590 - {control.data:281} - {INFO:MainThread} - component2
{'name': 'Kostal Piko', 'type': 'inverter', 'id': 2, 'configuration': {'variant_steca': False}}
2023-12-05 17:48:03,591 - {control.data:253} - {INFO:MainThread} - 

2023-12-05 17:48:03,592 - {control.algorithm.algorithm:25} - {INFO:MainThread} - # Algorithmus
2023-12-05 17:48:03,594 - {control.algorithm.algorithm:30} - {INFO:MainThread} - **Mindestrom setzen**
2023-12-05 17:48:03,597 - {control.algorithm.min_current:18} - {INFO:MainThread} - Mode-Tuple Chargemode.PV_CHARGING - Chargemode.PV_CHARGING - False, Zähler 0
2023-12-05 17:48:03,598 - {control.algorithm.algorithm:32} - {INFO:MainThread} - **Sollstrom setzen**
2023-12-05 17:48:03,601 - {control.counter:211} - {INFO:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-12-05 17:48:03,603 - {control.counter:457} - {DEBUG:MainThread} - Zähler 0: Begrenzung der verbleibenden Leistung auf 0W
2023-12-05 17:48:03,604 - {control.chargepoint.chargepoint:277} - {INFO:MainThread} - LP 3: Die Ladung wird gestartet, sobald nach 600s die Einschaltverzögerung abgelaufen ist.
2023-12-05 17:48:03,605 - {control.algorithm.algorithm:43} - {INFO:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-12-05 17:48:03,606 - {control.process:23} - {INFO:MainThread} - # Ladung starten.
2023-12-05 17:48:03,608 - {control.process:97} - {ERROR:MainThread} - Reservierte Leistung kann am Algorithmus-Ende nicht 0 sein.
2023-12-05 17:48:03,610 - {control.process:111} - {INFO:MainThread} - LP3: set current 0 A, state SWITCH_ON_DELAY
2023-12-05 17:48:03,614 - {modules.common.component_context:24} - {DEBUG:set current cp3} - Update Komponente ['Ladepunkt']
2023-12-05 17:48:03,644 - {control.counter:186} - {INFO:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-12-05 17:48:03,823 - {helpermodules.changed_values_handler:120} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/state, Payload 6, vorherige Payload: 0
2023-12-05 17:48:03,828 - {helpermodules.changed_values_handler:120} - {DEBUG:MainThread} - Topic openWB/set/chargepoint/3/control_parameter/timestamp_switch_on_off, Payload 12/05/2023, 17:48:03, vorherige Payload: None
Woher kommt das und wie bekomme ich das weg?
Antworten