Austin_yeahbaby

Well-Known Member
Joined
Sep 30, 2019
Threads
42
Messages
360
Reaction score
315
Location
United Kingdom
Vehicles
Taycan 4S, replaced my 911 ;-)
Country flag

AMERCY

Well-Known Member
First Name
Christof
Joined
Oct 30, 2020
Threads
7
Messages
86
Reaction score
100
Location
Germany, Stuttgart region
Vehicles
Macan '19 (Crayon), Taycan 4S+ '21 (Black)
Country flag
Following on from this Thread : https://www.taycanforum.com/forum/threads/taycan-client-software-development.3633/page-2#post-50120

it's a long while since I had a go at coding but just knocked up this Alexa skill :D

It uses the API Key to retrieve the remaining range, battery % and if the car is charging or not.

Imagine what a skilled person could do

Great. What about a common github based project? As I heard {don't know where} a lot of Taycan owners do have a IT affinity, including myself. What a great skill could yield.
 

ccooke01

Well-Known Member
First Name
Carl
Joined
Oct 27, 2020
Threads
7
Messages
70
Reaction score
54
Location
UK
Vehicles
Taycan 4S and ID.4
Country flag
Following on from this Thread : https://www.taycanforum.com/forum/threads/taycan-client-software-development.3633/page-2#post-50120

it's a long while since I had a go at coding but just knocked up this Alexa skill :D

It uses the API Key to retrieve the remaining range, battery % and if the car is charging or not.

Imagine what a skilled person could do

This is really cool.......

I haven’t coded for about 20 years, but happy to have a go, I agree with AMERCY, a github library would be really great.
 

Jancha

Well-Known Member
First Name
Janis
Joined
Oct 1, 2020
Threads
12
Messages
184
Reaction score
204
Location
Latvia
Vehicles
911 Cabrio (ex Taycan 4s+)
Country flag
Following on from this Thread : https://www.taycanforum.com/forum/threads/taycan-client-software-development.3633/page-2#post-50120

it's a long while since I had a go at coding but just knocked up this Alexa skill :D

It uses the API Key to retrieve the remaining range, battery % and if the car is charging or not.

Imagine what a skilled person could do

Did you integrate oauth2 protocol to obain the api key/auth token automatically?
 
OP
OP
Austin_yeahbaby

Austin_yeahbaby

Well-Known Member
Joined
Sep 30, 2019
Threads
42
Messages
360
Reaction score
315
Location
United Kingdom
Vehicles
Taycan 4S, replaced my 911 ;-)
Country flag
Did you integrate oauth2 protocol to obain the api key/auth token automatically?
Hi @Jancha, for this testI just used the api key and bearer code so if obviously times outwhen the bearer expires.

Obviously someone could use the Oath2 protocol to keep the system permanently alive.
 


Jancha

Well-Known Member
First Name
Janis
Joined
Oct 1, 2020
Threads
12
Messages
184
Reaction score
204
Location
Latvia
Vehicles
911 Cabrio (ex Taycan 4s+)
Country flag
Hi @Jancha, for this testI just used the api key and bearer code so if obviously times outwhen the bearer expires.

Obviously someone could use the Oath2 protocol to keep the system permanently alive.
got it. Hoped someone already implemented that :) will look into the matter in a free moment. If no proper oauth is exposed, we can still login programmatically and reuse the api key/auth bearer.
 

Oink

Well-Known Member
Joined
Sep 8, 2020
Threads
11
Messages
379
Reaction score
268
Location
Norway
Vehicles
Taycan 4S+, M3P
Country flag
The absolute smooth brain way would be to use an underlying browser and hardcode your details to log in, fetch the bearer and store it. Repeat once a day or so.

Again, absolute smooth brain operation. :p
 


legataycan

Well-Known Member
Joined
Sep 29, 2020
Threads
7
Messages
117
Reaction score
26
Location
UK
Vehicles
Taycan 4S, 981 Boxster
Country flag
Oh I had no idea there was an API! Could somebody please link me to it?
 

AMERCY

Well-Known Member
First Name
Christof
Joined
Oct 30, 2020
Threads
7
Messages
86
Reaction score
100
Location
Germany, Stuttgart region
Vehicles
Macan '19 (Crayon), Taycan 4S+ '21 (Black)
Country flag
 




Top