Skip to content

lotharbach/tesla-hermes-signaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesla Hermes Signaling Protocol

Tesla uses a backend messaging service called Hermes. Both the Vehicle and the Tesla App are connected to Hermes via a WebSocket to exchange messages.

This is a reverse engineered implementation of the Tesla Hermes Signaling Protocol as used in the Tesla App, which was possible by intercepting and decrypting network traffic and decompiling the Android apk.

Current scope is to be able to send commands to the vehicle, as the RESTful APIs are getting disabled soon. Other parts of the Hermes Protocol have yet to be discovered.

main.go is just a demonstration and not intended as a versatile user-friendly cli. Feel free to re-use the hermes package in your own project.

Usage

Generate a private key with tesla-keygen and save a valid owner api access_token to a file.

go run ./ -key <filename> -vin <your vin> --ownerApiToken <filename>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages