Skip to content

Releases: Jan21493/LoxBerry-Plugin-TeslaCmd

v0.7.0

19 Jan 17:49
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

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

06 Jan 17:03
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 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

28 Dec 15:33
Compare
Choose a tag to compare
Tesla Command v0.5.1 Pre-release
Pre-release

Minor corrections, added function to verify if key was installed in car.

Tesla Command v0.5.0

27 Dec 12:25
Compare
Choose a tag to compare
Tesla Command v0.5.0 Pre-release
Pre-release

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

01 Dec 19:58
Compare
Choose a tag to compare
Tesla Command v0.2.4 Pre-release
Pre-release

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

01 Dec 19:50
Compare
Choose a tag to compare
Tesla Command v0.2.3 Pre-release
Pre-release

Fix for release 0.2.2.

Tesla Command v0.2.2

01 Dec 17:57
499a71c
Compare
Choose a tag to compare
Tesla Command v0.2.2 Pre-release
Pre-release

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

20 Oct 21:15
Compare
Choose a tag to compare
Tesla Command v0.2.1 Pre-release
Pre-release

Fixed problem with wake up in send.php (force option)

Tesla Command v0.1.9

21 Aug 22:18
Compare
Choose a tag to compare
Tesla Command v0.1.9 Pre-release
Pre-release

Added wake up to commands via force=true option.

Tesla Command v0.1.8

14 Aug 14:40
Compare
Choose a tag to compare
Tesla Command v0.1.8 Pre-release
Pre-release
Bug fix.