Feedback 2.0 Alpha 3

Fragen zur Nutzung, Features, usw..
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Alpha 3

Beitrag von mrinas »

LutzB hat geschrieben: Fr Jun 03, 2022 10:06 am Eigentlich sollte das "out of the box" mit Vue funktionieren, da die Dateien einen Hash im Namen haben. Habe hier aber auch regelmäßig das Problem. Bin für Ideen in der Richtung offen. :idea:
Hab' eben ein Update gestartet und den PR438 (updated settings) mitgenommen. Nach dem Neustart der Box konnte ich nachvollziehen dass die Settings aus dem lokalen Browser-Cache gekommen sind und gar nicht erst beim Webserver angefragt wurden. Daher hilft der geänderte Dateiname in Vue wohl nichts.
So rein vom Gefühl her würde ich sagen dass das eine Apache-Konfig sein müsste, gibts von Vue Empfehlungen wie Apache (z.b. header) konfiguriert werden soll?
<gefährliches Halbwissen> womöglich 'Cache-Control: no-cache' für alle .php und .html files mit Referenzen auf die .js Vue apps?
https://developer.mozilla.org/en-US/doc ... he-Control
</gefährliches Halbwissen>
Screenshot 2022-06-08 085719.png
Screenshot 2022-06-08 085730.png
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
LutzB
Beiträge: 3513
Registriert: Di Feb 25, 2020 9:23 am

Re: Feedback 2.0 Alpha 3

Beitrag von LutzB »

Habe mich gerade mal eingelesen. Da alle Module mit einem Hash im Dateinamen erzeugt werden, reicht es, die index.html vom Browsercache auszuschließen. Dort sind dann alle aktuellen Dateinamen mit Hash enthalten und folglich werden nur Module mit geändertem Hash neu vom Server abgerufen. PR kommt gleich rein: https://github.com/openWB/core/pull/441
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback 2.0 Alpha 3

Beitrag von mrinas »

So, einen hab' ich dann doch wieder gefunden. Der Tagesertrag der beiden SMA Wechselrichter ist heute auf 3214Wh stecken geblieben. Letzter Reboot war heute morgen irgendwann. Tatsächliche Tagesproduktion liegt um die 30kWh.

Code: Alles auswählen

