cognite-tesla

0.0.10 • Public • Published

Cognite Tesla extractor

Extract real-time data from your Tesla into Cognite Data Fusion.

Create asset hierarchy

You need to have the Cognite SDK installed. To create the asset hierarchy and corresponding time series, run

python create_cdf_resources.py

Run the extractor

Install the extractor with

npm install cognite-tesla

If you have one car, you can start sampling by running this command (you can also specify input variables as environment variables where --vehicleindex is specified as VEHICLE_INDEX).

cognite-tesla \
  --username $TESLA_USERNAME \
  --password $TESLA_PASSWORD \
  --project $COGNITE_PROJECT \ 
  --apikey $COGNITE_API_KEY \
  --vehicleindex

If you have multiple cars, list the vehicles with

cognite-tesla \
  --username $TESLA_USERNAME \
  --password $TESLA_PASSWORD \
  --listvehicles

to find the index of the car you want to sample for.

Readme

Keywords

Package Sidebar

Install

npm i cognite-tesla

Weekly Downloads

2

Version

0.0.10

License

GPL-3.0

Unpacked Size

38.4 kB

Total Files

4

Last publish

Collaborators

  • andershaf