pyporscheconnectapi icon indicating copy to clipboard operation
pyporscheconnectapi copied to clipboard

Python client library for Porsche Connect API

Results 8 pyporscheconnectapi issues
Sort by recently updated
recently updated
newest added

I'm totally impressed how quick this API is adjusted to the latest changes of Porsche. Thank you all for your great work. Andreas BTW: I'm using this API to run...

I am using pyporscheconnectapi since a few month in a smarthome application (SmarthomeNG). So far, everything worked well and I pulled fresh data every 10 minutes. Since a few days,...

It's impossible to activate the integration because the login flow uses a Captcha challenge. See next log messages: 2024-03-17 16:27:15.224 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry *****@******.com for porscheconnect...

What times between requests did you figure out, without getting "banned" from Porsche side with captcha? (Is there a difference when charging? (Means can you pull request more often, when...

Worked like charm for many months. Then recently the new authorisation process came. I updated pyporscheconnectapi. Worked again for 3 days and then .... Since a few days, I am...

Seems the new identity manager supports token refresh (`scopes_supported: offline_access`). A simple exchange doesn't do the trick though- probably needs additional headers. Any idea how token refresh could be supported?

On the web site there was a notice about upcoming changes and now when I issue a request I still get data but no useful values vehicles = await client.getVehicles()...

breaking

Hi, Submitting a small change to grab the pictures for the vehicle. Response has this shape: ```json [ { "view": "frontView", "url": "https://picserv.porsche.com/picserv/images-api/v4/f8034063cb10a9fca911c7a72dcc151a/2", "size": 2 }, { "view": "sideView", "url":...