Längeres Lan-Kabel habe ich nun verlegt. Habe das Kabel direkt an dem Switch angeschlossen, wo auch EVU und der WR dran hängt. Erreichen kann ich die Wallbox nun über die Lan-IP und über die Wlan-IP. Leider kein Unterschied.
Zusätzlich wurde nun unsere Batterie für die PV geliefert. Diese habe ich konfiguriert, allerdings wird auch hier der Ladezustand durchgängig mit 0% angezeigt. Wie ihr im Screenshot seht, scheint er einmal kurz einen realistischen PV-Leistungswert bekommen zu haben.
Code: Alles auswählen
2022-10-27 11:54:11: PID: 25354: **** Regulation loop start **** (LV1) at 70 main /var/www/html/openWB/regel.sh
2022-10-27 11:54:05: PID: 24127: **** Regulation loop needs 4 seconds (LV2) at 55 cleanup /var/www/html/openWB/regel.sh
2022-10-27 11:54:05: PID: 24127: uberschuss -23 wattbezug 23 ladestatus 0 llsoll 0 pvwatt -250 mindestuberschussphasen 1500 wattkombiniert -23 schaltschwelle 230 (LV2) at 576 main /var/www/html/openWB/regel.sh
2022-10-27 11:54:05: PID: 24127: anzahlphasen 1 (LV1) at 575 main /var/www/html/openWB/regel.sh
2022-10-27 11:54:05: PID: 24127: Sofort ladung beendet da 20 kWh lademenge erreicht (LV1) at 59 sofortlademodus sofortlademodus.sh
2022-10-27 11:54:05: PID: 24127: Zeit zum abfragen aller Werte 3 Sekunden (LV1) at 176 main /var/www/html/openWB/regel.sh
2022-10-27 11:54:04: PID: 24127: chargestatlp1 0 chargestatlp2 0 chargestatlp3 0 (LV1) at 1300 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: plugstatlp1 0 plugstatlp2 0 plugstatlp3 0 (LV1) at 1299 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: lp1enabled 1 lp2enabled 1 lp3enabled 1 (LV1) at 1298 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: EVU 1:V/1A 2: V/-1A 3: V/-0A (LV1) at 1297 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: lla3 0 llv3 0.0 llas13 llas23 soclp1 0 soclp2 (LV1) at 1296 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: lla2 0 llv2 0.0 llas12 llas22 sofortll 32 hausverbrauch 273 wattbezug 23 uberschuss -23 (LV1) at 1295 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: lla1 0 llv1 233.2 llas11 llas21 mindestuberschuss 1500 abschaltuberschuss 5 lademodus 0 (LV1) at 1294 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: pv1watt -250 pv2watt pvwatt -250 ladeleistung 0 llalt 0 nachtladen 0 nachtladen 0 minimalA 6 maximalA 16 (LV1) at 1293 loadvars loadvars.sh
2022-10-27 11:54:04: PID: 24127: speicherleistung 0 speichersoc 0 (LV1) at 1288 loadvars loadvars.sh
2022-10-27 11:54:03: PID: 24334: EVU RET: 0 (LV2) at 15 main modules/bezug_smashm/main.sh
2022-10-27 11:54:03: PID: 2354: legacy run server: Completed running command in 0.11s: ["modules.sma_shm.device","counter","none"]
2022-10-27 11:54:03: PID: 2354: modules.sma_shm.device: Update complete
2022-10-27 11:54:03: PID: 2354: modules.sma_shm.device: All components updated
2022-10-27 11:54:03: PID: 2354: soc.modules.common.store._api: Saving CounterState(power_factors=[0.703, 0.935, 0.956], power=23.3, imported=275131.89999999997, currents=[1.823, -1.223, -0.403], powers=[265.3, -213.0, -29.0], exported=132901.7, voltages=[233.419, 233.154, 234.111], frequency=49.981)
2022-10-27 11:54:03: PID: 2354: soc.modules.common.component_context: Update Komponente ['SMA Home Manager Zähler']
2022-10-27 11:54:03: PID: 2354: soc.modules.common.component_context: Update Komponenten ['SMA Home Manager Zähler']
2022-10-27 11:54:03: PID: 2354: modules.sma_shm.device: Beginning update
2022-10-27 11:54:03: PID: 2354: legacy run server: Received command ["modules.sma_shm.device","counter","none"]
2022-10-27 11:54:02: PID: 24298: BattLeistung: 0 (LV1) at 27 main modules/speicher_fronius/main.sh
2022-10-27 11:54:02: PID: 2354: legacy run server: Completed running command in 0.06s: ["modules.fronius.device","bat","10.20.0.126","0","0","none"]
requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.20.0.126', port=80): Max retries exceeded with url: /solar_api/v1/GetPowerFlowRealtimeData.fcgi?Scope=System (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x743e7250>: 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 487, 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('GET', url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 501, in get
timeout=5).json()
File "/var/www/html/openWB/packages/modules/fronius/bat.py", line 33, in update
self.components[component].update()
File "/var/www/html/openWB/packages/modules/fronius/device.py", line 63, in update
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.20.0.126', port=80): Max retries exceeded with url: /solar_api/v1/GetPowerFlowRealtimeData.fcgi?Scope=System (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x743e7250>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
raise MaxRetryError(_pool, url, error or ResponseError(cause))
File "/usr/local/lib/python3.5/dist-packages/urllib3/util/retry.py", line 592, in increment
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 786, in urlopen
timeout=timeout
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 423, in send
Traceback (most recent call last):
2022-10-27 11:54:02: PID: 24298: RET: 0 (LV2) at 23 main modules/speicher_fronius/main.sh
During handling of the above exception, another exception occurred:
requests.packages.urllib3.exceptions.NewConnectionError: <requests.packages.urllib3.connection.HTTPConnection object at 0x743e7250>: Failed to establish a new connection: [Errno 101] Network is unreachable
self, "Failed to establish a new connection: %s" % e
File "/usr/local/lib/python3.5/dist-packages/urllib3/connection.py", line 187, in _new_conn
conn = self._new_conn()
File "/usr/local/lib/python3.5/dist-packages/urllib3/connection.py", line 205, in connect
self.connect()
File "/usr/lib/python3.5/http/client.py", line 892, in send
self.send(msg)
File "/usr/lib/python3.5/http/client.py", line 949, in _send_output
self._send_output(message_body)
File "/usr/lib/python3.5/http/client.py", line 1157, in endheaders
self.endheaders(body)
File "/usr/lib/python3.5/http/client.py", line 1206, in _send_request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.5/http/client.py", line 1161, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/local/lib/python3.5/dist-packages/urllib3/connection.py", line 239, in request
conn.request(method, url, **httplib_request_kw)
File "/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 398, in _make_request
chunked=chunked,
File "/usr/local/lib/python3.5/dist-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 "/usr/local/lib/python3.5/dist-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/usr/local/lib/python3.5/dist-packages/urllib3/util/connection.py", line 95, in create_connection
(self._dns_host, self.port), self.timeout, **extra_kw
File "/usr/local/lib/python3.5/dist-packages/urllib3/connection.py", line 175, in _new_conn
Traceback (most recent call last):
2022-10-27 11:54:02: PID: 2354: soc.modules.common.fault_state: Fronius Speicher: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server http://10.20.0.126/solar_api/v1/GetPowerFlowRealtimeData.fcgi?Scope=System ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
2022-10-27 11:54:02: PID: 2354: requests.packages.urllib3.connectionpool: Starting new HTTP connection (1): 10.20.0.126:80
2022-10-27 11:54:02: PID: 2354: soc.modules.common.component_context: Update Komponenten ['Fronius Speicher']
2022-10-27 11:54:02: PID: 2354: modules.fronius.device: Start device reading {'componentNone': <modules.fronius.bat.FroniusBat object at 0x743ea3f0>}
2022-10-27 11:54:02: PID: 2354: modules.fronius.device: Fronius IP-Adresse: 10.20.0.126
2022-10-27 11:54:02: PID: 2354: legacy run server: Received command ["modules.fronius.device","bat","10.20.0.126","0","0","none"]
2022-10-27 11:54:02: PID: 24298: Speicher IP: 10.20.0.126 (LV2) at 18 main modules/speicher_fronius/main.sh
2022-10-27 11:54:02: PID: 24282: RET: 0 (LV2) at 12 main modules/wr_tripower9000/main.sh
2022-10-27 11:54:02: PID: 2354: legacy run server: WR 1 nach Korrektur: InverterState(power=-250, currents=[0.0, 0.0, 0.0], exported=298750)
2022-10-27 11:54:02: PID: 2354: legacy run server: Completed running command in 0.10s: ["modules.sma_sunny_boy.device","inverter","192.168.1.77","0","none","none","none","0","0","0","1"]
2022-10-27 11:54:02: PID: 2354: soc.modules.common.store._api: Saving InverterState(power=-250, currents=[0.0, 0.0, 0.0], exported=298750)
2022-10-27 11:54:02: PID: 2354: modules.sma_sunny_boy.inverter: WR 192.168.1.77: InverterState(power=-250, currents=[0.0, 0.0, 0.0], exported=298750), DC Power True
2022-10-27 11:54:02: PID: 2354: soc.modules.common.component_context: Update Komponente ['Sma Sunny Boy/Tripower Wechselrichter']
2022-10-27 11:54:02: PID: 2354: modules.sma_sunny_boy.device: SMA Modbus Hybrid: 0
2022-10-27 11:54:02: PID: 2354: modules.sma_sunny_boy.device: SMA Modbus Version: 0
2022-10-27 11:54:02: PID: 2354: modules.sma_sunny_boy.device: SMA Modbus weitere IPs: none, none, none
2022-10-27 11:54:02: PID: 2354: modules.sma_sunny_boy.device: SMA Modbus Webbox: 0
2022-10-27 11:54:02: PID: 2354: modules.sma_sunny_boy.device: SMA Modbus Ip-Adresse: 192.168.1.77
2022-10-27 11:54:02: PID: 2354: legacy run server: Received command ["modules.sma_sunny_boy.device","inverter","192.168.1.77","0","none","none","none","0","0","0","1"]
2022-10-27 11:54:01: PID: 24127: **** Regulation loop start **** (LV1) at 70 main /var/www/html/openWB/regel.sh
2022-10-27 11:53:57: PID: 22873: **** Regulation loop needs 6 seconds (LV2) at 55 cleanup /var/www/html/openWB/regel.sh