Skip to content

Releases: G-Two/subarulink

v0.4.1

29 Jan 18:24
Compare
Choose a tag to compare

Breaking Changes

  • None

New Features

  • None

Miscellaneous

  • Fixes bug in CLI that occurred when saving default remote start preset

v0.4.0

09 Jan 20:23
b8572d1
Compare
Choose a tag to compare

Breaking Changes

  • API for remote start and climate functions have changed to use presets

New Features

  • Remote engine start / climate control presets are now supported
    • Remote start now takes the preset name as an argument
    • API supports listing, deleting, and updating user presets (synced with official mobile app)
  • Add tailgate option to unlock command (not supported by all vehicles)
  • Add sunroof field to vehicle status constants (not sure if any vehicles support it yet)

Miscellaneous

  • Update to Subaru API g2v21 (used by most recent official mobile app)
  • Demo CLI application updated to support climate control presets

v0.3.16

18 Dec 21:53
Compare
Choose a tag to compare

Change returned value of EV_TIME_TO_FULLY_CHARGED from None to epoch when PHEV is not charging.

  • Avoids Home Assistant reporting sensor as Unavailable
  • Change affects PHEV only

v0.3.15

08 Aug 15:52
00a7bc1
Compare
Choose a tag to compare

Removes calls to refreshVehicles (internally used by connection.py)

  • Fixes an issue where an HTTP 500 would sometimes be received after calling refreshVehicles
  • selectVehicle API response now appears to contain all needed vehicle data
  • This update removes all calls to refreshVehicles in case the server side issue returns

v0.3.14

14 Jul 03:58
11ba969
Compare
Choose a tag to compare
  • Calculate timestamp (ISO format) for EV charge completion
  • Remove support for shelve config file format

subaru-v0.3.13

21 Mar 00:21
Compare
Choose a tag to compare

CLI improvements

  • Add CLI support for XDG Base Directory Specification
  • Add CLI summary single command
  • Fix crash when invalid temperature received

subaru-v0.3.12

20 Jan 01:38
Compare
Choose a tag to compare
  • Use car nickname instead of VIN in console output for CLI one-shot command #33
  • No changes to subarulink module

subaru-v0.3.11-1

10 Jan 00:47
05ad258
Compare
Choose a tag to compare

Ensure LICENSE file is included in PyPI source tarball

subaru-v0.3.11

02 Jan 03:14
1735d02
Compare
Choose a tag to compare
  • Support accounts registered under Subaru Canada
  • Fix climate settings validation
  • Add is_pin_required() to Controller
  • Add error notification to services

subaru-v0.3.10

19 Dec 20:16
134232d
Compare
Choose a tag to compare
  • Support g1 (2016-2018) model years
  • Add lights_stop and horn_stop functions
  • Add RemoteServiceFailure exception to improve user notification of failed remote commands
  • Add additional constants to support window binary sensors for supported vehicles
  • Discard invalid external temperature of "-64.0"
  • Update documentation