Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 1.87 KB

File metadata and controls

70 lines (60 loc) · 1.87 KB

Configuration

Make sure you have a account on volkswagen carnet.

volkswagencarnet:
    username: <username to volkswagen carnet>
    password: <password to volkswagen carnet>
    spin: <S-PIN to volkswagen carnet>
    scandinavian_miles: false
    scan_interval: 
        minutes: 2
    name:
        wvw1234567812356: 'Passat GTE'
    resources:
        - combustion_engine_heating
        - position
        - distance
        - service_inspection
        - oil_inspection
        - door_locked
        - trunk_locked
        - request_in_progress
  • spin: (optional) required for supporting combustion engine heating start/stop.

  • scan_interval: (optional) specify in minutes how often to fetch status data from carnet. (default 5 min, minimum 1 min)

  • scandinavian_miles: (optional) specify true if you want to change from km to mil on sensors

  • name: (optional) set a friendly name of your car you can use the name setting as in confiugration example.

  • resources: (optional) list of resources that should be enabled. (by default all resources is enabled).

Available resources:

    'position',
    'distance',
    'electric_climatisation',
    'combustion_climatisation',
    'window_heater',
    'combustion_engine_heating',
    'charging',
    'adblue_level',
    'battery_level',
    'fuel_level',
    'service_inspection',
    'oil_inspection',
    'last_connected',
    'charging_time_left',
    'electric_range',
    'combustion_range',
    'combined_range',
    'charge_max_ampere',
    'climatisation_target_temperature',
    'external_power',
    'parking_light',
    'climatisation_without_external_power',
    'door_locked',
    'trunk_locked',
    'request_in_progress',
    'windows_closed'

Example of entities

alt text