Skip to content

JSpiner/TeslaSdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeslaSdk

PyPI version

This is an unofficial project that implements the official Tesla SDK into multiple languages/platforms.

Language/Platform http api ble api docs
python docs
js planning
kotlin / Android planning planning
swift / iOS need contribute need contribute

Authentication

Create partner authentication key pair

This requires a key that satisfies the PEM-encoded EC public key using the secp256r1 curve (prime256v1) specification.

  1. create private key
$ openssl ecparam -name prime256v1 -genkey -noout -out com.tesla.3p.private-key.pem
  1. create public key from private key
$ openssl ec -in com.tesla.3p.private-key.pem -pubout -out com.tesla.3p.public-key.pem
  1. serve your public key to https://<your domain>/.well-known/appspecific/com.tesla.3p.public-key.pem

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published