TA2k / ioBroker.vw-connect

ioBroker Adapter for VW We connect and Skoda connect
MIT License
90 stars 22 forks source link

vw-connect.0.<vin>.statusrawJson is missing values #245

Closed hpoeppel closed 1 year ago

hpoeppel commented 1 year ago

Describe the bug
The Object vw-connect.0..statusrawJson is missing values, for example plugConnectionState, or plugLockState.

To Reproduce
Steps to reproduce the behavior: I have a Cupra Born from 01.2023, everything else is working fine.

Expected behavior
I would expect that the raw json is including all values that the adapter is able to show.

Screenshots & Logfiles
{"engines":{"primary":{"type":"EV","fuelType":"EV","range":{"value":245,"unit":"Km"},"level":70},"secondary":{"type":null,"fuelType":null,"range":null,"level":null}},"measurements":{"mileageKm":1777},"services":{"charging":{"status":"Charging","targetPct":80,"chargeMode":"manual","active":true,"remainingTime":55,"progressBarPct":88},"climatisation":{"status":"Off","targetTemperatureKelvin":295.15,"active":false,"remainingTime":0,"progressBarPct":0}}}

Versions:

TA2k commented 1 year ago

das ist eigentlich identisch du kannst ml zum testen den ordner status löschen und adapter neustarten und schauen was erstellt wird

hpoeppel commented 1 year ago

Wo finde ich denn den Status Ordner? Ich habe den Adapter einmal vollständig gelöscht und wieder neu erstellt, das hat aber nichts am rawjson geändert.

TA2k commented 1 year ago

Wo siehst du denn dann plugConnectionState

hpoeppel commented 1 year ago

grafik Ich glaube jetzt weiß ich auch welchen Status Ordner du meinst, ich hatte schon irgendwas im Dateisystem gesucht... Den Status Ordner und auch alles andere habe ich jetzt auch einmal gelöscht und den Adapter neu gestartet, aber da kommen immer nur die gleichen Werte.

{"engines":{"primary":{"type":"EV","fuelType":"EV","range":{"value":278,"unit":"Km"},"level":80},"secondary":{"type":null,"fuelType":null,"range":null,"level":null}},"measurements":{"mileageKm":1777},"services":{"charging":{"status":"ReadyForCharging","targetPct":80,"chargeMode":"manual","active":false,"remainingTime":0,"progressBarPct":100},"climatisation":{"status":"Off","targetTemperatureKelvin":295.15,"active":false,"remainingTime":0,"progressBarPct":0}}}

TA2k commented 1 year ago

teste mal die GitHub version

hpoeppel commented 1 year ago

Sieht super aus, vielen Dank.

{"battery":{"carCapturedTimestamp":"2023-03-22T15:08:47Z","currentSOC_pct":53,"cruisingRangeElectric_km":174},"charging":{"carCapturedTimestamp":"2023-03-22T15:08:47Z","chargingState":"notReadyForCharging","chargeType":"invalid","chargeMode":"manual","chargingSettings":"default","remainingChargingTimeToComplete_min":0,"chargePower_kW":0,"chargeRate_kmph":0},"plug":{"carCapturedTimestamp":"2023-03-22T15:08:56Z","plugConnectionState":"disconnected","plugLockState":"unlocked","externalPower":"unavailable"}}