SOC: VWID

Alles rund um SoC (Ladezustand des Fahrzeuges). Probleme, Fragen, Fehlfunktionen gehören hier hin
raffix
Beiträge: 37
Registriert: Mi Feb 24, 2021 9:19 am

Re: SOC: VWID

Beitrag von raffix »

rleidner hat geschrieben: Sa Jul 01, 2023 8:19 am Versuche erst mal einen Neustart (Einstellungen-System-Reboot)
Bei dem Neustart sollte das fehlende lxml - Modul automatisch installiert werden.
Falls das nicht klappt bitte direkt nach dem Neustart im Debug Log nach Fehlermeldungen bzgl. lxml suchen und den betreffenden Teil des Logs hier als code block (oben button </>) posten.
Bei mir wird das lxml Plugin leider bei einem Neustart nicht nachinstalliert, weil die openWB bei der Rückfrage von apt, ob das Paket installiert werden soll anscheinend nicht mit "Ja" antwortet, zumindest steht da "Abbruch" (4. Zeile, siehe unten).
Ich kenne das so auch von Linux. Das kommt bei mir auch, wenn ich was anderes als J getippt habe und dann apt nichts installiert.

Code: Alles auswählen

2023-07-29 22:17:11: PID: 2664: Ramdisk not set up. Maybe we are still booting. (LV0) at 50 main /var/www/html/openWB/regel.sh
2023-07-29 22:17:01: at_reboot: Collecting urllib3
2023-07-29 22:17:01: PID: 2554: Ramdisk not set up. Maybe we are still booting. (LV0) at 50 main /var/www/html/openWB/regel.sh
2023-07-29 22:16:53: at_reboot: Möchten Sie fortfahren? [J/n] Abbruch.
2023-07-29 22:16:53: at_reboot: Nach dieser Operation werden 4.079 kB Plattenplatz zusätzlich benutzt.
2023-07-29 22:16:53: at_reboot: Es müssen 974 kB an Archiven heruntergeladen werden.
2023-07-29 22:16:53: at_reboot: 0 aktualisiert, 4 neu installiert, 0 zu entfernen und 182 nicht aktualisiert.
2023-07-29 22:16:53: at_reboot: python3-bs4 python3-html5lib python3-lxml python3-webencodings
2023-07-29 22:16:53: at_reboot: Die folgenden NEUEN Pakete werden installiert:
2023-07-29 22:16:53: at_reboot: python3-genshi python3-lxml-dbg python-lxml-doc
2023-07-29 22:16:53: at_reboot: Vorgeschlagene Pakete:
2023-07-29 22:16:53: at_reboot: python3-bs4 python3-html5lib python3-webencodings
2023-07-29 22:16:53: at_reboot: The following additional packages will be installed:
2023-07-29 22:16:53: at_reboot: Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
2023-07-29 22:16:53: at_reboot: realpath
2023-07-29 22:16:53: at_reboot: Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
2023-07-29 22:16:51: at_reboot: Statusinformationen werden eingelesen....
2023-07-29 22:16:51: at_reboot: Abhängigkeitsbaum wird aufgebaut....
2023-07-29 22:16:51: at_reboot: Paketlisten werden gelesen...
2023-07-29 22:16:49: at_reboot: all required modules are installed
2023-07-29 22:16:49: at_reboot: python3 packages...
2023-07-29 22:16:49: at_reboot: updating mosquitto config file
2023-07-29 22:16:49: at_reboot: mosquitto...
2023-07-29 22:16:49: at_reboot: cp: '/usr/share/zoneinfo/Europe/Berlin' und '/etc/localtime' sind die gleiche Datei
2023-07-29 22:16:49: at_reboot: timezone...
2023-07-29 22:16:49: at_reboot: 2023-07-29 22:16:49: PID: 2431: upgradeChargeLogs: upgrading charge logs done
2023-07-29 22:16:49: at_reboot: 2023-07-29 22:16:49: PID: 2431: upgradeChargeLogs: upgrading charge logs with a price of 0.3 per kWh
2023-07-29 22:16:48: at_reboot: evdev for python2 installed...
2023-07-29 22:16:48: at_reboot: packages 1...
2023-07-29 22:16:48: at_reboot: crontab 2...
2023-07-29 22:16:48: at_reboot: ...changed
2023-07-29 22:16:48: at_reboot: apache...
2023-07-29 22:16:48: at_reboot: crontab 1...
2023-07-29 22:16:48: at_reboot: deleting browser cache
2023-07-29 22:16:48: at_reboot: already up to date
2023-07-29 22:16:48: at_reboot: display...
2023-07-29 22:16:43: at_reboot: triginit...
2023-07-29 22:16:43: at_reboot: Ramdisk init done.
rleidner
Beiträge: 823
Registriert: Mo Nov 02, 2020 9:50 am