2022-06-08 17:07:40,887 - {root:45} - INFO - # ***Start*** 
2022-06-08 17:07:40,900 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:40,902 - {modules.sma_shm.device:50} - DEBUG - Beginning update
2022-06-08 17:07:40,904 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0']
2022-06-08 17:07:40,905 - {modules.json.device:99} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x74ccc388>}
2022-06-08 17:07:40,908 - {modules.json.device:99} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x74ccc460>}
2022-06-08 17:07:40,910 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe']
2022-06-08 17:07:40,912 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner']
2022-06-08 17:07:40,914 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component18': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x7557a208>}
2022-06-08 17:07:40,929 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.81:80
2022-06-08 17:07:40,930 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component19': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x74cbb310>}
2022-06-08 17:07:40,933 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.209:80
2022-06-08 17:07:40,934 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Haus']
2022-06-08 17:07:40,934 - {modules.http.device:99} - DEBUG - Start device reading {'component21': <modules.http.counter.HttpCounter object at 0x74ccc028>}
2022-06-08 17:07:40,941 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Garage']
2022-06-08 17:07:40,945 - {modules.json.device:99} - DEBUG - Start device reading {'component22': <modules.json.counter.JsonCounter object at 0x74ccc358>}
2022-06-08 17:07:40,951 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1 (Garage)']
2022-06-08 17:07:40,956 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 119
2022-06-08 17:07:40,957 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Waschmaschine']
2022-06-08 17:07:40,961 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0']
2022-06-08 17:07:40,978 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":1.06,"overpower":0.00,"is_valid":true,"timestamp":1654708061,"counters":[1.100, 1.134, 1.125],"total":1797900}
2022-06-08 17:07:40,980 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:40,983 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:40,996 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.208:80
2022-06-08 17:07:40,997 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[228.244, 229.939, 228.322], powers=[1567.4, -1840.3, 117.8], currents=[7.136, -8.105, 0.757], power_factors=[1.0, 0.997, 0.916], imported=32564472.6, exported=72227007.3, power=-155.1, frequency=None)
2022-06-08 17:07:41,438 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 3887730Ws, Export-Zähler: 0Ws
2022-06-08 17:07:41,439 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2108, counter=540919)
2022-06-08 17:07:41,442 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":2.42,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:41,445 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2022-06-08 17:07:41,451 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.004535913467407, vorherige Leistung[W]: 1, aktuelle Leistung[W]: 1.06
2022-06-08 17:07:41,864 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4495.068
2022-06-08 17:07:41,865 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.208:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:41,867 - {modules.sma_shm.device:67} - DEBUG - All components updated
2022-06-08 17:07:41,868 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 22933417Ws, Export-Zähler: 0Ws
2022-06-08 17:07:41,869 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 10.30467199087143
2022-06-08 17:07:41,870 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2101, counter=38809536)
2022-06-08 17:07:41,873 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwh 4495.068
2022-06-08 17:07:41,877 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:41,877 - {modules.sma_shm.device:58} - DEBUG - Update complete
2022-06-08 17:07:41,880 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 3887740.3046719907, Einspeisung[Ws]: 0
2022-06-08 17:07:41,886 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]9.993001937866211, vorherige Leistung[W]: 2, aktuelle Leistung[W]: 2.42
2022-06-08 17:07:41,891 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,267 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 21366011Ws, Export-Zähler: 0Ws
2022-06-08 17:07:42,269 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 1079.9278624088863, Einspeisung[Wh]: 0.0
2022-06-08 17:07:42,272 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 22.084534282684327
2022-06-08 17:07:42,276 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 3887740.3046719907 Export: 0 Power: 1.06
2022-06-08 17:07:42,276 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]9.925183296203613, vorherige Leistung[W]: 0, aktuelle Leistung[W]: 0
2022-06-08 17:07:42,277 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 22933439.084534284, Einspeisung[Ws]: 0
2022-06-08 17:07:42,280 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=1079.9278624088863, exported=0.0, power=1.06, frequency=50)
2022-06-08 17:07:42,282 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 0.0
2022-06-08 17:07:42,284 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 6370.399745703968, Einspeisung[Wh]: 0.0
2022-06-08 17:07:42,289 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 21366011.0, Einspeisung[Ws]: 0
2022-06-08 17:07:42,290 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 22933439.084534284 Export: 0 Power: 2.42
2022-06-08 17:07:42,292 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 4
2022-06-08 17:07:42,304 - {soc.modules.common.req:11} - DEBUG - Get-Response: 3483
2022-06-08 17:07:42,302 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=6370.399745703968, exported=0.0, power=2.42, frequency=50)
2022-06-08 17:07:42,305 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llaktuell 3483
2022-06-08 17:07:42,296 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 5935.003055555556, Einspeisung[Wh]: 0.0
2022-06-08 17:07:42,329 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,336 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 21366011.0 Export: 0 Power: 0
2022-06-08 17:07:42,340 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=5935.003055555556, exported=0.0, power=0, frequency=50)
2022-06-08 17:07:42,347 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 4
2022-06-08 17:07:42,348 - {soc.modules.common.req:11} - DEBUG - Get-Response: 15.6
2022-06-08 17:07:42,349 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla1 15.6
2022-06-08 17:07:42,354 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,363 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2022-06-08 17:07:42,364 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:42,365 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla2 0.1
2022-06-08 17:07:42,371 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,376 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2022-06-08 17:07:42,379 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:42,380 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla3 0.1
2022-06-08 17:07:42,382 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[3588.0, 23.0, 23.0], currents=[15.6, 0.1, 0.1], power_factors=[0.0, 0.0, 0.0], imported=4495.068, exported=0, power=3483.0, frequency=50)
2022-06-08 17:07:42,909 - {control.counter:395} - DEBUG - 24000W EVU-Leistung, die noch bezogen werden kann.
2022-06-08 17:07:42,913 - {control.ev:85} - DEBUG - EV 3 zurückgesetzt.
2022-06-08 17:07:42,925 - {control.prepare:297} - INFO - LP 13: Keine Ladung, da der Ladepunkt manuell gesperrt wurde.
2022-06-08 17:07:42,929 - {control.pv:90} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:42,932 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2022-06-08 17:07:42,932 - {control.data:268} - DEBUG - all
{'get': {'daily_imported': 869.0, 'daily_exported': 0, 'power': 0, 'imported': 2594557.0, 'exported': 0}}
2022-06-08 17:07:42,934 - {control.data:268} - DEBUG - cp13
{'set': {'charging_ev': -1, 'charging_ev_prev': 3, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '06/08/2022, 13:39:42', 'rfid': None, 'manual_lock': True, 'loadmanagement_available': True, 'required_power': 1380, 'log': {'imported_at_plugtime': 2594197.0, 'timestamp_start_charging': None, 'imported_at_mode_switch': 2594557.0, 'imported_since_mode_switch': 0, 'imported_since_plugged': 360.0, 'range_charged': 0, 'time_charged': '00:00', 'chargemode_log_entry': '_'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 1}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 869.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': False, 'power': 0, 'imported': 2594557.0, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 0, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': False, 'current_plan': None, 'average_consumption': 20}}, 'state_str': 'Keine Ladung, da der Ladepunkt manuell gesperrt wurde.', 'phases_in_use': 1, 'currents': [0.0, 0.0, 0.0], 'voltages': [233.6, 228.4, 224.6], 'daily_yield': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 2, 'auto_phase_switch_hw': True, 'control_pilot_interruption_hw': True, 'id': 13, 'connection_module': {'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, 'power_module': {}}}
2022-06-08 17:07:42,934 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []}
2022-06-08 17:07:42,935 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 567, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 5667.600000005215}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 18, 'type': 'inverter', 'children': []}, {'id': 19, 'type': 'inverter', 'children': []}, {'id': 21, 'type': 'counter', 'children': []}, {'id': 22, 'type': 'counter', 'children': []}]}]}}
2022-06-08 17:07:42,935 - {control.data:268} - DEBUG - counter7
{'set': {'consumption_left': 24000, 'currents_used': [7.14, -8.11, 0.76]}, 'get': {'daily_exported': 785.5999999940395, 'daily_imported': 4111.199999999255, 'voltages': [228.24, 229.94, 228.32], 'currents': [7.14, -8.11, 0.76], 'powers': [1567.4, -1840.3, 117.8], 'power_factors': [1.0, 1.0, 0.92], 'imported': 32564472.6, 'exported': 72227007.3, 'power': -155.1, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2022-06-08 17:07:42,936 - {control.data:268} - DEBUG - counter14
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 13.080359275207911, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 1079.9278624088863, 'exported': 0.0, 'power': 1.06, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - counter15
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 1008.9320236307103, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 6370.399745703968, 'power': 2.42, 'frequency': 50, 'exported': 0.0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - counter21
{'set': {'currents_used': [15.6, 0.1, 0.1]}, 'get': {'daily_exported': 0, 'daily_imported': 0.9629999999997381, 'voltages': [230.0, 230.0, 230.0], 'currents': [15.6, 0.1, 0.1], 'powers': [3588.0, 23.0, 23.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 4495.068, 'exported': 0, 'power': 3483.0, 'frequency': 50, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - counter22
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 8.284373492107079, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 5935.003055555556, 'exported': 0.0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 6, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'none', 'soc': 50, 'amount': 22}}}}
2022-06-08 17:07:42,938 - {control.data:268} - DEBUG - ct1
{'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 29, 'limit': {'selected': 'none', 'soc': 85, 'amount': 10}}}}
2022-06-08 17:07:42,938 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': True, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:42,938 - {control.data:268} - DEBUG - ev3
{'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}}, 'control_parameter': {'required_current': 0, 'phases': 1, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:42,939 - {control.data:268} - DEBUG - ev4
{'set': {}, 'control_parameter': {'required_current': 0, 'phases': 0, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 0, 'ev_template': 0, 'name': 'Tesla2', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:42,940 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:42,940 - {control.data:268} - DEBUG - et1
{'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': True, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-230, 0], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1300, 'feed_in_yield': 0, 'phase_switch_delay': 8, 'phases_to_use': 0}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': True, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.23, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': 0, 'available_power': 0, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -4199, 'counter': 39350449, 'daily_yield': 3214, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-06-08 17:07:42,942 - {control.data:268} - DEBUG - pv18
{'get': {'daily_yield': 1597, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2101, 'counter': 38809536, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:42,942 - {control.data:268} - DEBUG - pv19
{'get': {'daily_yield': 1617, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2108, 'counter': 540919, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:42,943 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.178.99', 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'lastlivevaluesJson': {'timestamp': 1654700853, 'time': '17:07:33', 'grid': -0.148, 'counter14-power': 0.001, 'counter15-power': 0.002, 'counter21-power': 3.465, 'counter22-power': 0.0, 'house-power': 0.581, 'charging-all': 0.0, 'pv-all': 4.204, 'cp13-power': 0.0}, 'version': '1.99.003'}
2022-06-08 17:07:42,943 - {control.data:255} - DEBUG - 

2022-06-08 17:07:42,943 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-06-08 17:07:42,944 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] -155.1, Ströme[A] [7.14, -8.11, 0.76]
2022-06-08 17:07:42,944 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-06-08 17:07:42,946 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-06-08 17:07:42,947 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-06-08 17:07:42,948 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-06-08 17:07:42,948 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen.
2022-06-08 17:07:42,951 - {control.process:22} - DEBUG - # Ladung starten.
2022-06-08 17:07:42,954 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:42,971 - {control.pv:437} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:42,972 - {control.counter:414} - DEBUG - 24000W verbleibende EVU-Bezugs-Leistung
2022-06-08 17:07:50,893 - {root:45} - INFO - # ***Start*** 
2022-06-08 17:07:50,905 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:50,906 - {modules.sma_shm.device:50} - DEBUG - Beginning update
2022-06-08 17:07:50,908 - {modules.json.device:99} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x74ccc388>}
2022-06-08 17:07:50,910 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0']
2022-06-08 17:07:50,911 - {modules.json.device:99} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x74ccc460>}
2022-06-08 17:07:50,913 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component18': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x7557a208>}
2022-06-08 17:07:50,914 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe']
2022-06-08 17:07:50,916 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component19': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x74cbb310>}
2022-06-08 17:07:50,917 - {modules.http.device:99} - DEBUG - Start device reading {'component21': <modules.http.counter.HttpCounter object at 0x74ccc028>}
2022-06-08 17:07:50,920 - {modules.json.device:99} - DEBUG - Start device reading {'component22': <modules.json.counter.JsonCounter object at 0x74ccc358>}
2022-06-08 17:07:50,922 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner']
2022-06-08 17:07:50,923 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Haus']
2022-06-08 17:07:50,935 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.81:80
2022-06-08 17:07:50,936 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Garage']
2022-06-08 17:07:50,938 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1 (Garage)']
2022-06-08 17:07:50,939 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Waschmaschine']
2022-06-08 17:07:50,947 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.209:80
2022-06-08 17:07:50,961 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0']
2022-06-08 17:07:50,971 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:50,977 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.208:80
2022-06-08 17:07:50,980 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 119
2022-06-08 17:07:50,981 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[228.45, 229.584, 228.447], powers=[1538.5, -1013.2, 118.6], currents=[7.013, -4.595, 0.759], power_factors=[1.0, 0.991, 0.916], imported=32564473.099999998, exported=72227007.6, power=643.9, frequency=None)
2022-06-08 17:07:50,988 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":1.05,"overpower":0.00,"is_valid":true,"timestamp":1654708071,"counters":[1.100, 1.134, 1.125],"total":1797900}
2022-06-08 17:07:51,461 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:51,463 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":2.42,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:51,886 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2022-06-08 17:07:51,888 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4495.078
2022-06-08 17:07:51,888 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwh 4495.078
2022-06-08 17:07:51,890 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 22933439Ws, Export-Zähler: 0Ws
2022-06-08 17:07:51,892 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 3887740Ws, Export-Zähler: 0Ws
2022-06-08 17:07:51,895 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.45389437675476, vorherige Leistung[W]: 1, aktuelle Leistung[W]: 1.05
2022-06-08 17:07:51,904 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 10.71524173617363
2022-06-08 17:07:51,896 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.02190089225769, vorherige Leistung[W]: 2, aktuelle Leistung[W]: 2.42
2022-06-08 17:07:51,902 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:51,895 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2127, counter=540925)
2022-06-08 17:07:51,905 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 3887750.7152417363, Einspeisung[Ws]: 0
2022-06-08 17:07:51,906 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 22.148400971889494
2022-06-08 17:07:51,909 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.208:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:51,913 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 1079.9307542338156, Einspeisung[Wh]: 0.0
2022-06-08 17:07:51,915 - {modules.sma_shm.device:67} - DEBUG - All components updated
2022-06-08 17:07:51,915 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 22933461.148400974, Einspeisung[Ws]: 0
2022-06-08 17:07:51,917 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:51,919 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 3887750.7152417363 Export: 0 Power: 1.05
2022-06-08 17:07:51,923 - {modules.sma_shm.device:58} - DEBUG - Update complete
2022-06-08 17:07:51,924 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 6370.405874555826, Einspeisung[Wh]: 0.0
2022-06-08 17:07:51,925 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 4
2022-06-08 17:07:52,312 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 21366011Ws, Export-Zähler: 0Ws
2022-06-08 17:07:52,314 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2111, counter=38809542)
2022-06-08 17:07:52,315 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=1079.9307542338156, exported=0.0, power=1.05, frequency=50)
2022-06-08 17:07:52,318 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 22933461.148400974 Export: 0 Power: 2.42
2022-06-08 17:07:52,321 - {soc.modules.common.req:11} - DEBUG - Get-Response: 3509
2022-06-08 17:07:52,329 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.045161008834839, vorherige Leistung[W]: 0, aktuelle Leistung[W]: 0
2022-06-08 17:07:52,341 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=6370.405874555826, exported=0.0, power=2.42, frequency=50)
2022-06-08 17:07:52,342 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llaktuell 3509
2022-06-08 17:07:52,347 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 0.0
2022-06-08 17:07:52,355 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 21366011.0, Einspeisung[Ws]: 0
2022-06-08 17:07:52,356 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 5935.003055555556, Einspeisung[Wh]: 0.0
2022-06-08 17:07:52,356 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 21366011.0 Export: 0 Power: 0
2022-06-08 17:07:52,357 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=5935.003055555556, exported=0.0, power=0, frequency=50)
2022-06-08 17:07:52,362 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:52,381 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 4
2022-06-08 17:07:52,383 - {soc.modules.common.req:11} - DEBUG - Get-Response: 15.5
2022-06-08 17:07:52,384 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla1 15.5
2022-06-08 17:07:52,389 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:52,395 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2022-06-08 17:07:52,397 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:52,397 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla2 0.1
2022-06-08 17:07:52,405 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:52,416 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2022-06-08 17:07:52,417 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:52,418 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla3 0.1
2022-06-08 17:07:52,425 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[3565.0, 23.0, 23.0], currents=[15.5, 0.1, 0.1], power_factors=[0.0, 0.0, 0.0], imported=4495.078, exported=0, power=3509.0, frequency=50)
2022-06-08 17:07:52,963 - {control.counter:395} - DEBUG - 23356.1W EVU-Leistung, die noch bezogen werden kann.
2022-06-08 17:07:52,966 - {control.ev:85} - DEBUG - EV 3 zurückgesetzt.
2022-06-08 17:07:52,976 - {control.prepare:297} - INFO - LP 13: Keine Ladung, da der Ladepunkt manuell gesperrt wurde.
2022-06-08 17:07:52,978 - {control.pv:90} - DEBUG - -758.9W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:52,980 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2022-06-08 17:07:52,981 - {control.data:268} - DEBUG - all
{'get': {'daily_imported': 869.0, 'daily_exported': 0, 'power': 0, 'imported': 2594557.0, 'exported': 0}}
2022-06-08 17:07:52,982 - {control.data:268} - DEBUG - cp13
{'set': {'charging_ev': -1, 'charging_ev_prev': 3, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '06/08/2022, 13:39:42', 'rfid': None, 'manual_lock': True, 'loadmanagement_available': True, 'required_power': 1380, 'log': {'imported_at_plugtime': 2594197.0, 'timestamp_start_charging': None, 'imported_at_mode_switch': 2594557.0, 'imported_since_mode_switch': 0, 'imported_since_plugged': 360.0, 'range_charged': 0, 'time_charged': '00:00', 'chargemode_log_entry': '_'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 1}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 869.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': False, 'power': 0, 'imported': 2594557.0, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 0, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': False, 'current_plan': None, 'average_consumption': 20}}, 'state_str': 'Keine Ladung, da der Ladepunkt manuell gesperrt wurde.', 'phases_in_use': 1, 'currents': [0.0, 0.0, 0.0], 'voltages': [232.7, 228.6, 224.7], 'daily_yield': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 2, 'auto_phase_switch_hw': True, 'control_pilot_interruption_hw': True, 'id': 13, 'connection_module': {'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, 'power_module': {}}}
2022-06-08 17:07:52,983 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []}
2022-06-08 17:07:52,983 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 1369, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 5667.600000005215}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 18, 'type': 'inverter', 'children': []}, {'id': 19, 'type': 'inverter', 'children': []}, {'id': 21, 'type': 'counter', 'children': []}, {'id': 22, 'type': 'counter', 'children': []}]}]}}
2022-06-08 17:07:52,984 - {control.data:268} - DEBUG - counter7
{'set': {'consumption_left': 23356.1, 'currents_used': [7.01, -4.59, 0.76]}, 'get': {'daily_exported': 785.5999999940395, 'daily_imported': 4111.199999999255, 'voltages': [228.45, 229.58, 228.45], 'currents': [7.01, -4.59, 0.76], 'powers': [1538.5, -1013.2, 118.6], 'power_factors': [1.0, 0.99, 0.92], 'imported': 32564473.099999998, 'exported': 72227007.6, 'power': 643.9, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2022-06-08 17:07:52,985 - {control.data:268} - DEBUG - counter14
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 13.080359275207911, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 1079.9307542338156, 'exported': 0.0, 'power': 1.05, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,986 - {control.data:268} - DEBUG - counter15
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 1008.9320236307103, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 6370.405874555826, 'power': 2.42, 'frequency': 50, 'exported': 0.0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,986 - {control.data:268} - DEBUG - counter21
{'set': {'currents_used': [15.5, 0.1, 0.1]}, 'get': {'daily_exported': 0, 'daily_imported': 0.9629999999997381, 'voltages': [230.0, 230.0, 230.0], 'currents': [15.5, 0.1, 0.1], 'powers': [3565.0, 23.0, 23.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 4495.078, 'exported': 0, 'power': 3509.0, 'frequency': 50, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,986 - {control.data:268} - DEBUG - counter22
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 8.284373492107079, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 5935.003055555556, 'exported': 0.0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 6, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'none', 'soc': 50, 'amount': 22}}}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ct1
{'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 29, 'limit': {'selected': 'none', 'soc': 85, 'amount': 10}}}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': True, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ev3
{'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}}, 'control_parameter': {'required_current': 0, 'phases': 1, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:52,988 - {control.data:268} - DEBUG - ev4
{'set': {}, 'control_parameter': {'required_current': 0, 'phases': 0, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 0, 'ev_template': 0, 'name': 'Tesla2', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:52,989 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:52,989 - {control.data:268} - DEBUG - et1
{'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:52,989 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': True, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-230, 0], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1300, 'feed_in_yield': 0, 'phase_switch_delay': 8, 'phases_to_use': 0}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': True, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.23, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-06-08 17:07:52,990 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-06-08 17:07:52,990 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-06-08 17:07:52,990 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': -758.9, 'available_power': -758.9, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -4209, 'counter': 39350455, 'daily_yield': 3214, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-06-08 17:07:52,991 - {control.data:268} - DEBUG - pv18
{'get': {'daily_yield': 1597, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2111, 'counter': 38809542, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:52,992 - {control.data:268} - DEBUG - pv19
{'get': {'daily_yield': 1617, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2127, 'counter': 540925, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:52,992 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.178.99', 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'lastlivevaluesJson': {'timestamp': 1654700862, 'time': '17:07:42', 'grid': -0.155, 'counter14-power': 0.001, 'counter15-power': 0.002, 'counter21-power': 3.483, 'counter22-power': 0.0, 'house-power': 0.567, 'charging-all': 0.0, 'pv-all': 4.199, 'cp13-power': 0.0}, 'version': '1.99.003'}
2022-06-08 17:07:52,992 - {control.data:255} - DEBUG - 

2022-06-08 17:07:52,993 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-06-08 17:07:52,993 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] 643.9, Ströme[A] [7.01, -4.59, 0.76]
2022-06-08 17:07:52,993 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-06-08 17:07:52,995 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-06-08 17:07:52,996 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-06-08 17:07:52,997 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-06-08 17:07:52,997 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen.
2022-06-08 17:07:53,001 - {control.process:22} - DEBUG - # Ladung starten.
2022-06-08 17:07:53,003 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:53,021 - {control.pv:437} - DEBUG - -758.9W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:53,022 - {control.counter:414} - DEBUG - 23356.1W verbleibende EVU-Bezugs-Leistung
2022-06-08 17:08:00,893 - {root:45} - INFO - # ***Start*** 
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
aiole
Beiträge: 6897
Registriert: Mo Okt 08, 2018 4:51 pm

Re: Feedback 2.0 Alpha 3

Beitrag von aiole »

Moin, moin,

bezüglich nicht startender PV-Ladung (oWB + smartWB) viewtopic.php?p=66299#p66299
(Min 6A im PV und Sofort funktionieren.)

hier ein aktueller PV-Test:

Regelwert auf Bezug geändert und Startwert auf 400W Einspeisung reduziert.
oWB_2.0_alpha3_smartWB_PV-Startprobleme_1.jpg
Es werden weiterhin die 30s Startverzögerung angekündigt, aber oWB startet keine Ladung.
oWB_2.0_alpha3_smartWB_PV-Startprobleme_2.jpg

Code: Alles auswählen

{'get': {'daily_yield': 81, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -95.0, 'counter': 450625, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 5000}}
2022-06-09 08:57:42,816 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.110.51', 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.003', 'lastlivevaluesJson': {'timestamp': 1654757854, 'time': '08:57:34', 'grid': -0.416, 'house-power': 0.171, 'charging-all': 0.0, 'pv-all': -0.58, 'cp5-power': 0.0}}
2022-06-09 08:57:42,817 - {control.data:255} - DEBUG - 

2022-06-09 08:57:42,817 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-06-09 08:57:42,818 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] -457.09999999999997, Ströme[A] [-1.48, 1.21, -2.03]
2022-06-09 08:57:42,819 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-06-09 08:57:42,820 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-06-09 08:57:42,822 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-06-09 08:57:42,824 - {control.algorithm:600} - DEBUG - Zuteilung für Ladepunkte [5] in Lademodus pv_charging Submodus pv_charging Prio True
2022-06-09 08:57:42,828 - {control.pv:182} - INFO - LP 5: Die Ladung wird gestartet, sobald nach 30s die Einschaltverzögerung abgelaufen ist.
2022-06-09 08:57:42,841 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-06-09 08:57:42,842 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen.
2022-06-09 08:57:42,847 - {control.process:22} - DEBUG - # Ladung starten.
2022-06-09 08:57:42,848 - {control.process:94} - ERROR - Reservierte Leistung kann am Algorithmus-Ende nicht 0 sein.
2022-06-09 08:57:42,849 - {control.process:107} - INFO - LP5: set current 0 A
2022-06-09 08:57:42,850 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-09 08:57:42,852 - {helpermodules.setdata:295} - ERROR - Payload ungültig: Topic openWB/set/vehicle/1/control_parameter/required_current, Payload 1 liegt in keinem der angegebenen Wertebereiche.
2022-06-09 08:57:42,864 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.145:80
2022-06-09 08:57:42,894 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.145:80 "GET /setCurrent?current=0 HTTP/1.1" 200 29
2022-06-09 08:57:42,896 - {soc.modules.common.req:11} - DEBUG - Get-Response: S0_set current to given value
2022-06-09 08:57:42,905 - {control.pv:437} - DEBUG - 572.0999999999999W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-09 08:57:42,907 - {control.counter:414} - DEBUG - 25000W verbleibende EVU-Bezugs-Leistung
2022-06-09 08:57:48,944 - {root:45} - INFO - # ***Start*** 
2022-06-09 08:57:48,955 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-09 08:57:48,956 - {modules.carlo_gavazzi.device:51} - DEBUG - Start device reading {'component0': <modules.carlo_gavazzi.counter.CarloGavazziCounter object at 0x74490550>}
2022-06-09 08:57:48,966 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.145:80
2022-06-09 08:57:48,967 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Carlo Gavazzi Zähler']
2022-06-09 08:57:48,969 - {modules.json.device:99} - DEBUG - Start device reading {'component7': <modules.json.inverter.JsonInverter object at 0x74cff058>}
2022-06-09 08:57:48,971 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Json Wechselrichter']
2022-06-09 08:57:48,982 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.10:3038
2022-06-09 08:57:48,985 - {modules.json.device:99} - DEBUG - Start device reading {'component10': <modules.json.inverter.JsonInverter object at 0x74cff1d8>}
2022-06-09 08:57:48,987 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Json Wechselrichter']
2022-06-09 08:57:48,995 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.151:80
2022-06-09 08:57:48,998 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.145:80 "GET /getParameters HTTP/1.1" 200 404
2022-06-09 08:57:49,000 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"type":"parameters","list":[{"vehicleState":2,"evseState":false,"maxCurrent":20,"actualCurrent":0,"actualCurrentMA":0,"actualPower":0,"duration":93000,"alwaysActive":true,"lastActionUser":"API","lastActionUID":"API","energy":0.05,"mileage":0.2,"meterReading":1925.22,"currentP1":0,"currentP2":0,"currentP3":0,"voltageP1":234.0368,"voltageP2":233.7374,"voltageP3":233.2806,"useMeter":true,"RFIDUID":""}]}
2022-06-09 08:57:49,094 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.10:3038 "GET /?CMD=CURRENT&DEV=ALL HTTP/1.1" 200 None
2022-06-09 08:57:49,096 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 162794542Ws, Export-Zähler: 424880967Ws
2022-06-09 08:57:49,098 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.02167272567749, vorherige Leistung[W]: -457, aktuelle Leistung[W]: -465.79999999999995
2022-06-09 08:57:49,099 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"data":[{"ID":0,"current":98.160000,"percent":0.193873,"reduce":510.000000},{"ID":1,"current":97.790000,"percent":0.193143,"reduce":510.000000},{"ID":2,"current":89.240000,"percent":0.176256,"reduce":510.000000},{"ID":3,"current":103.260000,"percent":0.203946,"reduce":510.000000},{"ID":4,"current":107.860000,"percent":0.213032,"reduce":510.000000},{"ID":1000,"current":-999.000000,"percent":0.000000}]}
2022-06-09 08:57:49,100 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: -4623.999795627594
2022-06-09 08:57:49,885 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.151:80 "GET /cm?cmnd=status%208 HTTP/1.1" 200 None
2022-06-09 08:57:49,886 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 162794542, Einspeisung[Ws]: 424885590.9997956
2022-06-09 08:57:50,658 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"StatusSNS":{"Time":"2022-06-09T07:57:49","ENERGY":{"TotalStartTime":"2021-08-15T19:55:58","Total":450.625,"Yesterday":2.843,"Today":0.084,"Power":95,"ApparentPower":99,"ReactivePower":31,"Factor":0.95,"Voltage":235,"Current":0.422}}}
2022-06-09 08:57:50,661 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-496.31, counter=10)
2022-06-09 08:57:50,668 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 45220.70611111111, Einspeisung[Wh]: 118023.775277721
2022-06-09 08:57:52,179 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-95.0, counter=450625)
2022-06-09 08:57:52,181 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 162794542 Export: 424885590.9997956 Power: -465.79999999999995
2022-06-09 08:57:52,192 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[234.5, 234.0, 233.9], powers=[-305.7, 281.6, -441.7], currents=[-1.496, 1.214, -2.041], power_factors=[0.0, 0.0, 0.0], imported=45220.70611111111, exported=118023.775277721, power=-465.79999999999995, frequency=50.0)
2022-06-09 08:57:52,752 - {control.counter:395} - DEBUG - 25000W EVU-Leistung, die noch bezogen werden kann.
2022-06-09 08:57:52,761 - {control.chargepoint:519} - DEBUG - Lademodus beschränkt die nutzbaren Phasen auf 1
2022-06-09 08:57:52,761 - {control.chargepoint:533} - INFO - Phasenumschaltung an Ladepunkt5 wird durch die Hardware nicht unterstützt.
2022-06-09 08:57:52,762 - {control.ev:238} - DEBUG - Änderung der Sollstromstärke :True, Änderung des Lademodus :False
2022-06-09 08:57:52,763 - {control.prepare:235} - DEBUG - LP5: Da sich die Stromstärke geändert hat, muss der Ladepunkt im Algorithmus neu priorisiert werden.
2022-06-09 08:57:52,764 - {control.pv:343} - DEBUG - reserved_evu_overhang 10 0
2022-06-09 08:57:52,781 - {control.prepare:281} - DEBUG - LP 5, EV: i3_60Ah (EV-Nr.1): Theoretisch benötigter Strom 1A, Lademodus pv_charging, Submodus: pv_charging, Phasen: 0, Priorität: True, max. Ist-Strom: 0
2022-06-09 08:57:52,789 - {control.pv:90} - DEBUG - 580.8W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-09 08:57:52,791 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2022-06-09 08:57:52,794 - {control.data:268} - DEBUG - all
{'get': {'daily_imported': 0.0, 'daily_exported': 0, 'power': 0, 'imported': 1925.22, 'exported': 0}}
2022-06-09 08:57:52,796 - {control.data:268} - DEBUG - cp5
{'set': {'charging_ev': 1, 'charging_ev_prev': -1, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '06/08/2022, 17:20:52', 'rfid': None, 'manual_lock': False, 'loadmanagement_available': True, 'required_power': 0, 'log': {'imported_at_plugtime': 1923.76, 'timestamp_start_charging': '06/08/2022, 20:33:03', 'imported_at_mode_switch': 1925.18, 'imported_since_mode_switch': 0.03999999999996362, 'imported_since_plugged': 1.4600000000000364, 'range_charged': 0.0001999999999998181, 'time_charged': '0:01', 'chargemode_log_entry': 'pv_charging'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 0, 'charging_ev_data': <control.ev.Ev object at 0x7304a550>}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 0.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': False, 'power': 0, 'imported': 1925.22, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 0.0001999999999998181, 'range_unit': 'km'}, 'info': {'id': 1, 'name': 'i3_60Ah'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': True, 'current_plan': None, 'average_consumption': 20}}, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'state_str': None, 'voltages': [234.04, 233.74, 233.28], 'currents': [0, 0, 0], 'phases_in_use': 0, 'power_factors': [0.0, 0.0, 0.0]}, 'config': {'name': 'smartWB WLAN', 'type': 'smartwb', 'ev': 1, 'template': 0, 'connected_phases': 3, 'phase_1': 0, 'auto_phase_switch_hw': False, 'control_pilot_interruption_hw': True, 'id': 5, 'connection_module': {'type': 'smartwb', 'name': 'smartWB / EVSE-Wifi (>= v1.x.x/v2.x.x)', 'configuration': {'ip_address': '192.168.110.145', 'timeout': 1}}, 'power_module': {}}}
2022-06-09 08:57:52,797 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {'0': {'name': 'Standard Autolock-Plan', 'frequency': {'selected': 'daily', 'once': ['2021-11-01', '2021-11-05'], 'weekly': [False, False, False, False, False, False, False]}, 'time': ['07:00', '16:00'], 'active': False}}}, 'rfid_enabling': False, 'valid_tags': []}
2022-06-09 08:57:52,798 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 125, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 1346.8470319732733}, 'get': {'hierarchy': [{'id': 0, 'type': 'counter', 'children': [{'id': 5, 'type': 'cp', 'children': []}, {'id': 7, 'type': 'inverter', 'children': []}, {'id': 10, 'type': 'inverter', 'children': []}]}]}}
2022-06-09 08:57:52,799 - {control.data:268} - DEBUG - counter0
{'set': {'consumption_left': 25000, 'currents_used': [-1.5, 1.21, -2.04]}, 'get': {'daily_exported': 260.407956502866, 'daily_imported': 1527.2549884761393, 'voltages': [234.5, 234.0, 233.9], 'currents': [-1.5, 1.21, -2.04], 'powers': [-305.7, 281.6, -441.7], 'power_factors': [0.0, 0.0, 0.0], 'imported': 45220.70611111111, 'exported': 118023.775277721, 'power': -465.79999999999995, 'frequency': 50.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 25000}}
2022-06-09 08:57:52,799 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': True, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 8, 'limit': {'selected': 'none', 'soc': 50, 'amount': 50000}}}}
2022-06-09 08:57:52,800 - {control.data:268} - DEBUG - ct1
{'name': 'Ladeprofil normal', 'disable_after_unplug': False, 'prio': True, 'load_default': False, 'time_charging': {'active': False, 'plans': {'1': {'name': 'Zeitladen-Standard', 'active': False, 'time': ['06:00', '07:00'], 'current': 16, 'frequency': {'selected': 'daily', 'once': ['2021-11-01', '2021-11-05'], 'weekly': [False, False, False, False, False, False, False]}}}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 12, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {'1': {'name': 'Zielladen-Standard', 'active': False, 'time': '07:00', 'limit': {'selected': 'amount', 'soc': 50, 'amount': 10000}, 'frequency': {'selected': 'daily', 'once': ['2021-11-01'], 'weekly': [False, False, False, False, False, False, False]}}}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'amount', 'soc': 100, 'amount': 6000}}}}
2022-06-09 08:57:52,801 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}}, 'control_parameter': {'required_current': 0, 'phases': 0, 'prio': True, 'timestamp_switch_on_off': '06/06/2022, 10:50:52', 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-06-09 08:57:52,803 - {control.data:268} - DEBUG - ev1
{'set': {'ev_template': {'name': 'i3_1p', 'max_current_multi_phases': 16, 'max_phases': 1, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 16, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}}, 'control_parameter': {'required_current': 1, 'phases': 0, 'prio': True, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 1.4100000000000819, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'i3_60Ah', 'tag_id': [], 'get': {'soc': 0}}
2022-06-09 08:57:52,804 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}
2022-06-09 08:57:52,804 - {control.data:268} - DEBUG - et1
{'name': 'i3_1p', 'max_current_multi_phases': 16, 'max_phases': 1, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 16, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}
2022-06-09 08:57:52,805 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': False, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [0, 230], 'switch_off_threshold': 0, 'switch_off_delay': 60, 'switch_on_delay': 30, 'switch_on_threshold': 800, 'feed_in_yield': 0, 'phase_switch_delay': 7, 'phases_to_use': 1}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 1}, 'individual_mode': True, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.3, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-06-09 08:57:52,805 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-06-09 08:57:52,806 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-06-09 08:57:52,811 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': 580.8, 'available_power': 580.8, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -591.31, 'counter': 450635, 'daily_yield': 81, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-06-09 08:57:52,812 - {control.data:268} - DEBUG - pv7
{'get': {'daily_yield': 0, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -496.31, 'counter': 10, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 5000}}
2022-06-09 08:57:52,813 - {control.data:268} - DEBUG - pv10
{'get': {'daily_yield': 81, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -95.0, 'counter': 450625, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 5000}}
2022-06-09 08:57:52,813 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.110.51', 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.003', 'lastlivevaluesJson': {'timestamp': 1654757862, 'time': '08:57:42', 'grid': -0.457, 'house-power': 0.132, 'charging-all': 0.0, 'pv-all': -0.587, 'cp5-power': 0.0}}
2022-06-09 08:57:52,814 - {control.data:255} - DEBUG - 

2022-06-09 08:57:52,814 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-06-09 08:57:52,815 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] -465.79999999999995, Ströme[A] [-1.5, 1.21, -2.04]
2022-06-09 08:57:52,815 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-06-09 08:57:52,817 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-06-09 08:57:52,819 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-06-09 08:57:52,824 - {control.algorithm:600} - DEBUG - Zuteilung für Ladepunkte [5] in Lademodus pv_charging Submodus pv_charging Prio True
2022-06-09 08:57:52,828 - {control.pv:182} - INFO - LP 5: Die Ladung wird gestartet, sobald nach 30s die Einschaltverzögerung abgelaufen ist.
2022-06-09 08:57:52,832 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-06-09 08:57:52,835 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen.
2022-06-09 08:57:52,840 - {control.process:22} - DEBUG - # Ladung starten.
2022-06-09 08:57:52,843 - {helpermodules.setdata:295} - ERROR - Payload ungültig: Topic openWB/set/vehicle/1/control_parameter/required_current, Payload 1 liegt in keinem der angegebenen Wertebereiche.
2022-06-09 08:57:52,844 - {control.process:94} - ERROR - Reservierte Leistung kann am Algorithmus-Ende nicht 0 sein.
2022-06-09 08:57:52,851 - {control.process:107} - INFO - LP5: set current 0 A
2022-06-09 08:57:52,859 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-09 08:57:52,883 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.145:80
2022-06-09 08:57:52,910 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.145:80 "GET /setCurrent?current=0 HTTP/1.1" 200 29
2022-06-09 08:57:52,913 - {soc.modules.common.req:11} - DEBUG - Get-Response: S0_set current to given value
2022-06-09 08:57:52,928 - {control.pv:437} - DEBUG - 580.8W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-09 08:57:52,932 - {control.counter:414} - DEBUG - 25000W verbleibende EVU-Bezugs-Leistung
2022-06-09 08:57:58,944 - {root:45} - INFO - # ***Start*** 
2022-06-09 08:57:58,955 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-09 08:57:58,956 - {modules.carlo_gavazzi.device:51} - DEBUG - Start device reading {'component0': <modules.carlo_gavazzi.counter.CarloGavazziCounter object at 0x74490550>}
2022-06-09 08:57:58,968 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Carlo Gavazzi Zähler']
2022-06-09 08:57:58,967 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.145:80
2022-06-09 08:57:58,968 - {modules.json.device:99} - DEBUG - Start device reading {'component10': <modules.json.inverter.JsonInverter object at 0x74cff1d8>}
2022-06-09 08:57:58,964 - {modules.json.device:99} - DEBUG - Start device reading {'component7': <modules.json.inverter.JsonInverter object at 0x74cff058>}
2022-06-09 08:57:58,974 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Json Wechselrichter']
2022-06-09 08:57:58,972 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Json Wechselrichter']
2022-06-09 08:57:58,986 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.10:3038
2022-06-09 08:57:58,994 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.151:80
2022-06-09 08:57:58,996 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.145:80 "GET /getParameters HTTP/1.1" 200 403
2022-06-09 08:57:59,006 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"type":"parameters","list":[{"vehicleState":2,"evseState":false,"maxCurrent":20,"actualCurrent":0,"actualCurrentMA":0,"actualPower":0,"duration":93000,"alwaysActive":true,"lastActionUser":"API","lastActionUID":"API","energy":0.05,"mileage":0.2,"meterReading":1925.22,"currentP1":0,"currentP2":0,"currentP3":0,"voltageP1":234.058,"voltageP2":233.8473,"voltageP3":233.2894,"useMeter":true,"RFIDUID":""}]}
2022-06-09 08:57:59,075 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 162794542Ws, Export-Zähler: 424885590Ws
2022-06-09 08:57:59,079 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]9.978621006011963, vorherige Leistung[W]: -465, aktuelle Leistung[W]: -468.70000000000005
2022-06-09 08:57:59,080 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: -4658.519216656685
2022-06-09 08:57:59,080 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 162794542, Einspeisung[Ws]: 424890248.51921666
2022-06-09 08:57:59,081 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 45220.70611111111, Einspeisung[Wh]: 118025.06903311574
2022-06-09 08:57:59,081 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 162794542 Export: 424890248.51921666 Power: -468.70000000000005
2022-06-09 08:57:59,083 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[234.8, 234.1, 233.9], powers=[-306.1, 281.7, -444.3], currents=[-1.492, 1.212, -2.058], power_factors=[0.0, 0.0, 0.0], imported=45220.70611111111, exported=118025.06903311574, power=-468.70000000000005, frequency=50.0)
2022-06-09 08:57:59,110 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.10:3038 "GET /?CMD=CURRENT&DEV=ALL HTTP/1.1" 200 None
2022-06-09 08:57:59,113 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"data":[{"ID":0,"current":101.830000,"percent":0.198604,"reduce":510.000000},{"ID":1,"current":98.590000,"percent":0.192284,"reduce":510.000000},{"ID":2,"current":91.180000,"percent":0.177832,"reduce":510.000000},{"ID":3,"current":102.530000,"percent":0.199969,"reduce":510.000000},{"ID":4,"current":108.600000,"percent":0.211807,"reduce":510.000000},{"ID":1000,"current":-999.000000,"percent":0.000000}]}
2022-06-09 08:58:01,204 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.151:80 "GET /cm?cmnd=status%208 HTTP/1.1" 200 None
2022-06-09 08:58:01,213 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-502.73, counter=10)
2022-06-09 08:58:01,215 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"StatusSNS":{"Time":"2022-06-09T07:58:00","ENERGY":{"TotalStartTime":"2021-08-15T19:55:58","Total":450.625,"Yesterday":2.843,"Today":0.085,"Power":96,"ApparentPower":99,"ReactivePower":23,"Factor":0.97,"Voltage":236,"Current":0.420}}}
2022-06-09 08:58:02,634 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-96.0, counter=450625)
2022-06-09 08:58:03,178 - {control.counter:395} - DEBUG - 25000W EVU-Leistung, die noch bezogen werden kann.
2022-06-09 08:58:03,185 - {control.chargepoint:519} - DEBUG - Lademodus beschränkt die nutzbaren Phasen auf 1
2022-06-09 08:58:03,186 - {control.chargepoint:533} - INFO - Phasenumschaltung an Ladepunkt5 wird durch die Hardware nicht unterstützt.
2022-06-09 08:58:03,186 - {control.ev:238} - DEBUG - Änderung der Sollstromstärke :True, Änderung des Lademodus :False
2022-06-09 08:58:03,187 - {control.prepare:235} - DEBUG - LP5: Da sich die Stromstärke geändert hat, muss der Ladepunkt im Algorithmus neu priorisiert werden.
2022-06-09 08:58:03,190 - {control.pv:343} - DEBUG - reserved_evu_overhang 10 0
2022-06-09 08:58:03,198 - {control.prepare:281} - DEBUG - LP 5, EV: i3_60Ah (EV-Nr.1): Theoretisch benötigter Strom 1A, Lademodus pv_charging, Submodus: pv_charging, Phasen: 0, Priorität: True, max. Ist-Strom: 0
2022-06-09 08:58:03,201 - {control.pv:90} - DEBUG - 583.7W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-09 08:58:03,207 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2022-06-09 08:58:03,208 - {control.data:268} - DEBUG - all
{'get': {'daily_imported': 0.0, 'daily_exported': 0, 'power': 0, 'imported': 1925.22, 'exported': 0}}
2022-06-09 08:58:03,209 - {control.data:268} - DEBUG - cp5
{'set': {'charging_ev': 1, 'charging_ev_prev': -1, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '06/08/2022, 17:20:52', 'rfid': None, 'manual_lock': False, 'loadmanagement_available': True, 'required_power': 0, 'log': {'imported_at_plugtime': 1923.76, 'timestamp_start_charging': '06/08/2022, 20:33:03', 'imported_at_mode_switch': 1925.18, 'imported_since_mode_switch': 0.03999999999996362, 'imported_since_plugged': 1.4600000000000364, 'range_charged': 0.0001999999999998181, 'time_charged': '0:01', 'chargemode_log_entry': 'pv_charging'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 0, 'charging_ev_data': <control.ev.Ev object at 0x73063238>}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 0.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': False, 'power': 0, 'imported': 1925.22, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 0.0001999999999998181, 'range_unit': 'km'}, 'info': {'id': 1, 'name': 'i3_60Ah'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': True, 'current_plan': None, 'average_consumption': 20}}, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'state_str': None, 'voltages': [234.06, 233.85, 233.29], 'currents': [0, 0, 0], 'phases_in_use': 0, 'power_factors': [0.0, 0.0, 0.0]}, 'config': {'name': 'smartWB WLAN', 'type': 'smartwb', 'ev': 1, 'template': 0, 'connected_phases': 3, 'phase_1': 0, 'auto_phase_switch_hw': False, 'control_pilot_interruption_hw': True, 'id': 5, 'connection_module': {'type': 'smartwb', 'name': 'smartWB / EVSE-Wifi (>= v1.x.x/v2.x.x)', 'configuration': {'ip_address': '192.168.110.145', 'timeout': 1}}, 'power_module': {}}}
2022-06-09 08:58:03,210 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {'0': {'name': 'Standard Autolock-Plan', 'frequency': {'selected': 'daily', 'once': ['2021-11-01', '2021-11-05'], 'weekly': [False, False, False, False, False, False, False]}, 'time': ['07:00', '16:00'], 'active': False}}}, 'rfid_enabling': False, 'valid_tags': []}
2022-06-09 08:58:03,210 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 130, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 1346.8470319732733}, 'get': {'hierarchy': [{'id': 0, 'type': 'counter', 'children': [{'id': 5, 'type': 'cp', 'children': []}, {'id': 7, 'type': 'inverter', 'children': []}, {'id': 10, 'type': 'inverter', 'children': []}]}]}}
2022-06-09 08:58:03,212 - {control.data:268} - DEBUG - counter0
{'set': {'consumption_left': 25000, 'currents_used': [-1.49, 1.21, -2.06]}, 'get': {'daily_exported': 260.407956502866, 'daily_imported': 1527.2549884761393, 'voltages': [234.8, 234.1, 233.9], 'currents': [-1.49, 1.21, -2.06], 'powers': [-306.1, 281.7, -444.3], 'power_factors': [0.0, 0.0, 0.0], 'imported': 45220.70611111111, 'exported': 118025.06903311574, 'power': -468.70000000000005, 'frequency': 50.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 25000}}
2022-06-09 08:58:03,213 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': True, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 8, 'limit': {'selected': 'none', 'soc': 50, 'amount': 50000}}}}
2022-06-09 08:58:03,214 - {control.data:268} - DEBUG - ct1
{'name': 'Ladeprofil normal', 'disable_after_unplug': False, 'prio': True, 'load_default': False, 'time_charging': {'active': False, 'plans': {'1': {'name': 'Zeitladen-Standard', 'active': False, 'time': ['06:00', '07:00'], 'current': 16, 'frequency': {'selected': 'daily', 'once': ['2021-11-01', '2021-11-05'], 'weekly': [False, False, False, False, False, False, False]}}}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 12, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {'1': {'name': 'Zielladen-Standard', 'active': False, 'time': '07:00', 'limit': {'selected': 'amount', 'soc': 50, 'amount': 10000}, 'frequency': {'selected': 'daily', 'once': ['2021-11-01'], 'weekly': [False, False, False, False, False, False, False]}}}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'amount', 'soc': 100, 'amount': 6000}}}}
2022-06-09 08:58:03,214 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}}, 'control_parameter': {'required_current': 0, 'phases': 0, 'prio': True, 'timestamp_switch_on_off': '06/06/2022, 10:50:52', 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-06-09 08:58:03,215 - {control.data:268} - DEBUG - ev1
{'set': {'ev_template': {'name': 'i3_1p', 'max_current_multi_phases': 16, 'max_phases': 1, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 16, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}}, 'control_parameter': {'required_current': 1, 'phases': 0, 'prio': True, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 1.4100000000000819, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'i3_60Ah', 'tag_id': [], 'get': {'soc': 0}}
2022-06-09 08:58:03,218 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}
2022-06-09 08:58:03,221 - {control.data:268} - DEBUG - et1
{'name': 'i3_1p', 'max_current_multi_phases': 16, 'max_phases': 1, 'phase_switch_pause': 2, 'prevent_phase_switch': False, 'prevent_charge_stop': False, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 16, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}
2022-06-09 08:58:03,222 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': False, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [0, 230], 'switch_off_threshold': 0, 'switch_off_delay': 60, 'switch_on_delay': 30, 'switch_on_threshold': 800, 'feed_in_yield': 0, 'phase_switch_delay': 7, 'phases_to_use': 1}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 1}, 'individual_mode': True, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.3, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-06-09 08:58:03,222 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-06-09 08:58:03,223 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-06-09 08:58:03,223 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': 583.7, 'available_power': 583.7, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -591.31, 'counter': 450635, 'daily_yield': 81, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-06-09 08:58:03,223 - {control.data:268} - DEBUG - pv7
{'get': {'daily_yield': 0, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -502.73, 'counter': 10, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 5000}}
2022-06-09 08:58:03,224 - {control.data:268} - DEBUG - pv10
{'get': {'daily_yield': 81, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -96.0, 'counter': 450625, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 5000}}
2022-06-09 08:58:03,224 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.110.51', 'dataprotection_acknowledged': False, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.003', 'lastlivevaluesJson': {'timestamp': 1654757872, 'time': '08:57:52', 'grid': -0.466, 'house-power': 0.125, 'charging-all': 0.0, 'pv-all': -0.591, 'cp5-power': 0.0}}
2022-06-09 08:58:03,225 - {control.data:255} - DEBUG - 

