Immerhin haben alle Käufer ein Wiederrufsrecht wegen falschen Produktinformationen. Sie bewerben nämlich 8 go-e und haben nichtmal kapiert, dass nur LP 1-3 ein go-e sein kann.solarjunkie hat geschrieben: ↑So Apr 23, 2023 7:02 amAber ein geiles Business-Modell: Raspi mit Gehäuse, SD-Karte und Netzteil für nur 299,-€
Wenn die Aussage mit der 20€ Spende nicht stimmt, erfüllt das u.U. den Tatbestand des Betruges. Wobei das auf den zweiten Blick kein ernstzunehmender Player zu sein scheint.
SOC: VWID
-
- Beiträge: 1034
- Registriert: Mi Jul 21, 2021 3:00 pm
Re: SOC: VWID
LP1: openWB series2 custom mit Phasenumschaltung
LP2: go-e V2
Kostal Plenticore Plus
e-up BJ 2021, SOC mit OVMS
EQB 250 BJ 2023, SOC mit Mercedes ME über Home Assistant
EVU mit Tasmato-Lesekopf auf SmartMeter
9 x Smarthome mit Shellys
LP2: go-e V2
Kostal Plenticore Plus
e-up BJ 2021, SOC mit OVMS
EQB 250 BJ 2023, SOC mit Mercedes ME über Home Assistant
EVU mit Tasmato-Lesekopf auf SmartMeter
9 x Smarthome mit Shellys
Re: SOC: VWID
Ich hatte heute einige Probleme mit meiner openWB, da sie über WLAN nicht mehr erreichbar war. Habe nun eine WLAN-Brücke mit Netzwerkkabel aufgebaut, seit dem geht es wieder, habe zwischendrin die Wallbox aber mehrmals via Sicherung neu gestartet.
Nun sehe ich nach einem sauberen Reboot (über Web Interface) folgende Fehler:
Was bedeutet das? Sollte die Datei nicht angelegt werden, wenn sie fehlt?
Nun sehe ich nach einem sauberen Reboot (über Web Interface) folgende Fehler:
Code: Alles auswählen
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-04 21:27:41 ERROR:soc_vwid:Lp1 tokens initialization exception: set tokens_old to initial value
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-04 21:27:41 ERROR:soc_vwid:Lp1 tokens initialization exception: e=[Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
**** REBOOT ****
-
- Beiträge: 961
- Registriert: Mo Nov 02, 2020 9:50 am
- Has thanked: 5 times
- Been thanked: 19 times
Re: SOC: VWID
Das kann ignoriert werden, wenn danach normal läuft.
Nach dem Start fehlen diese Dateien erst mal, das wird gemeldet, dann die Dateien neu erzeugt.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Kia EV6, Smart EQ forfour
Re: SOC: VWID
hallo. ich habe Probleme bei der einbindung vom Modul SOC
- oWB SW Version 1.9.301
- oWB gekauft
- welches Fahrzeug VW ID.4
- falls vorhanden Angaben über Firewall, VPN, etc., also Appliances, die den Internetzugang limitieren könnten. wurde direkt ins system eingebunden.
- relevante Abschnitte der Logs, vor allem Fehlermeldungen, als CODE-blocks
edit: Bitte </> auf dem Button verwenden.
- oWB SW Version 1.9.301
- oWB gekauft
- welches Fahrzeug VW ID.4
- falls vorhanden Angaben über Firewall, VPN, etc., also Appliances, die den Internetzugang limitieren könnten. wurde direkt ins system eingebunden.
- relevante Abschnitte der Logs, vor allem Fehlermeldungen, als CODE-blocks
edit: Bitte </> auf dem Button verwenden.
Code: Alles auswählen
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-12 08:56:39 ERROR:soc_vwid:Lp1 tokens initialization exception: set tokens_old to initial value
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-12 08:56:39 ERROR:soc_vwid:Lp1 tokens initialization exception: e=[Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
**** REBOOT ****
2023-05-12 08:51:46: PID: 14488: Lp1: Error from soc_vwid: (LV0)
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host mobileapi.apps.emea.vwapps.io:443 ssl:default [Name or service not known]
raise ClientConnectorError(req.connection_key, exc) from exc
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 971, in _create_direct_connection
req, traces, timeout)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 859, in _create_connection
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 523, in connect
timeout=real_timeout
File "/usr/local/lib/python3.5/dist-packages/aiohttp/client.py", line 483, in _request
response = await self.session.get(status_url, headers=self.headers)
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 193, in get_status
data = await w.get_status()
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 82, in main
result = coro.throw(exc)
File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
raise self._exception
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
return future.result()
File "/usr/lib/python3.5/asyncio/base_events.py", line 466, in run_until_complete
loop.run_until_complete(main())
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 126, in <module>
Traceback (most recent call last):
The above exception was the direct cause of the following exception:
socket.gaierror: [Errno -2] Name or service not known
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
File "/usr/lib/python3.5/socket.py", line 733, in getaddrinfo
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
raise self._exception
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
future.result()
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
host, port, type=socket.SOCK_STREAM, family=family)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/resolver.py", line 30, in resolve
self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 830, in _resolve_host
result = coro.throw(exc)
File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
raise self._exception
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
future.result()
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
traces=traces), loop=self._loop)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 967, in _create_direct_connection
Traceback (most recent call last):
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-12 08:51:45 ERROR:soc_vwid:Lp1 tokens initialization exception: set tokens_old to initial value
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-12 08:51:45 ERROR:soc_vwid:Lp1 tokens initialization exception: e=[Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
2023-05-12 06:51:37: PID: 32228: Lp1: Error from soc_vwid: (LV0)
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host mobileapi.apps.emea.vwapps.io:443 ssl:default [Name or service not known]
raise ClientConnectorError(req.connection_key, exc) from exc
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 971, in _create_direct_connection
req, traces, timeout)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 859, in _create_connection
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 523, in connect
timeout=real_timeout
File "/usr/local/lib/python3.5/dist-packages/aiohttp/client.py", line 483, in _request
response = await self.session.get(status_url, headers=self.headers)
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 193, in get_status
data = await w.get_status()
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 82, in main
result = coro.throw(exc)
File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
raise self._exception
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
return future.result()
File "/usr/lib/python3.5/asyncio/base_events.py", line 466, in run_until_complete
loop.run_until_complete(main())
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 126, in <module>
Traceback (most recent call last):
The above exception was the direct cause of the following exception:
socket.gaierror: [Errno -2] Name or service not known
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
File "/usr/lib/python3.5/socket.py", line 733, in getaddrinfo
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
raise self._exception
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
future.result()
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
host, port, type=socket.SOCK_STREAM, family=family)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/resolver.py", line 30, in resolve
self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 830, in _resolve_host
result = coro.throw(exc)
File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
raise self._exception
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
future.result()
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
traces=traces), loop=self._loop)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 967, in _create_direct_connection
Traceback (most recent call last):
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-12 06:51:36 ERROR:soc_vwid:Lp1 tokens initialization exception: set tokens_old to initial value
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
tf = open(tokensFile, "rb") # try to open tokens file
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
Traceback (most recent call last):
2023-05-12 06:51:36 ERROR:soc_vwid:Lp1 tokens initialization exception: e=[Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
2023-05-12 05:04:26: PID: 31022: Lp1: Error from soc_vwid: (LV0)
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host mobileapi.apps.emea.vwapps.io:443 ssl:default [Name or service not known]
raise ClientConnectorError(req.connection_key, exc) from exc
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 971, in _create_direct_connection
req, traces, timeout)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 859, in _create_connection
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 523, in connect
timeout=real_timeout
File "/usr/local/lib/python3.5/dist-packages/aiohttp/client.py", line 483, in _request
response = await self.session.get(status_url, headers=self.headers)
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 193, in get_status
data = await w.get_status()
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 82, in main
result = coro.throw(exc)
File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
raise self._exception
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
return future.result()
File "/usr/lib/python3.5/asyncio/base_events.py", line 466, in run_until_complete
loop.run_until_complete(main())
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 126, in <module>
Traceback (most recent call last):
-
- Beiträge: 961
- Registriert: Mo Nov 02, 2020 9:50 am
- Has thanked: 5 times
- Been thanked: 19 times
Re: SOC: VWID
Da passt etwas nicht zusammen.ID.4_LU hat geschrieben: ↑Sa Mai 13, 2023 1:14 pm - oWB SW Version 1.9.301
Code: Alles auswählen
2023-05-12 08:51:46: PID: 14488: Lp1: Error from soc_vwid: (LV0) aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host mobileapi.apps.emea.vwapps.io:443 ssl:default [Name or service not known]
Seit 1.9.295 ist u.a. die Adresse "mobileapi.apps.emea.vwapps.io" nicht mehr gültig und wie folgt geändert::
alt: "https://mobileapi.apps.emea.vwapps.io"
neu: "https://emea.bff.cariad.digital/vehicle/v1"
In 1.9.301 müsste also die neue Adresse zu sehen sein.
Bitte in Einstellungen - Systeminfo nachsehen, ob wirklich 1.9.301 installiert ist.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Kia EV6, Smart EQ forfour
Re: SOC: VWID
hallo rleidner.rleidner hat geschrieben: ↑Sa Mai 13, 2023 2:59 pmDa passt etwas nicht zusammen.ID.4_LU hat geschrieben: ↑Sa Mai 13, 2023 1:14 pm - oWB SW Version 1.9.301
Code: Alles auswählen
2023-05-12 08:51:46: PID: 14488: Lp1: Error from soc_vwid: (LV0) aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host mobileapi.apps.emea.vwapps.io:443 ssl:default [Name or service not known]
Seit 1.9.295 ist u.a. die Adresse "mobileapi.apps.emea.vwapps.io" nicht mehr gültig und wie folgt geändert::
alt: "https://mobileapi.apps.emea.vwapps.io"
neu: "https://emea.bff.cariad.digital/vehicle/v1"
In 1.9.301 müsste also die neue Adresse zu sehen sein.
Bitte in Einstellungen - Systeminfo nachsehen, ob wirklich 1.9.301 installiert ist.
habe eben nochmal nachgeschaut. es ist definitiv die 1.9.301. Kann man die adresse irgendwo ändern?
-
- Beiträge: 961
- Registriert: Mo Nov 02, 2020 9:50 am
- Has thanked: 5 times
- Been thanked: 19 times
Re: SOC: VWID
Seltsam, da fällt mir keine Erklärung ein.ID.4_LU hat geschrieben: ↑Sa Mai 13, 2023 8:08 pmhallo rleidner.rleidner hat geschrieben: ↑Sa Mai 13, 2023 2:59 pmDa passt etwas nicht zusammen.ID.4_LU hat geschrieben: ↑Sa Mai 13, 2023 1:14 pm - oWB SW Version 1.9.301
Code: Alles auswählen
2023-05-12 08:51:46: PID: 14488: Lp1: Error from soc_vwid: (LV0) aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host mobileapi.apps.emea.vwapps.io:443 ssl:default [Name or service not known]
Seit 1.9.295 ist u.a. die Adresse "mobileapi.apps.emea.vwapps.io" nicht mehr gültig und wie folgt geändert::
alt: "https://mobileapi.apps.emea.vwapps.io"
neu: "https://emea.bff.cariad.digital/vehicle/v1"
In 1.9.301 müsste also die neue Adresse zu sehen sein.
Bitte in Einstellungen - Systeminfo nachsehen, ob wirklich 1.9.301 installiert ist.
habe eben nochmal nachgeschaut. es ist definitiv die 1.9.301. Kann man die adresse irgendwo ändern?
Die Adressen der VW-API-Seiten sind im Python-Code enthalten.
Code: Alles auswählen
pi@openwbtest:~/openWB $ head -17 modules/soc_vwid/libvwid.py | tail -3
LOGIN_BASE = "https://emea.bff.cariad.digital/user-login/v1"
LOGIN_HANDLER_BASE = "https://identity.vwgroup.io"
API_BASE = "https://emea.bff.cariad.digital/vehicle/v1"
Eine Analyse ginge so:
Ein Backup der openwb machen, herunterladen, tar.gz-File entpacken und in Datei /var/www/html/openWB/modules/soc_vwid/libvwid.py in den Zeilen 15-17 nachsehen (in Windows / durch \ ersetzen).
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Kia EV6, Smart EQ forfour
Re: SOC: VWID
Hallo, ich habe wegen anderer Fehlersuche neu installiert auf Strech.
Beim VW ID bekomme ich nun:
braucht es das pip3 upgrade oder woran liegt es?
Beim VW ID bekomme ich nun:
Code: Alles auswählen
2023-05-18 13:34:34: PID: 26952: Lp2: Error from soc_vwid: (LV0)
ImportError: No module named 'lxml'
import lxml.html
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 8, in <module>
import libvwid
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 4, in <module>
Traceback (most recent call last):
2023-05-18 13:34:14: PID: 24300: Lp2: Error from soc_vwid: (LV0)
ImportError: No module named 'lxml'
import lxml.html
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 8, in <module>
import libvwid
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 4, in <module>
Traceback (most recent call last):
2023-05-18 13:34:08: PID: 24064: Lp1: Error from soc_vwid: (LV0)
ImportError: No module named 'lxml'
import lxml.html
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 8, in <module>
import libvwid
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 4, in <module>
Traceback (most recent call last):
2023-05-18 13:30:54: PID: 32089: Lp1: Error from soc_vwid: (LV0)
ImportError: No module named 'lxml'
import lxml.html
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 8, in <module>
import libvwid
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 4, in <module>
Traceback (most recent call last):
2023-05-18 13:30:32: PID: 29431: Lp1: Error from soc_vwid: (LV0)
ImportError: No module named 'lxml'
import lxml.html
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 8, in <module>
import libvwid
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 4, in <module>
Traceback (most recent call last):
2023-05-18 13:18:04: PID: 2637: Lp1: Error from http call (LV0)
**** REBOOT ****
openWB series2 Buchse (2021)
go-eCharger HOME+ 22 kW (2022)
go-eCharger HOME+ 22 kW (2022)
-
- Beiträge: 961
- Registriert: Mo Nov 02, 2020 9:50 am
- Has thanked: 5 times
- Been thanked: 19 times
Re: SOC: VWID
lxml wird in runs/atreboot.sh wie folgt installiert:
Code: Alles auswählen
sudo apt-get install python3-lxml
Wenn das nicht funktioniert bitte den Debug Log auf Fehler direkt nach einem Neustart prüfen.
Fehler bei Bedarf hier posten.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Kia EV6, Smart EQ forfour
Re: SOC: VWID
Danke für den Tipp, so sah es aus:
edit war nicht installiert, warum auch immer.
Code: Alles auswählen
: Starting OpenWB services (LV0)
2023-05-18 14:06:20: PID: 2056: OpenWB services stopped (LV0)
2023-05-18 14:06:20: PID: 2056: Stopping OpenWB services (LV0)
2023-05-18 14:06:20: at_reboot: clear warning...
2023-05-18 14:06:20: at_reboot:
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 45 0 0 100 45 0 188 --:--:-- --:--:-- --:--:-- 189
2023-05-18 14:06:20: at_reboot: Dload Upload Total Spent Left Speed
2023-05-18 14:06:20: at_reboot: % Total % Received % Xferd Average Speed Time Time Time Current
2023-05-18 14:06:19: at_reboot: version...
2023-05-18 14:06:19: at_reboot: Successfully installed urllib3-1.26.9
2023-05-18 14:06:19: at_reboot: Installing collected packages: urllib3
2023-05-18 14:06:19: at_reboot: Using cached https://files.pythonhosted.org/packages/ec/03/062e6444ce4baf1eac17a6a0ebfe36bb1ad05e1df0e20b110de59c278498/urllib3-1.26.9-py2.py3-none-any.whl
2023-05-18 14:06:15: at_reboot: Collecting urllib3
2023-05-18 14:06:12: PID: 2027: Ramdisk not set up. Maybe we are still booting. (LV0) at 50 main /var/www/html/openWB/regel.sh
2023-05-18 14:06:08: at_reboot: Möchten Sie fortfahren? [J/n] Abbruch.
2023-05-18 14:06:08: at_reboot: Nach dieser Operation werden 4.079 kB Plattenplatz zusätzlich benutzt.
2023-05-18 14:06:08: at_reboot: Es müssen 974 kB an Archiven heruntergeladen werden.
2023-05-18 14:06:08: at_reboot: 0 aktualisiert, 4 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
2023-05-18 14:06:07: at_reboot: python3-bs4 python3-html5lib python3-lxml python3-webencodings
2023-05-18 14:06:07: at_reboot: Die folgenden NEUEN Pakete werden installiert:
2023-05-18 14:06:07: at_reboot: python3-genshi python3-lxml-dbg python-lxml-doc
2023-05-18 14:06:07: at_reboot: Vorgeschlagene Pakete:
2023-05-18 14:06:07: at_reboot: python3-bs4 python3-html5lib python3-webencodings
2023-05-18 14:06:07: at_reboot: The following additional packages will be installed:
2023-05-18 14:06:06: at_reboot: Statusinformationen werden eingelesen....
2023-05-18 14:06:06: at_reboot: Abhängigkeitsbaum wird aufgebaut....
2023-05-18 14:06:06: at_reboot: Paketlisten werden gelesen...
2023-05-18 14:06:04: at_reboot: all required modules are installed
2023-05-18 14:06:04: at_reboot: python3 packages...
2023-05-18 14:06:04: at_reboot: updating mosquitto config file
openWB series2 Buchse (2021)
go-eCharger HOME+ 22 kW (2022)
go-eCharger HOME+ 22 kW (2022)