TA2k / ioBroker.vw-connect

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

"59TEMPERATURE_OUTSIDE", 58, "0x0301020001"); DP not existing/updating #220

Open mac89muc opened 1 year ago

mac89muc commented 1 year ago

After I was wondering why my car outside temperature is still showing 16° Celsius - I began to search if it's a converting problem in my script or something else. I recognized, that the Datapoint is showing 2985°dK which is equal to about 16° Celsius and the last DP update was about a half year ago. So i deleted the whole Tree in the Objects and restarted the Adapter - the DPs were rebuilding themselves again, but the Outside Temperature is missing - see attached picture

image

and I can't find any additional DP with the Outside Temperature.

I'm running Adapter Version 0.0.56 and Node.js 16.17.0 - NPM 8.15.0

mac89muc commented 1 year ago

Also window positions are missing

"35POSITION_LEFT_FRONT_WINDOW", 34, "0x0301050002"); "37POSITION_LEFT_REAR_WINDOW", 36, "0x0301050004"); "39POSITION_RIGHT_FRONT_WINDOW", 38, "0x0301050006"); "41POSITION_RIGHT_REAR_WINDOW", 40, "0x0301050008"); "45POSITION_SUN_ROOF_MOTOR_COVER", 44, "0x030105000C"); "47POSITION_SUN_ROOF_REAR_MOTOR_COVER_3", 46, "0x030105000E");

any help is appreciated

shaarkys commented 1 year ago

Datapoint is showing 2985°dK

VW Disabled it. I tried to contact them on explanation but it's waste of time.

mac89muc commented 1 year ago

Then I assume the other values were disabled too by VW... or does anybody have other Informations concerning the window state values? The percentage window values were useful to estimate the need to close the windows totally after I left the car and a window was still open. So there was a chance to see if e.g. the sunroof was totally open or just tilted...

Now I only can see if a window is open or not..