Releases: wimaha/TeslaBleHttpProxy
Releases · wimaha/TeslaBleHttpProxy
2.0.3
2.0.2
What's Changed
- fix ARMv6 build with goarm= by @AloisKlingler in #70
-
- So Issue #32 is finally fixed
- Optimized Makefile and Dockerfile by @wimaha in #71
- Create Default Workflow by @wimaha in #72
- Fix linting errors by @wimaha in #73
New Contributors
- @AloisKlingler made their first contribution in #70
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
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
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
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
- @saimonsez made their first contribution in #58
Full Changelog: 1.2.6...1.2.7