Re: SOC: VWID

Beitrag von rleidner »

raffix hat geschrieben: Sa Jul 29, 2023 8:28 pm
rleidner hat geschrieben: Sa Jul 01, 2023 8:19 am Versuche erst mal einen Neustart (Einstellungen-System-Reboot)
Bei dem Neustart sollte das fehlende lxml - Modul automatisch installiert werden.
Falls das nicht klappt bitte direkt nach dem Neustart im Debug Log nach Fehlermeldungen bzgl. lxml suchen und den betreffenden Teil des Logs hier als code block (oben button </>) posten.
Bei mir wird das lxml Plugin leider bei einem Neustart nicht nachinstalliert, weil die openWB bei der Rückfrage von apt, ob das Paket installiert werden soll anscheinend nicht mit "Ja" antwortet, zumindest steht da "Abbruch" (4. Zeile, siehe unten).
Ich kenne das so auch von Linux. Das kommt bei mir auch, wenn ich was anderes als J getippt habe und dann apt nichts installiert.

Code: Alles auswählen

2023-07-29 22:17:11: PID: 2664: Ramdisk not set up. Maybe we are still booting. (LV0) at 50 main /var/www/html/openWB/regel.sh
2023-07-29 22:17:01: at_reboot: Collecting urllib3
2023-07-29 22:17:01: PID: 2554: Ramdisk not set up. Maybe we are still booting. (LV0) at 50 main /var/www/html/openWB/regel.sh
2023-07-29 22:16:53: at_reboot: Möchten Sie fortfahren? [J/n] Abbruch.
2023-07-29 22:16:53: at_reboot: Nach dieser Operation werden 4.079 kB Plattenplatz zusätzlich benutzt.
2023-07-29 22:16:53: at_reboot: Es müssen 974 kB an Archiven heruntergeladen werden.
2023-07-29 22:16:53: at_reboot: 0 aktualisiert, 4 neu installiert, 0 zu entfernen und 182 nicht aktualisiert.
2023-07-29 22:16:53: at_reboot: python3-bs4 python3-html5lib python3-lxml python3-webencodings
2023-07-29 22:16:53: at_reboot: Die folgenden NEUEN Pakete werden installiert:
2023-07-29 22:16:53: at_reboot: python3-genshi python3-lxml-dbg python-lxml-doc
2023-07-29 22:16:53: at_reboot: Vorgeschlagene Pakete:
2023-07-29 22:16:53: at_reboot: python3-bs4 python3-html5lib python3-webencodings
2023-07-29 22:16:53: at_reboot: The following additional packages will be installed:
2023-07-29 22:16:53: at_reboot: Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
2023-07-29 22:16:53: at_reboot: realpath
2023-07-29 22:16:53: at_reboot: Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
2023-07-29 22:16:51: at_reboot: Statusinformationen werden eingelesen....
2023-07-29 22:16:51: at_reboot: Abhängigkeitsbaum wird aufgebaut....
2023-07-29 22:16:51: at_reboot: Paketlisten werden gelesen...
2023-07-29 22:16:49: at_reboot: all required modules are installed
2023-07-29 22:16:49: at_reboot: python3 packages...
2023-07-29 22:16:49: at_reboot: updating mosquitto config file
2023-07-29 22:16:49: at_reboot: mosquitto...
2023-07-29 22:16:49: at_reboot: cp: '/usr/share/zoneinfo/Europe/Berlin' und '/etc/localtime' sind die gleiche Datei
2023-07-29 22:16:49: at_reboot: timezone...
2023-07-29 22:16:49: at_reboot: 2023-07-29 22:16:49: PID: 2431: upgradeChargeLogs: upgrading charge logs done
2023-07-29 22:16:49: at_reboot: 2023-07-29 22:16:49: PID: 2431: upgradeChargeLogs: upgrading charge logs with a price of 0.3 per kWh
2023-07-29 22:16:48: at_reboot: evdev for python2 installed...
2023-07-29 22:16:48: at_reboot: packages 1...
2023-07-29 22:16:48: at_reboot: crontab 2...
2023-07-29 22:16:48: at_reboot: ...changed
2023-07-29 22:16:48: at_reboot: apache...
2023-07-29 22:16:48: at_reboot: crontab 1...
2023-07-29 22:16:48: at_reboot: deleting browser cache
2023-07-29 22:16:48: at_reboot: already up to date
2023-07-29 22:16:48: at_reboot: display...
2023-07-29 22:16:43: at_reboot: triginit...
2023-07-29 22:16:43: at_reboot: Ramdisk init done.
Das sollte in der aktuellen Beta oder Nightly eigentlich behoben sein.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Smart EQ forfour
raffix
Beiträge: 37
Registriert: Mi Feb 24, 2021 9:19 am

