Skip to content

Releases: zabuldon/teslajsonpy

v0.8.0

16 Apr 19:45

Choose a tag to compare

v0.8.0

v0.7.0

14 Apr 00:15

Choose a tag to compare

Feature

Fix

  • Fix failing climate tests (8144a3a)
  • Fix type for vin (88d288c)
  • Fix failure to update all cars with update (76df2f1)
  • Fix update when car_id is None (92907ae)
  • Force update of climate on preset_mode set (a4f61d0)
  • Addres flake errors (579155d)

Documentation

  • Expose data for post to logs (3e3dd07)

Performance

  • Allow parallel car updates (4ce4269)

v0.6.0

22 Mar 18:19

Choose a tag to compare

Feature

  • Add sentry mode availability flag (#66) (d1f9199)

Documentation

  • Add initial developer info (1d0a5cb)

v0.5.1

15 Mar 09:00

Choose a tag to compare

Fix

  • Remove checks for state for lock/unlock (bc0dca9)

v0.5.0

15 Mar 08:59

Choose a tag to compare

Feature

  • Add sentry mode switch to fix issue #43 (1aadef3)

v0.4.0

28 Feb 09:24

Choose a tag to compare

Feature

  • Expose expiration for oauth (0e116c3)
  • Expose charge_energy_added (249a25c)
  • Add wake_if_asleep param to update (500968a)
  • Add option to enable websockets (b2717e8)
  • Expose charger_phases (07c69e3)
  • Change to adaptive algorithm based updates (d7b1f5c)
  • Add callback register for websocket (a9e33c1)
  • Add websocket connection (7719abb)

Fix

  • Enable native_type gps (21c919e)
  • Update websocket subscribe and retry (d3afe61)
  • Force further delay in backoff (4d07e07)
  • Handle malformed websocket data (95badc2)
  • Add vehicle_unavailable exception (166013c)
  • Prevent update for in_service cars (606c11e)
  • Fix handling of could_not_wake_buses (990ee3d)
  • Further fine tune adaptive checking (5f1e34d)
  • Fix saving of websocket battery level (8907238)
  • Export onlinesensor (8483a20)
  • Increase minimum retry delay to 15 seconds (fad88bc)
  • Save raw_online_state on updates (5cf5c17)

Documentation

  • Fix property documentation (c414ae7)
  • Streamline debug messages (3342d67)
  • Add additional websocket logging (690af0e)
  • Fix typos (f38d2e6)
  • Update websocket_connect documentation (91546aa)

v0.3.0

27 Jan 00:58

Choose a tag to compare

Feature

  • add state attributes for binary sensors (46e89be)
  • add attrs to online sensor (02cec5b)
  • add online binary sensor (08d6961)

Fix

  • avoid recursion in wake_up wrapper (b2e74d1)
  • properly save refresh_token for login (2926b34)
  • add HA battery properties to battery sensor (2355139)
  • fix wake up decorator to avoid recursion (e3c7c17)
  • fix forced wake up in initial update (0892b91)

v0.2.3

14 Jan 06:43

Choose a tag to compare

Fix

  • update required libraries (1c423a3)

v0.2.2

06 Jan 01:42

Choose a tag to compare

Fix

  • convert old ids for commands (5aae7c4)
  • handle changing id from api (d8d11ed)

v0.2.1

26 Dec 04:49

Choose a tag to compare

Fix

  • add lock for get_vehicles in update (4eb2855)