2022-06-09 08:58:03,228 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-06-09 08:58:03,229 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] -468.70000000000005, Ströme[A] [-1.49, 1.21, -2.06]
2022-06-09 08:58:03,229 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-06-09 08:58:03,231 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-06-09 08:58:03,233 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-06-09 08:58:03,235 - {control.algorithm:600} - DEBUG - Zuteilung für Ladepunkte [5] in Lademodus pv_charging Submodus pv_charging Prio True
2022-06-09 08:58:03,237 - {control.pv:182} - INFO - LP 5: Die Ladung wird gestartet, sobald nach 30s die Einschaltverzögerung abgelaufen ist.
2022-06-09 08:58:03,240 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-06-09 08:58:03,241 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen.
2022-06-09 08:58:03,245 - {control.process:22} - DEBUG - # Ladung starten.
2022-06-09 08:58:03,246 - {control.process:94} - ERROR - Reservierte Leistung kann am Algorithmus-Ende nicht 0 sein.
2022-06-09 08:58:03,247 - {control.process:107} - INFO - LP5: set current 0 A
2022-06-09 08:58:03,248 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-09 08:58:03,268 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.110.145:80
2022-06-09 08:58:03,272 - {helpermodules.setdata:295} - ERROR - Payload ungültig: Topic openWB/set/vehicle/1/control_parameter/required_current, Payload 1 liegt in keinem der angegebenen Wertebereiche.
2022-06-09 08:58:03,295 - {urllib3.connectionpool:452} - DEBUG - http://192.168.110.145:80 "GET /setCurrent?current=0 HTTP/1.1" 200 29
2022-06-09 08:58:03,300 - {soc.modules.common.req:11} - DEBUG - Get-Response: S0_set current to given value
2022-06-09 08:58:03,317 - {control.pv:437} - DEBUG - 583.7W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-09 08:58:03,319 - {control.counter:414} - DEBUG - 25000W verbleibende EVU-Bezugs-Leistung
2022-06-09 08:58:08,944 - {root:45} - INFO - # ***Start*** 
Was machen wir mit den "weiteren Punkten" hier?
viewtopic.php?p=66299#p66299
Habt Ihr diese auf der todo?

