Feedback Nightly 101.1

Fragen zur Nutzung, Features, usw..
LenaK
Beiträge: 975
Registriert: Fr Jan 22, 2021 6:40 am

Feedback Nightly 101.1

Beitrag von LenaK »

Bei Problemen bitte den Debuglevel unter Einstellungen->System->Fehlersuche auf Details stellen, etwas warten und dann einen kompletten Durchlauf aus dem main.log in der Fehlersuche kopieren und als Codeblock (Schaltfläche "</>") einfügen.
StEFfen_10
Beiträge: 25
Registriert: Mo Jan 17, 2022 9:54 pm

Re: Feedback Nightly 101.1

Beitrag von StEFfen_10 »

Nach dem Update auf Nightly 101.1 ist mir folgendes aufgefallen.

Bei Sofortladen wird die Ladung kurz gestartet und sofort wieder unterbrochen. Es wird im Status aber angezeigt das die Ladung aktiv ist.
OPENWB 2.0 3.PNG
OPENWB 2.0 4.PNG
Beim stellen auf PV wird angezeigt das die Umschaltung von 3 auf 1 Phasig erfolgt was ja richtig ist. Mangels PV wird ja nicht geladen was auch richtig ist. Stellt man aber den Strom auf 6 oder mehr Ampere wird auch kurz geladen und sofort wieder abgebrochen, im Status wird ebenfalls angezeigt dass die Ladung aktiv ist.
OPENWB 2.0 5.PNG
OPENWB 2.0 6.PNG

Code: Alles auswählen


2023-01-06 18:16:05,813 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:10,830 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:12,238 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:12,279 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:17,514 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:22,530 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:23,203 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:23,215 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:28,474 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:33,490 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:34,094 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:34,106 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:39,392 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:44,408 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:45,887 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:45,900 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:51,184 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:56,200 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:56,800 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:56,813 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:02,081 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:07,097 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:07,852 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:07,864 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:13,141 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:18,162 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:19,570 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:19,583 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:24,844 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:29,861 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:30,484 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:30,502 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:35,781 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:40,799 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:41,346 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:41,360 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:46,631 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:51,647 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:53,040 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:53,059 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:58,326 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:03,343 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:03,762 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:03,774 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:09,023 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:14,039 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:15,107 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:15,119 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:20,381 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:25,397 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:25,876 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:25,888 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:31,139 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:36,154 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:38,135 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:38,154 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:43,412 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:48,428 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:48,798 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:48,812 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:54,081 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:59,096 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:00,094 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:00,104 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:05,390 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:10,406 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:10,804 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:10,821 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:16,095 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:21,112 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:22,757 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:22,792 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:28,037 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:33,055 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:33,438 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:33,450 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:38,720 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:43,735 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:44,297 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:44,312 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:49,563 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:54,579 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:54,948 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:54,959 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:00,221 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:05,237 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:05,772 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:05,784 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:11,033 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:16,054 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:17,511 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:17,524 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:22,784 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:27,800 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:28,199 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:28,227 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:33,467 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:38,483 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:39,109 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:39,121 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:44,423 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:49,440 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:49,869 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:49,880 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:55,134 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
PV: 24,7 kWp Ost Süd West mit Fronius GEN24 8.0 zusammen mit 2xBYD HVS 10.2 und Fronius Symo
Canadian Solar 370Watt/380Watt.
Smartmeter: Fronius TS63A-3
WB: OpenWb Standard 2 + und Selbstbau OpenWb
VW E-UP
Renault E-Twingo
Benutzeravatar
mrinas
Beiträge: 1867
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Nightly 101.1

Beitrag von mrinas »

Lena,

ich hab' leider noch Probleme mit dem PV-geführten Laden, die Abschaltung bei fehlendem Überschuss klappt nicht mehr.
Screenshot 2023-01-07 111635.png

Code: Alles auswählen

