Feedback dazu. Es geht auch auf dem Mac im Safari nicht mehr. Jetzt benötige ich nur für die openWB Konfiguration einen anderen Browser, das ist lösbar. Wäre schön, wenn man das Thema mit angehen könnte. Danke.Gero hat geschrieben: Do Jan 08, 2026 9:35 pm Das mit der kaputten Eingabevalidierung von Dezimalbrüchen unter iOS 26.2 wäre noch etwas, was angegangen werden sollte, oder?
viewtopic.php?p=138373#p138373
Rückmeldungen 2.1.9 Release Candidate 1&2
Re: Rückmeldungen 2.1.9 Release Candidate 1
-
Addy
- Beiträge: 62
- Registriert: So Mai 08, 2022 12:01 am
- Wohnort: Rheinland-Pfalz
- Has thanked: 5 times
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Hallo zusammen,
im Smarthome, Gerätetype MQTT gibt es einen kleinen Schreibfehler:
"Ferät"
Lg
Markus
im Smarthome, Gerätetype MQTT gibt es einen kleinen Schreibfehler:
Code: Alles auswählen
device_manual_control steuert das Ferät im manuellen Modus (1 = ein, 0 = aus)
Lg
Markus
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Ich bin nicht sicher, wo diese Änderung greifen sollte. Im Bereich variabler Netzentgelte greift die Änderung meiner Meinung nach nicht.bei festen Tarifstunden können 3 Nachkommastellen eingegeben werden
Ich kann zwar Nachkommastellen eingeben, aber diese werden nach verlassen des Feldes auf eine gerundet. Da die Differenz recht gering ist, kann ich selbst nicht prüfen, ob der eingegebene Wert oder der gerundete Wert genommen wird zur Berechnung der Ladekosten. Im Ladeprotokoll sind ja ebenfalls Rundungen enthalten.
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Hallo,
ich habe heute eine eigenartige Entdeckung gemacht: Das PV-Laden - hatte Sofort-Laden gestartet - da normales PV-Laden, trotz hoher PV-Leistung nicht gesartet hat. hatte ich nur kurz mal angestoßen, weil ich dachte, es bereinigt sich evtl.
Woher kommt der hohe angezeigte Stromverbrauch? Auch meine integrierten SmartHome-Geräte (z.B. 3 x 2AH-Heizstäbe) sind ausgeschaltet.
Anbei auch das Logfile: (warum auch immer nur vom 15.1.)
Lt. meiner LG-Übersicht stimmen diese WErte nicht:
Was genau ist da los?
ich habe heute eine eigenartige Entdeckung gemacht: Das PV-Laden - hatte Sofort-Laden gestartet - da normales PV-Laden, trotz hoher PV-Leistung nicht gesartet hat. hatte ich nur kurz mal angestoßen, weil ich dachte, es bereinigt sich evtl.
Woher kommt der hohe angezeigte Stromverbrauch? Auch meine integrierten SmartHome-Geräte (z.B. 3 x 2AH-Heizstäbe) sind ausgeschaltet.
Anbei auch das Logfile: (warum auch immer nur vom 15.1.)
Code: Alles auswählen
2026-01-15 23:17:24,349 - {helpermodules.utils._thread_handler:43} - {ERROR:MainThread} - device0 konnte nicht innerhalb des Timeouts abgearbeitet werden.
2026-01-15 23:17:24,352 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:24,355 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:24,493 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:24,506 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:24,510 - {modules.loadvars:103} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Zähler <control.counter.Counter object at 0x6d44c298>
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/loadvars.py", line 94, in _update_values_virtual_counter_uncounted_consumption
if component.component_config.type == "virtual":
AttributeError: 'NoneType' object has no attribute 'component_config'
2026-01-15 23:17:25,771 - {control.counter_all:172} - {WARNING:MainThread} - Komponente bat5 ist im Fehlerzustand und wird nicht berücksichtigt.
2026-01-15 23:17:25,775 - {control.counter_all:172} - {WARNING:MainThread} - Komponente inverter3 ist im Fehlerzustand und wird nicht berücksichtigt.
2026-01-15 23:17:26,021 - {modules.common.fault_state:45} - {ERROR:device0} - LG ESS V1.0 Zähler: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server https://192.168.178.98/v1/user/essinfo/home ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 48, in __call__
self.__updater(components_list)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 55, in update_components
response = _request_data(session, session_key, device_config.configuration.ip_address)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 34, in _request_data
return session.post(f"https://{ip_address}/v1/user/essinfo/home",
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 20, in wrapper
return func(*args, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 37, in request
return super().request(method, url, *args, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
2026-01-15 23:17:26,052 - {modules.common.fault_state:45} - {ERROR:device0} - LG ESS V1.0 Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server https://192.168.178.98/v1/user/essinfo/home ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 48, in __call__
self.__updater(components_list)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 55, in update_components
response = _request_data(session, session_key, device_config.configuration.ip_address)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 34, in _request_data
return session.post(f"https://{ip_address}/v1/user/essinfo/home",
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 20, in wrapper
return func(*args, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 37, in request
return super().request(method, url, *args, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
2026-01-15 23:17:26,135 - {modules.common.fault_state:45} - {ERROR:device0} - LG ESS V1.0 Speicher: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server https://192.168.178.98/v1/user/essinfo/home ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 48, in __call__
self.__updater(components_list)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 55, in update_components
response = _request_data(session, session_key, device_config.configuration.ip_address)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 34, in _request_data
return session.post(f"https://{ip_address}/v1/user/essinfo/home",
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 20, in wrapper
return func(*args, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 37, in request
return super().request(method, url, *args, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed838>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
2026-01-15 23:17:33,730 - {helpermodules.utils._thread_handler:43} - {ERROR:MainThread} - device0 konnte nicht innerhalb des Timeouts abgearbeitet werden.
2026-01-15 23:17:33,734 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:33,736 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:33,890 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:33,910 - {modules.common.utils.component_parser:35} - {ERROR:MainThread} - Keine aktuellen Werte für Gerät LG ESS V1.0
2026-01-15 23:17:33,913 - {modules.loadvars:103} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Zähler <control.counter.Counter object at 0x6de6d7a8>
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/loadvars.py", line 94, in _update_values_virtual_counter_uncounted_consumption
if component.component_config.type == "virtual":
AttributeError: 'NoneType' object has no attribute 'component_config'
2026-01-15 23:17:35,343 - {control.counter_all:172} - {WARNING:MainThread} - Komponente bat5 ist im Fehlerzustand und wird nicht berücksichtigt.
2026-01-15 23:17:35,347 - {control.counter_all:172} - {WARNING:MainThread} - Komponente inverter3 ist im Fehlerzustand und wird nicht berücksichtigt.
2026-01-15 23:17:35,408 - {modules.common.fault_state:45} - {ERROR:device0} - LG ESS V1.0 Zähler: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server https://192.168.178.98/v1/user/essinfo/home ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 48, in __call__
self.__updater(components_list)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 55, in update_components
response = _request_data(session, session_key, device_config.configuration.ip_address)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 34, in _request_data
return session.post(f"https://{ip_address}/v1/user/essinfo/home",
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 20, in wrapper
return func(*args, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 37, in request
return super().request(method, url, *args, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
2026-01-15 23:17:35,437 - {modules.common.fault_state:45} - {ERROR:device0} - LG ESS V1.0 Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server https://192.168.178.98/v1/user/essinfo/home ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 48, in __call__
self.__updater(components_list)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 55, in update_components
response = _request_data(session, session_key, device_config.configuration.ip_address)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 34, in _request_data
return session.post(f"https://{ip_address}/v1/user/essinfo/home",
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 20, in wrapper
return func(*args, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 37, in request
return super().request(method, url, *args, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
2026-01-15 23:17:35,521 - {modules.common.fault_state:45} - {ERROR:device0} - LG ESS V1.0 Speicher: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server https://192.168.178.98/v1/user/essinfo/home ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 48, in __call__
self.__updater(components_list)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 55, in update_components
response = _request_data(session, session_key, device_config.configuration.ip_address)
File "/var/www/html/openWB/packages/modules/devices/lg/lg/device.py", line 34, in _request_data
return session.post(f"https://{ip_address}/v1/user/essinfo/home",
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 20, in wrapper
return func(*args, **kwargs)
File "/var/www/html/openWB/packages/modules/common/req.py", line 37, in request
return super().request(method, url, *args, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.168.178.98', port=443): Max retries exceeded with url: /v1/user/essinfo/home (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x6b0ed100>, 'Connection to 192.168.178.98 timed out. (connect timeout=5)'))
2026-01-15 23:17:41,146 - {modules.common.simcount._simcount:51} - {WARNING:device0} - Time difference between previous state and current state is too large. Set time difference to control interval.
2026-01-15 23:17:41,153 - {modules.common.simcount._simcount:51} - {WARNING:device0} - Time difference between previous state and current state is too large. Set time difference to control interval.
2026-01-15 23:17:41,159 - {modules.common.simcount._simcount:51} - {WARNING:device0} - Time difference between previous state and current state is too large. Set time difference to control interval.
2026-01-15 23:17:42,458 - {modules.common.utils.component_parser:43} - {ERROR:MainThread} - Fehlerstatus in Komponente LG ESS V1.0 Speicher. Werte werden nicht aktualisiert.
2026-01-15 23:17:42,462 - {modules.common.utils.component_parser:43} - {ERROR:MainThread} - Fehlerstatus in Komponente LG ESS V1.0 Wechselrichter. Werte werden nicht aktualisiert.- Dateianhänge
-
- 2026-01-16 13_25_17-Greenshot.jpg (175.21 KiB) 317 mal betrachtet
13,8 kWp-Anlage LG + LG Batteriespeicher 10 kW
OpenWB Series2 standard+, Ver. 2.x (Master)
Cupra Born 58 kWh
Cupra Tavascan VZ 77 kWh
OpenWB Series2 standard+, Ver. 2.x (Master)
Cupra Born 58 kWh
Cupra Tavascan VZ 77 kWh
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Könnte mal jemand Licht ins Dunkel bringen? Oder kann man das irgendwo nchlesen?
Vor lauter Begriffen blicke ich gar nicht mehr durch:
Experimentell
Alpha
Beta
Release
Candidate
Patch
Version
Entwicklungszeig
Was ist was? Und was sollte der normale Durchschnittsnutzer (nur) nutzen?
Danke.
Vor lauter Begriffen blicke ich gar nicht mehr durch:
Experimentell
Alpha
Beta
Release
Candidate
Patch
Version
Entwicklungszeig
Was ist was? Und was sollte der normale Durchschnittsnutzer (nur) nutzen?
Danke.
openWB series2 standard+, PV ohne Speicher
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Ich würde behaupten wenn man dort nicht durch blickt, dann auf Release bleiben und gut ist.
openWB series2 standard+, 2.1.9 Beta 3
Kostal PIKO 15, FW 06.18
Kostal Smart Energy Meter G2, SW 2.7.0
Kostal Plenticore BI 10/26 - G2, SW 02.20
BYD Battery-Box Premium HVM 22.1
Kostal PIKO 15, FW 06.18
Kostal Smart Energy Meter G2, SW 2.7.0
Kostal Plenticore BI 10/26 - G2, SW 02.20
BYD Battery-Box Premium HVM 22.1
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Release ist also die "normale" Software?
Und was ist dann "Release Candidate"? Ein Kandidat, der noch gar nicht heruntergeladen werden kann?
Und was ist dann "Release Candidate"? Ein Kandidat, der noch gar nicht heruntergeladen werden kann?
openWB series2 standard+, PV ohne Speicher
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Das ist der aktuelle Kandidat für das nächste Release.
Gut durchgetestet, und wird als nächstes zum Release, sollten nicht noch irgendwelche schwerwiegenden Fehler auftauchen.
Edit: Schaust du hier:
https://de.wikipedia.org/wiki/Entwicklu ... (Software)
Gut durchgetestet, und wird als nächstes zum Release, sollten nicht noch irgendwelche schwerwiegenden Fehler auftauchen.
Edit: Schaust du hier:
https://de.wikipedia.org/wiki/Entwicklu ... (Software)
openWB series2 standard+, 2.1.9 Beta 3
Kostal PIKO 15, FW 06.18
Kostal Smart Energy Meter G2, SW 2.7.0
Kostal Plenticore BI 10/26 - G2, SW 02.20
BYD Battery-Box Premium HVM 22.1
Kostal PIKO 15, FW 06.18
Kostal Smart Energy Meter G2, SW 2.7.0
Kostal Plenticore BI 10/26 - G2, SW 02.20
BYD Battery-Box Premium HVM 22.1
-
stefan_pivi
- Beiträge: 2
- Registriert: Sa Feb 26, 2022 12:25 pm
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
Ich bin von stable auf den RC2 Stand wegen der externen Steuerung über die simpleapi gewechselt. (Lademodus).
Soweit funktioniert das auch. Die Verzögerung von bis zu 5 Sekunden irritiert etwas, wenn man einen set-befehl absetzt. Wird das noch optimiert?
Ansonsten würde ich es besser finden, wenn die Werte für get und set nicht unterscheiden würden. Bei get lese ich "instant_charging" und "pv_charging" aus während ich bei set "instant" und "pv" schreiben muss.
Topics:
openWB/simpleAPI/chargepoint/1/chargemode scheduled_charging
openWB/simpleAPI/set/chargepoint/1/chargemode
Also, kein Fehler und kein großes Problem. Eher eine Design-Frage und vielleicht eine Optimierung. Ich komme von der 1.9.x und da war das immer instant und get/set gleich. Das fand ich ganz gut so.
Soweit funktioniert das auch. Die Verzögerung von bis zu 5 Sekunden irritiert etwas, wenn man einen set-befehl absetzt. Wird das noch optimiert?
Ansonsten würde ich es besser finden, wenn die Werte für get und set nicht unterscheiden würden. Bei get lese ich "instant_charging" und "pv_charging" aus während ich bei set "instant" und "pv" schreiben muss.
Topics:
openWB/simpleAPI/chargepoint/1/chargemode scheduled_charging
openWB/simpleAPI/set/chargepoint/1/chargemode
Also, kein Fehler und kein großes Problem. Eher eine Design-Frage und vielleicht eine Optimierung. Ich komme von der 1.9.x und da war das immer instant und get/set gleich. Das fand ich ganz gut so.
-
shesse
- Beiträge: 300
- Registriert: Di Jun 23, 2020 12:21 pm
- Has thanked: 6 times
- Been thanked: 10 times
Re: Rückmeldungen 2.1.9 Release Candidate 1&2
https://de.wikipedia.org/wiki/Entwicklu ... e_Softwarekrebs8 hat geschrieben: Fr Jan 16, 2026 12:48 pm Könnte mal jemand Licht ins Dunkel bringen? Oder kann man das irgendwo nchlesen?
Vor lauter Begriffen blicke ich gar nicht mehr durch:
Experimentell
Alpha
Beta
Release
...
2x openWB series2 standard+, PV 7,23 kWp mit WR SolarEdge SE8K und EVU SolarEdge A-V-400Y-3MTR-S, BEV Mercedes EQA 350 4MATIC (07/2023)