vw-carnet

1.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vw-carnet

Weekly Downloads

7

Version

1.1.4

License

MIT

Last publish

Collaborators

  • zacken1969