robinostlund / volkswagencarnet

A python library for volkswagen carnet
GNU General Public License v3.0
65 stars 36 forks source link

Message: door_locked is not supported and door status no longer available #241

Closed thomastitze closed 8 months ago

thomastitze commented 8 months ago

Using v4.4.64 the door lock status seems not available. See this in the debug output: DEBUG:volkswagencarnet.vw_dashboard:WVWZZZXXXXX Doors locked (BinarySensor:door_locked) is not supported DEBUG:volkswagencarnet.vw_dashboard:WVWZZZXXXXX Doors locked is supported DEBUG:volkswagencarnet.vw_dashboard:WVWZZZXXXXX Door closed left front is supported DEBUG:volkswagencarnet.vw_dashboard:WVWZZZXXXXX Door closed right front is supported DEBUG:volkswagencarnet.vw_dashboard:WVWZZZXXXXX Door closed left back is supported DEBUG:volkswagencarnet.vw_dashboard:WVWZZZXXXXX Door closed right back is supported

Same thing with 'trunk_locked', Windows closed status 'windows_closed' is supported and can be read Any idea what could be wrong?

oliverrahner commented 8 months ago

This message should only appear if the related information cannot be found in the response we receive from the Volkswagen API… is this behavior consistent or does it only appear sometimes?

thomastitze commented 8 months ago

Found the reason for the missing value. For the new Volkswagen app a user needs to authenticate completely with an Identity card and the Ident app IDnow. Then the door status information are available and I can now open / close the car remotely. With the old app I could at least read the information without the need for a full authentication.