VG
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Feedback 2.0 Alpha 3

Beitrag von LenaK »

mrinas hat geschrieben: Mi Jun 08, 2022 3:11 pm So, einen hab' ich dann doch wieder gefunden. Der Tagesertrag der beiden SMA Wechselrichter ist heute auf 3214Wh stecken geblieben. Letzter Reboot war heute morgen irgendwann. Tatsächliche Tagesproduktion liegt um die 30kWh.

Code: Alles auswählen

2022-06-08 17:07:40,887 - {root:45} - INFO - # ***Start*** 
2022-06-08 17:07:40,900 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:40,902 - {modules.sma_shm.device:50} - DEBUG - Beginning update
2022-06-08 17:07:40,904 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0']
2022-06-08 17:07:40,905 - {modules.json.device:99} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x74ccc388>}
2022-06-08 17:07:40,908 - {modules.json.device:99} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x74ccc460>}
2022-06-08 17:07:40,910 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe']
2022-06-08 17:07:40,912 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner']
2022-06-08 17:07:40,914 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component18': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x7557a208>}
2022-06-08 17:07:40,929 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.81:80
2022-06-08 17:07:40,930 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component19': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x74cbb310>}
2022-06-08 17:07:40,933 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.209:80
2022-06-08 17:07:40,934 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Haus']
2022-06-08 17:07:40,934 - {modules.http.device:99} - DEBUG - Start device reading {'component21': <modules.http.counter.HttpCounter object at 0x74ccc028>}
2022-06-08 17:07:40,941 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Garage']
2022-06-08 17:07:40,945 - {modules.json.device:99} - DEBUG - Start device reading {'component22': <modules.json.counter.JsonCounter object at 0x74ccc358>}
2022-06-08 17:07:40,951 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1 (Garage)']
2022-06-08 17:07:40,956 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 119
2022-06-08 17:07:40,957 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Waschmaschine']
2022-06-08 17:07:40,961 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0']
2022-06-08 17:07:40,978 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":1.06,"overpower":0.00,"is_valid":true,"timestamp":1654708061,"counters":[1.100, 1.134, 1.125],"total":1797900}
2022-06-08 17:07:40,980 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:40,983 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:40,996 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.208:80
2022-06-08 17:07:40,997 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[228.244, 229.939, 228.322], powers=[1567.4, -1840.3, 117.8], currents=[7.136, -8.105, 0.757], power_factors=[1.0, 0.997, 0.916], imported=32564472.6, exported=72227007.3, power=-155.1, frequency=None)
2022-06-08 17:07:41,438 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 3887730Ws, Export-Zähler: 0Ws
2022-06-08 17:07:41,439 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2108, counter=540919)
2022-06-08 17:07:41,442 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":2.42,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:41,445 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2022-06-08 17:07:41,451 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.004535913467407, vorherige Leistung[W]: 1, aktuelle Leistung[W]: 1.06
2022-06-08 17:07:41,864 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4495.068
2022-06-08 17:07:41,865 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.208:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:41,867 - {modules.sma_shm.device:67} - DEBUG - All components updated
2022-06-08 17:07:41,868 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 22933417Ws, Export-Zähler: 0Ws
2022-06-08 17:07:41,869 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 10.30467199087143
2022-06-08 17:07:41,870 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2101, counter=38809536)
2022-06-08 17:07:41,873 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwh 4495.068
2022-06-08 17:07:41,877 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:41,877 - {modules.sma_shm.device:58} - DEBUG - Update complete
2022-06-08 17:07:41,880 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 3887740.3046719907, Einspeisung[Ws]: 0
2022-06-08 17:07:41,886 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]9.993001937866211, vorherige Leistung[W]: 2, aktuelle Leistung[W]: 2.42
2022-06-08 17:07:41,891 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,267 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 21366011Ws, Export-Zähler: 0Ws
2022-06-08 17:07:42,269 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 1079.9278624088863, Einspeisung[Wh]: 0.0
2022-06-08 17:07:42,272 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 22.084534282684327
2022-06-08 17:07:42,276 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 3887740.3046719907 Export: 0 Power: 1.06
2022-06-08 17:07:42,276 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]9.925183296203613, vorherige Leistung[W]: 0, aktuelle Leistung[W]: 0
2022-06-08 17:07:42,277 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 22933439.084534284, Einspeisung[Ws]: 0
2022-06-08 17:07:42,280 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=1079.9278624088863, exported=0.0, power=1.06, frequency=50)
2022-06-08 17:07:42,282 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 0.0
2022-06-08 17:07:42,284 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 6370.399745703968, Einspeisung[Wh]: 0.0
2022-06-08 17:07:42,289 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 21366011.0, Einspeisung[Ws]: 0
2022-06-08 17:07:42,290 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 22933439.084534284 Export: 0 Power: 2.42
2022-06-08 17:07:42,292 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 4
2022-06-08 17:07:42,304 - {soc.modules.common.req:11} - DEBUG - Get-Response: 3483
2022-06-08 17:07:42,302 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=6370.399745703968, exported=0.0, power=2.42, frequency=50)
2022-06-08 17:07:42,305 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llaktuell 3483
2022-06-08 17:07:42,296 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 5935.003055555556, Einspeisung[Wh]: 0.0
2022-06-08 17:07:42,329 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,336 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 21366011.0 Export: 0 Power: 0
2022-06-08 17:07:42,340 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=5935.003055555556, exported=0.0, power=0, frequency=50)
2022-06-08 17:07:42,347 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 4
2022-06-08 17:07:42,348 - {soc.modules.common.req:11} - DEBUG - Get-Response: 15.6
2022-06-08 17:07:42,349 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla1 15.6
2022-06-08 17:07:42,354 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,363 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2022-06-08 17:07:42,364 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:42,365 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla2 0.1
2022-06-08 17:07:42,371 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:42,376 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2022-06-08 17:07:42,379 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:42,380 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla3 0.1
2022-06-08 17:07:42,382 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[3588.0, 23.0, 23.0], currents=[15.6, 0.1, 0.1], power_factors=[0.0, 0.0, 0.0], imported=4495.068, exported=0, power=3483.0, frequency=50)
2022-06-08 17:07:42,909 - {control.counter:395} - DEBUG - 24000W EVU-Leistung, die noch bezogen werden kann.
2022-06-08 17:07:42,913 - {control.ev:85} - DEBUG - EV 3 zurückgesetzt.
2022-06-08 17:07:42,925 - {control.prepare:297} - INFO - LP 13: Keine Ladung, da der Ladepunkt manuell gesperrt wurde.
2022-06-08 17:07:42,929 - {control.pv:90} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:42,932 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2022-06-08 17:07:42,932 - {control.data:268} - DEBUG - all
{'get': {'daily_imported': 869.0, 'daily_exported': 0, 'power': 0, 'imported': 2594557.0, 'exported': 0}}
2022-06-08 17:07:42,934 - {control.data:268} - DEBUG - cp13
{'set': {'charging_ev': -1, 'charging_ev_prev': 3, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '06/08/2022, 13:39:42', 'rfid': None, 'manual_lock': True, 'loadmanagement_available': True, 'required_power': 1380, 'log': {'imported_at_plugtime': 2594197.0, 'timestamp_start_charging': None, 'imported_at_mode_switch': 2594557.0, 'imported_since_mode_switch': 0, 'imported_since_plugged': 360.0, 'range_charged': 0, 'time_charged': '00:00', 'chargemode_log_entry': '_'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 1}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 869.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': False, 'power': 0, 'imported': 2594557.0, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 0, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': False, 'current_plan': None, 'average_consumption': 20}}, 'state_str': 'Keine Ladung, da der Ladepunkt manuell gesperrt wurde.', 'phases_in_use': 1, 'currents': [0.0, 0.0, 0.0], 'voltages': [233.6, 228.4, 224.6], 'daily_yield': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 2, 'auto_phase_switch_hw': True, 'control_pilot_interruption_hw': True, 'id': 13, 'connection_module': {'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, 'power_module': {}}}
2022-06-08 17:07:42,934 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []}
2022-06-08 17:07:42,935 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 567, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 5667.600000005215}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 18, 'type': 'inverter', 'children': []}, {'id': 19, 'type': 'inverter', 'children': []}, {'id': 21, 'type': 'counter', 'children': []}, {'id': 22, 'type': 'counter', 'children': []}]}]}}
2022-06-08 17:07:42,935 - {control.data:268} - DEBUG - counter7
{'set': {'consumption_left': 24000, 'currents_used': [7.14, -8.11, 0.76]}, 'get': {'daily_exported': 785.5999999940395, 'daily_imported': 4111.199999999255, 'voltages': [228.24, 229.94, 228.32], 'currents': [7.14, -8.11, 0.76], 'powers': [1567.4, -1840.3, 117.8], 'power_factors': [1.0, 1.0, 0.92], 'imported': 32564472.6, 'exported': 72227007.3, 'power': -155.1, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2022-06-08 17:07:42,936 - {control.data:268} - DEBUG - counter14
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 13.080359275207911, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 1079.9278624088863, 'exported': 0.0, 'power': 1.06, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - counter15
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 1008.9320236307103, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 6370.399745703968, 'power': 2.42, 'frequency': 50, 'exported': 0.0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - counter21
{'set': {'currents_used': [15.6, 0.1, 0.1]}, 'get': {'daily_exported': 0, 'daily_imported': 0.9629999999997381, 'voltages': [230.0, 230.0, 230.0], 'currents': [15.6, 0.1, 0.1], 'powers': [3588.0, 23.0, 23.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 4495.068, 'exported': 0, 'power': 3483.0, 'frequency': 50, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - counter22
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 8.284373492107079, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 5935.003055555556, 'exported': 0.0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:42,937 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 6, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'none', 'soc': 50, 'amount': 22}}}}
2022-06-08 17:07:42,938 - {control.data:268} - DEBUG - ct1
{'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 29, 'limit': {'selected': 'none', 'soc': 85, 'amount': 10}}}}
2022-06-08 17:07:42,938 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': True, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:42,938 - {control.data:268} - DEBUG - ev3
{'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}}, 'control_parameter': {'required_current': 0, 'phases': 1, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:42,939 - {control.data:268} - DEBUG - ev4
{'set': {}, 'control_parameter': {'required_current': 0, 'phases': 0, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 0, 'ev_template': 0, 'name': 'Tesla2', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:42,940 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:42,940 - {control.data:268} - DEBUG - et1
{'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': True, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-230, 0], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1300, 'feed_in_yield': 0, 'phase_switch_delay': 8, 'phases_to_use': 0}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': True, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.23, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-06-08 17:07:42,941 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': 0, 'available_power': 0, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -4199, 'counter': 39350449, 'daily_yield': 3214, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-06-08 17:07:42,942 - {control.data:268} - DEBUG - pv18
{'get': {'daily_yield': 1597, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2101, 'counter': 38809536, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:42,942 - {control.data:268} - DEBUG - pv19
{'get': {'daily_yield': 1617, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2108, 'counter': 540919, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:42,943 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.178.99', 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'lastlivevaluesJson': {'timestamp': 1654700853, 'time': '17:07:33', 'grid': -0.148, 'counter14-power': 0.001, 'counter15-power': 0.002, 'counter21-power': 3.465, 'counter22-power': 0.0, 'house-power': 0.581, 'charging-all': 0.0, 'pv-all': 4.204, 'cp13-power': 0.0}, 'version': '1.99.003'}
2022-06-08 17:07:42,943 - {control.data:255} - DEBUG - 

2022-06-08 17:07:42,943 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-06-08 17:07:42,944 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] -155.1, Ströme[A] [7.14, -8.11, 0.76]
2022-06-08 17:07:42,944 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-06-08 17:07:42,946 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-06-08 17:07:42,947 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-06-08 17:07:42,948 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-06-08 17:07:42,948 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen.
2022-06-08 17:07:42,951 - {control.process:22} - DEBUG - # Ladung starten.
2022-06-08 17:07:42,954 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:42,971 - {control.pv:437} - DEBUG - 0W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:42,972 - {control.counter:414} - DEBUG - 24000W verbleibende EVU-Bezugs-Leistung
2022-06-08 17:07:50,893 - {root:45} - INFO - # ***Start*** 
2022-06-08 17:07:50,905 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:50,906 - {modules.sma_shm.device:50} - DEBUG - Beginning update
2022-06-08 17:07:50,908 - {modules.json.device:99} - DEBUG - Start device reading {'component14': <modules.json.counter.JsonCounter object at 0x74ccc388>}
2022-06-08 17:07:50,910 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0']
2022-06-08 17:07:50,911 - {modules.json.device:99} - DEBUG - Start device reading {'component15': <modules.json.counter.JsonCounter object at 0x74ccc460>}
2022-06-08 17:07:50,913 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component18': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x7557a208>}
2022-06-08 17:07:50,914 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Pumpe']
2022-06-08 17:07:50,916 - {modules.sma_modbus_tcp.device:63} - DEBUG - Start device reading {'component19': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x74cbb310>}
2022-06-08 17:07:50,917 - {modules.http.device:99} - DEBUG - Start device reading {'component21': <modules.http.counter.HttpCounter object at 0x74ccc028>}
2022-06-08 17:07:50,920 - {modules.json.device:99} - DEBUG - Start device reading {'component22': <modules.json.counter.JsonCounter object at 0x74ccc358>}
2022-06-08 17:07:50,922 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Trockner']
2022-06-08 17:07:50,923 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Haus']
2022-06-08 17:07:50,935 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.81:80
2022-06-08 17:07:50,936 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['WR Garage']
2022-06-08 17:07:50,938 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['LP1 (Garage)']
2022-06-08 17:07:50,939 - {soc.modules.common.component_context:50} - DEBUG - Update Komponenten ['Waschmaschine']
2022-06-08 17:07:50,947 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.209:80
2022-06-08 17:07:50,961 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0']
2022-06-08 17:07:50,971 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:50,977 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.208:80
2022-06-08 17:07:50,980 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 119
2022-06-08 17:07:50,981 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[228.45, 229.584, 228.447], powers=[1538.5, -1013.2, 118.6], currents=[7.013, -4.595, 0.759], power_factors=[1.0, 0.991, 0.916], imported=32564473.099999998, exported=72227007.6, power=643.9, frequency=None)
2022-06-08 17:07:50,988 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":1.05,"overpower":0.00,"is_valid":true,"timestamp":1654708071,"counters":[1.100, 1.134, 1.125],"total":1797900}
2022-06-08 17:07:51,461 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:51,463 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":2.42,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:51,886 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2022-06-08 17:07:51,888 - {soc.modules.common.req:11} - DEBUG - Get-Response: 4495.078
2022-06-08 17:07:51,888 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwh 4495.078
2022-06-08 17:07:51,890 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 22933439Ws, Export-Zähler: 0Ws
2022-06-08 17:07:51,892 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 3887740Ws, Export-Zähler: 0Ws
2022-06-08 17:07:51,895 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.45389437675476, vorherige Leistung[W]: 1, aktuelle Leistung[W]: 1.05
2022-06-08 17:07:51,904 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 10.71524173617363
2022-06-08 17:07:51,896 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.02190089225769, vorherige Leistung[W]: 2, aktuelle Leistung[W]: 2.42
2022-06-08 17:07:51,902 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:51,895 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2127, counter=540925)
2022-06-08 17:07:51,905 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 3887750.7152417363, Einspeisung[Ws]: 0
2022-06-08 17:07:51,906 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 22.148400971889494
2022-06-08 17:07:51,909 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.208:80 "GET /meter/0 HTTP/1.1" 200 87
2022-06-08 17:07:51,913 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 1079.9307542338156, Einspeisung[Wh]: 0.0
2022-06-08 17:07:51,915 - {modules.sma_shm.device:67} - DEBUG - All components updated
2022-06-08 17:07:51,915 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 22933461.148400974, Einspeisung[Ws]: 0
2022-06-08 17:07:51,917 - {soc.modules.common.req:11} - DEBUG - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2022-06-08 17:07:51,919 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 3887750.7152417363 Export: 0 Power: 1.05
2022-06-08 17:07:51,923 - {modules.sma_shm.device:58} - DEBUG - Update complete
2022-06-08 17:07:51,924 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 6370.405874555826, Einspeisung[Wh]: 0.0
2022-06-08 17:07:51,925 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 4
2022-06-08 17:07:52,312 - {modules.common.simcount:268} - DEBUG - Fortsetzen der Simulation: Importzähler: 21366011Ws, Export-Zähler: 0Ws
2022-06-08 17:07:52,314 - {soc.modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2111, counter=38809542)
2022-06-08 17:07:52,315 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=1079.9307542338156, exported=0.0, power=1.05, frequency=50)
2022-06-08 17:07:52,318 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 22933461.148400974 Export: 0 Power: 2.42
2022-06-08 17:07:52,321 - {soc.modules.common.req:11} - DEBUG - Get-Response: 3509
2022-06-08 17:07:52,329 - {modules.common.simcount:317} - DEBUG - simcount Berechnungsgrundlage: vergangene Zeit [s]10.045161008834839, vorherige Leistung[W]: 0, aktuelle Leistung[W]: 0
2022-06-08 17:07:52,341 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=6370.405874555826, exported=0.0, power=2.42, frequency=50)
2022-06-08 17:07:52,342 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llaktuell 3509
2022-06-08 17:07:52,347 - {modules.common.simcount:329} - DEBUG - simcount Gesamtenergie im Zeitintervall: 0.0
2022-06-08 17:07:52,355 - {modules.common.simcount:288} - DEBUG - simcount aufsummierte Energie: Bezug[Ws]: 21366011.0, Einspeisung[Ws]: 0
2022-06-08 17:07:52,356 - {modules.common.simcount:295} - INFO - simcount Ergebnis: Bezug[Wh]: 5935.003055555556, Einspeisung[Wh]: 0.0
2022-06-08 17:07:52,356 - {modules.common.simcount:299} - DEBUG - simcount Zwischenergebnisse aktuelle Berechnung: Import: 21366011.0 Export: 0 Power: 0
2022-06-08 17:07:52,357 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=5935.003055555556, exported=0.0, power=0, frequency=50)
2022-06-08 17:07:52,362 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:52,381 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 4
2022-06-08 17:07:52,383 - {soc.modules.common.req:11} - DEBUG - Get-Response: 15.5
2022-06-08 17:07:52,384 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla1 15.5
2022-06-08 17:07:52,389 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:52,395 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2022-06-08 17:07:52,397 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:52,397 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla2 0.1
2022-06-08 17:07:52,405 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-06-08 17:07:52,416 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2022-06-08 17:07:52,417 - {soc.modules.common.req:11} - DEBUG - Get-Response: 0.1
2022-06-08 17:07:52,418 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla3 0.1
2022-06-08 17:07:52,425 - {soc.modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[3565.0, 23.0, 23.0], currents=[15.5, 0.1, 0.1], power_factors=[0.0, 0.0, 0.0], imported=4495.078, exported=0, power=3509.0, frequency=50)
2022-06-08 17:07:52,963 - {control.counter:395} - DEBUG - 23356.1W EVU-Leistung, die noch bezogen werden kann.
2022-06-08 17:07:52,966 - {control.ev:85} - DEBUG - EV 3 zurückgesetzt.
2022-06-08 17:07:52,976 - {control.prepare:297} - INFO - LP 13: Keine Ladung, da der Ladepunkt manuell gesperrt wurde.
2022-06-08 17:07:52,978 - {control.pv:90} - DEBUG - -758.9W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:52,980 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2022-06-08 17:07:52,981 - {control.data:268} - DEBUG - all
{'get': {'daily_imported': 869.0, 'daily_exported': 0, 'power': 0, 'imported': 2594557.0, 'exported': 0}}
2022-06-08 17:07:52,982 - {control.data:268} - DEBUG - cp13
{'set': {'charging_ev': -1, 'charging_ev_prev': 3, 'autolock_state': 0, 'current': 0, 'energy_to_charge': 0, 'plug_time': '06/08/2022, 13:39:42', 'rfid': None, 'manual_lock': True, 'loadmanagement_available': True, 'required_power': 1380, 'log': {'imported_at_plugtime': 2594197.0, 'timestamp_start_charging': None, 'imported_at_mode_switch': 2594557.0, 'imported_since_mode_switch': 0, 'imported_since_plugged': 360.0, 'range_charged': 0, 'time_charged': '00:00', 'chargemode_log_entry': '_'}, 'change_ev_permitted': [True, ''], 'phases_to_use': 1}, 'get': {'rfid_timestamp': None, 'rfid': None, 'daily_imported': 869.0, 'daily_exported': 0, 'plug_state': True, 'charge_state': False, 'power': 0, 'imported': 2594557.0, 'exported': 0, 'connected_vehicle': {'soc_config': {}, 'soc': {'range_charged': 0, 'range_unit': 'km'}, 'info': {'id': 3, 'name': 'Tesla'}, 'config': {'charge_template': 1, 'ev_template': 1, 'chargemode': 'pv_charging', 'priority': False, 'current_plan': None, 'average_consumption': 20}}, 'state_str': 'Keine Ladung, da der Ladepunkt manuell gesperrt wurde.', 'phases_in_use': 1, 'currents': [0.0, 0.0, 0.0], 'voltages': [232.7, 228.6, 224.7], 'daily_yield': 0.0, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'name': 'Gartenhaus', 'type': 'external_openwb', 'ev': 3, 'template': 0, 'connected_phases': 3, 'phase_1': 2, 'auto_phase_switch_hw': True, 'control_pilot_interruption_hw': True, 'id': 13, 'connection_module': {'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, 'power_module': {}}}
2022-06-08 17:07:52,983 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []}
2022-06-08 17:07:52,983 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 1369, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 5667.600000005215}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 18, 'type': 'inverter', 'children': []}, {'id': 19, 'type': 'inverter', 'children': []}, {'id': 21, 'type': 'counter', 'children': []}, {'id': 22, 'type': 'counter', 'children': []}]}]}}
2022-06-08 17:07:52,984 - {control.data:268} - DEBUG - counter7
{'set': {'consumption_left': 23356.1, 'currents_used': [7.01, -4.59, 0.76]}, 'get': {'daily_exported': 785.5999999940395, 'daily_imported': 4111.199999999255, 'voltages': [228.45, 229.58, 228.45], 'currents': [7.01, -4.59, 0.76], 'powers': [1538.5, -1013.2, 118.6], 'power_factors': [1.0, 0.99, 0.92], 'imported': 32564473.099999998, 'exported': 72227007.6, 'power': 643.9, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2022-06-08 17:07:52,985 - {control.data:268} - DEBUG - counter14
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 13.080359275207911, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 1079.9307542338156, 'exported': 0.0, 'power': 1.05, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,986 - {control.data:268} - DEBUG - counter15
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 1008.9320236307103, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 6370.405874555826, 'power': 2.42, 'frequency': 50, 'exported': 0.0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,986 - {control.data:268} - DEBUG - counter21
{'set': {'currents_used': [15.5, 0.1, 0.1]}, 'get': {'daily_exported': 0, 'daily_imported': 0.9629999999997381, 'voltages': [230.0, 230.0, 230.0], 'currents': [15.5, 0.1, 0.1], 'powers': [3565.0, 23.0, 23.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 4495.078, 'exported': 0, 'power': 3509.0, 'frequency': 50, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,986 - {control.data:268} - DEBUG - counter22
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 8.284373492107079, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 5935.003055555556, 'exported': 0.0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 6, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 16, 'limit': {'selected': 'none', 'soc': 50, 'amount': 22}}}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ct1
{'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 29, 'limit': {'selected': 'none', 'soc': 85, 'amount': 10}}}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': True, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:52,987 - {control.data:268} - DEBUG - ev3
{'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}}, 'control_parameter': {'required_current': 0, 'phases': 1, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:52,988 - {control.data:268} - DEBUG - ev4
{'set': {}, 'control_parameter': {'required_current': 0, 'phases': 0, 'prio': False, 'timestamp_switch_on_off': None, 'timestamp_auto_phase_switch': None, 'timestamp_perform_phase_switch': None, 'submode': 'stop', 'chargemode': 'stop', 'used_amount_instant_charging': 0, 'imported_at_plan_start': 0, 'current_plan': None}, 'charge_template': 0, 'ev_template': 0, 'name': 'Tesla2', 'tag_id': [], 'get': {'soc': 0}}
2022-06-08 17:07:52,989 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:52,989 - {control.data:268} - DEBUG - et1
{'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'control_pilot_interruption': False, 'control_pilot_interruption_duration': 4, 'average_consump': 20, 'min_current': 6, 'max_current_one_phase': 16, 'battery_capacity': 75, 'nominal_difference': 2, 'soc': {'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}, 'prevent_charge_stop': False, 'prevent_phase_switch': False}
2022-06-08 17:07:52,989 - {control.data:268} - DEBUG - general
{'grid_protection_active': False, 'chargemode_config': {'instant_charging': {'phases_to_use': 3}, 'pv_charging': {'bat_prio': True, 'switch_on_soc': 60, 'switch_off_soc': 40, 'rundown_power': 1000, 'rundown_soc': 50, 'charging_power_reserve': 200, 'control_range': [-230, 0], 'switch_off_threshold': 500, 'switch_off_delay': 180, 'switch_on_delay': 40, 'switch_on_threshold': 1300, 'feed_in_yield': 0, 'phase_switch_delay': 8, 'phases_to_use': 0}, 'scheduled_charging': {'phases_to_use': 0}, 'standby': {'phases_to_use': 1}, 'phases_to_use': 1, 'time_charging': {'phases_to_use': 3}, 'individual_mode': True, 'unbalanced_load': False, 'unbalanced_load_limit': 18}, 'control_interval': 10, 'extern': False, 'extern_display_mode': 'local', 'external_buttons_hw': False, 'grid_protection_configured': False, 'notifications': {'selected': 'none', 'plug': False, 'start_charging': False, 'stop_charging': False, 'smart_home': False, 'configuration': {}}, 'price_kwh': 0.23, 'range_unit': 'km', 'ripple_control_receiver': {'configured': False}}
2022-06-08 17:07:52,990 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-06-08 17:07:52,990 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-06-08 17:07:52,990 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': -758.9, 'available_power': -758.9, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -4209, 'counter': 39350455, 'daily_yield': 3214, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-06-08 17:07:52,991 - {control.data:268} - DEBUG - pv18
{'get': {'daily_yield': 1597, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2111, 'counter': 38809542, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:52,992 - {control.data:268} - DEBUG - pv19
{'get': {'daily_yield': 1617, 'monthly_yield': 0, 'yearly_yield': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2127, 'counter': 540925, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2022-06-08 17:07:52,992 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.178.99', 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'lastlivevaluesJson': {'timestamp': 1654700862, 'time': '17:07:42', 'grid': -0.155, 'counter14-power': 0.001, 'counter15-power': 0.002, 'counter21-power': 3.483, 'counter22-power': 0.0, 'house-power': 0.567, 'charging-all': 0.0, 'pv-all': 4.199, 'cp13-power': 0.0}, 'version': '1.99.003'}
2022-06-08 17:07:52,992 - {control.data:255} - DEBUG - 

2022-06-08 17:07:52,993 - {control.algorithm:43} - DEBUG - # Algorithmus-Start
2022-06-08 17:07:52,993 - {control.algorithm:45} - INFO - EVU-Punkt: Leistung[W] 643.9, Ströme[A] [7.01, -4.59, 0.76]
2022-06-08 17:07:52,993 - {control.algorithm:83} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-06-08 17:07:52,995 - {control.algorithm:207} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-06-08 17:07:52,996 - {control.algorithm:572} - INFO - ## Zuteilung des Überschusses
2022-06-08 17:07:52,997 - {control.algorithm:610} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-06-08 17:07:52,997 - {control.algorithm:864} - INFO - ## Übrigen Überschuss verteilen.
2022-06-08 17:07:53,001 - {control.process:22} - DEBUG - # Ladung starten.
2022-06-08 17:07:53,003 - {soc.modules.common.component_context:23} - DEBUG - Update Komponente ['Ladepunkt']
2022-06-08 17:07:53,021 - {control.pv:437} - DEBUG - -758.9W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-06-08 17:07:53,022 - {control.counter:414} - DEBUG - 23356.1W verbleibende EVU-Bezugs-Leistung
2022-06-08 17:08:00,893 - {root:45} - INFO - # ***Start*** 
Die Zäherstände werden korrekt ausgelesen. Die Ermittlung der Tageserträge erfolgt im 5-Minuten-Handler. Der wurde im Logauszug gerade nicht aufgerufen.
Sieht die Datei /var/www/html/openWB/data/daily_log/20220608.json korrekt aus? Vom ersten Eintrag wird dann die Differenz für den Tagesertrag gebildet.
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback 2.0 Alpha 3

Beitrag von mrinas »

LenaK hat geschrieben: Do Jun 09, 2022 7:29 am Die Zäherstände werden korrekt ausgelesen. Die Ermittlung der Tageserträge erfolgt im 5-Minuten-Handler. Der wurde im Logauszug gerade nicht aufgerufen.
Sieht die Datei /var/www/html/openWB/data/daily_log/20220608.json korrekt aus? Vom ersten Eintrag wird dann die Differenz für den Tagesertrag gebildet.
Hm, da hat wohl etwas nicht gepasst, die Datei ist deutlich kleiner als die anderen und trägt vermutlich den Zeitstempel des Updates von gestern.

Code: Alles auswählen

-rw-r--r-- 1 openwb openwb 186386 Jun  5 23:59 20220605.json
-rw-r--r-- 1 openwb openwb 185684 Jun  6 23:59 20220606.json
-rw-r--r-- 1 openwb openwb 185575 Jun  7 23:59 20220607.json
-rw-r--r-- 1 openwb openwb  16390 Jun  8 09:51 20220608.json
-rw-r--r-- 1 openwb openwb  75119 Jun  9 09:35 20220609.json
Heute passen die Werte wieder. Ohne Logs wird es vermutlich schwer werden das weiter nachzuvollziehen..

Wenn ich den Klammer- und Farb-Regeln in VSCode vertrauen kann ist der JSON string nicht vollständig, kann ja schlecht mit einem Komma aufhören. Womöglich gab's da gestern Nacht ein Problem.

Code: Alles auswählen

[{"timestamp": 1654639445, "date": "00:04", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32558808.3, "exported": 72220360.9}, "counter14": {"imported": 1059.5044787376623, "exported": 0.0}, "counter15": {"imported": 5344.537431919451, "exported": 0.0}, "counter21": {"imported": 4487.684, "exported": 0}, "counter22": {"imported": 4722.811459841227, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654639745, "date": "00:09", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559532.3, "exported": 72220360.9}, "counter14": {"imported": 1059.5827776239394, "exported": 0.0}, "counter15": {"imported": 5344.716212971227, "exported": 0.0}, "counter21": {"imported": 4488.383, "exported": 0}, "counter22": {"imported": 4722.91428789042, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654640045, "date": "00:14", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559816.900000002, "exported": 72220360.9}, "counter14": {"imported": 1059.6592112325661, "exported": 0.0}, "counter15": {"imported": 5344.895229713588, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.015306589178, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654640345, "date": "00:19", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559841.3, "exported": 72220360.9}, "counter14": {"imported": 1059.7373755018755, "exported": 0.0}, "counter15": {"imported": 5345.072877362486, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.118489850019, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654640645, "date": "00:24", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559867.7, "exported": 72220360.9}, "counter14": {"imported": 1059.8174478462313, "exported": 0.0}, "counter15": {"imported": 5345.252724339734, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.2193479885855, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654640945, "date": "00:29", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559894.5, "exported": 72220360.9}, "counter14": {"imported": 1059.8969617713472, "exported": 0.0}, "counter15": {"imported": 5345.431765064229, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.322006648812, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654641245, "date": "00:34", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559924.7, "exported": 72220360.9}, "counter14": {"imported": 1063.6154302277605, "exported": 0.0}, "counter15": {"imported": 5345.610749554529, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.424655733667, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654641545, "date": "00:39", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559950.0, "exported": 72220360.9}, "counter14": {"imported": 1063.696555543641, "exported": 0.0}, "counter15": {"imported": 5345.788445929034, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.527043786448, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654641845, "date": "00:44", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559974.0, "exported": 72220360.9}, "counter14": {"imported": 1063.7747129671573, "exported": 0.0}, "counter15": {"imported": 5345.9678522296945, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.629965461486, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654642145, "date": "00:49", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32559992.7, "exported": 72220360.9}, "counter14": {"imported": 1063.8545107767336, "exported": 0.0}, "counter15": {"imported": 5346.147681143776, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.7312534589155, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654642445, "date": "00:54", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560010.7, "exported": 72220360.9}, "counter14": {"imported": 1063.9365611603666, "exported": 0.0}, "counter15": {"imported": 5346.326653858548, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.834024985126, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654642745, "date": "00:59", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560026.5, "exported": 72220360.9}, "counter14": {"imported": 1064.0169196397233, "exported": 0.0}, "counter15": {"imported": 5346.50470245938, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4723.936197782426, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654643045, "date": "01:04", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560042.099999998, "exported": 72220360.9}, "counter14": {"imported": 1064.0979877604727, "exported": 0.0}, "counter15": {"imported": 5346.683983607704, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.040483539548, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654643345, "date": "01:09", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560060.0, "exported": 72220360.9}, "counter14": {"imported": 1064.178953185353, "exported": 0.0}, "counter15": {"imported": 5346.863912630428, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.1423183682, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654643645, "date": "01:14", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560078.5, "exported": 72220360.9}, "counter14": {"imported": 1064.255891379326, "exported": 0.0}, "counter15": {"imported": 5347.043410392642, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.244017083516, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654643945, "date": "01:19", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560097.099999998, "exported": 72220360.9}, "counter14": {"imported": 1064.3362269490294, "exported": 0.0}, "counter15": {"imported": 5347.221489812692, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.347995869573, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654644245, "date": "01:24", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560115.0, "exported": 72220360.9}, "counter14": {"imported": 1064.414811133596, "exported": 0.0}, "counter15": {"imported": 5347.400643914757, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.45028549128, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654644545, "date": "01:29", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560133.2, "exported": 72220360.9}, "counter14": {"imported": 1064.496042244457, "exported": 0.0}, "counter15": {"imported": 5347.581664220068, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.552678521525, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654644845, "date": "01:34", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560151.4, "exported": 72220360.9}, "counter14": {"imported": 1064.5764085831186, "exported": 0.0}, "counter15": {"imported": 5347.760622675902, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.655650839399, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654645145, "date": "01:39", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560168.2, "exported": 72220360.9}, "counter14": {"imported": 1064.6565727792367, "exported": 0.0}, "counter15": {"imported": 5347.940153200442, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.75919160612, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654645445, "date": "01:44", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560198.1, "exported": 72220360.9}, "counter14": {"imported": 1064.7368686304708, "exported": 0.0}, "counter15": {"imported": 5348.120132550769, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.861470750817, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654645745, "date": "01:49", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560236.9, "exported": 72220360.9}, "counter14": {"imported": 1064.8205021956146, "exported": 0.0}, "counter15": {"imported": 5348.298016879332, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4724.964935721846, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654646045, "date": "01:54", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560280.0, "exported": 72220360.9}, "counter14": {"imported": 1064.900091668059, "exported": 0.0}, "counter15": {"imported": 5348.476371635194, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4725.068554168687, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654646345, "date": "01:59", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560320.8, "exported": 72220360.9}, "counter14": {"imported": 1064.9767442304747, "exported": 0.0}, "counter15": {"imported": 5348.654462028358, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4725.171271735781, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654646645, "date": "02:04", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560342.6, "exported": 72220360.9}, "counter14": {"imported": 1065.0558926956367, "exported": 0.0}, "counter15": {"imported": 5348.834048983032, "exported": 0.0}, "counter21": {"imported": 4488.647, "exported": 0}, "counter22": {"imported": 4725.274166225348, "exported": 0.0}}, "pv": {"all": {"imported": 39319297}, "pv18": {"imported": 38793281}, "pv19": {"imported": 526016}}, "bat": {}}, {"timestamp": 1654646945, "date": "02:09", "cp": {"cp13": {"imported": 2582012.0, "exported": 0}, "all": {"imported": 2582012.0, "exported": 0}}, "ev": {"ev0": {"soc": 0}, "ev3": {"soc": 0}, "ev4": {"soc": 0}}, "counter": {"counter7": {"imported": 32560367.4, "exported": 72220360.9}, "counter14": {"imported": 1065.1385367673504, "exported": 0.0}, 

Was mich jetzt noch zu einer weiteren Frage bringt. Würde es Sinn machen Fehlermeldungen/Exceptions länger aufzuheben? Z.b. in einem separaten Log oder so. Insbesondere wo ich und viele andere aktuell auf Debug laufen und die Logs somit nur einen recht kurzen Zeitraum abdecken. Fehler welche länger zurückliegen sind damit womöglich schwer nachzuvollziehen.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
hhoefling
Beiträge: 631
Registriert: So Jul 25, 2021 2:32 pm

Re: Feedback 2.0 Alpha 3

Beitrag von hhoefling »

Ich habe gerade mal die ALpha3 auf eine SSD gekippt und gestartet.

Komm aber nicht weit.

Welchen geheimen Spruch muss man aufsagen um in die Konfiguration zu kommen.... :? :?

Alle Links aus dem Config-Menü zeigen in der Statuszeile des Browser zwar ihr #Ziel an, ( z.B. /#/Hardwareinstallation ) funktionieren aber nicht...
Nur "Lastmanagement" geht auf.
gruss
Heinz

6kWp PV+Akku von RCT Power,+Tibber,+Shelly's
Skoda Citigo e-iV, openWB series2 standart+
mit openWB_lite (auf Basis der openWB 1.9.244+ Okt.2021)
Github: https://github.com/hhoefling/openWB_lite
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback 2.0 Alpha 3

Beitrag von mrinas »

strg+f5 für ein force-refresh. Anschließend ein Update durchführen, das Thema sollte mit dem letzten Update und Update der Apache-konfig für Caching gelöst sein.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
hhoefling
Beiträge: 631
Registriert: So Jul 25, 2021 2:32 pm

Re: Feedback 2.0 Alpha 3

Beitrag von hhoefling »

Hm... Liegt wohl am Browser (oder Cache)
in Chrome geht's :idea:
gruss
Heinz

6kWp PV+Akku von RCT Power,+Tibber,+Shelly's
Skoda Citigo e-iV, openWB series2 standart+
mit openWB_lite (auf Basis der openWB 1.9.244+ Okt.2021)
Github: https://github.com/hhoefling/openWB_lite
hhoefling
Beiträge: 631
Registriert: So Jul 25, 2021 2:32 pm

Re: Feedback 2.0 Alpha 3

Beitrag von hhoefling »

Du meinst Update aus der openWB GUI heraus?
hatte ich schon durchgeführt.

Jetzt geht's nicht mehr (auch nicht im Chrome)
Auch ein Restart wird nicht gemacht.....
Zuletzt geändert von hhoefling am Do Jun 09, 2022 3:09 pm, insgesamt 1-mal geändert.
gruss
Heinz

6kWp PV+Akku von RCT Power,+Tibber,+Shelly's
Skoda Citigo e-iV, openWB series2 standart+
mit openWB_lite (auf Basis der openWB 1.9.244+ Okt.2021)
Github: https://github.com/hhoefling/openWB_lite
Gesperrt