Skip to content

Releases: wimaha/TeslaBleHttpProxy

2.0.3

12 Jan 12:57
4d4c26c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

05 Jan 22:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

29 Dec 20:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

21 Dec 21:18
Compare
Choose a tag to compare

The structure of the program became a bit chaotic. With V2 I'm trying to clean it up and make it more readable.

The main changes are:

  • API is now a separate package.
  • HTML is now a separate package.
  • BLE is now a separate package.
  • Config is now a separate package.
  • Main.go is now shorter and more readable.

Other changes:

  • The API now supports the body controller state.
  • VehicleData is wrapped in the response struct, so it is consistent with the command response.
  • You can now optionally wait for a command to complete before returning a response.

What's Changed

Full Changelog: 1.3.0...2.0.0

1.3.0

12 Dec 10:37
ccab981
Compare
Choose a tag to compare

What's Changed

  • Handle "complete" message, when charging is completed. by @wimaha in #61
  • Exposing vehicle data from BLE to the Http Proxy by @wimaha in #62
    • It is now possible to fetch vehicle data
    • The data is fetched from the vehicle and returned in the response in the same format as the Fleet API.
    • Currently 'charge_state' and 'climate_state' are supported
    • The the Readme for more information

Full Changelog: 1.2.7...1.3.0

1.2.7

23 Nov 20:58
Compare
Choose a tag to compare

What's Changed

  • Update vehicle-command to v0.2.1 and add support for auto_conditioning. by @saimonsez in #58
  • Bump Go Vision to 1.23.3

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6

04 Nov 12:06
a1ddaf5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.5...1.2.6

1.2.5

16 Sep 12:45
c250eb4
Compare
Choose a tag to compare

What's Changed

  • Update Go-Version and add makefile by @wimaha in #52

Full Changelog: 1.2.4...1.2.5

1.2.4

22 Aug 19:39
69309b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.4

1.2.2

10 Aug 21:14
8b9732b
Compare
Choose a tag to compare

What's Changed

  • Add support for "charge_port_door_open" and "charge_port_door_close" by @protree in #41
  • Update for multiple architectures by @wimaha in #43
  • Version bump to 1.2.2 by @wimaha in #44