CJNE / pyporscheconnectapi

Python client library for Porsche Connect API
MIT License
44 stars 9 forks source link

fix: fixed authentication flow #35

Closed fastlorenzo closed 8 months ago

fastlorenzo commented 8 months ago

The authentication flow changed, it is now:

  1. /authorize
  2. /u/login/identifier
  3. /u/login/password

Tested working on Taycan 2024 model:

$ python3 example2.py $usr $pwd
VIN: <VIN> Model: Taycan 4 Cross Turismo Year: 2024
Battery at 70%
Locked or open? CLOSED

Fixes #34

RossValler commented 8 months ago

Confirmed working on 2020 Taycan 4S.