Sponsored

Porsche EV Insights v2.0 - Now with Live Vehicle Data

OP
OP

jpleite

Active Member
First Name
JP
Joined
Jan 30, 2026
Threads
2
Messages
32
Reaction score
59
Location
Porto, Portugal
Vehicles
Tacan Cross Turismo
Country flag
Just checked. Not working without subscription 😢

IMG_0830.webp


IMG_0831.webp
Hello. Porsche recently changed their authentication system — they moved to a new OAuth flow with PKCE and updated their Auth0 Universal Login pages. This broke the Porsche Connect login in the app. I've updated the entire auth flow to match Porsche's current mobile app implementation, so login works again.
Sponsored

 

MrJones02

Well-Known Member
Joined
Feb 13, 2024
Threads
0
Messages
188
Reaction score
187
Location
Germany
Vehicles
Taycan Turbo
Country flag
for those who are wondering, it doesn't work if you don't have a porsche connect subscription
as to be expected :)

anyway, great work!
 

SoccerMan94043

Well-Known Member
Joined
Nov 24, 2025
Threads
25
Messages
684
Reaction score
452
Location
San Jose
Vehicles
2025 Taycan GTS
Country flag
Hello. Porsche recently changed their authentication system — they moved to a new OAuth flow with PKCE and updated their Auth0 Universal Login pages. This broke the Porsche Connect login in the app. I've updated the entire auth flow to match Porsche's current mobile app implementation, so login works again.
Thanks! I noticed you fixed it this morning.

I ended up submitting the settings race condition fix for your approval.
 

AndilX

Member
Joined
Jun 20, 2024
Threads
1
Messages
5
Reaction score
2
Location
UK
Vehicles
Taycan 4S
Country flag
I am struggling to get it to run locally on my server, anyone tried? Any advice please
 


targa666

Well-Known Member
First Name
Lies
Joined
Mar 13, 2026
Threads
9
Messages
176
Reaction score
157
Location
the Netherlands
Vehicles
‘22 Taycan 4S sedan frozenberry, H-D sportster 883 low
Country flag
sounds amazing !
i’m surely gonna give this a try in the near future! Thank you for making this 😁
 
Last edited:

SoccerMan94043

Well-Known Member
Joined
Nov 24, 2025
Threads
25
Messages
684
Reaction score
452
Location
San Jose
Vehicles
2025 Taycan GTS
Country flag
I am struggling to get it to run locally on my server, anyone tried? Any advice please
Doesn't take much on a mac (it will work the same on Linux as well). Just follow the directions:

# Clone the repository
git clone https://github.com/jpleite/porsche_ev_insights.git
cd porsche_ev_insights

# Install dependencies
npm install

# Start development server
npm run dev
The server to connect to porsche (to login and get data) needs to be started separately... I think it will tell you that when you start the main server.

On Windows you'll need to do more work (just manually install node and git). Another option is install VSCode and add the Claude plugin. Then have Claude do everything for you.

Outside of that, what problem are you having?
 

AndilX

Member
Joined
Jun 20, 2024
Threads
1
Messages
5
Reaction score
2
Location
UK
Vehicles
Taycan 4S
Country flag
Doesn't take much on a mac (it will work the same on Linux as well). Just follow the directions:







The server to connect to porsche (to login and get data) needs to be started separately... I think it will tell you that when you start the main server.



On Windows you'll need to do more work (just manually install node and git). Another option is install VSCode and add the Claude plugin. Then have Claude do everything for you.



Outside of that, what problem are you having?

Thanks alot. My server is on Proxmox, I am new to it and/or running website locally.
I did clone the repo but couldn't do the npm install. But I do have now a separate npm server but still unable to "run" the code in the repo. Sound like from your reply I should setup and do in a small VM instead of a container... but just to run a website, will it not be overkill? Happy to hear otherwise.
 


SoccerMan94043

Well-Known Member
Joined
Nov 24, 2025
Threads
25
Messages
684
Reaction score
452
Location
San Jose
Vehicles
2025 Taycan GTS
Country flag
Thanks alot. My server is on Proxmox, I am new to it and/or running website locally.
I did clone the repo but couldn't do the npm install. But I do have now a separate npm server but still unable to "run" the code in the repo. Sound like from your reply I should setup and do in a small VM instead of a container... but just to run a website, will it not be overkill? Happy to hear otherwise.
It's all command line with no server needed. Node will host the service locally and you can play with it at http://localhost:5173 after you clone the git locally, install npm and start the server via "npm run dev" in the directory you cloned the code into.
 

Murph7355

Well-Known Member
First Name
Andy
Joined
Feb 1, 2022
Threads
25
Messages
1,777
Reaction score
1,552
Location
UK
Vehicles
GTS ST; TVR Griffith 500; Caterham 7; Volvo XC90
Country flag
Really nice - covers a load of stuff I've been doing manually.

Does it only bring in a calendar year of trips? Could it bring in more, or is this all Porsche store in granular detail?
 

arbeno000

New Member
Joined
Oct 15, 2025
Threads
1
Messages
4
Reaction score
0
Location
Croatia
Vehicles
Taycan 2022 ST GTS
Country flag
Really impressive app — clean UI, fast, and very useful.

Is there any way to open Porsche EV Insights directly on the “My Car” page/tab instead of the default overview page?
Sponsored

 
 








Top