Skip to content

Releases: timdorr/tesla-api

v1.5.0

30 Apr 16:43
b89881f
Compare
Choose a tag to compare

Changes

  • Support for seat/steering wheel heater requests (#116 by @jor-dan)
  • Add Sentry Mode command (#123 by @jor-dan)
  • Retrieve refresh_token from the OAuth login (#136 by @beni)

v1.4.1

17 Dec 05:01
19326d4
Compare
Choose a tag to compare

Small fix for streaming data. Sorry about the breakage!

v1.4.0

11 Dec 04:08
b17b28e
Compare
Choose a tag to compare
  • Add nearby_charging_sites
  • Add schedule_software_update and cancel_software_update
  • Add navigation_request
  • Add charge_port_door_close and test the open command.
  • Test the data endpoint and remove the inactive sunroof tests. (Note: I'm keeping the nonfunctional API to avoid a breaking change. And maybe Tesla will turn it back on someday?)

v1.3.0

11 Nov 03:15
4029035
Compare
Choose a tag to compare
  • Fix open_frunk
  • Add initial Autopark/Summon support
  • Add speed limit commands (#73)
  • Add new fields to streaming output (#39)
  • Update trunk_open to actuate_trunk (#77)
  • Add User Agent headers to requests (#78)

v1.2.0

23 Jan 19:49
Compare
Choose a tag to compare
  • Add set_valet_mode and reset_valet_pin commands.

v1.1.0

15 Jul 17:55
Compare
Choose a tag to compare
  • Adds login! to Client. Login is no longer automatic.
  • Adds token= to Client. Supports the re-use of previous tokens.

v1.0.0

17 Dec 02:05
Compare
Choose a tag to compare
  • Adds keyless/remote start functionality
  • Includes endpoint for trunk opening (currently disabled by Tesla)
  • Fills in test suite. Streaming API is still missing, but difficult to test because of em-http-request's nature.

v0.9.0

15 Dec 15:56
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • Adds a test suite.
  • We'll go 1.0 once the coverage is close to 100%

v0.1.0

15 Dec 15:56
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial conversion into a gem.