Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vw-carnet

zacken11MIT1.1.4

Node package to connect to VW Carnet SOAP service

node, carnet, client

readme

vw-carnet

Node package to connect to VW Carnet SOAP service. Handles connection errors and XML/JSON translation.

Supports the following calls to the Volkswagen CarNet API for eUP and eGolf:

  • login(...) Get a session key using username and PIN
  • getUserVehicles(...) Get vehicles related to username
  • getUnifiedVehicleStatusDetails(...) Gets all data from vehicle.
  • getTripReport(...) Gets all trips from service.
  • getRemoteDepartureTime(...) Get departure timers and locations.
  • getMinBatteryCharging(...) Get minumum charging regardles of timer.
  • invokeBatteryChargingJob(...) Send a charging related command to vehicle (startRbc/stopRbc/unlockChargePlug/setRbc).

login and getUserVehicles must always be called to get parameters for the session (sessionKey,VIN,AccountID,TUCID).