Fehler bei update auf nightly?

Fragen zur Nutzung, Features, usw..
Antworten
Creekie
Beiträge: 22
Registriert: Fr Nov 04, 2022 10:20 am

Fehler bei update auf nightly?

Beitrag von Creekie »

Fehler openwb.JPG
Hallo zusammen,

da VW mal wieder irgendwas geändert hat, hat mein open wb nicht mehr den SOC abgefragt. Fehlerlösung sollte es wohl sein auf die nightly zu updaten was ich auch getan habe. Seit dem habe ich aber das Problem, dass mein open wb total langsam reagiert bei allem und auch meine Werte sind völliger Murks. Bis auf die PV-Leistung passt nix vom angezeigten.

Also habe ich das Backup geladen von der stable. Hat aber die gleichen Probleme gemacht. Daher habe ich nun wieder auf die nightly geuppt.

Wechselrichter ist SMA und damit auch nen SMA Home Manager 2.0.
Ich befürchte fast das ich mir irgendwie open wb zerschossen habe...

Nachtrag:
Die PV-Leistung wird korrekt angezeigt. Mittlerweile scheint auch der Hausverbrauch und die Ladeleistung wieder einigermaßen zu funktionieren. Lediglich der Netzimport/export steht einfach auf 0...Dadurch scheint auch das PV-Laden nicht mehr zu funktionieren. Er reguliert nicht mehr selbst hoch und runter. Manuell per sofortladen funktioniert es aber.

Code: Alles auswählen

