Traceback (most recent call last):
2022-04-01 17:09:33: PID: 1434: Powerwall: Could not parse Cookie-File </var/www/html/openWB/ramdisk/powerwall_cookie.txt>. It will be re-created.
2022-04-01 17:09:31: PID: 27424: **** Regulation loop start **** (LV1) at 70 main /var/www/html/openWB/regel.sh
2022-04-01 17:09:26: PID: 26152: Überschuss -57; mindestens 1320 (LV1) at 104 nurpvlademodus nurpv.sh
2022-04-01 17:09:26: PID: 26152: anzahlphasen 1 (LV1) at 574 main /var/www/html/openWB/regel.sh
2022-04-01 17:09:25: PID: 26152: Timing Umschaltung: 480 / 480 (LV1) at 15 u1p3pswitch u1p3p.sh
2022-04-01 17:09:25: PID: 26152: automatische Umschaltung aktiv (LV1) at 14 u1p3pswitch u1p3p.sh
2022-04-01 17:09:25: PID: 26152: Zeit zum abfragen aller Werte 4 Sekunden (LV1) at 176 main /var/www/html/openWB/regel.sh
2022-04-01 17:09:25: PID: 26152: chargestatlp1 0 chargestatlp2 0 chargestatlp3 0 (LV1) at 1302 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: plugstatlp1 0 plugstatlp2 0 plugstatlp3 0 (LV1) at 1301 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: lp1enabled 1 lp2enabled 1 lp3enabled 1 (LV1) at 1300 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: EVU 1:V/1A 2: V/1A 3: V/-2A (LV1) at 1299 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: lla3 0 llv3 236.8 llas13 llas23 soclp1 0 soclp2 (LV1) at 1298 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: lla2 0 llv2 238.3 llas12 llas22 sofortll 16 hausverbrauch 0 wattbezug 57 uberschuss -57 (LV1) at 1297 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: lla1 0 llv1 236.8 llas11 llas21 mindestuberschuss 1320 abschaltuberschuss 0 lademodus 2 (LV1) at 1296 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: pv1watt -706 pv2watt pvwatt -706 ladeleistung 0 llalt 0 nachtladen 0 nachtladen 0 minimalA 16 maximalA 16 (LV1) at 1295 loadvars loadvars.sh
2022-04-01 17:09:25: PID: 26152: speicherleistung 0 speichersoc 0 (LV1) at 1290 loadvars loadvars.sh
2022-04-01 17:09:22: PID: 26292: BattLeistung: 0 (LV1) at 31 main modules/speicher_powerwall/main.sh
requests.exceptions.SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
raise SSLError(e, request=request)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 497, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 609, in send
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 488, in request
return self.request('POST', url, data=data, json=json, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 535, in post
timeout=5
File "/var/www/html/openWB/packages/modules/common/powerwall.py", line 38, in _authenticate
cookie = _authenticate(session, address, email, password)
File "/var/www/html/openWB/packages/modules/common/powerwall.py", line 49, in _authenticate_and_update
_authenticate_and_update(session, address, email, password, update_function)
File "/var/www/html/openWB/packages/modules/common/powerwall.py", line 66, in powerwall_update
powerwall_update(address, email, password, update_using_powerwall_client)
File "/var/www/html/openWB/modules/speicher_powerwall/powerwall.py", line 26, in update
parser.set_defaults(RUN=lambda args: function(*[getattr(args, argument_name) for argument_name in arg_spec.args]))
File "/var/www/html/openWB/packages/helpermodules/cli/_run_using_positional_cli_args.py", line 19, in <lambda>
args.RUN(args)
File "/var/www/html/openWB/packages/helpermodules/cli/_run_using_positional_cli_args.py", line 34, in run_using_positional_cli_args
run_using_positional_cli_args(update, argv)
File "/var/www/html/openWB/modules/speicher_powerwall/powerwall.py", line 30, in main
importlib.import_module(parsed[0]).main(parsed[1:])
File "/var/www/html/openWB/packages/legacy_run_server.py", line 109, in handle_message
self.__callback(read_all_bytes(connection))
File "/var/www/html/openWB/packages/legacy_run_server.py", line 87, in handle_connection
yield
File "/var/www/html/openWB/packages/legacy_run_server.py", line 48, in redirect_stdout_stderr_exceptions_to_log
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
requests.packages.urllib3.exceptions.SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
raise SSLError(e)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 624, in urlopen
timeout=timeout
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 423, in send
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
ssl.SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
raise ssl.SSLError('bad handshake: %r' % e)
File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 424, in wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 324, in ssl_wrap_socket
ssl_context=context)
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 323, in connect
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 837, in _validate_conn
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 350, in _make_request
chunked=chunked)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 594, in urlopen
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
OpenSSL.SSL.SysCallError: (-1, 'Unexpected EOF')
raise SysCallError(-1, "Unexpected EOF")
File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1167, in _raise_ssl_error
self._raise_ssl_error(self._ssl, result)
File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1426, in do_handshake
cnx.do_handshake()
File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 417, in wrap_socket
Traceback (most recent call last):
2022-04-01 17:09:22: PID: 1434: legacy run server: Unhandled exception
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
raise JSONDecodeError("Expecting value", s, err.value) from None
File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.5/json/decoder.py", line 339, in decode
return _default_decoder.decode(s)
File "/usr/lib/python3.5/json/__init__.py", line 319, in loads
cookies = json.loads(COOKIE_FILE.read_text())
File "/var/www/html/openWB/packages/modules/common/powerwall.py", line 58, in powerwall_update
Traceback (most recent call last):
2022-04-01 17:09:22: PID: 1434: Powerwall: Could not parse Cookie-File </var/www/html/openWB/ramdisk/powerwall_cookie.txt>. It will be re-created.
2022-04-01 17:09:21: PID: 26152: **** Regulation loop start **** (LV1) at 70 main /var/www/html/openWB/regel.sh
2022-04-01 17:09:16: PID: 24914: Überschuss -61; mindestens 1320 (LV1) at 104 nurpvlademodus nurpv.sh
hhoefling hat geschrieben: ↑Fr Apr 01, 2022 10:20 am
Seit update von 1.9.250 zu 1.9.262
RCT2 (die version mit dem LRS) ohne Funktion (läuft Amok)
Ist doch bekannt. Bitte den Hinweis in der Modulkonfiguration beachten.
Tut mir leid. Trifft bei mir auf unverständnis...
Den die Lösung ist 12 Tag vor der freigabe der 262 schon als PR eingereicht worden.
Schade das ihr mal wieder die GUI (mit der Warnung) ändert, statt einfach
die funktionieren von der .25x'er (ohne den LSR) oder die allerneuste (ebenfalls ohne den LSR)
in die Stable aufzunehmen.
Aber ich gebe es langsam wirklich auf...
Ohne den LSR für v.2 ist allerdings keine Option.
Das das alte Modul (ohne v.2) aber wieder verfügbar ist damit es in der Stable funktioniert hast du gesehen?
Supportanfragen bitte NICHT per PN stellen.
Hardwareprobleme bitte über die Funktion Debug Daten senden mitteilen oder per Mail an support@openwb.de
Gero hat geschrieben: ↑Fr Apr 01, 2022 1:16 pm
Dann ist mir aufgefallen, dass im Ladelog drinsteht, dass Nachtladen begonnen wurde, der Ion aber heute früh nicht voll war.
Nun, es geht weiter: Nicht nur, dass er diese Nacht nicht laden wollte, er will es nun auch nicht. Ladebuchse ist und bleibt verriegelt, das Steckersymbol auf dem Master geht an und aus, je nachdem ob ich das Kabel fahrzeugseitig drin habe oder nicht. Das Kabel wird boxseitig nicht entriegelt. Tesla an den Master angesteckt: Lädt.
Reboot beider openWBs.
Nun ist bei dem Master das Display wieder da, mit der Warnung, dass LP2 nicht erreicht werden könnte. Kein Wunder, es pingt nicht und auf dem Display wird auch kein Netzbezug etc angezeigt. Status sagt aber, er hätte die x.x.x.11 bekommen. LP2 verhält sich wie vorher, nur jetzt ohne Anzeige Stecker drin oder nicht.
Beide Boxen stromlos gemacht. Keine Änderung.
Wie bekomme ich die Boxen nun wiederhergestellt?
openWB-series2, openWB-Buchse, E3/DC S10pro+19.5kWh, 30kWp Ost-Süd, Model 3 und Ion