1.9.301.1: FATAL Regulation loop needs XX seconds?
-
- Beiträge: 667
- Registriert: So Jul 25, 2021 2:32 pm
- Has thanked: 2 times
- Been thanked: 3 times
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
An der Stelle werden auch die Daten für die Graphen aufbereitet.
graphing.sh, das könnte bei Schreib/Leseproblem auch mal hängen.
graphing.sh, das könnte bei Schreib/Leseproblem auch mal hängen.
gruss
Heinz
6kWp+7.7kWp PV, RCT Akku, RCT Power DC6+DC8, +Tibber,+Shelly's
Skoda Citigo e-iV, openWB series2 standart+
mit openWB_lite
Github: https://github.com/hhoefling/openWB_lite
https://github.com/hhoefling/MyOwnOWBC
Heinz
6kWp+7.7kWp PV, RCT Akku, RCT Power DC6+DC8, +Tibber,+Shelly's
Skoda Citigo e-iV, openWB series2 standart+
mit openWB_lite
Github: https://github.com/hhoefling/openWB_lite
https://github.com/hhoefling/MyOwnOWBC
-
- Beiträge: 667
- Registriert: So Jul 25, 2021 2:32 pm
- Has thanked: 2 times
- Been thanked: 3 times
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Korrekt und unvermeidbar da die Umschaltung mehrer Pausen enthält (jeweils mehrer Sekunden)
Die Umschaltung wird nicht asycron durchgeführt daher "hängt" die Regelschleife dann deutlich.
gruss
Heinz
6kWp+7.7kWp PV, RCT Akku, RCT Power DC6+DC8, +Tibber,+Shelly's
Skoda Citigo e-iV, openWB series2 standart+
mit openWB_lite
Github: https://github.com/hhoefling/openWB_lite
https://github.com/hhoefling/MyOwnOWBC
Heinz
6kWp+7.7kWp PV, RCT Akku, RCT Power DC6+DC8, +Tibber,+Shelly's
Skoda Citigo e-iV, openWB series2 standart+
mit openWB_lite
Github: https://github.com/hhoefling/openWB_lite
https://github.com/hhoefling/MyOwnOWBC
-
- Beiträge: 957
- Registriert: Mo Nov 02, 2020 9:50 am
- Has thanked: 5 times
- Been thanked: 11 times
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Das ist die Ursache für die >30 Sekunden, wenn eine Phasenumschaltung erfolgt, obwohl kein Fahrzeug angesteckt ist... (u1p3p.sh):
Die beiden sleeps ergeben schon 28 Sekunden!
Code: Alles auswählen
if ((uberschuss > ((3 * mindestuberschuss) + 1000))); then
openwbDebugLog "MAIN" 1 "Nur PV Laden derzeit $u1p3pstat Phasen, auf NurPV Automatik konfiguriert, aendere auf 3 Phasen da viel Überschuss vorhanden..."
echo 1 >ramdisk/blockall
runs/u1p3pcheck.sh stop
sleep 8
runs/u1p3pcheck.sh 3
sleep 20
runs/u1p3pcheck.sh startslow
(sleep 25 && echo 0 >ramdisk/blockall) &
openwbDebugLog "MAIN" 1 "auf 3 Phasen NurPV Automatik geaendert"
fi
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Kia EV6, Smart EQ forfour
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Ja, das ist zumindest in der 1.x noch etwas unglücklich gelöst. Leider erklärt das nicht die Verzögerungen, wenn gar keine Phasenumschaltung vorhanden ist.
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Als AddOn zum Fehler, de ich auch erhalte:
Offenbar kann die Box keine _ausgehenden_ Verbindungen mehr initiieren, ich erreiche sie aber (wurde im anderen Thread schon angesprochen, ich habe keine neuen WLANs in der Nähe gefunden). Ist das ggfs. die Ursache für den Regulation Loop, der dann nicht weiterkommt? Gibt es eine Firewall oder etwas der Art auf dem System?
Grüße,
Rolf
Code: Alles auswählen
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='backend.powerfox.energy', port=443): Read timed out. (read timeout=3)
Grüße,
Rolf
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Hast Du nochmal die Powerfox-ID geprüft? Bitte auch die Groß-und Kleinschreibung beachten.
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Daran sollte es nicht liegen, lief ja vorher über ein Jahr einwandfrei damit. Interessanterweise läuft es jetzt wieder stabil. Ich hatte erst gedacht, dass es an Serverproblemen beim Powerfox liegt, aber auch nach Entfernen des Punkt in der OpenWB war die Wallbox instabil. Na, derzeit geht es wieder..
-
- Beiträge: 38
- Registriert: Sa Dez 05, 2020 6:41 pm
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Hallo,
auch bei mir läuft die Box ohne spürbare Probleme dezeit zu machen mit der 1.9.301, zeigt aber im Debug-Log-File unregelmäßig ebenfalls
den Fatal Error wie folgt:
auch bei mir läuft die Box ohne spürbare Probleme dezeit zu machen mit der 1.9.301, zeigt aber im Debug-Log-File unregelmäßig ebenfalls
den Fatal Error wie folgt:
Code: Alles auswählen
2023-06-07 15:50:02: PID: 4085: Starting OpenWB services (LV0)
2023-06-07 15:50:02: PID: 3841: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:45:03: PID: 31591: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:45:02: Load: 0.30 0.38 0.85
2023-06-07 15:45:02: PID: 31834: Starting OpenWB services (LV0)
2023-06-07 15:45:01: PID: 31591: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:41:01: PID: 3426: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3225
2023-06-07 15:40:51: PID: 3393: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3225
2023-06-07 15:40:41: PID: 3380: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3225
2023-06-07 15:40:40: PID: 1651: **** FATAL ********************************* (LV0)
2023-06-07 15:40:40: PID: 1651: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 15:40:40: PID: 1651: **** FATAL ********************************* (LV0)
2023-06-07 15:40:31: PID: 3178: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1651
2023-06-07 15:40:21: PID: 3165: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1651
2023-06-07 15:40:13: PID: 3153: Pause nach Umschaltung: 2s (LV0)
2023-06-07 15:40:11: PID: 3127: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1651
2023-06-07 15:40:03: PID: 1663: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:40:02: Load: 0.14 0.63 1.09
2023-06-07 15:40:01: PID: 1905: Starting OpenWB services (LV0)
2023-06-07 15:40:01: PID: 1663: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:39:31: PID: 31586: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31346
2023-06-07 15:39:21: PID: 31560: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31346
2023-06-07 15:39:11: PID: 31547: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31346
2023-06-07 15:39:10: PID: 30122: **** FATAL ********************************* (LV0)
2023-06-07 15:39:10: PID: 30122: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 15:39:10: PID: 30122: **** FATAL ********************************* (LV0)
2023-06-07 15:39:01: PID: 31284: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30122
2023-06-07 15:38:51: PID: 31241: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30122
2023-06-07 15:38:43: PID: 31230: Pause nach Umschaltung: 2s (LV0)
2023-06-07 15:38:41: PID: 31217: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30122
2023-06-07 15:38:01: PID: 27644: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27435
2023-06-07 15:37:51: PID: 27595: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27435
2023-06-07 15:37:41: PID: 27582: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27435
2023-06-07 15:37:40: PID: 26244: **** FATAL ********************************* (LV0)
2023-06-07 15:37:40: PID: 26244: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 15:37:40: PID: 26244: **** FATAL ********************************* (LV0)
2023-06-07 15:37:31: PID: 27401: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26244
2023-06-07 15:37:21: PID: 27375: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26244
2023-06-07 15:37:13: PID: 27364: Pause nach Umschaltung: 2s (LV0)
2023-06-07 15:37:11: PID: 27351: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26244
2023-06-07 15:35:03: PID: 11237: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:35:02: Load: 1.01 1.23 1.40
2023-06-07 15:35:01: PID: 11475: Starting OpenWB services (LV0)
2023-06-07 15:35:01: PID: 11237: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:30:03: PID: 6528: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:30:02: Load: 1.12 1.48 1.52
2023-06-07 15:30:01: PID: 6765: Starting OpenWB services (LV0)
2023-06-07 15:30:01: PID: 6528: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:28:21: PID: 27807: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27596
2023-06-07 15:28:11: PID: 27794: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27596
2023-06-07 15:28:01: PID: 27778: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27596
2023-06-07 15:28:00: PID: 26416: **** FATAL ********************************* (LV0)
2023-06-07 15:28:00: PID: 26416: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 15:28:00: PID: 26416: **** FATAL ********************************* (LV0)
2023-06-07 15:27:51: PID: 27562: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26416
2023-06-07 15:27:41: PID: 27549: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26416
2023-06-07 15:27:33: PID: 27538: Pause nach Umschaltung: 2s (LV0)
2023-06-07 15:27:31: PID: 27525: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26416
2023-06-07 15:25:04: PID: 9062: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:25:03: Load: 0.97 1.67 1.52
2023-06-07 15:25:02: PID: 9298: Starting OpenWB services (LV0)
2023-06-07 15:25:02: PID: 9062: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:20:04: PID: 4504: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:20:03: Load: 1.82 2.46 1.62
2023-06-07 15:20:02: PID: 4740: Starting OpenWB services (LV0)
2023-06-07 15:20:02: PID: 4504: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:15:03: PID: 32229: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:15:02: Load: 3.13 1.61 1.03
2023-06-07 15:15:01: PID: 32466: Starting OpenWB services (LV0)
2023-06-07 15:15:01: PID: 32229: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:10:03: PID: 27670: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:10:02: Load: 0.57 0.42 0.64
2023-06-07 15:10:02: PID: 27904: Starting OpenWB services (LV0)
2023-06-07 15:10:01: PID: 27670: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:06:01: PID: 31846: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31642
2023-06-07 15:05:52: PID: 31803: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31642
2023-06-07 15:05:41: PID: 30169: **** FATAL ********************************* (LV0)
2023-06-07 15:05:41: PID: 31778: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2023-06-07 15:05:41: PID: 30169: **** FATAL Regulation loop needs 40 seconds (LV0)
31642 30169
2023-06-07 15:05:41: PID: 30169: **** FATAL ********************************* (LV0)
2023-06-07 15:05:32: PID: 31594: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30169
2023-06-07 15:05:21: PID: 31581: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30169
2023-06-07 15:05:14: PID: 31570: Pause nach Umschaltung: 2s (LV0)
2023-06-07 15:05:12: PID: 31557: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30169
2023-06-07 15:05:03: PID: 30152: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:05:03: Load: 0.14 0.31 0.72
2023-06-07 15:05:02: PID: 30399: Starting OpenWB services (LV0)
2023-06-07 15:05:02: PID: 30152: ##### cron5min.sh started ##### (LV0)
2023-06-07 15:04:31: PID: 27661: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27475
2023-06-07 15:04:21: PID: 27648: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27475
2023-06-07 15:04:11: PID: 27622: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
27475
2023-06-07 15:04:11: PID: 26244: **** FATAL ********************************* (LV0)
2023-06-07 15:04:11: PID: 26244: **** FATAL Regulation loop needs 40 seconds (LV0)
2023-06-07 15:04:11: PID: 26244: **** FATAL ********************************* (LV0)
2023-06-07 15:04:01: PID: 27430: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26244
2023-06-07 15:03:51: PID: 27392: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26244
2023-06-07 15:03:43: PID: 27368: Pause nach Umschaltung: 2s (LV0)
2023-06-07 15:03:41: PID: 27355: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26244
2023-06-07 15:01:11: PID: 10352: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
10143
2023-06-07 15:01:01: PID: 10334: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
10143
2023-06-07 15:00:51: PID: 8977: **** FATAL ********************************* (LV0)
2023-06-07 15:00:51: PID: 8977: **** FATAL Regulation loop needs 40 seconds (LV0)
2023-06-07 15:00:51: PID: 10276: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2023-06-07 15:00:51: PID: 8977: **** FATAL ********************************* (LV0)
10143 8977
2023-06-07 15:00:41: PID: 10109: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8977
2023-06-07 15:00:31: PID: 10096: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8977
2023-06-07 15:00:23: PID: 10085: Pause nach Umschaltung: 2s (LV0)
2023-06-07 15:00:21: PID: 10072: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8977
2023-06-07 15:00:03: PID: 7446: ##### cron5min.sh finished ##### (LV0)
2023-06-07 15:00:02: Load: 0.16 0.52 0.93
2023-06-07 15:00:01: PID: 7694: Starting OpenWB services (LV0)
2023-06-07 15:00:01: PID: 7446: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:57:21: PID: 21450: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
21239
2023-06-07 14:57:11: PID: 21437: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
21239
2023-06-07 14:57:00: PID: 21413: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
21239
2023-06-07 14:57:00: PID: 20072: **** FATAL ********************************* (LV0)
2023-06-07 14:57:00: PID: 20072: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 14:57:00: PID: 20072: **** FATAL ********************************* (LV0)
2023-06-07 14:56:51: PID: 21205: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
20072
2023-06-07 14:56:41: PID: 21192: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
20072
2023-06-07 14:56:33: PID: 21181: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:56:31: PID: 21168: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
20072
2023-06-07 14:56:11: PID: 20059: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
19850
2023-06-07 14:56:01: PID: 20040: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
19850
2023-06-07 14:55:51: PID: 19997: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
19850
2023-06-07 14:55:51: PID: 18685: **** FATAL ********************************* (LV0)
2023-06-07 14:55:51: PID: 18685: **** FATAL Regulation loop needs 40 seconds (LV0)
2023-06-07 14:55:51: PID: 18685: **** FATAL ********************************* (LV0)
2023-06-07 14:55:41: PID: 19816: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
18685
2023-06-07 14:55:31: PID: 19803: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
18685
2023-06-07 14:55:23: PID: 19792: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:55:21: PID: 19779: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
18685
2023-06-07 14:55:03: PID: 17173: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:55:02: Load: 0.79 1.05 1.21
2023-06-07 14:55:01: PID: 17400: Starting OpenWB services (LV0)
2023-06-07 14:55:01: PID: 17173: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:50:03: PID: 12603: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:50:02: Load: 1.06 1.10 1.26
2023-06-07 14:50:02: PID: 12844: Starting OpenWB services (LV0)
2023-06-07 14:50:01: PID: 12603: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:48:31: PID: 2800: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2626
2023-06-07 14:48:21: PID: 2787: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2626
2023-06-07 14:48:11: PID: 2774: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2626
2023-06-07 14:48:10: PID: 1349: **** FATAL ********************************* (LV0)
2023-06-07 14:48:10: PID: 1349: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 14:48:10: PID: 1349: **** FATAL ********************************* (LV0)
2023-06-07 14:48:01: PID: 2588: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1349
2023-06-07 14:47:51: PID: 2544: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1349
2023-06-07 14:47:43: PID: 2533: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:47:41: PID: 2519: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1349
2023-06-07 14:47:21: PID: 1333: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1107
2023-06-07 14:47:11: PID: 1318: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1107
2023-06-07 14:47:01: PID: 32363: **** FATAL ********************************* (LV0)
2023-06-07 14:47:01: PID: 32363: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 14:47:01: PID: 32363: **** FATAL ********************************* (LV0)
2023-06-07 14:47:01: PID: 1197: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
32363 1107
2023-06-07 14:46:51: PID: 1073: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
32363
2023-06-07 14:46:41: PID: 1058: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
32363
2023-06-07 14:46:34: PID: 1047: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:46:31: PID: 1034: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
32363
2023-06-07 14:45:04: PID: 22319: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:45:03: Load: 1.45 1.70 1.47
2023-06-07 14:45:02: PID: 22555: Starting OpenWB services (LV0)
2023-06-07 14:45:02: PID: 22319: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:40:03: PID: 17756: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:40:02: Load: 2.76 2.29 1.52
2023-06-07 14:40:02: PID: 17989: Starting OpenWB services (LV0)
2023-06-07 14:40:01: PID: 17756: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:35:03: PID: 13132: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:35:02: Load: 4.04 2.21 1.24
2023-06-07 14:35:01: PID: 13367: Starting OpenWB services (LV0)
2023-06-07 14:35:01: PID: 13132: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:30:03: PID: 8542: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:30:02: Load: 0.37 0.27 0.52
2023-06-07 14:30:02: PID: 8776: Starting OpenWB services (LV0)
2023-06-07 14:30:01: PID: 8542: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:29:02: PID: 2385: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2174
2023-06-07 14:28:51: PID: 2343: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2174
2023-06-07 14:28:41: PID: 2330: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
2174
2023-06-07 14:28:41: PID: 924: **** FATAL ********************************* (LV0)
2023-06-07 14:28:41: PID: 924: **** FATAL Regulation loop needs 40 seconds (LV0)
2023-06-07 14:28:41: PID: 924: **** FATAL ********************************* (LV0)
2023-06-07 14:28:31: PID: 2138: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
924
2023-06-07 14:28:21: PID: 2125: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
924
2023-06-07 14:28:13: PID: 2113: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:28:11: PID: 2090: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
924
2023-06-07 14:27:51: PID: 886: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
704
2023-06-07 14:27:41: PID: 872: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
704
2023-06-07 14:27:31: PID: 859: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
704
2023-06-07 14:27:31: PID: 31943: **** FATAL ********************************* (LV0)
2023-06-07 14:27:31: PID: 31943: **** FATAL Regulation loop needs 40 seconds (LV0)
2023-06-07 14:27:31: PID: 31943: **** FATAL ********************************* (LV0)
2023-06-07 14:27:21: PID: 670: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31943
2023-06-07 14:27:11: PID: 657: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31943
2023-06-07 14:27:03: PID: 644: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:27:01: PID: 626: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31943
2023-06-07 14:26:41: PID: 31930: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31757
2023-06-07 14:26:31: PID: 31917: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31757
2023-06-07 14:26:21: PID: 31904: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
31757
2023-06-07 14:26:21: PID: 30555: **** FATAL ********************************* (LV0)
2023-06-07 14:26:21: PID: 30555: **** FATAL Regulation loop needs 40 seconds (LV0)
2023-06-07 14:26:21: PID: 30555: **** FATAL ********************************* (LV0)
2023-06-07 14:26:11: PID: 31723: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30555
2023-06-07 14:26:01: PID: 31709: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30555
2023-06-07 14:25:53: PID: 31663: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:25:51: PID: 31650: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
30555
2023-06-07 14:25:03: PID: 25396: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:25:02: Load: 0.46 0.32 0.64
2023-06-07 14:25:02: PID: 25638: Starting OpenWB services (LV0)
2023-06-07 14:25:01: PID: 25396: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:22:31: PID: 8285: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8110
2023-06-07 14:22:21: PID: 8272: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8110
2023-06-07 14:22:11: PID: 6906: **** FATAL ********************************* (LV0)
2023-06-07 14:22:11: PID: 6906: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 14:22:11: PID: 6906: **** FATAL ********************************* (LV0)
2023-06-07 14:22:11: PID: 8240: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8110 6906
2023-06-07 14:22:01: PID: 8064: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
6906
2023-06-07 14:21:52: PID: 8027: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
6906
2023-06-07 14:21:44: PID: 8016: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:21:42: PID: 8002: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
6906
2023-06-07 14:20:03: PID: 27955: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:20:02: Load: 0.07 0.39 0.79
2023-06-07 14:20:01: PID: 28198: Starting OpenWB services (LV0)
2023-06-07 14:20:01: PID: 27955: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:16:41: PID: 4734: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
4561
2023-06-07 14:16:31: PID: 4721: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
4561
2023-06-07 14:16:21: PID: 3355: **** FATAL ********************************* (LV0)
2023-06-07 14:16:21: PID: 3355: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 14:16:21: PID: 3355: **** FATAL ********************************* (LV0)
2023-06-07 14:16:21: PID: 4679: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
4561 3355
2023-06-07 14:16:11: PID: 4527: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3355
2023-06-07 14:16:01: PID: 4506: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3355
2023-06-07 14:15:54: PID: 4468: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:15:52: PID: 4455: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3355
2023-06-07 14:15:32: PID: 3338: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3165
2023-06-07 14:15:22: PID: 3325: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3165
2023-06-07 14:15:12: PID: 3312: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
3165
2023-06-07 14:15:11: PID: 1588: **** FATAL ********************************* (LV0)
2023-06-07 14:15:11: PID: 1588: **** FATAL Regulation loop needs 40 seconds (LV0)
2023-06-07 14:15:11: PID: 1588: **** FATAL ********************************* (LV0)
2023-06-07 14:15:03: PID: 2830: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:15:03: Load: 0.65 0.88 1.05
2023-06-07 14:15:02: PID: 3016: Starting OpenWB services (LV0)
2023-06-07 14:15:02: PID: 2830: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:15:02: PID: 2823: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1588
2023-06-07 14:14:51: PID: 2780: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1588
2023-06-07 14:14:44: PID: 2769: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:14:41: PID: 2756: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
1588
2023-06-07 14:10:03: PID: 656: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:10:02: Load: 1.12 1.08 1.17
2023-06-07 14:10:01: PID: 897: Starting OpenWB services (LV0)
2023-06-07 14:10:01: PID: 656: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:06:31: PID: 8604: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8431
2023-06-07 14:06:21: PID: 8591: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8431
2023-06-07 14:06:11: PID: 8578: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
8431
2023-06-07 14:06:10: PID: 7226: **** FATAL ********************************* (LV0)
2023-06-07 14:06:10: PID: 7226: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 14:06:10: PID: 7226: **** FATAL ********************************* (LV0)
2023-06-07 14:06:01: PID: 8386: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
7226
2023-06-07 14:05:51: PID: 8349: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
7226
2023-06-07 14:05:43: PID: 8338: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:05:41: PID: 8325: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
7226
2023-06-07 14:05:21: PID: 7213: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
6706
2023-06-07 14:05:11: PID: 7200: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
6706
2023-06-07 14:05:02: PID: 6791: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:05:02: Load: 0.68 1.23 1.27
2023-06-07 14:05:01: PID: 7063: Starting OpenWB services (LV0)
2023-06-07 14:05:01: PID: 5526: **** FATAL ********************************* (LV0)
2023-06-07 14:05:01: PID: 5526: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 14:05:01: PID: 5526: **** FATAL ********************************* (LV0)
2023-06-07 14:05:01: PID: 6791: ##### cron5min.sh started ##### (LV0)
2023-06-07 14:05:01: PID: 6784: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
6706 5526
2023-06-07 14:04:52: PID: 6659: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
5526
2023-06-07 14:04:42: PID: 6646: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
5526
2023-06-07 14:04:34: PID: 6635: Pause nach Umschaltung: 2s (LV0)
2023-06-07 14:04:32: PID: 6622: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
5526
2023-06-07 14:00:03: PID: 5836: ##### cron5min.sh finished ##### (LV0)
2023-06-07 14:00:03: Load: 1.14 1.81 1.42
2023-06-07 14:00:02: PID: 6075: Starting OpenWB services (LV0)
2023-06-07 14:00:02: PID: 5836: ##### cron5min.sh started ##### (LV0)
2023-06-07 13:55:03: PID: 1180: ##### cron5min.sh finished ##### (LV0)
2023-06-07 13:55:03: Load: 2.88 2.34 1.35
2023-06-07 13:55:02: PID: 1447: Starting OpenWB services (LV0)
2023-06-07 13:55:02: PID: 1180: ##### cron5min.sh started ##### (LV0)
2023-06-07 13:50:03: PID: 29032: ##### cron5min.sh finished ##### (LV0)
2023-06-07 13:50:02: Load: 1.16 0.74 0.61
2023-06-07 13:50:01: PID: 29270: Starting OpenWB services (LV0)
2023-06-07 13:50:01: PID: 29032: ##### cron5min.sh started ##### (LV0)
2023-06-07 13:45:11: PID: 27176: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26669
2023-06-07 13:45:03: PID: 26869: ##### cron5min.sh finished ##### (LV0)
2023-06-07 13:45:03: Load: 0.13 0.25 0.48
2023-06-07 13:45:02: PID: 27052: Starting OpenWB services (LV0)
2023-06-07 13:45:02: PID: 26869: ##### cron5min.sh started ##### (LV0)
2023-06-07 13:45:01: PID: 26855: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26669
2023-06-07 13:44:51: PID: 26816: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26669
2023-06-07 13:44:50: PID: 25490: **** FATAL ********************************* (LV0)
2023-06-07 13:44:50: PID: 25490: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 13:44:50: PID: 25490: **** FATAL ********************************* (LV0)
2023-06-07 13:44:41: PID: 26622: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
25490
2023-06-07 13:44:31: PID: 26609: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
25490
2023-06-07 13:44:23: PID: 26598: Pause nach Umschaltung: 2s (LV0)
2023-06-07 13:44:21: PID: 26585: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
25490
2023-06-07 13:43:51: PID: 24226: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
24053
2023-06-07 13:43:41: PID: 24213: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
24053
2023-06-07 13:43:31: PID: 24200: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
24053
2023-06-07 13:43:30: PID: 22853: **** FATAL ********************************* (LV0)
2023-06-07 13:43:30: PID: 22853: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 13:43:30: PID: 22853: **** FATAL ********************************* (LV0)
2023-06-07 13:43:21: PID: 24019: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
22853
2023-06-07 13:43:11: PID: 24006: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
22853
2023-06-07 13:43:03: PID: 23995: Pause nach Umschaltung: 2s (LV0)
2023-06-07 13:43:01: PID: 23981: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
22853
2023-06-07 13:42:41: PID: 22839: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
22666
2023-06-07 13:42:31: PID: 22826: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
22666
2023-06-07 13:42:21: PID: 22813: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
22666
2023-06-07 13:42:20: PID: 21463: **** FATAL ********************************* (LV0)
2023-06-07 13:42:20: PID: 21463: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 13:42:20: PID: 21463: **** FATAL ********************************* (LV0)
2023-06-07 13:42:11: PID: 22632: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
21463
2023-06-07 13:42:01: PID: 22613: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
21463
2023-06-07 13:41:53: PID: 22572: Pause nach Umschaltung: 2s (LV0)
2023-06-07 13:41:51: PID: 22559: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
21463
2023-06-07 13:40:03: PID: 8988: ##### cron5min.sh finished ##### (LV0)
2023-06-07 13:40:02: Load: 0.15 0.31 0.58
2023-06-07 13:40:01: PID: 9220: Starting OpenWB services (LV0)
2023-06-07 13:40:01: PID: 8988: ##### cron5min.sh started ##### (LV0)
2023-06-07 13:35:02: PID: 5559: ##### cron5min.sh finished ##### (LV0)
2023-06-07 13:35:02: Load: 0.11 0.57 0.75
2023-06-07 13:35:01: PID: 5746: Starting OpenWB services (LV0)
2023-06-07 13:35:01: PID: 5559: ##### cron5min.sh started ##### (LV0)
2023-06-07 13:35:01: PID: 5555: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
5338
2023-06-07 13:34:52: PID: 5498: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
5338
2023-06-07 13:34:42: PID: 5485: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
5338
2023-06-07 13:34:41: PID: 4157: **** FATAL ********************************* (LV0)
2023-06-07 13:34:41: PID: 4157: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 13:34:41: PID: 4157: **** FATAL ********************************* (LV0)
2023-06-07 13:34:32: PID: 5304: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
4157
2023-06-07 13:34:22: PID: 5291: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
4157
2023-06-07 13:34:13: PID: 5280: Pause nach Umschaltung: 2s (LV0)
2023-06-07 13:34:12: PID: 5267: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
4157
2023-06-07 13:32:31: PID: 26700: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26527
2023-06-07 13:32:21: PID: 26687: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26527
2023-06-07 13:32:11: PID: 26674: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
26527
2023-06-07 13:32:10: PID: 25322: **** FATAL ********************************* (LV0)
2023-06-07 13:32:10: PID: 25322: **** FATAL Regulation loop needs 39 seconds (LV0)
2023-06-07 13:32:10: PID: 25322: **** FATAL ********************************* (LV0)
2023-06-07 13:32:01: PID: 26481: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
25322
2023-06-07 13:31:51: PID: 26444: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
25322
2023-06-07 13:31:43: PID: 26433: Pause nach Umschaltung: 2s (LV0)
2023-06-07 13:31:41: PID: 26420: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
25322
2023-06-07 13:30:03: PID: 14056: ##### cron5min.sh finished ##### (LV0)
VW E-Up seid KW6/2021
Photovoltaik Kostal Plenticore mit KSEM 7,58 kw/p
openWB series2 custom mit Phasenumschaltung
Photovoltaik Kostal Plenticore mit KSEM 7,58 kw/p
openWB series2 custom mit Phasenumschaltung
-
- Beiträge: 4447
- Registriert: Mi Nov 11, 2020 7:16 pm
- Has thanked: 4 times
- Been thanked: 26 times
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Schau mal, ob tu den Zeitpunkten die 1p3p Umschaltung versucht hin und her zu schalten. Das passiert auch, wenn kein Auto gesteckt ist und da sind längere Pausen drin, die sich dann hier mit ca. 40 Sekunden bemerkbar macht.
10kWp PV mit SMA Tripower 10000TL-10 (PE11 mit SDM72V2); 2,4kWp mit Solis 2.5 G6 (EE11 mit SDM120). OpenWB Standard+. EVU EM540 an einem Raspi mit Venus OS. BEV Mercedes EQA 300 (06/2024)
-
- Beiträge: 38
- Registriert: Sa Dez 05, 2020 6:41 pm
Re: 1.9.301.1: FATAL Regulation loop needs XX seconds?
Um 18:30 habe ich bei abgestecktem Fahrzeug den Ladmodus von "PV min" auf "Stop" geändert.
Kurz danach nur nur noch einmal ein Error im Log bis jetzt.
Kurz danach nur nur noch einmal ein Error im Log bis jetzt.
Code: Alles auswählen
2023-06-07 21:30:03: PID: 30144: ##### cron5min.sh finished ##### (LV0)
2023-06-07 21:30:03: Load: 2.02 1.15 0.98
2023-06-07 21:30:02: PID: 30385: Starting OpenWB services (LV0)
2023-06-07 21:30:02: PID: 30144: ##### cron5min.sh started ##### (LV0)
2023-06-07 21:25:03: PID: 26297: ##### cron5min.sh finished ##### (LV0)
2023-06-07 21:25:02: Load: 0.57 0.56 0.83
2023-06-07 21:25:01: PID: 26534: Starting OpenWB services (LV0)
2023-06-07 21:25:01: PID: 26297: ##### cron5min.sh started ##### (LV0)
2023-06-07 21:20:03: PID: 22424: ##### cron5min.sh finished ##### (LV0)
2023-06-07 21:20:02: Load: 0.56 0.67 0.96
2023-06-07 21:20:02: PID: 22668: Starting OpenWB services (LV0)
2023-06-07 21:20:01: PID: 22424: ##### cron5min.sh started ##### (LV0)
2023-06-07 21:15:03: PID: 18559: ##### cron5min.sh finished ##### (LV0)
2023-06-07 21:15:03: Load: 0.42 0.82 1.11
2023-06-07 21:15:02: PID: 18799: Starting OpenWB services (LV0)
2023-06-07 21:15:02: PID: 18559: ##### cron5min.sh started ##### (LV0)
2023-06-07 21:10:03: PID: 14685: ##### cron5min.sh finished ##### (LV0)
2023-06-07 21:10:02: Load: 0.94 1.26 1.31
2023-06-07 21:10:02: PID: 14922: Starting OpenWB services (LV0)
2023-06-07 21:10:01: PID: 14685: ##### cron5min.sh started ##### (LV0)
2023-06-07 21:05:03: PID: 10787: ##### cron5min.sh finished ##### (LV0)
2023-06-07 21:05:02: Load: 1.43 1.37 1.33
2023-06-07 21:05:02: PID: 11012: Starting OpenWB services (LV0)
2023-06-07 21:05:01: PID: 10787: ##### cron5min.sh started ##### (LV0)
2023-06-07 21:00:03: PID: 6918: ##### cron5min.sh finished ##### (LV0)
2023-06-07 21:00:02: Load: 0.81 1.41 1.34
2023-06-07 21:00:01: PID: 7153: Starting OpenWB services (LV0)
2023-06-07 21:00:01: PID: 6918: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:58:43: PID: 29659: Modbus EVSE read CP1 issue - using previous state '1' (LV0)
2023-06-07 20:55:03: PID: 3052: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:55:02: Load: 4.74 2.70 1.62
2023-06-07 20:55:01: PID: 3301: Starting OpenWB services (LV0)
2023-06-07 20:55:01: PID: 3052: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:52:03: PID: 13855: Modbus EVSE read CP1 issue - using previous state '1' (LV0)
2023-06-07 20:50:03: PID: 31550: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:50:03: Load: 2.48 1.52 1.07
2023-06-07 20:50:02: PID: 31778: Starting OpenWB services (LV0)
2023-06-07 20:50:02: PID: 31550: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:45:03: PID: 27673: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:45:02: Load: 1.00 0.62 0.74
2023-06-07 20:45:02: PID: 27922: Starting OpenWB services (LV0)
2023-06-07 20:45:01: PID: 27673: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:40:03: PID: 23825: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:40:02: Load: 0.05 0.36 0.75
2023-06-07 20:40:01: PID: 24068: Starting OpenWB services (LV0)
2023-06-07 20:40:01: PID: 23825: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:35:03: PID: 19916: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:35:02: Load: 0.74 0.74 0.98
2023-06-07 20:35:01: PID: 20148: Starting OpenWB services (LV0)
2023-06-07 20:35:01: PID: 19916: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:34:04: PID: 12724: Modbus EVSE read CP1 issue - using previous state '1' (LV0)
2023-06-07 20:30:03: PID: 16034: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:30:03: Load: 0.77 0.96 1.13
2023-06-07 20:30:02: PID: 16274: Starting OpenWB services (LV0)
2023-06-07 20:30:02: PID: 16034: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:25:03: PID: 12199: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:25:02: Load: 0.96 1.10 1.22
2023-06-07 20:25:02: PID: 12430: Starting OpenWB services (LV0)
2023-06-07 20:25:01: PID: 12199: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:20:03: PID: 8314: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:20:02: Load: 0.89 1.17 1.28
2023-06-07 20:20:01: PID: 8545: Starting OpenWB services (LV0)
2023-06-07 20:20:01: PID: 8314: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:15:03: PID: 4431: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:15:02: Load: 0.96 1.75 1.46
2023-06-07 20:15:02: PID: 4675: Starting OpenWB services (LV0)
2023-06-07 20:15:01: PID: 4431: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:10:03: PID: 455: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:10:03: Load: 4.40 2.74 1.57
2023-06-07 20:10:02: PID: 694: Starting OpenWB services (LV0)
2023-06-07 20:10:02: PID: 455: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:05:03: PID: 28990: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:05:02: Load: 0.49 0.52 0.69
2023-06-07 20:05:01: PID: 29222: Starting OpenWB services (LV0)
2023-06-07 20:05:01: PID: 28990: ##### cron5min.sh started ##### (LV0)
2023-06-07 20:00:03: PID: 25146: ##### cron5min.sh finished ##### (LV0)
2023-06-07 20:00:03: Load: 0.51 0.44 0.73
2023-06-07 20:00:02: PID: 25390: Starting OpenWB services (LV0)
2023-06-07 20:00:02: PID: 25146: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:55:03: PID: 21285: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:55:02: Load: 0.50 0.58 0.90
2023-06-07 19:55:02: PID: 21522: Starting OpenWB services (LV0)
2023-06-07 19:55:01: PID: 21285: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:50:03: PID: 17431: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:50:02: Load: 0.73 0.94 1.12
2023-06-07 19:50:01: PID: 17670: Starting OpenWB services (LV0)
2023-06-07 19:50:01: PID: 17431: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:45:03: PID: 13567: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:45:02: Load: 0.89 1.15 1.23
2023-06-07 19:45:02: PID: 13814: Starting OpenWB services (LV0)
2023-06-07 19:45:01: PID: 13567: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:40:03: PID: 9726: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:40:03: Load: 1.32 1.30 1.30
2023-06-07 19:40:02: PID: 9958: Starting OpenWB services (LV0)
2023-06-07 19:40:02: PID: 9726: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:35:03: PID: 5828: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:35:02: Load: 1.02 1.65 1.40
2023-06-07 19:35:02: PID: 6070: Starting OpenWB services (LV0)
2023-06-07 19:35:01: PID: 5828: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:30:03: PID: 1922: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:30:02: Load: 1.22 1.68 1.25
2023-06-07 19:30:02: PID: 2180: Starting OpenWB services (LV0)
2023-06-07 19:30:01: PID: 1922: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:25:03: PID: 30457: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:25:02: Load: 1.87 1.00 0.87
2023-06-07 19:25:02: PID: 30695: Starting OpenWB services (LV0)
2023-06-07 19:25:01: PID: 30457: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:20:03: PID: 26615: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:20:03: Load: 0.54 0.50 0.75
2023-06-07 19:20:02: PID: 26851: Starting OpenWB services (LV0)
2023-06-07 19:20:02: PID: 26615: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:15:03: PID: 22748: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:15:02: Load: 0.16 0.44 0.84
2023-06-07 19:15:01: PID: 22974: Starting OpenWB services (LV0)
2023-06-07 19:15:01: PID: 22748: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:10:03: PID: 18894: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:10:02: Load: 0.61 0.83 1.08
2023-06-07 19:10:01: PID: 19123: Starting OpenWB services (LV0)
2023-06-07 19:10:01: PID: 18894: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:05:03: PID: 15003: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:05:02: Load: 1.08 1.22 1.27
2023-06-07 19:05:01: PID: 15232: Starting OpenWB services (LV0)
2023-06-07 19:05:01: PID: 15003: ##### cron5min.sh started ##### (LV0)
2023-06-07 19:00:03: PID: 11147: ##### cron5min.sh finished ##### (LV0)
2023-06-07 19:00:03: Load: 1.49 1.32 1.31
2023-06-07 19:00:02: PID: 11391: Starting OpenWB services (LV0)
2023-06-07 19:00:01: PID: 11147: ##### cron5min.sh started ##### (LV0)
2023-06-07 18:55:03: PID: 7303: ##### cron5min.sh finished ##### (LV0)
2023-06-07 18:55:03: Load: 0.93 1.44 1.35
2023-06-07 18:55:02: PID: 7549: Starting OpenWB services (LV0)
2023-06-07 18:55:01: PID: 7303: ##### cron5min.sh started ##### (LV0)
2023-06-07 18:50:03: PID: 3452: ##### cron5min.sh finished ##### (LV0)
2023-06-07 18:50:03: Load: 1.65 1.82 1.37
2023-06-07 18:50:02: PID: 3709: Starting OpenWB services (LV0)
2023-06-07 18:50:02: PID: 3452: ##### cron5min.sh started ##### (LV0)
2023-06-07 18:45:03: PID: 31915: ##### cron5min.sh finished ##### (LV0)
2023-06-07 18:45:02: Load: 2.81 1.59 1.15
2023-06-07 18:45:02: PID: 32159: Starting OpenWB services (LV0)
2023-06-07 18:45:01: PID: 31915: ##### cron5min.sh started ##### (LV0)
2023-06-07 18:40:03: PID: 28068: ##### cron5min.sh finished ##### (LV0)
2023-06-07 18:40:02: Load: 0.53 0.53 0.80
2023-06-07 18:40:01: PID: 28300: Starting OpenWB services (LV0)
2023-06-07 18:40:01: PID: 28068: ##### cron5min.sh started ##### (LV0)
2023-06-07 18:35:03: PID: 24154: ##### cron5min.sh finished ##### (LV0)
2023-06-07 18:35:02: Load: 0.48 0.44 0.89
2023-06-07 18:35:01: PID: 24396: Starting OpenWB services (LV0)
2023-06-07 18:35:01: PID: 24154: ##### cron5min.sh started ##### (LV0)
2023-06-07 18:30:31: PID: 24144: **** FATAL ********************************* (LV0)
2023-06-07 18:30:31: PID: 24144: **** FATAL Regulation loop needs 10 seconds (LV0)
2023-06-07 18:30:31: PID: 24144: **** FATAL ********************************* (LV0)
2023-06-07 18:30:31: PID: 25224: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
24144
2023-06-07 18:30:25: PID: 24589: Pause nach Umschaltung: 2s (LV0)
2023-06-07 18:30:03: PID: 21407: ##### cron5min.sh finished ##### (LV0)
2023-06-07 18:30:02: Load: 0.11 0.56 1.10
2023-06-07 18:30:01: PID: 21650: Starting OpenWB services (LV0)
2023-06-07 18:30:01: PID: 21407: ##### cron5min.sh started ##### (LV0)
2023-06-07 18:25:03: PID: 16813: ##### cron5min.sh finished ##### (LV0)
VW E-Up seid KW6/2021
Photovoltaik Kostal Plenticore mit KSEM 7,58 kw/p
openWB series2 custom mit Phasenumschaltung
Photovoltaik Kostal Plenticore mit KSEM 7,58 kw/p
openWB series2 custom mit Phasenumschaltung