Skip to content

Releases: raushel/tesla_wrappers

2020.27

01 Jul 22:13
3776c69
Compare
Choose a tag to compare

VarLibrary.ps1 Update Required

  • Added Trigger File Variables (required)
  • Added Event.City and Event.Reason from event.json to generated Filenames
  • Removed check if teslausb was online (replaced by Trigger File)
  • Removed check of # files currently in /mnt/cam (Replaced by Trigger File)

Added:

  • $Global:TeslaTrackModeClips
  • $Global:trigger_file_saved
  • $Global:trigger_file_sentry
  • $Global:trigger_file_track #Placeholder for when this is added to TeslaUSB

Deprecated:

  • $Global:usbname
  • $Global:usbpw

Updated Naming:

image

2020.17

20 Apr 16:00
d180abc
Compare
Choose a tag to compare
  • Fixed an issue with RecordingCleanup.ps1 that wasn't cleaning up Stitched videos due to change in variables.

Todo: Support for TrackMode / Event Jsons?

2020.11

10 Mar 22:42
Compare
Choose a tag to compare

StitchTeslaCam.ps1:

  • Support for OSX (needs testing)
  • Re-Added checking if latest snapshot is synced before running (Windows Only)

2020.06.01

07 Feb 20:59
91863ac
Compare
Choose a tag to compare

Added limited parameter support for tesla_dashcam:

Required parameter update (replaces $Global:Path):
$Global:SentryClips = '\teslausbShare\SentryClips'
$Global:SavedClips = '\teslausbShare\SavedClips'

#Additional command line modification available on line 73: StichTeslaCam.ps1
$Global:quality = 'HIGH'
$Global:layout = 'DIAMOND'
$Global:encoding = 'x265'
$Global:speedup = '2'

2020.06

07 Feb 20:07
23b632c
Compare
Choose a tag to compare

Required VarLibrary.ps1 update below. This is required to support disabling all file logging and adding IFTTT webhook support.

#File Logging
$Global:file_log_enabled = $true #set to $false to disable all file logging
$Global:VerboseLogging = $true #set to $false to only log verbose entries, ignored if file_log_enabled is $false
$Global:MaxLogSizeInKB = 5120

#IFTTT
$Global:ifttt_enabled=$true
$Global:ifttt_event="tesla_wrappers"
$Global:ifttt_key="your ifttt key"

2019.48

26 Nov 06:48
feac0c3
Compare
Choose a tag to compare

Updated Tesla_Dashcam to 0.16

2019.39

30 Sep 03:26
d41c698
Compare
Choose a tag to compare

Updated to support for v10 for tesla_dashcam (0.1.14)
*Layout changed to DIAMOND from WIDESCREEN
*Added montion_only to only stitch changed frames

Recommended to update tesla_usb if you haven't recently for v10 folder changes.

2019.34

23 Aug 07:12
74e8d19
Compare
Choose a tag to compare

Updated tesla_dashcam to use 0.1.11.

2019.33

14 Aug 19:59
0367dec
Compare
Choose a tag to compare

Minor Release:

  • Re-enabled Timestamps (issue only occurred if trying to execute remotely over UNC path, use Hardlink if needed)
  • tesla_dashcam still forced to 0.1.10 until 0.1.12 is released to fix folder output
  • Added support to RecordingCleanup.ps1 for multiple BlackVue cameras

2019.31

04 Aug 04:32
bc88691
Compare
Choose a tag to compare
  • Pushover Support Added for Type 3, Error Events
  • Updated Deletion logic in StitchTeslaCam.ps1 to support odd behavior seen in 0.1.11 of tesla_dashcam where --output to filename was being processed as a folder
  • Tesla_DashCam forced back to 0.1.10 due to above issue
  • --no-timestamp forced due to timestamp issues now being seen with 0.1.10 and 0.1.11 when executed over UNC path