Vielen Dank für die schnelle Rückmeldung!
genau, ich meine das SOC-Modul (VW ID-alt und ohne alt).
Die oWB ist momentan per WLAN angemeldet. Tatsächlich habe ich dort auch gerade Probleme festgestellt. Mit dem PC erreiche ich das Web Interface, mit dem Handy z.B. aktuell nicht mehr.
Ich werde heute Nachmittag/Abend ein wenig Netzwerkkabel verlegen und die oWB ins LAN einbinden. Würde mich dann noch einmal melden!
Das Abfrageintervall habe ich genau so eingestellt.
Gerade als ich das Auto wieder eingesteckt habe, konnte der SoC auch einmalig abgefragt werden:
Code: Alles auswählen
concurrent.futures._base.TimeoutError (LV0)
raise asyncio.TimeoutError from None
File "/usr/local/lib/python3.5/dist-packages/aiohttp/helpers.py", line 596, in __exit__
break
File "/usr/local/lib/python3.5/dist-packages/aiohttp/client.py", line 582, in _request
response = await self.session.get(LOGIN_BASE + '/authorize', params=payload)
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 88, in reconnect
if await self.reconnect():
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 196, in get_status
data = await w.get_status()
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 38, 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 46, in <module>
2022-05-12 12:25:43: PID: 3914: Lp1: Error from soc_vwid: Traceback (most recent call last):
concurrent.futures._base.TimeoutError (LV0)
raise asyncio.TimeoutError from None
File "/usr/local/lib/python3.5/dist-packages/aiohttp/helpers.py", line 596, in __exit__
break
File "/usr/local/lib/python3.5/dist-packages/aiohttp/client.py", line 582, in _request
response = await self.session.get(LOGIN_BASE + '/authorize', params=payload)
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 88, in reconnect
if await self.reconnect():
File "/var/www/html/openWB/modules/soc_vwid/libvwid.py", line 196, in get_status
data = await w.get_status()
File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 38, 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 46, in <module>
2022-05-12 12:25:03: PID: 30536: Lp1: Error from soc_vwid: Traceback (most recent call last):
2022-05-12 12:20:34: PID: 3914: Lp1: Requesting SoC (LV0)
2022-05-12 12:19:55: PID: 30536: Lp1: Requesting SoC (LV0)
2022-05-12 12:14:00: PID: 13151: Lp1: SoC: 72 (LV0)
2022-05-12 12:13:54: PID: 13151: Lp1: Requesting SoC (LV0)
Was mich wundert, das die oWB relativ oft den SoC abfragt obwohl das Intervall auf 20 Minuten steht. Aber vielleicht liegt es wirklich am WLAN. Wie gesagt, ich werde es versuchen heute noch auf LAN umzubauen und gebe dann Rückmeldung.
Vielen Dank!