1.1.4 • Published 10 years ago

vw-carnet v1.1.4

Weekly downloads
7
License
MIT
Repository
github
Last release
10 years ago

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).

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago