tesla icon indicating copy to clipboard operation
tesla copied to clipboard

Provides a wrapper around the API to easily query and command a Telsa car. As of now this has been used with a Model S, a Model X, and a Model 3.

Results 10 tesla issues
Sort by recently updated
recently updated
newest added

We've created a fork that we're actively maintaining at https://github.com/bogosj/tesla. It is no longer a 100% drop-in replacement but works for all intents and purposes. Thanks to @jsgoecke for all...

I added this so I could get out of Google Compute Engine, but this could also be helpful for people behind proxies or using other unusual configurations. This simply adds...

Not sure if this is just an issue with the model 3, but when setting the temperature via the command and putting the proper temperature in celcius the car sets...

It is an `interface{}` currently while the examples at https://tesla-api.timdorr.com/vehicle/state/chargestate seem to indicate that it's an int?

Pull request came without a test, will need to add a test for it.

Added a simple web socket type, allowing the lib to control the homelink (and with a bit more work the autopark stuff as well).

AutoPark returns 400 bad_request

bug
enhancement
question

%@/api/1/vehicles/%@/command/front_defrost_on %@/api/1/vehicles/%@/command/front_defrost_off %@/api/1/vehicles/%@/command/rear_defrost_on %@/api/1/vehicles/%@/command/rear_defrost_off

enhancement
question

A recent API change means the vehicle state no longer retrieves the location data by default. This change fixes this. See this change in TeslaMate - https://github.com/teslamate-org/teslamate/pull/3373

I want to control the Tesla via Bluetooth (using it as a key) through an app I developed. So you can get on the car without feeling it, and I...