ich habe nun auch wegen des Tesla SOC die nightly installiert. Leider funktioniert damit offenbar das HTTP Modul beim EVU und PV nicht mehr richtig.
Der Port, den ich angegeben habe, wird ignoriert.
Meine URL mit Port 8080:
http://xs35v3l.local:8080/Erzeugt
Statusmeldung (ohne Port, also 80):
Code: Alles auswählen
Störungsbeschreibung "Die Verbindung zum Server http://xs35v3l.local/Erzeugt ist fehlgeschlagen. \u00dcberpr\u00fcfe Adresse und Netzwerk."
Code: Alles auswählen
requests.exceptions.ConnectionError: HTTPConnectionPool(host='xs35v3l.local', port=80): Max retries exceeded with url: /Bezug (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x75b94070>: Failed to establish a new connection: [Errno -2] Name or service not known',))
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
response = req.get_http_session().get(url, timeout=5)
File "/var/www/html/openWB/packages/modules/http/api.py", line 12, in request_value
power_all=self.__get_power_all()
File "/var/www/html/openWB/packages/modules/http/counter.py", line 48, in update
self._components[component].update()
File "/var/www/html/openWB/packages/modules/http/device.py", line 65, in update