2023-01-07 11:15:00,757 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-01-07 11:15:00,892 - {soc.modules.common.component_context:51} - {DEBUG:device4} - Update Komponenten ['EnergyMeter 1.0']
2023-01-07 11:15:00,893 - {soc.modules.common.component_context:51} - {DEBUG:device8} - Update Komponenten ['Pumpe']
2023-01-07 11:15:00,894 - {soc.modules.common.component_context:51} - {DEBUG:device9} - Update Komponenten ['Trockner']
2023-01-07 11:15:00,897 - {soc.modules.common.component_context:24} - {DEBUG:device14} - Update Komponente ['LP1 (Garage)']
2023-01-07 11:15:00,901 - {urllib3.connectionpool:227} - {DEBUG:device9} - Starting new HTTP connection (1): 192.168.178.209:80
2023-01-07 11:15:00,908 - {urllib3.connectionpool:227} - {DEBUG:device8} - Starting new HTTP connection (1): 192.168.178.81:80
2023-01-07 11:15:00,910 - {modules.devices.sma_sunny_boy.device:72} - {DEBUG:device15} - Start device reading {'component22': <modules.devices.sma_sunny_boy.inverter.SmaSunnyBoyInverter object at 0x71e408c8>}
2023-01-07 11:15:00,911 - {modules.devices.sma_sunny_boy.device:72} - {DEBUG:device16} - Start device reading {'component23': <modules.devices.sma_sunny_boy.inverter.SmaSunnyBoyInverter object at 0x71e4d100>}
2023-01-07 11:15:00,921 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-07 11:15:00,925 - {soc.modules.common.component_context:24} - {DEBUG:device15} - Update Komponente ['WR Garage (neu)']
2023-01-07 11:15:00,926 - {soc.modules.common.component_context:24} - {DEBUG:device16} - Update Komponente ['WR Haus (neu)']
2023-01-07 11:15:00,928 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2023-01-07 11:15:00,930 - {urllib3.connectionpool:452} - {DEBUG:device9} - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2023-01-07 11:15:00,935 - {soc.modules.common.req:11} - {DEBUG:device9} - Get-Response: {"power":2.46,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2023-01-07 11:15:00,933 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 6015.373
2023-01-07 11:15:01,331 - {soc.modules.common.component_context:24} - {DEBUG:device4} - Update Komponente ['EnergyMeter 1.0']
2023-01-07 11:15:01,336 - {soc.modules.common.store._api:26} - {DEBUG:device4} - Raw data CounterState(voltages=[230.779, 226.555, 226.921], powers=[-646.0, 830.6, 278.8], currents=[-2.813, 3.822, 1.378], power_factors=[0.998, 0.998, 0.987], imported=35797330.699999996, exported=73846748.7, power=463.4, frequency=50)
2023-01-07 11:15:01,337 - {urllib3.connectionpool:452} - {DEBUG:device8} - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 113
2023-01-07 11:15:01,338 - {modules.common.simcount._simcount:38} - {DEBUG:device9} - Previous state: SimCounterState(timestamp=1673086499.7941535, power=2.46, imported=106074.05483927736, exported=0.0)
2023-01-07 11:15:01,344 - {soc.modules.common.req:11} - {DEBUG:device8} - Get-Response: {"power":0.00,"overpower":0.00,"is_valid":true,"timestamp":1673090101,"counters":[0.000, 0.000, 0.000],"total":0}
2023-01-07 11:15:01,344 - {modules.devices.sma_shm.device:29} - {DEBUG:device4} - All components updated
2023-01-07 11:15:01,347 - {modules.common.simcount._calculate:13} - {DEBUG:device9} - time passed: 0.000428872, power1: 2.46, power2: 2.46
2023-01-07 11:15:01,348 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1
2023-01-07 11:15:01,767 - {modules.common.simcount._simcount:38} - {DEBUG:device8} - Previous state: SimCounterState(timestamp=1673086499.396688, power=0.0, imported=56424.15561013759, exported=0.0)
2023-01-07 11:15:01,776 - {modules.common.simcount._calculate:29} - {DEBUG:device9} - power did not change sign. Total energy: 0.00105502
2023-01-07 11:15:01,779 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0
2023-01-07 11:15:01,780 - {modules.common.simcount._calculate:13} - {DEBUG:device8} - time passed: 0.000658617, power1: 0, power2: 0
2023-01-07 11:15:01,783 - {modules.common.simcount._simcount:47} - {DEBUG:device9} - imported: 0.00105502 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673086501.338092, power=2.46, imported=106074.0558943021, exported=0.0)
2023-01-07 11:15:01,785 - {modules.common.simcount._simcount:38} - {DEBUG:device14} - Previous state: SimCounterState(timestamp=1673086499.8295672, power=0.0, imported=669474.4148011075, exported=0)
2023-01-07 11:15:01,786 - {modules.common.simcount._calculate:29} - {DEBUG:device8} - power did not change sign. Total energy: 0
2023-01-07 11:15:01,790 - {soc.modules.common.store._api:26} - {DEBUG:device9} - Raw data 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=106074.0558943021, exported=0.0, power=2.46, frequency=50)
2023-01-07 11:15:01,791 - {modules.common.simcount._calculate:13} - {DEBUG:device14} - time passed: 0.000543251, power1: 0, power2: 0
2023-01-07 11:15:01,794 - {modules.common.simcount._simcount:47} - {DEBUG:device8} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673086501.7677095, power=0.0, imported=56424.15561013759, exported=0.0)
2023-01-07 11:15:01,797 - {modules.common.simcount._calculate:29} - {DEBUG:device14} - power did not change sign. Total energy: 0
2023-01-07 11:15:01,804 - {modules.common.simcount._simcount:47} - {DEBUG:device14} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673086501.7852695, power=0.0, imported=669474.4148011075, exported=0)
2023-01-07 11:15:01,804 - {soc.modules.common.store._api:26} - {DEBUG:device8} - Raw data 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=56424.15561013759, exported=0.0, power=0.0, frequency=50)
2023-01-07 11:15:01,812 - {modules.devices.sma_sunny_boy.inverter:63} - {DEBUG:device15} - WR 192.168.178.204: InverterState(currents=[0.0, 0.0, 0.0], power=-528, exported=2520866, dc_power=-604)
2023-01-07 11:15:01,814 - {soc.modules.common.store._api:26} - {DEBUG:device15} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-528, exported=2520866, dc_power=-604)
2023-01-07 11:15:01,816 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3
2023-01-07 11:15:01,824 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-07 11:15:01,833 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2023-01-07 11:15:01,836 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-07 11:15:01,850 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2023-01-07 11:15:01,851 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-07 11:15:01,852 - {soc.modules.common.store._api:26} - {DEBUG:device14} - Raw data 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=669474.4148011075, exported=0, power=0.0, frequency=50)
2023-01-07 11:15:01,988 - {modules.devices.sma_sunny_boy.inverter:63} - {DEBUG:device16} - WR 192.168.178.201: InverterState(currents=[0.0, 0.0, 0.0], power=-684, exported=41015626, dc_power=-711)
2023-01-07 11:15:01,988 - {soc.modules.common.store._api:26} - {DEBUG:device16} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-684, exported=41015626, dc_power=-711)
2023-01-07 11:15:01,991 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-07 11:15:01,992 - {soc.modules.common.component_context:24} - {DEBUG:component14} - Update Komponente ['Pumpe']
2023-01-07 11:15:01,993 - {soc.modules.common.store._api:30} - {DEBUG:component14} - 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=56424.15561013759, exported=0.0, power=0.0, frequency=50)
2023-01-07 11:15:02,000 - {soc.modules.common.component_context:24} - {DEBUG:component15} - Update Komponente ['Trockner']
2023-01-07 11:15:02,000 - {soc.modules.common.store._api:30} - {DEBUG:component15} - 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=106074.0558943021, exported=0.0, power=2.46, frequency=50)
2023-01-07 11:15:02,007 - {soc.modules.common.component_context:24} - {DEBUG:component21} - Update Komponente ['LP1 (Garage)']
2023-01-07 11:15:02,009 - {soc.modules.common.store._api:30} - {DEBUG:component21} - 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=669474.4148011075, exported=0, power=0.0, frequency=50)
2023-01-07 11:15:02,012 - {soc.modules.common.component_context:24} - {DEBUG:component22} - Update Komponente ['WR Garage (neu)']
2023-01-07 11:15:02,014 - {soc.modules.common.store._api:26} - {DEBUG:component22} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-528, exported=2520866, dc_power=-604)
2023-01-07 11:15:02,015 - {soc.modules.common.component_context:24} - {DEBUG:component23} - Update Komponente ['WR Haus (neu)']
2023-01-07 11:15:02,017 - {soc.modules.common.store._api:30} - {DEBUG:component22} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-528, exported=2520866, dc_power=-604)
2023-01-07 11:15:02,020 - {soc.modules.common.store._api:26} - {DEBUG:component23} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-684, exported=41015626, dc_power=-711)
2023-01-07 11:15:02,027 - {soc.modules.common.store._api:30} - {DEBUG:component23} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-684, exported=41015626, dc_power=-711)
2023-01-07 11:15:02,131 - {soc.modules.common.component_context:24} - {DEBUG:component7} - Update Komponente ['EnergyMeter 1.0']
2023-01-07 11:15:02,131 - {soc.modules.common.store._api:30} - {DEBUG:component7} - Saving CounterState(voltages=[230.779, 226.555, 226.921], powers=[-646.0, 830.6, 278.8], currents=[-2.813, 3.822, 1.378], power_factors=[0.998, 0.998, 0.987], imported=35797330.699999996, exported=73846748.7, power=463.4, frequency=50)
2023-01-07 11:15:02,221 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 7: [36.84, 36.09, 32.65]
2023-01-07 11:15:02,221 - {control.counter:116} - {DEBUG:MainThread} - Verbleibende Leistung an Zähler 7: 24872.92
2023-01-07 11:15:02,222 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 14: [15.0, 15.0, 15.0]
2023-01-07 11:15:02,222 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 15: [15.0, 15.0, 15.0]
2023-01-07 11:15:02,223 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 21: [15.0, 15.0, 15.0]
2023-01-07 11:15:02,226 - {control.chargepoint:697} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-01-07 11:15:02,227 - {control.chargepoint:688} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-01-07 11:15:02,229 - {control.ev:618} - {DEBUG:MainThread} - Keine Ladung, da kein Zeitfenster für Zeitladen aktiv ist.
2023-01-07 11:15:02,233 - {control.ev:364} - {DEBUG:MainThread} - Änderung des Lademodus :False
2023-01-07 11:15:02,235 - {control.chargepoint:857} - {DEBUG:MainThread} - LP 13, EV: Tesla (EV-Nr.3): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.PV_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 5.91
2023-01-07 11:15:02,237 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2023-01-07 11:15:02,239 - {control.data:270} - {DEBUG:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=418.95, daily_exported=0, power=1333.86, imported=4247001.95, exported=0))
2023-01-07 11:15:02,240 - {control.data:297} - {DEBUG:MainThread} - cp13
ChargepointData(get=Get(charge_state=True, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=40.0), currents=[5.91, 0.03, 0.03], daily_imported=418.95, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4247001.95, phases_in_use=1, plug_state=True, power=1333.86, rfid_timestamp=None, rfid=None, state_str=None, voltages=[225.83, 227.27, 231.2]), set=Set(change_ev_permitted=[True, ''], charging_ev=3, charging_ev_prev=3, current=6, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4246473.63, imported_at_plugtime=4246473.63, imported_since_mode_switch=527.3500000005588, imported_since_plugged=527.3500000005588, range_charged=2.636750000002794, time_charged='0:19', timestamp_start_charging='01/07/2023, 10:56:50'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='01/06/2023, 15:03:22', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71456268>), config=Config(connection_module={'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, power_module={}, ev=3, name='Gartenhaus', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=13))
2023-01-07 11:15:02,240 - {control.data:297} - {DEBUG:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-01-07 11:15:02,241 - {control.data:297} - {DEBUG:MainThread} - counter7
{'set': {'reserved_surplus': 0, 'released_surplus': 1380.0, 'raw_power_left': 24872.92, 'surplus_power_left': 0, 'consumption_left': 21395.8, 'raw_currents_left': [36.84, 36.09, 32.65]}, 'get': {'daily_exported': 1160.4, 'daily_imported': 2716.79999999, 'voltages': [230.78, 226.56, 226.92], 'currents': [-2.81, 3.82, 1.38], 'powers': [-646.0, 830.6, 278.8], 'power_factors': [1.0, 1.0, 0.99], 'imported': 35797330.699999996, 'exported': 73846748.7, 'power': 463.4, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'frequency': 50}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2023-01-07 11:15:02,241 - {control.data:297} - {DEBUG:MainThread} - counter14
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 0.0, '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': 56424.15561013759, 'exported': 0.0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-07 11:15:02,241 - {control.data:297} - {DEBUG:MainThread} - counter15
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 26.62837663639, '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': 106074.0558943021, 'power': 2.46, 'frequency': 50, 'exported': 0.0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-07 11:15:02,242 - {control.data:297} - {DEBUG:MainThread} - counter21
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0, 'daily_imported': 574.7906892698, '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': 669474.4148011075, 'exported': 0, 'power': 0.0, 'frequency': 50, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-07 11:15:02,242 - {control.data:274} - {DEBUG:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 7, 'type': 'counter', 'children': [{'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 21, 'type': 'counter', 'children': []}, {'id': 22, 'type': 'inverter', 'children': []}, {'id': 23, 'type': 'inverter', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=339.08000000000004, invalid_home_consumption=0, daily_yield_home_consumption=4522.399999990001))
2023-01-07 11:15:02,243 - {control.data:297} - {DEBUG:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=22, soc=50))))
2023-01-07 11:15:02,244 - {control.data:297} - {DEBUG:MainThread} - ct1
ChargeTemplateData(name='Tesla', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=True, plans={'3': TimeChargingPlan(active=True, frequency=Frequency(selected='daily', once=['2022-11-07', '2022-11-07'], weekly=[False, False, False, False, False, False, False]), time=['01:00', '06:30'], name='Nachts', current=16, limit=Limit(selected='soc', amount=1000, soc=75))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=0, max_soc=95), scheduled_charging=ScheduledCharging(plans={'1': ScheduledChargingPlan(active=True, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=14, name='Zielladen-Standard', limit=ScheduledLimit(selected='none', amount=1000, soc_limit=65, soc_scheduled=65), time='07:00')}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=20000, soc=95))))
2023-01-07 11:15:02,245 - {control.data:297} - {DEBUG:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.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=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-07 11:15:02,245 - {control.data:297} - {DEBUG:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-07 11:15:02,246 - {control.data:297} - {DEBUG:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-07 11:15:02,247 - {control.data:297} - {DEBUG:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Tesla', 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=20, min_current=6, max_current_single_phase=32, battery_capacity=75, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[0.0, 6, 0.0], phases=1, prio=False, timestamp_switch_on_off='01/07/2023, 11:15:00', timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.PV_CHARGING: 'pv_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=1, ev_template=1, name='Tesla', tag_id=[], get=Get(soc=40.0, soc_timestamp='01/07/2023, 11:14:47', force_soc_update=False, range=191.430993, fault_state=0, fault_str='Kein Fehler.'))
2023-01-07 11:15:02,248 - {control.data:297} - {DEBUG:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2)
2023-01-07 11:15:02,251 - {control.data:297} - {DEBUG:MainThread} - et1
EvTemplateData(name='Tesla', 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=20, min_current=6, max_current_single_phase=32, battery_capacity=75, nominal_difference=2)
2023-01-07 11:15:02,252 - {control.data:278} - {DEBUG:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=0, phase_switch_delay=8, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=180, switch_off_soc=40, switch_off_threshold=350, switch_on_delay=40, switch_on_soc=60, switch_on_threshold=1300), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=18, unbalanced_load=False), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=False, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.23, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-01-07 11:15:02,252 - {control.data:297} - {DEBUG:MainThread} - graph
{'config': {'duration': 120}}
2023-01-07 11:15:02,252 - {control.data:280} - {DEBUG:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-01-07 11:15:02,253 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': -1212, 'exported': 43536492, 'daily_exported': 2966, 'monthly_exported': 0, 'yearly_exported': 0}, 'config': {'configured': True}}
2023-01-07 11:15:02,253 - {control.data:297} - {DEBUG:MainThread} - pv22
{'get': {'daily_exported': 979, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -528, 'exported': 2520866, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2023-01-07 11:15:02,254 - {control.data:297} - {DEBUG:MainThread} - pv23
{'get': {'daily_exported': 1987, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -684, 'exported': 41015626, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2023-01-07 11:15:02,257 - {control.data:297} - {DEBUG:MainThread} - 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': 1673086500, 'time': '11:15:00', 'grid': 0.481, 'counter14-power': 0.0, 'counter15-power': 0.002, 'counter21-power': 0.0, 'house-power': 0.333, 'charging-all': 1.344, 'pv-all': 1.198, 'cp13-power': 1.344, 'ev3-soc': 40.0}, 'version': '1.99.101.1', 'current_commit': '2023-01-06 15:24:41 +0100 [6c4877ac]', 'current_missing_commits': [], 'current_branch': 'master', 'current_branch_commit': '2023-01-06 15:24:41 +0100 [6c4877ac]', 'datastore_version': 6, 'module_update_completed': True}
2023-01-07 11:15:02,259 - {control.data:310} - {DEBUG:MainThread} - device4
{'name': 'EVU', 'type': 'sma_shm', 'id': 4, 'configuration': {}}
2023-01-07 11:15:02,260 - {control.data:312} - {DEBUG:MainThread} - component7
{'name': 'EnergyMeter 1.0', 'type': 'counter', 'id': 7, 'configuration': {'serials': None}}
2023-01-07 11:15:02,260 - {control.data:310} - {DEBUG:MainThread} - device8
{'name': 'Pumpe', 'type': 'json', 'id': 8, 'configuration': {'url': 'http://192.168.178.81/meter/0'}}
2023-01-07 11:15:02,260 - {control.data:312} - {DEBUG:MainThread} - component14
{'name': 'Pumpe', 'type': 'counter', 'id': 14, 'configuration': {'jq_power': '.power', 'jq_exported': None, 'jq_imported': None}}
2023-01-07 11:15:02,261 - {control.data:310} - {DEBUG:MainThread} - device9
{'name': 'Trockner', 'type': 'json', 'id': 9, 'configuration': {'url': 'http://192.168.178.209/meter/0'}}
2023-01-07 11:15:02,261 - {control.data:312} - {DEBUG:MainThread} - component15
{'name': 'Trockner', 'type': 'counter', 'id': 15, 'configuration': {'jq_power': '.power', 'jq_exported': None, 'jq_imported': None}}
2023-01-07 11:15:02,261 - {control.data:310} - {DEBUG:MainThread} - device14
{'name': 'openWB (1.9)', 'type': 'http', 'id': 14, 'configuration': {'url': 'http://192.168.178.51'}}
2023-01-07 11:15:02,261 - {control.data:312} - {DEBUG:MainThread} - component21
{'name': 'LP1 (Garage)', 'type': 'counter', 'id': 21, 'configuration': {'current_l1_path': '/openWB/ramdisk/lla1', 'current_l2_path': '/openWB/ramdisk/lla2', 'current_l3_path': '/openWB/ramdisk/lla3', 'exported_path': None, 'imported_path': '/openWB/ramdisk/llkwh', 'power_path': '/openWB/ramdisk/llaktuell'}}
2023-01-07 11:15:02,262 - {control.data:310} - {DEBUG:MainThread} - device15
{'name': 'WR Garage (neu)', 'type': 'sma_sunny_boy', 'id': 15, 'configuration': {'ip_address': '192.168.178.204'}}
2023-01-07 11:15:02,262 - {control.data:312} - {DEBUG:MainThread} - component22
{'name': 'WR Garage (neu)', 'type': 'inverter', 'id': 22, 'configuration': {'hybrid': False, 'version': 0}}
2023-01-07 11:15:02,262 - {control.data:310} - {DEBUG:MainThread} - device16
{'name': 'WR Haus (neu)', 'type': 'sma_sunny_boy', 'id': 16, 'configuration': {'ip_address': '192.168.178.201'}}
2023-01-07 11:15:02,262 - {control.data:312} - {DEBUG:MainThread} - component23
{'name': 'WR Haus (neu)', 'type': 'inverter', 'id': 23, 'configuration': {'hybrid': False, 'version': 0}}
2023-01-07 11:15:02,263 - {control.data:284} - {DEBUG:MainThread} - 

2023-01-07 11:15:02,263 - {control.algorithm.algorithm:26} - {DEBUG:MainThread} - # Algorithmus-Start
2023-01-07 11:15:02,263 - {control.algorithm.algorithm:72} - {DEBUG:MainThread} - Ladepunkt 13: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-01-07 11:15:02,264 - {control.ev:483} - {DEBUG:MainThread} - Genutzter Strom: 5.91A, Überschuss: -1843.4W, benötigte neue Leistung: -3220W
2023-01-07 11:15:02,266 - {control.chargepoint:349} - {INFO:MainThread} - LP 13: Ladevorgang wird nach Ablauf der Abschaltverzögerung 180s gestoppt.
2023-01-07 11:15:02,268 - {control.counter:313} - {DEBUG:MainThread} - LP13 Switch-Off-Threshold prüfen: EVU 463.4W, freigegebener Überschuss 1380.0W, Einspeisegrenze 0W
2023-01-07 11:15:02,269 - {control.counter:320} - {DEBUG:MainThread} - Relevante Leistung für Löschen der Abschaltschwelle: -916.6W, Schwelle: 350W
2023-01-07 11:15:02,269 - {control.chargepoint:349} - {INFO:MainThread} - LP 13: Abschaltschwelle während der Verzögerung überschritten.
2023-01-07 11:15:02,270 - {control.algorithm.algorithm:32} - {DEBUG:MainThread} - **Mindestrom setzen**
2023-01-07 11:15:02,280 - {control.algorithm.min_current:18} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.PV_CHARGING: 'pv_charging'>, False), Zähler 7
2023-01-07 11:15:02,282 - {control.counter:124} - {DEBUG:MainThread} - Zähler 7: [36.84, 30.090000000000003, 32.65]A verbleibende Ströme, 23492.92W verbleibende Leistung
2023-01-07 11:15:02,282 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP13: Stromstärke 6A
2023-01-07 11:15:02,284 - {control.algorithm.algorithm:34} - {DEBUG:MainThread} - **Sollstrom setzen**
2023-01-07 11:15:02,292 - {control.counter:159} - {DEBUG:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-01-07 11:15:02,292 - {control.counter:407} - {DEBUG:MainThread} - Zähler 7: Begrenzung der verbleibenden Leistung auf 0W
2023-01-07 11:15:02,293 - {control.counter:407} - {DEBUG:MainThread} - Zähler 14: Begrenzung der verbleibenden Leistung auf 0W
2023-01-07 11:15:02,294 - {control.counter:407} - {DEBUG:MainThread} - Zähler 15: Begrenzung der verbleibenden Leistung auf 0W
2023-01-07 11:15:02,294 - {control.counter:407} - {DEBUG:MainThread} - Zähler 21: Begrenzung der verbleibenden Leistung auf 0W
2023-01-07 11:15:02,295 - {control.algorithm.algorithm:45} - {DEBUG:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-01-07 11:15:02,295 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2023-01-07 11:15:02,298 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 528.320000000298 counter 4247001.95
2023-01-07 11:15:02,301 - {control.process:106} - {INFO:MainThread} - LP13: set current 6 A
2023-01-07 11:15:02,312 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-07 11:15:02,323 - {control.counter:141} - {DEBUG:MainThread} - 0W reservierte EVU-Leistung, 0.0W freigegebene EVU-Leistung
2023-01-07 11:15:02,596 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-01-07 11:15:07,612 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-07 11:15:12,629 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-07 11:15:13,661 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-01-07 11:15:13,662 - {root:61} - {INFO:MainThread} - # ***Start*** 
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
rleidner
Beiträge: 785
Registriert: Mo Nov 02, 2020 9:50 am

Re: Feedback Nightly 101.1

Beitrag von rleidner »

Ich bekomme nach dem Update auf die aktuelle master in main.log jedem Regeldurchlauf diese 2 Fehler:

Code: Alles auswählen

2023-01-07 13:02:11,196 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-07 13:02:16,206 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
Welche Module könnten da gemeint sein?

Zuerst hatte ich nach dem Update noch einen Connection-Fehler vom EVU-Kit, der trotz Neustart nicht verschwand.
Dann sah ich, daß die ip-Addresse für das 192.168.193-Netzwerk nicht gesetzt war.
Nach einem manuellen

Code: Alles auswählen

sudo ifconfig eth0:0 192.168.193.250 netmask 255.255.255.0 up
funktioniert die Abfrage vom EVU-Kit.

Hier ein Regeldurchlauf im Debug Level - ich kann nichts auffälliges erkennen:

Code: Alles auswählen

2023-01-07 13:02:04,804 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-01-07 13:02:04,844 - {soc.modules.common.component_context:51} - {DEBUG:device2} - Update Komponenten ['Kostal Plenticore Wechselrichter']
2023-01-07 13:02:04,845 - {modules.devices.openwb_evu_kit.device:50} - {DEBUG:device3} - Start device reading {'component8': <modules.devices.openwb_evu_kit.counter.EvuKit object at 0xb144db50>}
2023-01-07 13:02:04,846 - {soc.modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-01-07 13:02:04,846 - {soc.modules.common.component_context:24} - {DEBUG:device3} - Update Komponente ['EVU-Kit']
2023-01-07 13:02:04,847 - {soc.modules.common.component_context:24} - {DEBUG:cp4} - Update Komponente ['Ladepunkt']
2023-01-07 13:02:04,848 - {modules.chargepoints.mqtt.chargepoint_module:37} - {DEBUG:cp3} - MQTT-Ladepunkte müssen nicht ausgelesen werden.
2023-01-07 13:02:04,850 - {modules.chargepoints.mqtt.chargepoint_module:37} - {DEBUG:cp4} - MQTT-Ladepunkte müssen nicht ausgelesen werden.
2023-01-07 13:02:04,864 - {soc.modules.common.store._api:26} - {DEBUG:device2} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2014, exported=18249072.0, dc_power=None)
2023-01-07 13:02:05,604 - {modules.common.simcount._simcount:38} - {DEBUG:device3} - Previous state: SimCounterState(timestamp=1673092914.085705, power=770.3800000000001, imported=7101661.404127154, exported=9621750.608189361)
2023-01-07 13:02:05,604 - {modules.common.simcount._calculate:13} - {DEBUG:device3} - time passed: 0.0031996, power1: 770.38, power2: 788.8
2023-01-07 13:02:05,605 - {modules.common.simcount._calculate:29} - {DEBUG:device3} - power did not change sign. Total energy: 2.49438
2023-01-07 13:02:05,605 - {modules.common.simcount._simcount:47} - {DEBUG:device3} - imported: 2.49438 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673092925.6042776, power=788.8000000000002, imported=7101663.89850604, exported=9621750.608189361)
2023-01-07 13:02:05,607 - {soc.modules.common.store._api:26} - {DEBUG:device3} - Raw data CounterState(voltages=[232.91, 232.6, 231.23], powers=[-637.31, -332.78, 1758.89], currents=[-2.752, -1.604, 7.691], power_factors=[-0.9979, -0.9789, 0.9957], imported=7101663.89850604, exported=9621750.608189361, power=788.8000000000002, frequency=50.03)
2023-01-07 13:02:05,820 - {soc.modules.common.component_context:24} - {DEBUG:component7} - Update Komponente ['Kostal Plenticore Wechselrichter']
2023-01-07 13:02:05,822 - {soc.modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-01-07 13:02:05,827 - {soc.modules.common.component_context:24} - {DEBUG:cp4} - Update Komponente ['Ladepunkt']
2023-01-07 13:02:05,827 - {soc.modules.common.store._api:26} - {DEBUG:component7} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-2014, exported=18249072.0, dc_power=None)
2023-01-07 13:02:05,829 - {soc.modules.common.store._api:30} - {DEBUG:component7} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-2014, exported=18249072.0, dc_power=None)
2023-01-07 13:02:05,851 - {soc.modules.common.component_context:24} - {DEBUG:component8} - Update Komponente ['EVU-Kit']
2023-01-07 13:02:05,853 - {soc.modules.common.store._api:30} - {DEBUG:component8} - Saving CounterState(voltages=[232.91, 232.6, 231.23], powers=[-637.31, -332.78, 1758.89], currents=[-2.752, -1.604, 7.691], power_factors=[-0.9979, -0.9789, 0.9957], imported=7101663.89850604, exported=9621750.608189361, power=788.8000000000002, frequency=50.03)
2023-01-07 13:02:05,931 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 8: [26.75, 25.6, 25.5336768682663]
2023-01-07 13:02:05,932 - {control.counter:116} - {DEBUG:MainThread} - Verbleibende Leistung an Zähler 8: 12359.2
2023-01-07 13:02:05,933 - {control.chargepoint:697} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-01-07 13:02:05,935 - {control.chargepoint:688} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-01-07 13:02:05,937 - {control.ev:381} - {DEBUG:MainThread} - Änderung des Lademodus :False
2023-01-07 13:02:05,938 - {control.chargepoint:857} - {DEBUG:MainThread} - LP 3, EV: ID3 (EV-Nr.2): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.INSTANT_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 0
2023-01-07 13:02:05,941 - {control.chargepoint:697} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 1
2023-01-07 13:02:05,942 - {control.chargepoint:688} - {DEBUG:MainThread} - Phasenzahl Lademodus: 3
2023-01-07 13:02:05,944 - {control.ev:381} - {DEBUG:MainThread} - Änderung des Lademodus :False
2023-01-07 13:02:05,945 - {control.chargepoint:857} - {DEBUG:MainThread} - LP 4, EV: smart (EV-Nr.3): Theoretisch benötigter Strom 10A, Lademodus instant_charging, Submodus: Chargemode.INSTANT_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 9.2236768682663
2023-01-07 13:02:05,947 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2023-01-07 13:02:05,949 - {control.data:270} - {DEBUG:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=7590, daily_exported=0, power=2148, imported=3328406, exported=0))
2023-01-07 13:02:05,950 - {control.data:297} - {DEBUG:MainThread} - cp3
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=71), currents=[0, 0, 0], daily_imported=0, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=1839836, phases_in_use=0, plug_state=True, power=0, rfid_timestamp=None, rfid=None, state_str=None, voltages=[230.1, 232.5, 233]), set=Set(change_ev_permitted=[True, ''], charging_ev=2, charging_ev_prev=2, current=6, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='_', imported_at_mode_switch=1839836, imported_at_plugtime=1836116, imported_since_mode_switch=0, imported_since_plugged=3720, range_charged=0, time_charged='00:00', timestamp_start_charging=None), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='01/05/2023, 14:51:40', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0xb1489928>), config=Config(connection_module={'type': 'mqtt', 'name': 'MQTT-Ladepunkt', 'configuration': {}}, power_module={}, ev=2, name='MQTT-CP3-ID3', type='mqtt', template=0, connected_phases=3, phase_1=3, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=3))
2023-01-07 13:02:05,951 - {control.data:297} - {DEBUG:MainThread} - cp4
ChargepointData(get=Get(charge_state=True, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=88), currents=[9.2236768682663, 0, 0], daily_imported=7590, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=1488570, phases_in_use=1, plug_state=True, power=2148, rfid_timestamp=None, rfid=None, state_str=None, voltages=[0, 0, 0]), set=Set(change_ev_permitted=[True, ''], charging_ev=3, charging_ev_prev=3, current=10, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='instant_charging', imported_at_mode_switch=1482020, imported_at_plugtime=1482020, imported_since_mode_switch=6550, imported_since_plugged=6550, range_charged=40.9375, time_charged='3:00', timestamp_start_charging='01/07/2023, 10:01:41'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='01/07/2023, 09:30:51', required_power=2300.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0xb14b7238>), config=Config(connection_module={'type': 'mqtt', 'name': 'MQTT-Ladepunkt', 'configuration': {}}, power_module={}, ev=3, name='MQTT-CP4-smart', type='mqtt', template=0, connected_phases=3, phase_1=3, auto_phase_switch_hw=False, control_pilot_interruption_hw=False, id=4))
2023-01-07 13:02:05,952 - {control.data:297} - {DEBUG:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-01-07 13:02:05,953 - {control.data:297} - {DEBUG:MainThread} - counter8
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': 12359.2, 'surplus_power_left': 0, 'consumption_left': 10446.24, 'raw_currents_left': [26.75, 25.6, 25.5336768682663]}, 'get': {'daily_exported': 22.689467814, 'daily_imported': 7132.746503627, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [232.91, 232.6, 231.23], 'currents': [-2.75, -1.6, 7.69], 'powers': [-637.31, -332.78, 1758.89], 'power_factors': [-1.0, -0.98, 1.0], 'imported': 7101663.89850604, 'exported': 9621750.608189361, 'power': 788.8000000000002, 'frequency': 50.03}, 'config': {'max_currents': [25, 25, 25], 'max_total_power': 11000}}
2023-01-07 13:02:05,956 - {control.data:274} - {DEBUG:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 8, 'type': 'counter', 'children': [{'id': 7, 'type': 'inverter', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}, {'id': 4, 'type': 'cp', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=654.8000000000002, invalid_home_consumption=0, daily_yield_home_consumption=6134.057035813001))
2023-01-07 13:02:05,956 - {control.data:297} - {DEBUG:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=10, min_current=10, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=10000, soc=50))))
2023-01-07 13:02:05,958 - {control.data:297} - {DEBUG:MainThread} - ct1
ChargeTemplateData(name='ID3-LPV1', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=6, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=10000, soc=100))))
2023-01-07 13:02:05,958 - {control.data:297} - {DEBUG:MainThread} - ct2
ChargeTemplateData(name='smart-LPV1', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='instant_charging', pv_charging=PvCharging(min_soc_current=10, min_current=10, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=10000, soc=100))))
2023-01-07 13:02:05,960 - {control.data:297} - {DEBUG:MainThread} - ct3
ChargeTemplateData(name='BMW-LPV1', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='stop', pv_charging=PvCharging(min_soc_current=10, min_current=6, feed_in_limit=False, min_soc=0, max_soc=70), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=10, limit=Limit(selected='none', amount=1000, soc=50))))
2023-01-07 13:02:05,961 - {control.data:297} - {DEBUG:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=58, nominal_difference=2, soc=Soc(request_interval_charging=5, request_interval_not_charging=720, request_only_plugged=False)), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch='12/28/2022, 09:35:31', submode='stop', chargemode='stop', used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-07 13:02:05,961 - {control.data:297} - {DEBUG:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='ID3-Template', 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=18, min_current=6, max_current_single_phase=32, battery_capacity=58, nominal_difference=2, soc=Soc(request_interval_charging=7, request_interval_not_charging=88, request_only_plugged=False)), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[0.0, 0.0, 6], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.INSTANT_CHARGING: 'instant_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=1, ev_template=1, name='ID3', tag_id=[], get=Get(soc=71, soc_timestamp='01/07/2023, 12:47:07', force_soc_update=False, range=251.0, fault_state=0, fault_str='Kein Fehler.'))
2023-01-07 13:02:05,962 - {control.data:297} - {DEBUG:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='smart-Template', max_current_multi_phases=10, 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=16, min_current=10, max_current_single_phase=32, battery_capacity=17, nominal_difference=1, soc=Soc(request_interval_charging=5, request_interval_not_charging=90, request_only_plugged=False)), et_num=0)), control_parameter=ControlParameter(required_current=10, required_currents=[0.0, 0.0, 10], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.INSTANT_CHARGING: 'instant_charging'>, chargemode=<Chargemode.INSTANT_CHARGING: 'instant_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=2, ev_template=2, name='smart', tag_id=[], get=Get(soc=88, soc_timestamp='01/07/2023, 13:00:26', force_soc_update=False, range=73.0, fault_state=0, fault_str='Kein Fehler.'))
2023-01-07 13:02:05,964 - {control.data:297} - {DEBUG:MainThread} - ev4
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='ID3-Vorlage-2', 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=18, min_current=6, max_current_single_phase=32, battery_capacity=58, nominal_difference=2, soc=Soc(request_interval_charging=7, request_interval_not_charging=88, request_only_plugged=False)), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode='stop', chargemode='stop', used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=3, ev_template=4, name='BMW-Test', tag_id=[], get=Get(soc=99, soc_timestamp='11/15/2022, 22:44:45', force_soc_update=True, range=283.0, fault_state=2, fault_str='<class \'TypeError\'> can only concatenate str (not "NoneType") to str'))
2023-01-07 13:02:05,966 - {control.data:297} - {DEBUG:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=58, nominal_difference=2, soc=Soc(request_interval_charging=7, request_interval_not_charging=77, request_only_plugged=False))
2023-01-07 13:02:05,967 - {control.data:297} - {DEBUG:MainThread} - et1
EvTemplateData(name='ID3-Template', 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=18, min_current=6, max_current_single_phase=32, battery_capacity=58, nominal_difference=2, soc=Soc(request_interval_charging=7, request_interval_not_charging=88, request_only_plugged=False))
2023-01-07 13:02:05,968 - {control.data:297} - {DEBUG:MainThread} - et2
EvTemplateData(name='smart-Template', max_current_multi_phases=10, 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=16, min_current=10, max_current_single_phase=32, battery_capacity=17, nominal_difference=1, soc=Soc(request_interval_charging=5, request_interval_not_charging=90, request_only_plugged=False))
2023-01-07 13:02:05,970 - {control.data:297} - {DEBUG:MainThread} - et3
EvTemplateData(name='BMW Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=42, nominal_difference=2, soc=Soc(request_interval_charging=10, request_interval_not_charging=90, request_only_plugged=False))
2023-01-07 13:02:05,971 - {control.data:297} - {DEBUG:MainThread} - et4
EvTemplateData(name='ID3-Vorlage-2', 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=18, min_current=6, max_current_single_phase=32, battery_capacity=58, nominal_difference=2, soc=Soc(request_interval_charging=7, request_interval_not_charging=88, request_only_plugged=False))
2023-01-07 13:02:05,971 - {control.data:278} - {DEBUG:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=False, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=0, phase_switch_delay=8, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=60, switch_off_soc=40, switch_off_threshold=5, switch_on_delay=30, switch_on_soc=60, switch_on_threshold=1500), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=3), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=18, unbalanced_load=True), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=True, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.3176, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-01-07 13:02:05,973 - {control.data:297} - {DEBUG:MainThread} - graph
{'config': {'duration': 120}}
2023-01-07 13:02:05,974 - {control.data:280} - {DEBUG:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-01-07 13:02:05,974 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': -2027, 'exported': 18249072.0, 'daily_exported': 6614.0, 'monthly_exported': 0, 'yearly_exported': 0}, 'config': {'configured': True}}
2023-01-07 13:02:05,975 - {control.data:297} - {DEBUG:MainThread} - pv7
{'get': {'daily_exported': 6614.0, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -2014, 'exported': 18249072.0, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 8500000}}
2023-01-07 13:02:05,975 - {control.data:297} - {DEBUG:MainThread} - system
{'update_in_progress': False, 'perform_update': False, 'ip_address': '192.168.1.173', 'boot_done': True, 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'version': '1.99.101.1', 'lastlivevaluesJson': {'timestamp': 1673092914, 'time': '13:01:54', 'grid': 0.77, 'house-power': 0.649, 'charging-all': 2.148, 'pv-all': 2.027, 'cp3-power': 0.0, 'cp4-power': 2.148, 'ev2-soc': 71, 'ev3-soc': 88}, 'current_commit': '2023-01-06 15:24:41 +0100 [6c4877ac]', 'current_missing_commits': [], 'current_branch': 'master', 'current_branch_commit': '2023-01-06 15:24:41 +0100 [6c4877ac]', 'datastore_version': 6, 'module_update_completed': True}
2023-01-07 13:02:05,975 - {control.data:310} - {DEBUG:MainThread} - device2
{'name': 'Kostal Plenticore', 'type': 'kostal_plenticore', 'id': 2, 'configuration': {'ip_address': '192.168.1.170'}}
2023-01-07 13:02:05,975 - {control.data:312} - {DEBUG:MainThread} - component7
{'name': 'Kostal Plenticore Wechselrichter', 'type': 'inverter', 'id': 7, 'configuration': {}}
2023-01-07 13:02:05,976 - {control.data:310} - {DEBUG:MainThread} - device3
{'name': 'EVU-Kit', 'type': 'openwb_evu_kit', 'id': 3, 'configuration': {}}
2023-01-07 13:02:05,977 - {control.data:312} - {DEBUG:MainThread} - component8
{'name': 'EVU-Kit', 'type': 'counter', 'id': 8, 'configuration': {'id': 2, 'version': 1}}
2023-01-07 13:02:05,977 - {control.data:284} - {DEBUG:MainThread} - 

2023-01-07 13:02:05,977 - {control.algorithm.algorithm:26} - {DEBUG:MainThread} - # Algorithmus-Start
2023-01-07 13:02:05,978 - {control.algorithm.algorithm:32} - {DEBUG:MainThread} - **Mindestrom setzen**
2023-01-07 13:02:05,979 - {control.algorithm.min_current:18} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.INSTANT_CHARGING: 'instant_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 8
2023-01-07 13:02:05,979 - {control.counter:124} - {DEBUG:MainThread} - Zähler 8: [26.75, 25.6, 15.533676868266301]A verbleibende Ströme, 10059.2W verbleibende Leistung
2023-01-07 13:02:05,980 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP4: Stromstärke 10A
2023-01-07 13:02:05,982 - {control.algorithm.min_current:18} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 8
2023-01-07 13:02:05,984 - {control.counter:124} - {DEBUG:MainThread} - Zähler 8: [26.75, 25.6, 9.533676868266301]A verbleibende Ströme, 8679.2W verbleibende Leistung
2023-01-07 13:02:05,985 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP3: Stromstärke 6A
2023-01-07 13:02:05,986 - {control.algorithm.algorithm:34} - {DEBUG:MainThread} - **Sollstrom setzen**
2023-01-07 13:02:05,988 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [4]
2023-01-07 13:02:05,988 - {control.algorithm.additional_current:26} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.INSTANT_CHARGING: 'instant_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 8
2023-01-07 13:02:05,989 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP4: Stromstärke 10A
2023-01-07 13:02:05,991 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [3]
2023-01-07 13:02:05,991 - {control.algorithm.filter_chargepoints:51} - {DEBUG:MainThread} - LP 3: Lädt nicht, daher keine weitere Berücksichtigung
2023-01-07 13:02:05,992 - {control.counter:159} - {DEBUG:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-01-07 13:02:05,994 - {control.counter:407} - {DEBUG:MainThread} - Zähler 8: Begrenzung der verbleibenden Leistung auf 0W
2023-01-07 13:02:05,995 - {control.algorithm.algorithm:45} - {DEBUG:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-01-07 13:02:05,996 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2023-01-07 13:02:05,999 - {control.process:106} - {INFO:MainThread} - LP3: set current 6 A
2023-01-07 13:02:06,001 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 6550 counter 1488570
2023-01-07 13:02:06,002 - {control.process:106} - {INFO:MainThread} - LP4: set current 10 A
2023-01-07 13:02:06,006 - {soc.modules.common.component_context:24} - {DEBUG:cp3} - Update Komponente ['Ladepunkt']
2023-01-07 13:02:06,008 - {modules.chargepoints.mqtt.chargepoint_module:33} - {DEBUG:cp3} - MQTT-Ladepunkte abonnieren die Soll-Stromstärke direkt vom Broker.
2023-01-07 13:02:06,009 - {soc.modules.common.component_context:24} - {DEBUG:cp4} - Update Komponente ['Ladepunkt']
2023-01-07 13:02:06,014 - {modules.chargepoints.mqtt.chargepoint_module:33} - {DEBUG:cp4} - MQTT-Ladepunkte abonnieren die Soll-Stromstärke direkt vom Broker.
2023-01-07 13:02:06,018 - {control.counter:141} - {DEBUG:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-01-07 13:02:06,185 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-01-07 13:02:11,196 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-07 13:02:16,206 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-07 13:02:17,227 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Smart EQ forfour
Benutzeravatar
mrinas
Beiträge: 1867
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Nightly 101.1

Beitrag von mrinas »

Noch ein Problemchen. Sofortladen hat das SoC Limit erreicht und den Ladevorgang beendet. Soweit so gut. Hab' dann auf PV Laden umgestellt, Ladevorgang wurde unmittelbar gestartet obwohl nicht genug Überschuss vorhanden war.
Bin mir nicht sicher welcher Teil aus dem Log hier relevant wäre, drum diesmal das gesamte Log. Hier noch ein Scrreenshot mit dem Zeitstempel wann das genau passiert ist:
Screenshot 2023-01-08 100745.png
main (6).log
(2.32 MiB) 51-mal heruntergeladen
Ich hatte auch Probleme mit der 1p/3p Umschaltung, womöglich nach Neustart der Box und des Ladepunkts gestern, hatte das im falschen Thread gepostet: viewtopic.php?p=78399#p78399
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
Benutzeravatar
mrinas
Beiträge: 1867
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Nightly 101.1

Beitrag von mrinas »

ich hab' leider noch einen, bin mir nicht sicher was hier heute schief läuft, sorry :?

Lademodus PV, Mindestrom auf 6A gestellt. 1p/3p Automatik aktiv, kein Überschuss.
Ladung wird gestartet, allerdings wird mit 3p geladen, Vorgabe lt. Status ist 1p, findet aber keine Umschaltung statt.
Screenshot 2023-01-08 220926.png

Code: Alles auswählen

2023-01-08 22:06:35,899 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-01-08 22:06:35,950 - {soc.modules.common.component_context:51} - {DEBUG:device4} - Update Komponenten ['EnergyMeter 1.0']
2023-01-08 22:06:35,951 - {soc.modules.common.component_context:51} - {DEBUG:device8} - Update Komponenten ['Pumpe']
2023-01-08 22:06:35,959 - {soc.modules.common.component_context:51} - {DEBUG:device9} - Update Komponenten ['Trockner']
2023-01-08 22:06:35,959 - {urllib3.connectionpool:227} - {DEBUG:device8} - Starting new HTTP connection (1): 192.168.178.81:80
2023-01-08 22:06:35,960 - {soc.modules.common.component_context:24} - {DEBUG:device14} - Update Komponente ['LP1 (Garage)']
2023-01-08 22:06:35,969 - {urllib3.connectionpool:227} - {DEBUG:device9} - Starting new HTTP connection (1): 192.168.178.209:80
2023-01-08 22:06:35,973 - {modules.devices.sma_sunny_boy.device:72} - {DEBUG:device15} - Start device reading {'component22': <modules.devices.sma_sunny_boy.inverter.SmaSunnyBoyInverter object at 0x725cb3a0>}
2023-01-08 22:06:35,978 - {urllib3.connectionpool:272} - {DEBUG:device14} - Resetting dropped connection: 192.168.178.51
2023-01-08 22:06:35,982 - {modules.devices.sma_sunny_boy.device:72} - {DEBUG:device16} - Start device reading {'component23': <modules.devices.sma_sunny_boy.inverter.SmaSunnyBoyInverter object at 0x725e7a78>}
2023-01-08 22:06:35,984 - {soc.modules.common.component_context:24} - {DEBUG:device15} - Update Komponente ['WR Garage (neu)']
2023-01-08 22:06:35,987 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-08 22:06:35,991 - {urllib3.connectionpool:452} - {DEBUG:device8} - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 113
2023-01-08 22:06:35,994 - {soc.modules.common.req:11} - {DEBUG:device8} - Get-Response: {"power":0.00,"overpower":0.00,"is_valid":true,"timestamp":1673215596,"counters":[0.000, 0.000, 0.000],"total":0}
2023-01-08 22:06:36,411 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2023-01-08 22:06:36,412 - {urllib3.connectionpool:452} - {DEBUG:device9} - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2023-01-08 22:06:36,419 - {soc.modules.common.req:11} - {DEBUG:device9} - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2023-01-08 22:06:36,414 - {soc.modules.common.component_context:24} - {DEBUG:device4} - Update Komponente ['EnergyMeter 1.0']
2023-01-08 22:06:36,830 - {soc.modules.common.store._api:26} - {DEBUG:device4} - Raw data CounterState(voltages=[227.915, 228.79, 228.515], powers=[1417.0, 1457.3, 1554.8], currents=[6.247, 6.414, 6.848], power_factors=[1.0, 0.998, 1.0], imported=35867948.7, exported=73850127.3, power=4429.1, frequency=50)
2023-01-08 22:06:36,417 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 6039.613
2023-01-08 22:06:36,414 - {soc.modules.common.component_context:24} - {DEBUG:device16} - Update Komponente ['WR Haus (neu)']
2023-01-08 22:06:36,414 - {modules.common.simcount._simcount:38} - {DEBUG:device8} - Previous state: SimCounterState(timestamp=1673211982.2833104, power=0.0, imported=56424.15561013759, exported=0.0)
2023-01-08 22:06:36,832 - {modules.common.simcount._simcount:38} - {DEBUG:device9} - Previous state: SimCounterState(timestamp=1673211982.287088, power=0.0, imported=106081.77902665432, exported=0.0)
2023-01-08 22:06:36,836 - {modules.devices.sma_shm.device:29} - {DEBUG:device4} - All components updated
2023-01-08 22:06:36,845 - {modules.common.simcount._calculate:13} - {DEBUG:device8} - time passed: 0.00392538, power1: 0, power2: 0
2023-01-08 22:06:36,849 - {modules.common.simcount._calculate:13} - {DEBUG:device9} - time passed: 0.00404025, power1: 0, power2: 0
2023-01-08 22:06:36,852 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1
2023-01-08 22:06:36,859 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0
2023-01-08 22:06:36,857 - {modules.common.simcount._calculate:29} - {DEBUG:device9} - power did not change sign. Total energy: 0
2023-01-08 22:06:36,860 - {modules.common.simcount._simcount:47} - {DEBUG:device9} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673211996.8319738, power=0.0, imported=106081.77902665432, exported=0.0)
2023-01-08 22:06:36,854 - {modules.common.simcount._calculate:29} - {DEBUG:device8} - power did not change sign. Total energy: 0
2023-01-08 22:06:36,861 - {modules.common.simcount._simcount:38} - {DEBUG:device14} - Previous state: SimCounterState(timestamp=1673211982.3352413, power=0.0, imported=693636.8132763748, exported=0)
2023-01-08 22:06:36,861 - {modules.common.simcount._simcount:47} - {DEBUG:device8} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673211996.4146812, power=0.0, imported=56424.15561013759, exported=0.0)
2023-01-08 22:06:36,862 - {modules.common.simcount._calculate:13} - {DEBUG:device14} - time passed: 0.00403501, power1: 0, power2: 0
2023-01-08 22:06:36,863 - {soc.modules.common.store._api:26} - {DEBUG:device9} - Raw data 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=106081.77902665432, exported=0.0, power=0.0, frequency=50)
2023-01-08 22:06:36,864 - {soc.modules.common.store._api:26} - {DEBUG:device8} - Raw data 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=56424.15561013759, exported=0.0, power=0.0, frequency=50)
2023-01-08 22:06:36,865 - {modules.common.simcount._calculate:29} - {DEBUG:device14} - power did not change sign. Total energy: 0
2023-01-08 22:06:36,875 - {modules.common.simcount._simcount:47} - {DEBUG:device14} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673211996.8612843, power=0.0, imported=693636.8132763748, exported=0)
2023-01-08 22:06:36,877 - {modules.devices.sma_sunny_boy.inverter:63} - {DEBUG:device15} - WR 192.168.178.204: InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=2527926, dc_power=4294967296)
2023-01-08 22:06:36,877 - {soc.modules.common.store._api:26} - {DEBUG:device15} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=2527926, dc_power=4294967296)
2023-01-08 22:06:36,894 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3
2023-01-08 22:06:36,895 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-08 22:06:36,906 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2023-01-08 22:06:36,909 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-08 22:06:36,918 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2023-01-08 22:06:36,920 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-08 22:06:36,921 - {soc.modules.common.store._api:26} - {DEBUG:device14} - Raw data 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=693636.8132763748, exported=0, power=0.0, frequency=50)
2023-01-08 22:06:37,393 - {modules.devices.sma_sunny_boy.inverter:63} - {DEBUG:device16} - WR 192.168.178.201: InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=41024541, dc_power=4294967296)
2023-01-08 22:06:37,393 - {soc.modules.common.store._api:26} - {DEBUG:device16} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=41024541, dc_power=4294967296)
2023-01-08 22:06:37,397 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-08 22:06:37,398 - {soc.modules.common.component_context:24} - {DEBUG:component14} - Update Komponente ['Pumpe']
2023-01-08 22:06:37,400 - {soc.modules.common.store._api:30} - {DEBUG:component14} - 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=56424.15561013759, exported=0.0, power=0.0, frequency=50)
2023-01-08 22:06:37,401 - {soc.modules.common.component_context:24} - {DEBUG:component15} - Update Komponente ['Trockner']
2023-01-08 22:06:37,403 - {soc.modules.common.store._api:30} - {DEBUG:component15} - 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=106081.77902665432, exported=0.0, power=0.0, frequency=50)
2023-01-08 22:06:37,412 - {soc.modules.common.component_context:24} - {DEBUG:component21} - Update Komponente ['LP1 (Garage)']
2023-01-08 22:06:37,413 - {soc.modules.common.store._api:30} - {DEBUG:component21} - 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=693636.8132763748, exported=0, power=0.0, frequency=50)
2023-01-08 22:06:37,414 - {soc.modules.common.component_context:24} - {DEBUG:component22} - Update Komponente ['WR Garage (neu)']
2023-01-08 22:06:37,416 - {soc.modules.common.component_context:24} - {DEBUG:component23} - Update Komponente ['WR Haus (neu)']
2023-01-08 22:06:37,421 - {soc.modules.common.store._api:26} - {DEBUG:component23} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=41024541, dc_power=4294967296)
2023-01-08 22:06:37,418 - {soc.modules.common.store._api:26} - {DEBUG:component22} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=2527926, dc_power=4294967296)
2023-01-08 22:06:37,423 - {soc.modules.common.store._api:30} - {DEBUG:component23} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=41024541, dc_power=4294967296)
2023-01-08 22:06:37,425 - {soc.modules.common.store._api:30} - {DEBUG:component22} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=0, exported=2527926, dc_power=4294967296)
2023-01-08 22:06:37,534 - {soc.modules.common.component_context:24} - {DEBUG:component7} - Update Komponente ['EnergyMeter 1.0']
2023-01-08 22:06:37,535 - {soc.modules.common.store._api:30} - {DEBUG:component7} - Saving CounterState(voltages=[227.915, 228.79, 228.515], powers=[1417.0, 1457.3, 1554.8], currents=[6.247, 6.414, 6.848], power_factors=[1.0, 0.998, 1.0], imported=35867948.7, exported=73850127.3, power=4429.1, frequency=50)
2023-01-08 22:06:37,667 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 7: [33.83, 33.67, 33.28]
2023-01-08 22:06:37,668 - {control.counter:116} - {DEBUG:MainThread} - Verbleibende Leistung an Zähler 7: 23732.7
2023-01-08 22:06:37,668 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 14: [15.0, 15.0, 15.0]
2023-01-08 22:06:37,669 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 15: [15.0, 15.0, 15.0]
2023-01-08 22:06:37,669 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 21: [15.0, 15.0, 15.0]
2023-01-08 22:06:37,674 - {control.chargepoint:697} - {DEBUG:MainThread} - EV-Phasenzahl beschränkt die nutzbaren Phasen auf 3
2023-01-08 22:06:37,675 - {control.chargepoint:688} - {DEBUG:MainThread} - Phasenzahl Lademodus: 1
2023-01-08 22:06:37,676 - {control.ev:618} - {DEBUG:MainThread} - Keine Ladung, da kein Zeitfenster für Zeitladen aktiv ist.
2023-01-08 22:06:37,685 - {control.ev:364} - {DEBUG:MainThread} - Änderung des Lademodus :False
2023-01-08 22:06:37,686 - {control.chargepoint:857} - {DEBUG:MainThread} - LP 13, EV: Tesla (EV-Nr.3): Theoretisch benötigter Strom 6A, Lademodus pv_charging, Submodus: Chargemode.INSTANT_CHARGING, Phasen: 1, Priorität: False, max. Ist-Strom: 6.13
2023-01-08 22:06:37,689 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2023-01-08 22:06:37,690 - {control.data:270} - {DEBUG:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=36264.16, daily_exported=0, power=4161.8, imported=4285109.86, exported=0))
2023-01-08 22:06:37,692 - {control.data:297} - {DEBUG:MainThread} - cp13
ChargepointData(get=Get(charge_state=True, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=31.0), currents=[6.08, 6.13, 6.08], daily_imported=36264.16, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4285109.86, phases_in_use=3, plug_state=True, power=4161.8, rfid_timestamp=None, rfid=None, state_str=None, voltages=[228.38, 227.72, 227.07]), set=Set(change_ev_permitted=[True, ''], charging_ev=3, charging_ev_prev=3, current=6, energy_to_charge=0, loadmanagement_available=True, log=Log(chargemode_log_entry='pv_charging', imported_at_mode_switch=4284934.57, imported_at_plugtime=4284011.72, imported_since_mode_switch=158.19999999925494, imported_since_plugged=1081.0499999998137, range_charged=0.7909999999962747, time_charged='0:03', timestamp_start_charging='01/08/2023, 22:03:58'), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='01/08/2023, 17:57:37', required_power=1380.0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x71daf100>), config=Config(connection_module={'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, power_module={}, ev=3, name='Gartenhaus', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=13))
2023-01-08 22:06:37,693 - {control.data:297} - {DEBUG:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-01-08 22:06:37,694 - {control.data:297} - {DEBUG:MainThread} - counter7
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': 23732.7, 'surplus_power_left': 0, 'consumption_left': 21395.8, 'raw_currents_left': [33.83, 33.67, 33.28]}, 'get': {'daily_exported': 1938.9, 'daily_imported': 50789.8, 'voltages': [227.91, 228.79, 228.51], 'currents': [6.25, 6.41, 6.85], 'powers': [1417.0, 1457.3, 1554.8], 'power_factors': [1.0, 1.0, 1.0], 'imported': 35867948.7, 'exported': 73850127.3, 'power': 4429.1, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'frequency': 50}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2023-01-08 22:06:37,696 - {control.data:297} - {DEBUG:MainThread} - counter14
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 0.0, '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': 56424.15561013759, 'exported': 0.0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-08 22:06:37,696 - {control.data:297} - {DEBUG:MainThread} - counter15
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 0.0, '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': 106081.77902665432, 'power': 0.0, 'frequency': 50, 'exported': 0.0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-08 22:06:37,697 - {control.data:297} - {DEBUG:MainThread} - counter21
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0, 'daily_imported': 4521.3163571574, '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': 693636.8132763748, 'exported': 0, 'power': 0.0, 'frequency': 50, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-08 22:06:37,697 - {control.data:274} - {DEBUG:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 7, 'type': 'counter', 'children': [{'id': 13, 'type': 'cp', 'children': []}, {'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 21, 'type': 'counter', 'children': []}, {'id': 22, 'type': 'inverter', 'children': []}, {'id': 23, 'type': 'inverter', 'children': []}]}]), set=Set(loadmanagement_active=False, home_consumption=267.3000000000002, invalid_home_consumption=0, daily_yield_home_consumption=53523.9))
2023-01-08 22:06:37,697 - {control.data:297} - {DEBUG:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=22, soc=50))))
2023-01-08 22:06:37,699 - {control.data:297} - {DEBUG:MainThread} - ct1
ChargeTemplateData(name='Tesla', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=True, plans={'3': TimeChargingPlan(active=True, frequency=Frequency(selected='daily', once=['2022-11-07', '2022-11-07'], weekly=[False, False, False, False, False, False, False]), time=['01:00', '06:30'], name='Nachts', current=16, limit=Limit(selected='soc', amount=1000, soc=75))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=6, feed_in_limit=False, min_soc=0, max_soc=95), scheduled_charging=ScheduledCharging(plans={'1': ScheduledChargingPlan(active=True, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=14, name='Zielladen-Standard', limit=ScheduledLimit(selected='none', amount=1000, soc_limit=65, soc_scheduled=65), time='07:00')}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=20000, soc=75))))
2023-01-08 22:06:37,700 - {control.data:297} - {DEBUG:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.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=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-08 22:06:37,701 - {control.data:297} - {DEBUG:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-08 22:06:37,702 - {control.data:297} - {DEBUG:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-08 22:06:37,703 - {control.data:297} - {DEBUG:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Tesla', 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=20, min_current=6, max_current_single_phase=32, battery_capacity=75, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=6, required_currents=[0.0, 6, 0.0], phases=1, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.INSTANT_CHARGING: 'instant_charging'>, chargemode=<Chargemode.PV_CHARGING: 'pv_charging'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=1, ev_template=1, name='Tesla', tag_id=[], get=Get(soc=31.0, soc_timestamp='01/08/2023, 22:06:28', force_soc_update=False, range=148.4133348, fault_state=0, fault_str='Kein Fehler.'))
2023-01-08 22:06:37,704 - {control.data:297} - {DEBUG:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2)
2023-01-08 22:06:37,706 - {control.data:297} - {DEBUG:MainThread} - et1
EvTemplateData(name='Tesla', 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=20, min_current=6, max_current_single_phase=32, battery_capacity=75, nominal_difference=2)
2023-01-08 22:06:37,707 - {control.data:278} - {DEBUG:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=0, phase_switch_delay=8, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=180, switch_off_soc=40, switch_off_threshold=350, switch_on_delay=40, switch_on_soc=60, switch_on_threshold=1300), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=18, unbalanced_load=False), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=False, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.23, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-01-08 22:06:37,707 - {control.data:297} - {DEBUG:MainThread} - graph
{'config': {'duration': 120}}
2023-01-08 22:06:37,708 - {control.data:280} - {DEBUG:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-01-08 22:06:37,708 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': 0, 'exported': 43552467, 'daily_exported': 4673, 'monthly_exported': 0, 'yearly_exported': 0}, 'config': {'configured': True}}
2023-01-08 22:06:37,708 - {control.data:297} - {DEBUG:MainThread} - pv22
{'get': {'daily_exported': 2179, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': 0, 'exported': 2527926, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2023-01-08 22:06:37,708 - {control.data:297} - {DEBUG:MainThread} - pv23
{'get': {'daily_exported': 2494, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': 0, 'exported': 41024541, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2023-01-08 22:06:37,710 - {control.data:297} - {DEBUG:MainThread} - 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': 1673211983, 'time': '22:06:23', 'grid': 4.415, 'counter14-power': 0.0, 'counter15-power': 0.0, 'counter21-power': 0.0, 'house-power': 0.257, 'charging-all': 4.158, 'pv-all': -0.0, 'cp13-power': 4.158, 'ev3-soc': 31.0}, 'version': '1.99.101.1', 'current_commit': '2023-01-06 15:24:41 +0100 [6c4877ac]', 'current_missing_commits': [], 'current_branch': 'master', 'current_branch_commit': '2023-01-06 15:24:41 +0100 [6c4877ac]', 'datastore_version': 6, 'module_update_completed': True}
2023-01-08 22:06:37,711 - {control.data:310} - {DEBUG:MainThread} - device4
{'name': 'EVU', 'type': 'sma_shm', 'id': 4, 'configuration': {}}
2023-01-08 22:06:37,711 - {control.data:312} - {DEBUG:MainThread} - component7
{'name': 'EnergyMeter 1.0', 'type': 'counter', 'id': 7, 'configuration': {'serials': None}}
2023-01-08 22:06:37,712 - {control.data:310} - {DEBUG:MainThread} - device8
{'name': 'Pumpe', 'type': 'json', 'id': 8, 'configuration': {'url': 'http://192.168.178.81/meter/0'}}
2023-01-08 22:06:37,712 - {control.data:312} - {DEBUG:MainThread} - component14
{'name': 'Pumpe', 'type': 'counter', 'id': 14, 'configuration': {'jq_power': '.power', 'jq_exported': None, 'jq_imported': None}}
2023-01-08 22:06:37,712 - {control.data:310} - {DEBUG:MainThread} - device9
{'name': 'Trockner', 'type': 'json', 'id': 9, 'configuration': {'url': 'http://192.168.178.209/meter/0'}}
2023-01-08 22:06:37,712 - {control.data:312} - {DEBUG:MainThread} - component15
{'name': 'Trockner', 'type': 'counter', 'id': 15, 'configuration': {'jq_power': '.power', 'jq_exported': None, 'jq_imported': None}}
2023-01-08 22:06:37,713 - {control.data:310} - {DEBUG:MainThread} - device14
{'name': 'openWB (1.9)', 'type': 'http', 'id': 14, 'configuration': {'url': 'http://192.168.178.51'}}
2023-01-08 22:06:37,713 - {control.data:312} - {DEBUG:MainThread} - component21
{'name': 'LP1 (Garage)', 'type': 'counter', 'id': 21, 'configuration': {'current_l1_path': '/openWB/ramdisk/lla1', 'current_l2_path': '/openWB/ramdisk/lla2', 'current_l3_path': '/openWB/ramdisk/lla3', 'exported_path': None, 'imported_path': '/openWB/ramdisk/llkwh', 'power_path': '/openWB/ramdisk/llaktuell'}}
2023-01-08 22:06:37,713 - {control.data:310} - {DEBUG:MainThread} - device15
{'name': 'WR Garage (neu)', 'type': 'sma_sunny_boy', 'id': 15, 'configuration': {'ip_address': '192.168.178.204'}}
2023-01-08 22:06:37,713 - {control.data:312} - {DEBUG:MainThread} - component22
{'name': 'WR Garage (neu)', 'type': 'inverter', 'id': 22, 'configuration': {'hybrid': False, 'version': 0}}
2023-01-08 22:06:37,714 - {control.data:310} - {DEBUG:MainThread} - device16
{'name': 'WR Haus (neu)', 'type': 'sma_sunny_boy', 'id': 16, 'configuration': {'ip_address': '192.168.178.201'}}
2023-01-08 22:06:37,714 - {control.data:312} - {DEBUG:MainThread} - component23
{'name': 'WR Haus (neu)', 'type': 'inverter', 'id': 23, 'configuration': {'hybrid': False, 'version': 0}}
2023-01-08 22:06:37,714 - {control.data:284} - {DEBUG:MainThread} - 

2023-01-08 22:06:37,714 - {control.algorithm.algorithm:26} - {DEBUG:MainThread} - # Algorithmus-Start
2023-01-08 22:06:37,715 - {control.algorithm.algorithm:72} - {DEBUG:MainThread} - Ladepunkt 13: Prüfen, ob Phasenumschaltung durchgeführt werden soll.
2023-01-08 22:06:37,715 - {control.ev:483} - {DEBUG:MainThread} - Genutzter Strom: 6.13A, Überschuss: -4429.1W, benötigte neue Leistung: -3220W
2023-01-08 22:06:37,718 - {control.algorithm.algorithm:32} - {DEBUG:MainThread} - **Mindestrom setzen**
2023-01-08 22:06:37,726 - {control.algorithm.min_current:18} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 7
2023-01-08 22:06:37,728 - {control.counter:124} - {DEBUG:MainThread} - Zähler 7: [33.83, 27.67, 33.28]A verbleibende Ströme, 22352.7W verbleibende Leistung
2023-01-08 22:06:37,729 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP13: Stromstärke 6A
2023-01-08 22:06:37,740 - {control.algorithm.algorithm:34} - {DEBUG:MainThread} - **Sollstrom setzen**
2023-01-08 22:06:37,748 - {control.algorithm.filter_chargepoints:118} - {DEBUG:MainThread} - Geordnete Ladepunkte [13]
2023-01-08 22:06:37,751 - {control.algorithm.additional_current:26} - {DEBUG:MainThread} - Mode-Tuple (<Chargemode.PV_CHARGING: 'pv_charging'>, <Chargemode.INSTANT_CHARGING: 'instant_charging'>, False), Zähler 7
2023-01-08 22:06:37,752 - {control.algorithm.common:87} - {DEBUG:MainThread} - LP13: Stromstärke 6A
2023-01-08 22:06:37,752 - {control.counter:159} - {DEBUG:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-01-08 22:06:37,752 - {control.counter:407} - {DEBUG:MainThread} - Zähler 7: Begrenzung der verbleibenden Leistung auf 0W
2023-01-08 22:06:37,753 - {control.counter:407} - {DEBUG:MainThread} - Zähler 14: Begrenzung der verbleibenden Leistung auf 0W
2023-01-08 22:06:37,753 - {control.counter:407} - {DEBUG:MainThread} - Zähler 15: Begrenzung der verbleibenden Leistung auf 0W
2023-01-08 22:06:37,753 - {control.counter:407} - {DEBUG:MainThread} - Zähler 21: Begrenzung der verbleibenden Leistung auf 0W
2023-01-08 22:06:37,753 - {control.algorithm.algorithm:45} - {DEBUG:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-01-08 22:06:37,754 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2023-01-08 22:06:37,755 - {control.chargelog:52} - {DEBUG:MainThread} - imported_since_mode_switch 175.29000000003725 counter 4285109.86
2023-01-08 22:06:37,760 - {control.process:106} - {INFO:MainThread} - LP13: set current 6 A
2023-01-08 22:06:37,762 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-08 22:06:37,774 - {control.counter:141} - {DEBUG:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-01-08 22:06:38,025 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-01-08 22:06:43,057 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-08 22:06:48,072 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-08 22:06:48,103 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-01-08 22:06:48,104 - {root:61} - {INFO:MainThread} - # ***Start*** 
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
LenaK
Beiträge: 975
Registriert: Fr Jan 22, 2021 6:40 am

Re: Feedback Nightly 101.1

Beitrag von LenaK »

StEFfen_10 hat geschrieben: Fr Jan 06, 2023 5:32 pm Nach dem Update auf Nightly 101.1 ist mir folgendes aufgefallen.

Bei Sofortladen wird die Ladung kurz gestartet und sofort wieder unterbrochen. Es wird im Status aber angezeigt das die Ladung aktiv ist.
OPENWB 2.0 3.PNG
OPENWB 2.0 4.PNG
Beim stellen auf PV wird angezeigt das die Umschaltung von 3 auf 1 Phasig erfolgt was ja richtig ist. Mangels PV wird ja nicht geladen was auch richtig ist. Stellt man aber den Strom auf 6 oder mehr Ampere wird auch kurz geladen und sofort wieder abgebrochen, im Status wird ebenfalls angezeigt dass die Ladung aktiv ist.
OPENWB 2.0 5.PNG
OPENWB 2.0 6.PNG

Code: Alles auswählen


2023-01-06 18:16:05,813 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:10,830 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:12,238 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:12,279 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:17,514 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:22,530 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:23,203 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:23,215 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:28,474 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:33,490 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:34,094 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:34,106 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:39,392 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:44,408 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:45,887 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:45,900 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:51,184 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:56,200 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:16:56,800 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:16:56,813 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:02,081 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:07,097 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:07,852 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:07,864 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:13,141 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:18,162 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:19,570 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:19,583 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:24,844 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:29,861 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:30,484 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:30,502 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:35,781 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:40,799 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:41,346 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:41,360 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:46,631 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:51,647 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:17:53,040 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:53,059 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:17:58,326 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:03,343 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:03,762 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:03,774 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:09,023 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:14,039 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:15,107 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:15,119 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:20,381 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:25,397 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:25,876 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:25,888 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:31,139 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:36,154 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:38,135 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:38,154 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:43,412 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:48,428 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:48,798 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:48,812 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:18:54,081 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:18:59,096 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:00,094 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:00,104 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:05,390 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:10,406 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:10,804 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:10,821 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:16,095 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:21,112 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:22,757 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:22,792 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:28,037 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:33,055 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:33,438 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:33,450 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:38,720 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:43,735 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:44,297 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:44,312 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:49,563 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:54,579 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:19:54,948 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:19:54,959 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:00,221 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:05,237 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:05,772 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:05,784 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:11,033 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:16,054 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:17,511 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:17,524 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:22,784 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:27,800 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:28,199 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:28,227 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:33,467 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:38,483 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:39,109 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:39,121 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:44,423 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:49,440 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-06 18:20:49,869 - {control.counter:50} - {ERROR:MainThread} - Fehler in der Zähler-Klasse von 6
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 43, in setup_counter
    self._set_loadmanagement_state()
  File "/var/www/html/openWB/packages/control/counter.py", line 55, in _set_loadmanagement_state
    connected_cps = data.data.counter_all_data.get_chargepoints_of_counter(f'counter{self.num}')
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:49,880 - {control.algorithm.algorithm:48} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 33, in calc_current
    self.min_current.set_min_current()
  File "/var/www/html/openWB/packages/control/algorithm/min_current.py", line 16, in set_min_current
    preferenced_chargepoints = get_chargepoints_by_mode_and_counter(mode_tuple, f"counter{counter.num}")
  File "/var/www/html/openWB/packages/control/algorithm/filter_chargepoints.py", line 15, in get_chargepoints_by_mode_and_counter
    cps_to_counter = data.data.counter_all_data.get_chargepoints_of_counter(counter)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 194, in get_chargepoints_of_counter
    self._get_all_cp_connected_to_counter(counter_object)
  File "/var/www/html/openWB/packages/control/counter_all.py", line 201, in _get_all_cp_connected_to_counter
    for child in child["children"]:
KeyError: 'children'
2023-01-06 18:20:55,134 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
Anhand der Fehlermeldung tippe ich auf ein Problem in der Struktur. Wie sieht die aus? Und bitte vor dem Erstellen des Logs das Debuglevel auf Details stellen und nochmal einen Log einstellen, wenn es nicht lädt.
tobox
Beiträge: 114
Registriert: Do Apr 28, 2022 7:18 am

Re: Feedback Nightly 101.1

Beitrag von tobox »

Ich habe aktuell diese Version am laufen (kann gerade nicht updaten da 3 Autos laden):

Firmware 2023-01-06 09:56:50 +0100 [b43b1668]

Dabei ist mir aufgefallen, dass das Lastmanagement mittlerweile _sehr_ viel besser funktioniert als noch vor Weihnachten. Aber mich wundert, warum nur 10A pro Ladenpunkt freigegeben werden und nicht 11A.
Screenshot_20230109_113315.png
Screenshot_20230109_113331.png
main.log
(45.35 KiB) 47-mal heruntergeladen
2x OpenWB Duo + OpenWB 2.0 Proxmox-Container
Meth
Beiträge: 604
Registriert: Sa Aug 24, 2019 5:59 am

Re: Feedback Nightly 101.1

Beitrag von Meth »

Hallo,

ich weis zwar bisschen Offtopic aber wird es wie bei 1.9 auch eine Möglichkeit geben
den Zeitintervall für den Live Graphen der Hauptseite einzustellen ?
23,9 kwp PV , 30,6 kWh BYD HVS Box
2 x 15 kWh BMZ Hyperion
ID3 für meine Frau , ID4 für mich ist bestellt !
1 oWb 2.0 im Hauptverteiler
Je 1 oWb in Garage und Carport
Benutzeravatar
mrinas
Beiträge: 1867
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Nightly 101.1

Beitrag von mrinas »

ICh hab' eben einen virtuellen Zähler hinzugefügt um meine Unterverteilung nebst Vorsicherung korrekt abbilden zu können. Leider laufe ich jetzt in einen Fehler. Eben noch ein Update auf die aktuellste nightly durchgeführt, Fehler bleibt. Der Ladepunkt wird durch diesen Fehler nun deaktiviert, was momentan nicht dramatisch ist, scheint hier keine Sonne.

Update: scheint wohl der WR zu sein, wenn ich diesen hinter dem virtuellen Zähler entferne gibt es keinen Fehler mehr. Tatsächlich ist der WR aber genau dort angeschlossen. Ist das heute bereits vorgesehen, kann ein WR hinter einem virtuellen Zähler sein? (Und wenn ja, woher weiß die openWB ob der WR einphasig oder dreiphasig ist, und an welche Phase er hängt? Strom könnte man ja aus der Leistung berechnen).

Code: Alles auswählen

Ladepunkt gesperrt, da keine Werte vom EVU-Zähler empfangen wurden und deshalb kein Lastmanagement durchgeführt werden kann. Falls Sie dennoch laden möchten, können Sie als EVU-Zähler 'Virtuell' auswählen und einen konstanten Hausverbrauch angeben.

Code: Alles auswählen

 Modulmeldung:
<class 'KeyError'> 'imported'
Screenshot 2023-01-09 115605.png

Code: Alles auswählen

2023-01-09 11:53:07,924 - {root:61} - {INFO:MainThread} - # ***Start*** 
2023-01-09 11:53:07,980 - {soc.modules.common.component_context:51} - {DEBUG:device4} - Update Komponenten ['EnergyMeter 1.0']
2023-01-09 11:53:07,980 - {soc.modules.common.component_context:51} - {DEBUG:device8} - Update Komponenten ['Pumpe']
2023-01-09 11:53:07,981 - {soc.modules.common.component_context:51} - {DEBUG:device9} - Update Komponenten ['Trockner']
2023-01-09 11:53:07,982 - {soc.modules.common.component_context:24} - {DEBUG:device14} - Update Komponente ['LP1 (Garage)']
2023-01-09 11:53:07,987 - {urllib3.connectionpool:227} - {DEBUG:device8} - Starting new HTTP connection (1): 192.168.178.81:80
2023-01-09 11:53:07,998 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-09 11:53:07,992 - {urllib3.connectionpool:227} - {DEBUG:device9} - Starting new HTTP connection (1): 192.168.178.209:80
2023-01-09 11:53:07,992 - {modules.devices.sma_sunny_boy.device:72} - {DEBUG:device16} - Start device reading {'component23': <modules.devices.sma_sunny_boy.inverter.SmaSunnyBoyInverter object at 0x71e44ad8>}
2023-01-09 11:53:07,993 - {modules.devices.virtual.device:40} - {DEBUG:device17} - Start device reading{'component24': <modules.devices.virtual.counter.VirtualCounter object at 0x71e6f0d0>}
2023-01-09 11:53:07,998 - {urllib3.connectionpool:272} - {DEBUG:device14} - Resetting dropped connection: 192.168.178.51
2023-01-09 11:53:07,987 - {modules.devices.sma_sunny_boy.device:72} - {DEBUG:device15} - Start device reading {'component22': <modules.devices.sma_sunny_boy.inverter.SmaSunnyBoyInverter object at 0x71e5db98>}
2023-01-09 11:53:08,003 - {soc.modules.common.component_context:24} - {DEBUG:device17} - Update Komponente ['Unterverteilung Garage']
2023-01-09 11:53:08,005 - {modules.common.simcount._simcount:38} - {DEBUG:device17} - Previous state: SimCounterState(timestamp=1673261576.1806989, power=0, imported=2.113210227754381, exported=0)
2023-01-09 11:53:08,007 - {modules.common.simcount._calculate:13} - {DEBUG:device17} - time passed: 0.00328477, power1: 0, power2: 0
2023-01-09 11:53:08,008 - {soc.modules.common.component_context:24} - {DEBUG:device15} - Update Komponente ['WR Garage (neu)']
2023-01-09 11:53:08,008 - {modules.common.simcount._calculate:29} - {DEBUG:device17} - power did not change sign. Total energy: 0
2023-01-09 11:53:08,010 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2023-01-09 11:53:08,015 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 6058.137
2023-01-09 11:53:08,012 - {modules.common.simcount._simcount:47} - {DEBUG:device17} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673261588.0058553, power=0, imported=2.113210227754381, exported=0)
2023-01-09 11:53:08,011 - {soc.modules.common.component_context:24} - {DEBUG:device16} - Update Komponente ['WR Haus (neu)']
2023-01-09 11:53:08,018 - {urllib3.connectionpool:452} - {DEBUG:device8} - http://192.168.178.81:80 "GET /meter/0 HTTP/1.1" 200 113
2023-01-09 11:53:08,023 - {urllib3.connectionpool:452} - {DEBUG:device9} - http://192.168.178.209:80 "GET /meter/0 HTTP/1.1" 200 87
2023-01-09 11:53:08,025 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1
2023-01-09 11:53:08,026 - {soc.modules.common.store._api:26} - {DEBUG:device17} - Raw data 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=2.113210227754381, exported=0, power=0, frequency=50)
2023-01-09 11:53:08,031 - {soc.modules.common.req:11} - {DEBUG:device8} - Get-Response: {"power":0.00,"overpower":0.00,"is_valid":true,"timestamp":1673265188,"counters":[0.000, 0.000, 0.000],"total":0}
2023-01-09 11:53:08,038 - {soc.modules.common.req:11} - {DEBUG:device9} - Get-Response: {"power":0.00,"is_valid":true,"timestamp":0,"counters":[0.000, 0.000, 0.000],"total":0}
2023-01-09 11:53:08,040 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0
2023-01-09 11:53:08,436 - {soc.modules.common.component_context:24} - {DEBUG:device4} - Update Komponente ['EnergyMeter 1.0']
2023-01-09 11:53:08,830 - {modules.common.simcount._simcount:38} - {DEBUG:device8} - Previous state: SimCounterState(timestamp=1673261576.9894948, power=0.0, imported=56424.15561013759, exported=0.0)
2023-01-09 11:53:08,833 - {modules.common.simcount._simcount:38} - {DEBUG:device9} - Previous state: SimCounterState(timestamp=1673261576.5873914, power=0.0, imported=106081.77902665432, exported=0.0)
2023-01-09 11:53:08,834 - {soc.modules.common.store._api:26} - {DEBUG:device4} - Raw data CounterState(voltages=[228.94, 227.574, 228.586], powers=[1716.8, -184.6, 2368.0], currents=[7.901, -1.557, 10.377], power_factors=[0.954, 0.763, 1.0], imported=35928570.9, exported=73850383.9, power=3900.2, frequency=50)
2023-01-09 11:53:08,836 - {modules.common.simcount._calculate:13} - {DEBUG:device8} - time passed: 0.00328909, power1: 0, power2: 0
2023-01-09 11:53:08,838 - {modules.common.simcount._calculate:13} - {DEBUG:device9} - time passed: 0.00340171, power1: 0, power2: 0
2023-01-09 11:53:08,846 - {modules.devices.sma_shm.device:29} - {DEBUG:device4} - All components updated
2023-01-09 11:53:08,847 - {modules.common.simcount._calculate:29} - {DEBUG:device8} - power did not change sign. Total energy: 0
2023-01-09 11:53:08,849 - {modules.common.simcount._calculate:29} - {DEBUG:device9} - power did not change sign. Total energy: 0
2023-01-09 11:53:08,853 - {modules.devices.sma_sunny_boy.inverter:63} - {DEBUG:device15} - WR 192.168.178.204: InverterState(currents=[0.0, 0.0, 0.0], power=-401, exported=2528750, dc_power=-490)
2023-01-09 11:53:08,860 - {soc.modules.common.store._api:26} - {DEBUG:device15} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-401, exported=2528750, dc_power=-490)
2023-01-09 11:53:08,857 - {modules.common.simcount._simcount:47} - {DEBUG:device8} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673261588.8302233, power=0.0, imported=56424.15561013759, exported=0.0)
2023-01-09 11:53:08,859 - {modules.common.simcount._simcount:47} - {DEBUG:device9} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673261588.8335385, power=0.0, imported=106081.77902665432, exported=0.0)
2023-01-09 11:53:08,856 - {modules.common.simcount._simcount:38} - {DEBUG:device14} - Previous state: SimCounterState(timestamp=1673261576.9958282, power=0.0, imported=712174.5949851922, exported=0)
2023-01-09 11:53:08,868 - {modules.common.simcount._calculate:13} - {DEBUG:device14} - time passed: 0.0032945, power1: 0, power2: 0
2023-01-09 11:53:08,868 - {soc.modules.common.store._api:26} - {DEBUG:device9} - Raw data 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=106081.77902665432, exported=0.0, power=0.0, frequency=50)
2023-01-09 11:53:08,864 - {soc.modules.common.store._api:26} - {DEBUG:device8} - Raw data 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=56424.15561013759, exported=0.0, power=0.0, frequency=50)
2023-01-09 11:53:08,869 - {modules.common.simcount._calculate:29} - {DEBUG:device14} - power did not change sign. Total energy: 0
2023-01-09 11:53:08,878 - {modules.common.simcount._simcount:47} - {DEBUG:device14} - imported: 0 Wh, exported: 0 Wh, new state: SimCounterState(timestamp=1673261588.8560119, power=0.0, imported=712174.5949851922, exported=0)
2023-01-09 11:53:08,888 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3
2023-01-09 11:53:08,892 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-09 11:53:08,913 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2023-01-09 11:53:08,915 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-09 11:53:08,922 - {urllib3.connectionpool:452} - {DEBUG:device14} - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2023-01-09 11:53:08,924 - {soc.modules.common.req:11} - {DEBUG:device14} - Get-Response: 0.0
2023-01-09 11:53:08,926 - {soc.modules.common.store._api:26} - {DEBUG:device14} - Raw data 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=712174.5949851922, exported=0, power=0.0, frequency=50)
2023-01-09 11:53:09,102 - {modules.devices.sma_sunny_boy.inverter:63} - {DEBUG:device16} - WR 192.168.178.201: InverterState(currents=[0.0, 0.0, 0.0], power=-422, exported=41025454, dc_power=-422)
2023-01-09 11:53:09,102 - {soc.modules.common.store._api:26} - {DEBUG:device16} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-422, exported=41025454, dc_power=-422)
2023-01-09 11:53:09,106 - {soc.modules.common.component_context:24} - {DEBUG:component22} - Update Komponente ['WR Garage (neu)']
2023-01-09 11:53:09,107 - {soc.modules.common.store._api:26} - {DEBUG:component22} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-401, exported=2528750, dc_power=-490)
2023-01-09 11:53:09,108 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-09 11:53:09,110 - {soc.modules.common.component_context:24} - {DEBUG:component21} - Update Komponente ['LP1 (Garage)']
2023-01-09 11:53:09,116 - {soc.modules.common.store._api:30} - {DEBUG:component21} - 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=712174.5949851922, exported=0, power=0.0, frequency=50)
2023-01-09 11:53:09,110 - {soc.modules.common.store._api:30} - {DEBUG:component22} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-401, exported=2528750, dc_power=-490)
2023-01-09 11:53:09,167 - {soc.modules.common.component_context:24} - {DEBUG:component14} - Update Komponente ['Pumpe']
2023-01-09 11:53:09,169 - {soc.modules.common.store._api:30} - {DEBUG:component14} - 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=56424.15561013759, exported=0.0, power=0.0, frequency=50)
2023-01-09 11:53:09,171 - {soc.modules.common.component_context:24} - {DEBUG:component15} - Update Komponente ['Trockner']
2023-01-09 11:53:09,172 - {soc.modules.common.store._api:30} - {DEBUG:component15} - 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=106081.77902665432, exported=0.0, power=0.0, frequency=50)
2023-01-09 11:53:09,180 - {soc.modules.common.component_context:24} - {DEBUG:component23} - Update Komponente ['WR Haus (neu)']
2023-01-09 11:53:09,183 - {soc.modules.common.store._api:26} - {DEBUG:component23} - Raw data InverterState(currents=[0.0, 0.0, 0.0], power=-422, exported=41025454, dc_power=-422)
2023-01-09 11:53:09,183 - {soc.modules.common.component_context:24} - {DEBUG:component24} - Update Komponente ['Unterverteilung Garage']
2023-01-09 11:53:09,186 - {soc.modules.common.store._api:30} - {DEBUG:component23} - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-422, exported=41025454, dc_power=-422)
2023-01-09 11:53:09,196 - {soc.modules.common.fault_state:40} - {ERROR:component24} - Unterverteilung Garage: FaultState FaultStateLevel.ERROR, FaultStr <class 'KeyError'> 'imported', Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/store/_api.py", line 38, in update_values
    component.store.update()
  File "/var/www/html/openWB/packages/modules/common/store/_counter.py", line 60, in update
    state = self.calc_virtual(self.delegate.delegate.state)
  File "/var/www/html/openWB/packages/modules/common/store/_counter.py", line 101, in calc_virtual
    add_current_power(data.data.pv_data[f"pv{element['id']}"])
  File "/var/www/html/openWB/packages/modules/common/store/_counter.py", line 76, in add_current_power
    state.imported += element.data["get"]["imported"]
