Skip to content

Releases: loftux/homebridge-teslafi

v1.3.0-0

19 Dec 17:53
Compare
Choose a tag to compare
v1.3.0-0 Pre-release
Pre-release
  • New dashboard - remove puppeteer Implemented a new dashboard based on template in ticket.
  • Install may fail if VIPS is not installed.

v1.2.0

09 Dec 19:15
Compare
Choose a tag to compare
  • Fixed issue setting Temperature unit needs to match setting in Teslafi. Teslafi API documentation implies it should always be in Celsius, but that is not the case. Now the plugin uses the configured unit in Teslafi instad of local config. bb796f8
  • Set lower refresh rate limit to 20s as per Teslafi API documentation ( 3 times per minute) 4c8c488
  • Security enhancements issue #12 Switch to used Header based token authentication. Upgrade dependencies. fc23f01

v1.1.6...v1.2.0

v1.1.6

03 Sep 07:41
Compare
Choose a tag to compare
  • Changed the current and new software version and how they are shown. Dashboard will now show current and new when available.
  • Changed the detection of API error, skip temporary errors and wait to update until next fetch.

v1.1.5...v1.1.6

v1.1.5

31 Jul 07:24
Compare
Choose a tag to compare
  • Update the dependencies dependencies... Some have reported vulnerabilities. c5a5283
  • If there is an error in the API call, skip updating the accessory data. This error would happen between Teslafi and Tesla API, and is just reported as an error in the "notes", thus cannot be catched. 3a7476f
  • If tagged location name contained spaces and accessory prefix was used, the occupancy sensor would get removed. Issue #8. 49c76c4
  • Issue #4, you can actaully let the car sleep with unlocked doors. Commenting out this assumption e8b9f63

v1.1.4...v1.1.5

v1.1.4

15 May 06:13
Compare
Choose a tag to compare

Improved dashboard layout
Working implementation of cached car status, upon restart will load latest known state before fetch from TeslaFi.

v1.1.4-0

12 May 17:24
Compare
Choose a tag to compare
v1.1.4-0 Pre-release
Pre-release
  • More updates to dashboard, adding icons for climate status
  • Fixed reading cached data if present 5493984

v1.1.3...v1.1.4-0

v1.1.3

06 May 18:01
Compare
Choose a tag to compare
  • Reverting the read from cache, what works locally in dev does not always work in prod :(

So 1.1.X is about better dashboard layout

v1.1.2

06 May 17:28
Compare
Choose a tag to compare

Fix mistakes...

1.1.0

  • IMPROVEMENT: Dashboard font size increased, better use of available space, Changed labels.
  • NEW: Cache the result if car is online. So if you do a restart of homebridge, it will load latest known data about the car.
  • REFACTOR: Changed so that the online status is a boolean.

v1.1.1

06 May 17:22
Compare
Choose a tag to compare
  • Fix checking if null in dashboard 98c8839

1.1.0
IMPROVEMENT: Dashboard font size increased, better use of available space, Changed labels.
NEW: Cache the result if car is online. So if you do a restart of homebridge, it will load latest known data about the car.
REFACTOR: Changed so that the online status is a boolean.

v1.1.0

06 May 17:14
Compare
Choose a tag to compare
  • IMPROVEMENT: Dashboard font size increased, better use of available space, Changed labels.
  • NEW: Cache the result if car is online. So if you do a restart of homebridge, it will load latest known data about the car.
  • REFACTOR: Changed so that the online status is a boolean.

v1.0.1...v1.1.0