/tesla-remote-lambda

A Telsa API lambda function

Primary LanguageJavaScriptMIT LicenseMIT

tesla-remote-lambda

A Telsa API lambda function inspired by Amit Bahree's post on using an Amazon IoT button to unlock your car.

Build

  1. Install node.js.
  2. Run npm install in the project's root directory to install dependencies and create a lambda function zip which can be uploaded to AWS.

Test

  1. export HISTCONTROL=ignorespace # Hide commands from your history
  2. export TESLA_EMAIL=<your email> # Add a leading space to hide this command
  3. export TESLA_PASS=<your password> # Add a leading space to hide this command
  4. node test-click.js

Links