2022-12-12 14:14:47: PID: 24580: BattLeistung: 0 (LV1) at 30 main modules/speicher_http/main.sh
2022-12-12 14:14:47: PID: 24580: RET: 0 (LV2) at 26 main modules/speicher_http/main.sh
2022-12-12 14:14:47: PID: 2552: legacy run server: Completed running command in 0.04s: ["modules.devices.http.device","bat","http://10.20.0.63/haus/ramdisk/battleistung","none","none","ht

requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.20.0.63', port=80): Max retries exceeded with url: /haus/ramdisk/battleistung (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x74c8ec90>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
raise ConnectionError(e, request=request)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
return self.request('GET', url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 546, in get
return float(session.get(url, timeout=5).text.replace("\n", ""))
File "/var/www/html/openWB/packages/modules/devices/http/api.py", line 13, in _request_value
power = self.__get_power(session)
File "/var/www/html/openWB/packages/modules/devices/http/bat.py", line 32, in update
component_updater=IndependentComponentUpdater(lambda component: component.update(session))
File "/var/www/html/openWB/packages/modules/devices/http/device.py", line 37, in <lambda>
self.__updater(component)
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 24, in __call__
Traceback (most recent call last):

During handling of the above exception, another exception occurred:

urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.20.0.63', port=80): Max retries exceeded with url: /haus/ramdisk/battleistung (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x74c8ec90>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
raise MaxRetryError(_pool, url, error or ResponseError(cause))
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/util/retry.py", line 592, in increment
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 788, in urlopen
timeout=timeout
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 449, in send
Traceback (most recent call last):

During handling of the above exception, another exception occurred:

urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x74c8ec90>: Failed to establish a new connection: [Errno 101] Network is unreachable
self, "Failed to establish a new connection: %s" % e
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 187, in _new_conn
conn = self._new_conn()
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 205, in connect
self.connect()
File "/usr/lib/python3.7/http/client.py", line 966, in send
self.send(msg)
File "/usr/lib/python3.7/http/client.py", line 1026, in _send_output
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1239, in endheaders
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1290, in _send_request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1244, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 239, in request
conn.request(method, url, **httplib_request_kw)
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 398, in _make_request
chunked=chunked,
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 710, in urlopen
Traceback (most recent call last):

During handling of the above exception, another exception occurred:

OSError: [Errno 101] Network is unreachable
sock.connect(sa)
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/util/connection.py", line 95, in create_connection
(self._dns_host, self.port), self.timeout, **extra_kw
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 175, in _new_conn
Traceback (most recent call last):
2022-12-12 14:14:47: PID: 2552: soc.modules.common.fault_state: HTTP Speicher: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server http://10.20.0.63/haus/ramdisk/battleistung ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
2022-12-12 14:14:47: PID: 2552: urllib3.connectionpool: Starting new HTTP connection (1): 10.20.0.63:80
2022-12-12 14:14:47: PID: 2552: soc.modules.common.component_context: Update Komponente ['HTTP Speicher']
2022-12-12 14:14:47: PID: 2552: modules.devices.http.device: HTTP Configuration: HTTP(name=HTTP, type=http, id=0, configuration=HTTPConfiguration(url=http://10.20.0.63)), Component Configuration: HttpBatSetup(name=HTTP Speicher, type=bat, id=0, configuration=HttpBatConfiguration(power_path=/haus/ramdisk/battleistung, soc_path=/haus/ramdisk/battsoc, imported_path=None, exported_path=None))
2022-12-12 14:14:47: PID: 2552: legacy run server: Received command ["modules.devices.http.device","bat","http://10.20.0.63/haus/ramdisk/battleistung","none","none","ht
2022-12-12 14:14:47: PID: 24580: Speicher SoC: http://10.20.0.63/haus/ramdisk/battsoc (LV2) at 21 main modules/speicher_http/main.sh
2022-12-12 14:14:47: PID: 24580: Speicher Watt: http://10.20.0.63/haus/ramdisk/battleistung (LV2) at 20 main modules/speicher_http/main.sh
2022-12-12 14:14:47: PID: 24580: Speicher Import: none (LV2) at 19 main modules/speicher_http/main.sh
2022-12-12 14:14:47: PID: 24580: Speicher Export: none (LV2) at 18 main modules/speicher_http/main.sh
2022-12-12 14:14:46: PID: 24566: RET: 0 (LV2) at 12 main modules/wr_tripower9000/main.sh
2022-12-12 14:14:46: PID: 2552: legacy run server: WR 1 nach Korrektur: InverterState(currents=[0.0, 0.0, 0.0], power=-3684, exported=12430491, dc_power=-3778)
2022-12-12 14:14:46: PID: 2552: legacy run server: Completed running command in 3.18s: ["modules.devices.sma_sunny_boy.device","inverter","192.168.178.83","0","192.168.178.31","none","non

modules.common.fault_state.FaultState: ('TCP-Client konnte keine Verbindung zu 192.168.178.31:502 aufbauen. Bitte Einstellungen (IP-Adresse, ..) und Hardware-Anschluss prüfen.', <FaultStateLevel.ERROR: 2>)
" aufbauen. Bitte Einstellungen (IP-Adresse, ..) und " + "Hardware-Anschluss prüfen.") from e
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 93, in __read_registers
self.delegate.read_holding_registers, address, types, byteorder, wordorder, **kwargs
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 119, in read_holding_registers
energy = self.tcp_client.read_holding_registers(30529, ModbusDataType.UINT_32, unit=3)
File "/var/www/html/openWB/packages/modules/devices/sma_sunny_boy/inverter.py", line 39, in read
state = inv.read()
File "/var/www/html/openWB/packages/modules/devices/sma_sunny_boy/device.py", line 181, in read_inverter
Traceback (most recent call last):

The above exception was the direct cause of the following exception:

pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.178.31:502)]
raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
File "/usr/local/lib/python3.7/dist-packages/pymodbus/client/sync.py", line 108, in execute
return self.execute(request)
File "/usr/local/lib/python3.7/dist-packages/pymodbus/client/common.py", line 114, in read_holding_registers
address, number_of_addresses, **kwargs)
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 83, in __read_registers
Traceback (most recent call last):
2022-12-12 14:14:46: PID: 2552: soc.modules.common.fault_state: Sma Sunny Boy/Tripower Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr TCP-Client konnte keine Verbindung zu 192.168.178.31:502 aufbauen. Bitte Einstellungen (IP-Adresse, ..) und Hardware-Anschluss prüfen., Traceback:
2022-12-12 14:14:46: PID: 2552: pymodbus.client.sync: Connection to (192.168.178.31, 502) failed: timed out
2022-12-12 14:14:43: PID: 2552: modules.devices.sma_sunny_boy.inverter: WR 192.168.178.83: InverterState(currents=[0.0, 0.0, 0.0], power=-3684, exported=12430491, dc_power=-3778)
2022-12-12 14:14:43: PID: 2552: soc.modules.common.component_context: Update Komponente ['Sma Sunny Boy/Tripower Wechselrichter']
2022-12-12 14:14:43: PID: 2552: modules.devices.sma_sunny_boy.device: SMA Modbus Hybrid: 0
2022-12-12 14:14:43: PID: 2552: modules.devices.sma_sunny_boy.device: SMA Modbus Version: 0
2022-12-12 14:14:43: PID: 2552: modules.devices.sma_sunny_boy.device: SMA Modbus weitere IPs: 192.168.178.31, none, none
2022-12-12 14:14:43: PID: 2552: modules.devices.sma_sunny_boy.device: SMA Modbus Webbox: 0
2022-12-12 14:14:43: PID: 2552: modules.devices.sma_sunny_boy.device: SMA Modbus Ip-Adresse: 192.168.178.83
2022-12-12 14:14:43: PID: 2552: legacy run server: Received command ["modules.devices.sma_sunny_boy.device","inverter","192.168.178.83","0","192.168.178.31","none","non
2022-12-12 14:14:41: PID: 24412: **** Regulation loop start **** (LV1) at 77 main /var/www/html/openWB/regel.sh
  RequestsDependencyWarning)
Gero
Beiträge: 2700
Registriert: Sa Feb 20, 2021 9:55 am

Re: Fehler bei update auf nightly?

Beitrag von Gero »

Da steht was von "network is unreachable". Stimmen die IP-Adressen noch?
openWB-series2, openWB-Buchse, E3/DC S10pro+19.5kWh, 30kWp Ost-Süd, Model 3 und Ion
Creekie
Beiträge: 22
Registriert: Fr Nov 04, 2022 10:20 am

Re: Fehler bei update auf nightly?

Beitrag von Creekie »

Jau. Das scheint nicht das Problem zu sein. Sonst hätte er ja auch nicht den korrekten PV-Erzeugungswert, oder? Die Daten kommen doch wahrscheinlich aus der gleichen Quelle? (Wechselrichter oder Homemanager).

Hab nochmal nen aktuellen Debug reingepackt weil ich glaube es haben sich ein paar Sachen geändert mittlerweile:

Code: Alles auswählen

 RequestsDependencyWarning)
/usr/lib/python3/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.13) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
/usr/lib/python3/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.13) or chardet (3.0.4) doesn't match a supported version!
2022-12-12 15:23:42: PID: 7276: **** FATAL ********************************* (LV0) at 68 cleanup /var/www/html/openWB/regel.sh
2022-12-12 15:23:42: PID: 7276: **** FATAL Regulation loop needs 11 seconds (LV0) at 67 cleanup /var/www/html/openWB/regel.sh
2022-12-12 15:23:42: PID: 7276: **** FATAL ********************************* (LV0) at 66 cleanup /var/www/html/openWB/regel.sh
2022-12-12 15:23:41: PID: 7930: Previous regulation loop still running. Skipping. (LV0) at 35 main /var/www/html/openWB/regel.sh
7276
2022-12-12 15:23:41: PID: 7276: Timing Umschaltung: 60 / 900 (LV1) at 17 u1p3pswitch u1p3p.sh
2022-12-12 15:23:41: PID: 7276: automatische Umschaltung aktiv (LV1) at 16 u1p3pswitch u1p3p.sh
2022-12-12 15:23:41: PID: 7276: Zeit zum abfragen aller Werte 9 Sekunden (LV1) at 186 main /var/www/html/openWB/regel.sh
2022-12-12 15:23:40: PID: 7276: chargestatlp1 0 chargestatlp2 0 chargestatlp3 0 (LV1) at 1310 loadvars loadvars.sh
2022-12-12 15:23:40: PID: 7276: plugstatlp1 1 plugstatlp2 0 plugstatlp3 0 (LV1) at 1309 loadvars loadvars.sh
2022-12-12 15:23:40: PID: 7276: lp1enabled 1 lp2enabled 1 lp3enabled 1 (LV1) at 1308 loadvars loadvars.sh
2022-12-12 15:23:40: PID: 7276: EVU 1:V/0A 2: V/0A 3: V/0A (LV1) at 1307 loadvars loadvars.sh
2022-12-12 15:23:40: PID: 7276: lla3 0 llv3 234 llas13  llas23  soclp1 84 soclp2  (LV1) at 1306 loadvars loadvars.sh
2022-12-12 15:23:40: PID: 7276: lla2 0 llv2 234 llas12  llas22  sofortll 8 hausverbrauch 748 wattbezug 0 uberschuss 0 (LV1) at 1305 loadvars loadvars.sh
2022-12-12 15:23:40: PID: 7276: lla1 0 llv1 234 llas11  llas21  mindestuberschuss 1000 abschaltuberschuss 600 lademodus 3 (LV1) at 1304 loadvars loadvars.sh
2022-12-12 15:23:39: PID: 7276: pv1watt -748 pv2watt  pvwatt -748 ladeleistung 0 llalt 0 nachtladen 0 nachtladen 0 minimalA 6 maximalA 16 (LV1) at 1303 loadvars loadvars.sh
2022-12-12 15:23:39: PID: 7276: speicherleistung 0 speichersoc 0 (LV1) at 1298 loadvars loadvars.sh
2022-12-12 15:23:39: PID: 7543: EVU RET: 0 (LV2) at 15 main modules/bezug_smashm/main.sh
2022-12-12 15:23:39: PID: 24442: legacy run server: Completed running command in 5.02s: ["modules.devices.sma_shm.device","counter","3009889319"]

modules.common.fault_state.FaultState: ('Kein passendes Datagramm innerhalb des 5s timeout empfangen.', <FaultStateLevel.ERROR: 2>)
raise FaultState.error("Kein passendes Datagramm innerhalb des %ds timeout empfangen." % timeout_seconds)
File "/var/www/html/openWB/packages/modules/devices/sma_shm/device.py", line 35, in update_components
self.__updater(components_list)
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 36, in __call__
Traceback (most recent call last):
2022-12-12 15:23:39: PID: 24442: soc.modules.common.fault_state: SMA Home Manager Zähler: FaultState FaultStateLevel.ERROR, FaultStr Kein passendes Datagramm innerhalb des 5s timeout empfangen., Traceback:
2022-12-12 15:23:34: PID: 24442: soc.modules.common.component_context: Update Komponenten ['SMA Home Manager Zähler']
2022-12-12 15:23:34: PID: 24442: legacy run server: Received command ["modules.devices.sma_shm.device","counter","3009889319"]
2022-12-12 15:23:33: PID: 7457: BattLeistung: 0 (LV1) at 30 main modules/speicher_http/main.sh
2022-12-12 15:23:33: PID: 7457: RET: 0 (LV2) at 26 main modules/speicher_http/main.sh
2022-12-12 15:23:33: PID: 24442: legacy run server: Completed running command in 0.04s: ["modules.devices.http.device","bat","http://10.20.0.63/haus/ramdisk/battleistung","none","none","ht

requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.20.0.63', port=80): Max retries exceeded with url: /haus/ramdisk/battleistung (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x74e873b0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
raise ConnectionError(e, request=request)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
return self.request('GET', url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 546, in get
return float(session.get(url, timeout=5).text.replace("\n", ""))
File "/var/www/html/openWB/packages/modules/devices/http/api.py", line 13, in _request_value
power = self.__get_power(session)
File "/var/www/html/openWB/packages/modules/devices/http/bat.py", line 32, in update
component_updater=IndependentComponentUpdater(lambda component: component.update(session))
File "/var/www/html/openWB/packages/modules/devices/http/device.py", line 37, in <lambda>
self.__updater(component)
File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 24, in __call__
Traceback (most recent call last):

During handling of the above exception, another exception occurred:

urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.20.0.63', port=80): Max retries exceeded with url: /haus/ramdisk/battleistung (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x74e873b0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
raise MaxRetryError(_pool, url, error or ResponseError(cause))
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/util/retry.py", line 592, in increment
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 788, in urlopen
timeout=timeout
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 449, in send
Traceback (most recent call last):

During handling of the above exception, another exception occurred:

urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x74e873b0>: Failed to establish a new connection: [Errno 101] Network is unreachable
self, "Failed to establish a new connection: %s" % e
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 187, in _new_conn
conn = self._new_conn()
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 205, in connect
self.connect()
File "/usr/lib/python3.7/http/client.py", line 966, in send
self.send(msg)
File "/usr/lib/python3.7/http/client.py", line 1026, in _send_output
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1239, in endheaders
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1290, in _send_request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1244, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 239, in request
conn.request(method, url, **httplib_request_kw)
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 398, in _make_request
chunked=chunked,
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 710, in urlopen
Traceback (most recent call last):

During handling of the above exception, another exception occurred:

OSError: [Errno 101] Network is unreachable
sock.connect(sa)
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/util/connection.py", line 95, in create_connection
(self._dns_host, self.port), self.timeout, **extra_kw
File "/home/pi/.local/lib/python3.7/site-packages/urllib3/connection.py", line 175, in _new_conn
Traceback (most recent call last):
2022-12-12 15:23:33: PID: 24442: soc.modules.common.fault_state: HTTP Speicher: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server http://10.20.0.63/haus/ramdisk/battleistung ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
2022-12-12 15:23:33: PID: 24442: urllib3.connectionpool: Starting new HTTP connection (1): 10.20.0.63:80
2022-12-12 15:23:33: PID: 24442: soc.modules.common.component_context: Update Komponente ['HTTP Speicher']
2022-12-12 15:23:33: PID: 24442: modules.devices.http.device: HTTP Configuration: HTTP(name=HTTP, type=http, id=0, configuration=HTTPConfiguration(url=http://10.20.0.63)), Component Configuration: HttpBatSetup(name=HTTP Speicher, type=bat, id=0, configuration=HttpBatConfiguration(power_path=/haus/ramdisk/battleistung, soc_path=/haus/ramdisk/battsoc, imported_path=None, exported_path=None))
2022-12-12 15:23:33: PID: 24442: legacy run server: Received command ["modules.devices.http.device","bat","http://10.20.0.63/haus/ramdisk/battleistung","none","none","ht
2022-12-12 15:23:33: PID: 7457: Speicher SoC: http://10.20.0.63/haus/ramdisk/battsoc (LV2) at 21 main modules/speicher_http/main.sh
2022-12-12 15:23:33: PID: 7457: Speicher Watt: http://10.20.0.63/haus/ramdisk/battleistung (LV2) at 20 main modules/speicher_http/main.sh
2022-12-12 15:23:33: PID: 7457: Speicher Import: none (LV2) at 19 main modules/speicher_http/main.sh
2022-12-12 15:23:33: PID: 7457: Speicher Export: none (LV2) at 18 main modules/speicher_http/main.sh
2022-12-12 15:23:33: PID: 7443: RET: 0 (LV2) at 12 main modules/wr_tripower9000/main.sh
2022-12-12 15:23:33: PID: 24442: legacy run server: WR 1 nach Korrektur: InverterState(currents=[0.0, 0.0, 0.0], power=-730, exported=12433501, dc_power=-759)
2022-12-12 15:23:33: PID: 24442: legacy run server: Completed running command in 0.44s: ["modules.devices.sma_sunny_boy.device","inverter","192.168.178.83","0","192.168.178.31","none","non
2022-12-12 15:23:33: PID: 24442: soc.modules.common.store._api: Saving InverterState(currents=[0.0, 0.0, 0.0], power=-748, exported=18036884, dc_power=None)
2022-12-12 15:23:33: PID: 24442: modules.devices.sma_sunny_boy.inverter: WR 192.168.178.31: InverterState(currents=[0.0, 0.0, 0.0], power=-18, exported=5603383, dc_power=2147483612)
2022-12-12 15:23:32: PID: 24442: modules.devices.sma_sunny_boy.inverter: WR 192.168.178.83: InverterState(currents=[0.0, 0.0, 0.0], power=-730, exported=12433501, dc_power=-759)
2022-12-12 15:23:32: PID: 24442: soc.modules.common.component_context: Update Komponente ['Sma Sunny Boy/Tripower Wechselrichter']
2022-12-12 15:23:32: PID: 24442: modules.devices.sma_sunny_boy.device: SMA Modbus Hybrid: 0
2022-12-12 15:23:32: PID: 24442: modules.devices.sma_sunny_boy.device: SMA Modbus Version: 0
2022-12-12 15:23:32: PID: 24442: modules.devices.sma_sunny_boy.device: SMA Modbus weitere IPs: 192.168.178.31, none, none
2022-12-12 15:23:32: PID: 24442: modules.devices.sma_sunny_boy.device: SMA Modbus Webbox: 0
2022-12-12 15:23:32: PID: 24442: modules.devices.sma_sunny_boy.device: SMA Modbus Ip-Adresse: 192.168.178.83
2022-12-12 15:23:32: PID: 24442: legacy run server: Received command ["modules.devices.sma_sunny_boy.device","inverter","192.168.178.83","0","192.168.178.31","none","non
2022-12-12 15:23:31: PID: 7276: **** Regulation loop start **** (LV1) at 77 main /var/www/html/openWB/regel.sh
Creekie
Beiträge: 22
Registriert: Fr Nov 04, 2022 10:20 am

Re: Fehler bei update auf nightly?

Beitrag von Creekie »

Kann es sein das mein phyton 3.7.3 nicht mehr für die nightly ausreicht?
Amok83
Beiträge: 670
Registriert: Mi Dez 02, 2020 10:17 am

Re: Fehler bei update auf nightly?

Beitrag von Amok83 »

hast du nach dem Update mal neu gestartet?
Kostal Piko 17
Kostal Plenticore Plus 10
Kostal Smart Energy Meter
BYD HVS 12.8
ioBroker
openWB series2 Duo
Kia EV6 GT
derNeueDet
Beiträge: 4239
Registriert: Mi Nov 11, 2020 7:16 pm

Re: Fehler bei update auf nightly?

Beitrag von derNeueDet »

Das Python passt noch. Such mal mit urllib3. Da findest du im Forum auch Hinweise, wie du die Warnung weg bekommst.

Edit: hab mal für dich gesucht

Code: Alles auswählen

sudo pip3 install --upgrade requests
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 250 (07/2023)
Creekie
Beiträge: 22
Registriert: Fr Nov 04, 2022 10:20 am

Re: Fehler bei update auf nightly?

Beitrag von Creekie »

Amok83 hat geschrieben: Mo Dez 12, 2022 3:27 pm hast du nach dem Update mal neu gestartet?
Na klar. Mehrfach. Hab auch den home Manager neu gestartet und alles. 🙈
Creekie
Beiträge: 22
Registriert: Fr Nov 04, 2022 10:20 am

Re: Fehler bei update auf nightly?

Beitrag von Creekie »

derNeueDet hat geschrieben: Mo Dez 12, 2022 3:29 pm Das Python passt noch. Such mal mit urllib3. Da findest du im Forum auch Hinweise, wie du die Warnung weg bekommst.

Edit: hab mal für dich gesucht

Code: Alles auswählen

sudo pip3 install --upgrade requests
Dankeschön teste ich später mal
Creekie
Beiträge: 22
Registriert: Fr Nov 04, 2022 10:20 am

Re: Fehler bei update auf nightly?

Beitrag von Creekie »

derNeueDet hat geschrieben: Mo Dez 12, 2022 3:29 pm Das Python passt noch. Such mal mit urllib3. Da findest du im Forum auch Hinweise, wie du die Warnung weg bekommst.

Edit: hab mal für dich gesucht

Code: Alles auswählen

sudo pip3 install --upgrade requests
Vielen Dank, genau das hat den Fehler behoben. Ihr seid echt super Leute :)
Antworten