Search found 1 match

by mjvh
Saturday 24 April 2021 15:13
Forum: Show your projects
Topic: Tesla hardware module
Replies: 286
Views: 194403

Re: Tesla hardware module


If you have Teslamate, you can extract the token API with command:

docker exec -it teslamate_database_1 psql -U teslamate -d teslamate -c "select access from tokens;"
(teslamate_database_1 is the name of docker machine)

And on android, you can use MyTeslaCore to get a new API


Hi all,
im new ...