Skip to content

Releases: wimaha/TeslaBleHttpProxy

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

1.2

08 Jul 12:33
Compare
Choose a tag to compare
1.2

What's Changed

  • Add a feature to generate the needed keys and send them to vehicle #24

1.1

06 Jul 08:13
ac89f7b
Compare
Choose a tag to compare
1.1

What's Changed

  • Refactor/performance optimization #21
    • The ble connection will be reused for all subsequent requests for 30 seconds
    • Improve ble connection

1.0.5

30 Jun 20:45
2a1580a
Compare
Choose a tag to compare

What's Changed

  • Change http status code to 200 (for evcc) #20

1.0.4

30 Jun 19:45
17bc729
Compare
Choose a tag to compare

What's Changed

  • Now accepts integer values for charging_amps in #18

1.0.3

27 Jun 20:10
dc144a4
Compare
Choose a tag to compare

What's Changed

  • Don't retry commands charge_start and charge_stop #14

1.0.2

25 Jun 20:02
84505f0
Compare
Choose a tag to compare

What's Changed

  • Add more Logging #11
  • add command set_charge_limit #12

Full Changelog: 1.0.1...1.0.2

1.0.1

14 Jun 12:07
Compare
Choose a tag to compare
  • Bug fixing
  • The reliability has been improved
  • Retry for wakeup
  • RetryCount for charge_start and charge_stop increased