Release Notes - reneboer/vera-TeslaCar GitHub Wiki

V2.0 Changes (2021-02-14)

  • Support for new OAuth2 based authentication. Previous versions will not be able to get new tokens to connect.
  • Tokens are saved between restarts.
  • Set ForcedLogon to 1 to force a UID/PWD logon on next luup reload. (will be extended later)

V1.16 Changes (2020-10-01)

  • Added icon to show communication is busy.

V1.15 Changes (2020-08-13)

  • Added Sentry Mode start/stop actions and child device.

V1.14 Changes (2020-08-13)

  • Fix for mileage vs km display.

V1.13 Changes (2020-08-13)

  • Fix for auto software install.
  • Units correction for ChargeRate if not mi/hr
  • Added HTTP return code 400 to the list of retry reason codes.

V1.12 Changes (2020-04-02)

  • Fix for new installs failing due to missing LogLevel variable.
  • Fixed handling of Trunk/Frunk status. Open is not 1, but not equal 0.

V1.11 Changes (2020-03-30)

  • Corrected state of several child devices.

V1.10 Changes (2020-03-27)

  • Improved car config handling.
  • Corrected sun roof handling.
  • Completed Vera scene triggers configurations in json.
  • Status temperature units use Vera setting, rather then car.
  • Hardened var module.
  • Added all car variables to startup routine.
  • Fixed json for setAutoSoftwareInstall control.

V1.9 Changes (2020-03-22)

  • Improved car wake up and send queue handling.
  • Changed call back to one handler for all with registrable call backs for specific commands as needed.
  • Added close trunk command for Model S
  • Module interfaces cleanup.

V1.8 Changes (2020-03-15)

  • Temperatures are converted from API standard Celsius to Vera's temp units (C or F) and back.
  • Retry command in 15 sec if the return is 200, but message could_not_wake_buses
  • Allow idle timer to be set as default 20 minutes may not be sufficient.

V1.7 Changes (2020-03-07)

  • Added new service_data command to get car service data.
  • Added retry if Tesla API returns 408, 502 or 504.
  • Better polling if car woke up.
  • Reduced polling after multiple commands are sent.
  • Improved login with retry.

V1.6 Changes (2020-02-29)

  • Increased http request time out to 60 seconds for slow 3G connections on older models.
  • Fixed Daily Poll running at Vera start up.

V1.5 Changes (2020-02-26)

  • Changed door lock child device to a D_DoorLock_NoPin
  • Fixed issue with Car kept awake on Vera.

V1.4 Changes (2020-02-22)

  • Added support for child device creations.
  • Added Vera event triggers.
  • Not checking awake state for each command when sending a series of commands.
  • Some re-writes

V1.3 changes ()

  • Fix on auto software install
  • Added Vera triggers in D_TeslaCar1.json

V1.2 changes ()

  • added command prepareDeparture that will stop charging and unlatch the power cable.

V1.1 changes ()

  • Tesla API for some model S does not seem to report windows status, set to closed for that version.
  • Similar for cable connected or not. Using derived value form charge_status instead for V6.