Re: SOC: VWID

Beitrag von raffix »

rleidner hat geschrieben: Sa Jul 29, 2023 9:25 pm Das sollte in der aktuellen Beta [...] eigentlich behoben sein.
Danke für den Hinweis, ich habe nun die Version 1.9.302 (Beta) installiert (vorher war es die letzte stable), aber das hat keine Besserung gebracht.
Im SOC-Log steht immer noch, dass er lxml nicht finden würde.

Code: Alles auswählen

2023-07-30 23:20:35: PID: 20077: 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):
rleidner
Beiträge: 823
Registriert: Mo Nov 02, 2020 9:50 am

Re: SOC: VWID

Beitrag von rleidner »

raffix hat geschrieben: So Jul 30, 2023 9:21 pm
rleidner hat geschrieben: Sa Jul 29, 2023 9:25 pm Das sollte in der aktuellen Beta [...] eigentlich behoben sein.
Danke für den Hinweis, ich habe nun die Version 1.9.302 (Beta) installiert (vorher war es die letzte stable), aber das hat keine Besserung gebracht.
Im SOC-Log steht immer noch, dass er lxml nicht finden würde.
Seltsam, bei mir funktioniert es normal.

Ich habe auf meinem stretch-Testsystem mit der aktuellen Nightly das lxml-Paket mal manuell entfernt

Code: Alles auswählen

sudo apt-get remove python3-lxml
und dann neu gestartet.
lxml wird beim Reboot automatisch und problemlos installiert:

Code: Alles auswählen

