Releases: Jan21493/LoxBerry-Plugin-TeslaCmd
v0.7.0
Enhancements and fixes
- Settings page enhanced: now you can adjust timeouts, debugging and retries directly (custom BLE command removed).
- Debug messages for plugin are more descriptive and comprehensive.
- Process handling for generating and verifying keys is improved: you may stop the countdown of 30 seconds now if you are done by clicking the button.
- Enhancement for send.php: now VIN is used for MQTT messages if it was provided.
v0.6.0
- added queuing system on Loxberry for BLE commands (only one binary is able to use BLE device at a time)
- improved performance for settings screen - RSSI is fetched on request only
- updated tesla-control binary (RSSI is added in JSON output)
- added verification, if a public key was installed properly
Tesla Command v0.5.1
Minor corrections, added function to verify if key was installed in car.
Tesla Command v0.5.0
Major update, including a lot of enhancements
- automatically detect if vehicles is using the new Tesla Command SDK/API from VIN (only pre 2021 S and Y models use old API).
- create and delete a key pair via GUI with explanations
- send public key to car via GUI with explanations
- show output objects to be used in Loxone config
- require special builds of Tesla utlities that produce JSON output
Updated Tesla utilities to
- produce compact JSON outputs.
- output numbers instead of enums by default. This applies to all commands that output status information.
- added 'tesla-scan' utility to scan for vehicles nearby without using any keys or tokens.
Tesla Command v0.2.4
Updated version information (bug in v0.2.3) and added state command to json file (bug in v0.2.2).
Tesla Command v0.2.3
Fix for release 0.2.2.
Tesla Command v0.2.2
Updated and enhanced to reflect changes from Tesla vehicle-command SDK, PR #330 - Support vehicle data over BLE
Statement from Tesla regarding the updated SDK: adds support for fetching and decrypting vehicle data over BLE. Some types of vehicle data are not available prior to 2024.38.
You are able to retrieve detailed status information from the vehicle via BLE. The tool 'tesla-contol' has a new command 'state ', with following values for category: charge-schedule, precondition-schedule, media-detail, software-update, climate, drive, tire-pressure, media, parental-controls, charge, closures
The TeslaCmd plugin supports all new commands and options for 'tesla-control' and 'tesla-keygen'. Updated binaries for 64-bit Raspberry are included.
Tesla Command v0.2.1
Fixed problem with wake up in send.php (force option)
Tesla Command v0.1.9
Added wake up to commands via force=true option.
Tesla Command v0.1.8
Bug fix.