KeyError: 'imported'

2023-01-09 11:53:09,268 - {soc.modules.common.component_context:24} - {DEBUG:component7} - Update Komponente ['EnergyMeter 1.0']
2023-01-09 11:53:09,268 - {soc.modules.common.store._api:30} - {DEBUG:component7} - Saving CounterState(voltages=[228.94, 227.574, 228.586], powers=[1716.8, -184.6, 2368.0], currents=[7.901, -1.557, 10.377], power_factors=[0.954, 0.763, 1.0], imported=35928570.9, exported=73850383.9, power=3900.2, frequency=50)
2023-01-09 11:53:09,355 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 7: [26.1, 35.56, 23.619999999999997]
2023-01-09 11:53:09,355 - {control.counter:116} - {DEBUG:MainThread} - Verbleibende Leistung an Zähler 7: 20099.8
2023-01-09 11:53:09,356 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 14: [15.0, 15.0, 15.0]
2023-01-09 11:53:09,356 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 15: [15.0, 15.0, 15.0]
2023-01-09 11:53:09,357 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 21: [31.0, 31.0, 31.0]
2023-01-09 11:53:09,357 - {control.counter:87} - {DEBUG:MainThread} - Verbleibende Ströme an Zähler 24: [31.0, 31.0, 31.0]
2023-01-09 11:53:09,358 - {control.ev:230} - {DEBUG:MainThread} - EV 3 zurückgesetzt.
2023-01-09 11:53:09,363 - {control.chargepoint:349} - {INFO:MainThread} - LP 13: Ladepunkt gesperrt, da keine Werte vom EVU-Zähler empfangen wurden und deshalb kein Lastmanagement durchgeführt werden kann. Falls Sie dennoch laden möchten, können Sie als EVU-Zähler 'Virtuell' auswählen und einen konstanten Hausverbrauch angeben.
2023-01-09 11:53:09,367 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': False}}
2023-01-09 11:53:09,368 - {control.data:270} - {DEBUG:MainThread} - cp_all_data
AllChargepointData(get=AllGet(daily_imported=33756.84, daily_exported=0, power=0, imported=4319093.75, exported=0))
2023-01-09 11:53:09,369 - {control.data:297} - {DEBUG:MainThread} - cp13
ChargepointData(get=Get(charge_state=False, connected_vehicle=ConnectedVehicle(config=ConnectedConfig(average_consumption=17, charge_template=0, chargemode='stop', current_plan=0, ev_template=0, priority=False), info=ConnectedInfo(id=0, name='Ladepunkt'), soc=76.0), currents=[0.0, 0.0, 0.0], daily_imported=33756.84, daily_exported=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=4319093.75, phases_in_use=0, plug_state=True, power=0, rfid_timestamp=None, rfid=None, state_str="Ladepunkt gesperrt, da keine Werte vom EVU-Zähler empfangen wurden und deshalb kein Lastmanagement durchgeführt werden kann. Falls Sie dennoch laden möchten, können Sie als EVU-Zähler 'Virtuell' auswählen und einen konstanten Hausverbrauch angeben.", voltages=[229.19, 228.31, 228.86]), set=Set(change_ev_permitted=[True, ''], charging_ev=-1, charging_ev_prev=3, current=0, energy_to_charge=0, loadmanagement_available=False, log=Log(chargemode_log_entry='_', imported_at_mode_switch=4319093.75, imported_at_plugtime=4284011.72, imported_since_mode_switch=0, imported_since_plugged=35082.03000000026, range_charged=0, time_charged='00:00', timestamp_start_charging=None), manual_lock=False, phases_to_use=1, plug_state_prev=True, plug_time='01/08/2023, 17:57:37', required_power=0, rfid=None, target_current=0, charging_ev_data=<control.ev.Ev object at 0x714e99a0>), config=Config(connection_module={'type': 'external_openwb', 'configuration': {'ip_address': '192.168.178.210', 'duo_num': 1}}, power_module={}, ev=3, name='Gartenhaus', type='external_openwb', template=0, connected_phases=3, phase_1=2, auto_phase_switch_hw=True, control_pilot_interruption_hw=True, id=13))
2023-01-09 11:53:09,370 - {control.data:297} - {DEBUG:MainThread} - cpt0
CpTemplateData(autolock=Autolock(active=False, plans={}, wait_for_charging_end=False), id=0, max_current_multi_phases=32, max_current_single_phase=32, name='Standard Ladepunkt-Vorlage', rfid_enabling=False, valid_tags=[])
2023-01-09 11:53:09,371 - {control.data:297} - {DEBUG:MainThread} - counter7
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': 20099.8, 'surplus_power_left': 0, 'consumption_left': 21395.8, 'raw_currents_left': [26.1, 35.56, 23.619999999999997]}, 'get': {'daily_exported': 256.6, 'daily_imported': 59715.799999996, 'voltages': [228.94, 227.57, 228.59], 'currents': [7.9, -1.56, 10.38], 'powers': [1716.8, -184.6, 2368.0], 'power_factors': [0.95, 0.76, 1.0], 'imported': 35928570.9, 'exported': 73850383.9, 'power': 3900.2, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'frequency': 50}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2023-01-09 11:53:09,371 - {control.data:297} - {DEBUG:MainThread} - counter14
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 0.0, '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': 56424.15561013759, 'exported': 0.0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-09 11:53:09,371 - {control.data:297} - {DEBUG:MainThread} - counter15
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [15.0, 15.0, 15.0]}, 'get': {'daily_exported': 0.0, 'daily_imported': 0.0, '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': 106081.77902665432, 'power': 0.0, 'frequency': 50, 'exported': 0.0}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2023-01-09 11:53:09,372 - {control.data:297} - {DEBUG:MainThread} - counter21
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [31.0, 31.0, 31.0]}, 'get': {'daily_exported': 0, 'daily_imported': 18537.7817088174, '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': 712174.5949851922, 'exported': 0, 'power': 0.0, 'frequency': 50, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [32, 32, 32], 'max_total_power': 22000}}
2023-01-09 11:53:09,373 - {control.data:297} - {DEBUG:MainThread} - counter24
{'set': {'reserved_surplus': 0, 'released_surplus': 0, 'raw_power_left': None, 'surplus_power_left': 0, 'raw_currents_left': [31.0, 31.0, 31.0]}, 'get': {'daily_exported': 0, 'daily_imported': 0, 'fault_str': "<class 'KeyError'> 'imported'", 'fault_state': 2, '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': 2.113210227754381, 'exported': 0, 'power': 0, 'frequency': 50}, 'config': {'max_currents': [32, 32, 32], 'max_total_power': 22000}}
2023-01-09 11:53:09,374 - {control.data:274} - {DEBUG:MainThread} - counter_all_data
CounterAllData(get=Get(hierarchy=[{'id': 7, 'type': 'counter', 'children': [{'id': 14, 'type': 'counter', 'children': []}, {'id': 15, 'type': 'counter', 'children': []}, {'id': 23, 'type': 'inverter', 'children': []}, {'id': 24, 'type': 'counter', 'children': [{'id': 22, 'type': 'inverter', 'children': []}, {'id': 13, 'type': 'cp', 'children': []}, {'id': 21, 'type': 'counter', 'children': []}]}]}]), set=Set(loadmanagement_active=False, home_consumption=4322.2, invalid_home_consumption=0, daily_yield_home_consumption=61159.199999996))
2023-01-09 11:53:09,375 - {control.data:297} - {DEBUG:MainThread} - ct0
ChargeTemplateData(name='Standard-Ladeprofil-Vorlage', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=False, plans={}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=6, min_current=0, feed_in_limit=False, min_soc=0, max_soc=100), scheduled_charging=ScheduledCharging(plans={}), instant_charging=InstantCharging(current=16, limit=Limit(selected='none', amount=22, soc=50))))
2023-01-09 11:53:09,376 - {control.data:297} - {DEBUG:MainThread} - ct1
ChargeTemplateData(name='Tesla', disable_after_unplug=False, prio=False, load_default=False, time_charging=TimeCharging(active=True, plans={'3': TimeChargingPlan(active=True, frequency=Frequency(selected='daily', once=['2022-11-07', '2022-11-07'], weekly=[False, False, False, False, False, False, False]), time=['01:00', '06:30'], name='Nachts', current=16, limit=Limit(selected='soc', amount=1000, soc=75))}), chargemode=Chargemode(selected='pv_charging', pv_charging=PvCharging(min_soc_current=16, min_current=0, feed_in_limit=False, min_soc=0, max_soc=95), scheduled_charging=ScheduledCharging(plans={'1': ScheduledChargingPlan(active=True, frequency=Frequency(selected='daily', once=['2021-11-01', '2021-11-05'], weekly=[False, False, False, False, False, False, False]), current=14, name='Zielladen-Standard', limit=ScheduledLimit(selected='none', amount=1000, soc_limit=65, soc_scheduled=65), time='07:00')}), instant_charging=InstantCharging(current=16, limit=Limit(selected='soc', amount=20000, soc=75))))
2023-01-09 11:53:09,376 - {control.data:297} - {DEBUG:MainThread} - ev0
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.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=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-09 11:53:09,377 - {control.data:297} - {DEBUG:MainThread} - ev1
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-09 11:53:09,378 - {control.data:297} - {DEBUG:MainThread} - ev2
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.0], phases=0, prio=False, timestamp_switch_on_off=None, timestamp_auto_phase_switch=None, timestamp_perform_phase_switch=None, submode=<Chargemode.STOP: 'stop'>, chargemode=<Chargemode.STOP: 'stop'>, used_amount_instant_charging=0, imported_at_plan_start=0, current_plan=None), charge_template=0, ev_template=0, name='Standard-Fahrzeug', tag_id=[], get=Get(soc=0, soc_timestamp='', force_soc_update=False, range=0, fault_state=0, fault_str=''))
2023-01-09 11:53:09,379 - {control.data:297} - {DEBUG:MainThread} - ev3
EvData(set=Set(ev_template=EvTemplate(data=EvTemplateData(name='Tesla', 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=20, min_current=6, max_current_single_phase=32, battery_capacity=75, nominal_difference=2), et_num=0)), control_parameter=ControlParameter(required_current=0, required_currents=[0.0, 0.0, 0.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=Get(soc=76.0, soc_timestamp='01/09/2023, 11:52:46', force_soc_update=False, range=367.8307504, fault_state=0, fault_str='Kein Fehler.'))
2023-01-09 11:53:09,379 - {control.data:297} - {DEBUG:MainThread} - et0
EvTemplateData(name='Standard-Fahrzeug-Vorlage', max_current_multi_phases=16, max_phases=3, phase_switch_pause=2, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_interruption_duration=4, average_consump=17, min_current=6, max_current_single_phase=32, battery_capacity=82, nominal_difference=2)
2023-01-09 11:53:09,379 - {control.data:297} - {DEBUG:MainThread} - et1
EvTemplateData(name='Tesla', 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=20, min_current=6, max_current_single_phase=32, battery_capacity=75, nominal_difference=2)
2023-01-09 11:53:09,380 - {control.data:278} - {DEBUG:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(instant_charging=InstantCharging(phases_to_use=3), pv_charging=PvCharging(bat_prio=True, charging_power_reserve=200, control_range=[-230, 0], feed_in_yield=0, phase_switch_delay=8, phases_to_use=0, rundown_power=1000, rundown_soc=50, switch_off_delay=180, switch_off_soc=40, switch_off_threshold=350, switch_on_delay=40, switch_on_soc=60, switch_on_threshold=1300), scheduled_charging=ScheduledCharging(phases_to_use=0), standby=Standby(phases_to_use=1), stop=Stop(phases_to_use=1), time_charging=TimeCharging(phases_to_use=3), unbalanced_load_limit=18, unbalanced_load=False), control_interval=10, extern_display_mode='local', extern=False, external_buttons_hw=False, grid_protection_active=False, grid_protection_configured=False, grid_protection_random_stop=0, grid_protection_timestamp='', mqtt_bridge=False, price_kwh=0.23, range_unit='km', ripple_control_receiver=RippleControlReceiver(configured=False, r1_active=False, r2_active=False))
2023-01-09 11:53:09,381 - {control.data:297} - {DEBUG:MainThread} - graph
{'config': {'duration': 120}}
2023-01-09 11:53:09,382 - {control.data:280} - {DEBUG:MainThread} - optional_data
OptionalData(et=Et(active=False, config=EtConfig(max_price=0, provider={}), get=EtGet(price=0, price_list=[])), int_display=InternalDisplay(active=False, on_if_plugged_in=True, pin_active=False, pin_code='0000', standby=60, theme='cards'), led=Led(active=False), rfid=Rfid(active=False))
2023-01-09 11:53:09,382 - {control.data:297} - {DEBUG:MainThread} - all
{'get': {'power': -823, 'exported': 43554202, 'daily_exported': 1700, 'monthly_exported': 0, 'yearly_exported': 0}, 'config': {'configured': True}}
2023-01-09 11:53:09,382 - {control.data:297} - {DEBUG:MainThread} - pv22
{'get': {'daily_exported': 806, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -401, 'exported': 2528750, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2023-01-09 11:53:09,383 - {control.data:297} - {DEBUG:MainThread} - pv23
{'get': {'daily_exported': 894, 'monthly_exported': 0, 'yearly_exported': 0, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'power': -422, 'exported': 41025454, 'currents': [0.0, 0.0, 0.0]}, 'config': {'max_ac_out': 0}}
2023-01-09 11:53:09,383 - {control.data:297} - {DEBUG:MainThread} - 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': 1673261577, 'time': '11:52:57', 'grid': 1.866, 'counter14-power': 0.0, 'counter15-power': 0.0, 'counter21-power': 0.0, 'house-power': 2.287, 'charging-all': 0.0, 'pv-all': 0.823, 'cp13-power': 0.0, 'ev3-soc': 76.0}, 'version': '1.99.101.1', 'current_commit': '2023-01-09 09:49:57 +0100 [637f78ba]', 'current_missing_commits': [], 'current_branch': 'master', 'current_branch_commit': '2023-01-09 09:49:57 +0100 [637f78ba]', 'datastore_version': 6, 'module_update_completed': True}
2023-01-09 11:53:09,383 - {control.data:310} - {DEBUG:MainThread} - device4
{'name': 'EVU', 'type': 'sma_shm', 'id': 4, 'configuration': {}}
2023-01-09 11:53:09,384 - {control.data:312} - {DEBUG:MainThread} - component7
{'name': 'EnergyMeter 1.0', 'type': 'counter', 'id': 7, 'configuration': {'serials': None}}
2023-01-09 11:53:09,384 - {control.data:310} - {DEBUG:MainThread} - device8
{'name': 'Pumpe', 'type': 'json', 'id': 8, 'configuration': {'url': 'http://192.168.178.81/meter/0'}}
2023-01-09 11:53:09,384 - {control.data:312} - {DEBUG:MainThread} - component14
{'name': 'Pumpe', 'type': 'counter', 'id': 14, 'configuration': {'jq_power': '.power', 'jq_exported': None, 'jq_imported': None}}
2023-01-09 11:53:09,385 - {control.data:310} - {DEBUG:MainThread} - device9
{'name': 'Trockner', 'type': 'json', 'id': 9, 'configuration': {'url': 'http://192.168.178.209/meter/0'}}
2023-01-09 11:53:09,385 - {control.data:312} - {DEBUG:MainThread} - component15
{'name': 'Trockner', 'type': 'counter', 'id': 15, 'configuration': {'jq_power': '.power', 'jq_exported': None, 'jq_imported': None}}
2023-01-09 11:53:09,385 - {control.data:310} - {DEBUG:MainThread} - device14
{'name': 'openWB (1.9)', 'type': 'http', 'id': 14, 'configuration': {'url': 'http://192.168.178.51'}}
2023-01-09 11:53:09,386 - {control.data:312} - {DEBUG:MainThread} - component21
{'name': 'LP1 (Garage)', 'type': 'counter', 'id': 21, 'configuration': {'current_l1_path': '/openWB/ramdisk/lla1', 'current_l2_path': '/openWB/ramdisk/lla2', 'current_l3_path': '/openWB/ramdisk/lla3', 'exported_path': None, 'imported_path': '/openWB/ramdisk/llkwh', 'power_path': '/openWB/ramdisk/llaktuell'}}
2023-01-09 11:53:09,387 - {control.data:310} - {DEBUG:MainThread} - device15
{'name': 'WR Garage (neu)', 'type': 'sma_sunny_boy', 'id': 15, 'configuration': {'ip_address': '192.168.178.204'}}
2023-01-09 11:53:09,388 - {control.data:312} - {DEBUG:MainThread} - component22
{'name': 'WR Garage (neu)', 'type': 'inverter', 'id': 22, 'configuration': {'hybrid': False, 'version': 0}}
2023-01-09 11:53:09,388 - {control.data:310} - {DEBUG:MainThread} - device16
{'name': 'WR Haus (neu)', 'type': 'sma_sunny_boy', 'id': 16, 'configuration': {'ip_address': '192.168.178.201'}}
2023-01-09 11:53:09,389 - {control.data:312} - {DEBUG:MainThread} - component23
{'name': 'WR Haus (neu)', 'type': 'inverter', 'id': 23, 'configuration': {'hybrid': False, 'version': 0}}
2023-01-09 11:53:09,389 - {control.data:310} - {DEBUG:MainThread} - device17
{'name': 'Zuleitung Garage', 'type': 'virtual', 'id': 17, 'configuration': {}}
2023-01-09 11:53:09,389 - {control.data:312} - {DEBUG:MainThread} - component24
{'name': 'Unterverteilung Garage', 'type': 'counter', 'id': 24, 'configuration': {'external_consumption': 0}}
2023-01-09 11:53:09,389 - {control.data:284} - {DEBUG:MainThread} - 

2023-01-09 11:53:09,390 - {control.algorithm.algorithm:26} - {DEBUG:MainThread} - # Algorithmus-Start
2023-01-09 11:53:09,391 - {control.algorithm.algorithm:32} - {DEBUG:MainThread} - **Mindestrom setzen**
2023-01-09 11:53:09,413 - {control.algorithm.algorithm:34} - {DEBUG:MainThread} - **Sollstrom setzen**
2023-01-09 11:53:09,426 - {control.counter:159} - {DEBUG:MainThread} - Überschuss zur PV-geführten Ladung: 0W
2023-01-09 11:53:09,427 - {control.counter:407} - {DEBUG:MainThread} - Zähler 7: Begrenzung der verbleibenden Leistung auf 0W
2023-01-09 11:53:09,427 - {control.counter:407} - {DEBUG:MainThread} - Zähler 14: Begrenzung der verbleibenden Leistung auf 0W
2023-01-09 11:53:09,427 - {control.counter:407} - {DEBUG:MainThread} - Zähler 15: Begrenzung der verbleibenden Leistung auf 0W
2023-01-09 11:53:09,427 - {control.counter:407} - {DEBUG:MainThread} - Zähler 21: Begrenzung der verbleibenden Leistung auf 0W
2023-01-09 11:53:09,429 - {control.counter:407} - {DEBUG:MainThread} - Zähler 24: Begrenzung der verbleibenden Leistung auf 0W
2023-01-09 11:53:09,433 - {control.algorithm.algorithm:45} - {DEBUG:MainThread} - **Keine Leistung für PV-geführtes Laden übrig.**
2023-01-09 11:53:09,434 - {control.process:22} - {DEBUG:MainThread} - # Ladung starten.
2023-01-09 11:53:09,443 - {soc.modules.common.component_context:24} - {DEBUG:cp13} - Update Komponente ['Ladepunkt']
2023-01-09 11:53:09,457 - {control.counter:141} - {DEBUG:MainThread} - 0W reservierte EVU-Leistung, 0W freigegebene EVU-Leistung
2023-01-09 11:53:09,687 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=update, args=(), kwargs={})
2023-01-09 11:53:14,710 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-09 11:53:19,726 - {modules.utils:17} - {ERROR:MainThread} - Modul-Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2023-01-09 11:53:20,758 - {schedule:660} - {DEBUG:MainThread} - Running job Job(interval=1, unit=minutes, do=handler10Sec, args=(), kwargs={})
2023-01-09 11:53:20,759 - {root:61} - {INFO:MainThread} - # ***Start*** 
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
Gesperrt