2023-07-31 09:54:08: at_reboot: Vormals nicht ausgewähltes Paket python3-lxml wird gewählt.
2023-07-31 09:54:12: at_reboot: (Lese Datenbank ... 
(Lese Datenbank ... 5%
(Lese Datenbank ... 10%
(Lese Datenbank ... 15%
(Lese Datenbank ... 20%
(Lese Datenbank ... 25%
(Lese Datenbank ... 30%
(Lese Datenbank ... 35%
(Lese Datenbank ... 40%
(Lese Datenbank ... 45%
(Lese Datenbank ... 50%
(Lese Datenbank ... 55%
(Lese Datenbank ... 60%
(Lese Datenbank ... 65%
(Lese Datenbank ... 70%
(Lese Datenbank ... 75%
(Lese Datenbank ... 80%
(Lese Datenbank ... 85%
(Lese Datenbank ... 90%
(Lese Datenbank ... 95%
(Lese Datenbank ... 100%
(Lese Datenbank ... 74808 Dateien und Verzeichnisse sind derzeit installiert.)
2023-07-31 09:54:12: at_reboot: Vorbereitung zum Entpacken von .../python3-lxml_3.7.1-1+deb9u5_armhf.deb ...
2023-07-31 09:54:12: at_reboot: Entpacken von python3-lxml (3.7.1-1+deb9u5) ...
2023-07-31 09:54:12: PID: 2233: Ramdisk not set up. Maybe we are still booting. (LV0) at 50 main /var/www/html/openWB/regel.sh
2023-07-31 09:54:14: at_reboot: python3-lxml (3.7.1-1+deb9u5) wird eingerichtet ...
Danach wird der soc - nach der erwarteten Exception wegen des noch fehlendem Tokens-File in der ramdisk - korrekt gelesen:

Code: Alles auswählen

**** REBOOT ****
2023-07-31 09:55:26 ERROR:soc_vwid:Lp1 tokens initialization exception: e=[Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
Traceback (most recent call last):
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
    tf = open(tokensFile, "rb")           # try to open tokens file
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
2023-07-31 09:55:26 ERROR:soc_vwid:Lp1 tokens initialization exception: set tokens_old to initial value
Traceback (most recent call last):
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 72, in main
    tf = open(tokensFile, "rb")           # try to open tokens file
FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
2023-07-31 09:55:26 INFO:libvwid:Lp1 Reconnecting
2023-07-31 09:55:29 INFO:soc_vwid:Lp1 SOC: 80%@2023-07-24T12:24:06
Ich denke etwas ist bei Dir anders.

Beschreibe bitte Dein System genau (siehe Punkt 8 im 1. Beitrag dieses Threads).
- oWB SW Version
- oWB gekauft oder selbst installiert
- wenn selbst installiert: welches OS(Stretch/Buster)
- welches Fahrzeug
- falls vorhanden Angaben über Firewall, VPN, etc., also Appliances, die den Internetzugang limitieren könnten

Und poste noch mal den aktuellen lxml-relevanten Teil des Debug Log direkt nach dem Neustart - wie in meinem Beispiel oben.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Smart EQ forfour
raffix
Beiträge: 37
Registriert: Mi Feb 24, 2021 9:19 am

Re: SOC: VWID

Beitrag von raffix »

rleidner hat geschrieben: Mo Jul 31, 2023 8:18 am Ich denke etwas ist bei Dir anders.
Vielen Dank für all die Hinweise! Ich habe nun nach längerer Wartezeit noch einmal die openWB neu gestartet und siehe da, jetzt wurde endlich das Paket installiert. Dann tauchte bei mir auch der 303er Fehler auf. Also wie in der Anleitung beschrieben die Felder (Benutzer, PW und VIN) der SOC-Konfig geleert und alles neu eingetragen. Dann klappte es auf Anhieb! :D
rleidner
Beiträge: 823
Registriert: Mo Nov 02, 2020 9:50 am

Re: SOC: VWID

Beitrag von rleidner »

raffix hat geschrieben: Di Aug 01, 2023 10:27 pm Vielen Dank für all die Hinweise! Ich habe nun nach längerer Wartezeit noch einmal die openWB neu gestartet und siehe da, jetzt wurde endlich das Paket installiert. Dann tauchte bei mir auch der 303er Fehler auf. Also wie in der Anleitung beschrieben die Felder (Benutzer, PW und VIN) der SOC-Konfig geleert und alles neu eingetragen. Dann klappte es auf Anhieb! :D
👍
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Smart EQ forfour
tobiasbecker
Beiträge: 8
Registriert: Sa Feb 04, 2023 12:05 am

Re: SOC: VWID

Beitrag von tobiasbecker »

heute Nacht im Modus PV-Laden mit mindest-SOC das Phänomen, dass er für einige Stunden den SoC verloren hat (bzw. SoC = 0), und er daraufhin mit den eingestellten 6A aus Speicher bzw. dann Netz geladen hat.
Screenshot anbei.

- oWB SW Version - 1.9.303.0
- oWB gekauft oder selbst installiert - gekauft
- welches Fahrzeug - ID3 Pro 2021 Firmware 3.2
- falls vorhanden Angaben über Firewall, VPN, etc., also Appliances, die den Internetzugang limitieren könnten - EdgeRouter und Fritzbox, keine Beschränkungen, auch nicht zeitbezogen
- relevante Abschnitte der Logs, vor allem Fehlermeldungen, als CODE-blocks </>.

Code: Alles auswählen

KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:18:26 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:18:26 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:08:16 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:08:16 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:58:07 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:58:07 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:47:57 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:47:57 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:37:47 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:37:47 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:27:37 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:27:37 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:17:27 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:17:27 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:07:17 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:07:17 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:57:07 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:57:07 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:46:56 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:46:56 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:36:47 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:36:47 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:26:36 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:26:36 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:16:27 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:16:27 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:06:17 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:06:17 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 02:56:07 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 02:56:07 ERROR:soc_vwid:Lp1 reply Exception: e='value'
2023-08-14 18:38:27: PID: 26297: Lp1: Error from soc_vwid:  (LV0)
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host emea.bff.cariad.digital:443 ssl:default [None]
    raise client_error(req.connection_key, exc) from exc
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 943, in _wrap_create_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    raise last_exc
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 1004, 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:

ConnectionResetError
    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__
    yield from waiter
  File "/usr/lib/python3.5/asyncio/base_events.py", line 827, in _create_connection_transport
    sock, protocol_factory, ssl, server_hostname)
  File "/usr/lib/python3.5/asyncio/base_events.py", line 801, in create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 936, in _wrap_create_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-08-13 22:32:49 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-08-13 22:32:49 ERROR:soc_vwid:Lp1 tokens initialization exception: e=[Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
**** REBOOT ****
Sonstiges:
- Zwangstrennung VDSL war ca. 4:33, also über eine Stunde später. Uhrzeit / Zeitzone in der oWB stimmt laut Web GUI (nicht +1h oder so). Internetverbindung war zu dem Zeitpunkt also noch da (sonst hätte ich von diversen anderen Diensten Fehlermeldungen bekommen)
- Box war mit dem Netzwerk (und damit Wechselrichter) verbunden, sonst hätte es aus meiner Sicht keinen leicht schwankenden Hausverbrauch gegeben
- Abfrageintervall im SoC-Modul: Standby 120min (default), Ladevorgang 10min (etwas schneller als default)
- Hat jmd. einen DNS-Namen von dem VW-Online-Dienst, den man sich in ein Monitoring werfen kann, um den Fehler einzugrenzen?
- Wäre es ggf. sinnvoll, eine Plausibilität einzuführen? SoC = 0 ist ja eigentlich deutlich häufiger ein Auslese-Fehler als ein realer Wert.

Insgesamt kein wirkliches Problem (daher bisher noch kein Support Ticket aufgemacht), sondern eher Interesse, wie zuverlässig so ein Online-SoC- funktioniert.
Dateianhänge
2023-08-16 09.37.35.png
mivola
Beiträge: 34
Registriert: Fr Nov 27, 2020 9:41 am

Re: SOC: VWID

Beitrag von mivola »

tobiasbecker hat geschrieben: Mi Aug 16, 2023 9:19 am heute Nacht im Modus PV-Laden mit mindest-SOC das Phänomen, dass er für einige Stunden den SoC verloren hat (bzw. SoC = 0), und er daraufhin mit den eingestellten 6A aus Speicher bzw. dann Netz geladen hat.
Selbes Problem/Verhalten bei mir ...
Wäre evtl wirklich eine Überlegung wert bei SoC=0 nicht zu laden, wenn zuvor der SoC hoch genug war und der Stecker zwischenzeitlich nicht abgezogen wurde...? Aber: wie oft kommt das vor und lohnt sich der Aufwand dafür wirklich?

Danke,
Micha
rleidner
Beiträge: 823
Registriert: Mo Nov 02, 2020 9:50 am

Re: SOC: VWID

Beitrag von rleidner »

tobiasbecker hat geschrieben: Mi Aug 16, 2023 9:19 am heute Nacht im Modus PV-Laden mit mindest-SOC das Phänomen, dass er für einige Stunden den SoC verloren hat (bzw. SoC = 0), und er daraufhin mit den eingestellten 6A aus Speicher bzw. dann Netz geladen hat.
Screenshot anbei.

- oWB SW Version - 1.9.303.0
- oWB gekauft oder selbst installiert - gekauft
- welches Fahrzeug - ID3 Pro 2021 Firmware 3.2
- falls vorhanden Angaben über Firewall, VPN, etc., also Appliances, die den Internetzugang limitieren könnten - EdgeRouter und Fritzbox, keine Beschränkungen, auch nicht zeitbezogen
- relevante Abschnitte der Logs, vor allem Fehlermeldungen, als CODE-blocks </>.

Code: Alles auswählen

KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:18:26 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:18:26 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:08:16 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 05:08:16 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:58:07 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:58:07 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:47:57 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:47:57 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:37:47 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:37:47 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:27:37 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:27:37 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:17:27 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:17:27 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:07:17 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 04:07:17 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:57:07 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:57:07 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:46:56 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:46:56 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:36:47 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:36:47 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:26:36 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:26:36 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:16:27 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:16:27 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:06:17 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 03:06:17 ERROR:soc_vwid:Lp1 reply Exception: e='value'
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 02:56:07 ERROR:soc_vwid:Lp1 charging.batteryStatus.value.currentSOC_pct not found, return 0
KeyError: 'value'
    soc = data['charging']['batteryStatus']['value']['currentSOC_pct']
  File "/var/www/html/openWB/modules/soc_vwid/soc_vwid.py", line 101, in main
Traceback (most recent call last):
2023-08-16 02:56:07 ERROR:soc_vwid:Lp1 reply Exception: e='value'
2023-08-14 18:38:27: PID: 26297: Lp1: Error from soc_vwid:  (LV0)
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host emea.bff.cariad.digital:443 ssl:default [None]
    raise client_error(req.connection_key, exc) from exc
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 943, in _wrap_create_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    raise last_exc
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 1004, 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:

ConnectionResetError
    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__
    yield from waiter
  File "/usr/lib/python3.5/asyncio/base_events.py", line 827, in _create_connection_transport
    sock, protocol_factory, ssl, server_hostname)
  File "/usr/lib/python3.5/asyncio/base_events.py", line 801, in create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.5/dist-packages/aiohttp/connector.py", line 936, in _wrap_create_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-08-13 22:32:49 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-08-13 22:32:49 ERROR:soc_vwid:Lp1 tokens initialization exception: e=[Errno 2] No such file or directory: '/var/www/html/openWB/ramdisk/soc_vwid_tokenslp1'
**** REBOOT ****
Sonstiges:
- Zwangstrennung VDSL war ca. 4:33, also über eine Stunde später. Uhrzeit / Zeitzone in der oWB stimmt laut Web GUI (nicht +1h oder so). Internetverbindung war zu dem Zeitpunkt also noch da (sonst hätte ich von diversen anderen Diensten Fehlermeldungen bekommen)
- Box war mit dem Netzwerk (und damit Wechselrichter) verbunden, sonst hätte es aus meiner Sicht keinen leicht schwankenden Hausverbrauch gegeben
- Abfrageintervall im SoC-Modul: Standby 120min (default), Ladevorgang 10min (etwas schneller als default)
- Hat jmd. einen DNS-Namen von dem VW-Online-Dienst, den man sich in ein Monitoring werfen kann, um den Fehler einzugrenzen?
- Wäre es ggf. sinnvoll, eine Plausibilität einzuführen? SoC = 0 ist ja eigentlich deutlich häufiger ein Auslese-Fehler als ein realer Wert.

Insgesamt kein wirkliches Problem (daher bisher noch kein Support Ticket aufgemacht), sondern eher Interesse, wie zuverlässig so ein Online-SoC- funktioniert.
Ich sehe diesen Fehler auch heute morgen gegen 06:30.
Offensichtlich gab es eine Störung auf dem VW Backend.
Da kann man halt wenig machen, wenn keine Daten kommen.
Mit Soc =0 wird zumindest sichergestellt, daß weiter geladen wird, u.U. auch mit Netzbezug.
Ein nicht geladenes Auto wäre für viele ärgerlicher.
Vermutlich hat die VW App zu der Zeit den SOC auch nicht korrekt angezeigt.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Smart EQ forfour
ID4U
Beiträge: 326
Registriert: Do Okt 13, 2022 4:26 pm

Re: SOC: VWID

Beitrag von ID4U »

Ich habe dieses Problem auch schon öfters beobachtet. Hat mein Fahrzeug dann über Nacht mehrfach ungewollt von 80% auf 100% voll gemacht ;)

Wäre es vielleicht ein Kompromiss wenn bei "verlorenem" Soc der alte SoC weiter angezeigt/verwendet würde? Dann laden wenigstens die Fahrzeuge die ihren Soll-SoC bereits erreicht haben nicht mehr weiter.

Dabei ist jedoch zu bedenken das dann das Fahrzeug - wenn es nach einer Fahrt später wieder eingesteckt wird und immer noch nur der alte SoC im System ist - dieses ggf. dann nicht läd.
Antworten