bimmerconnected
¶
A simple executable to use and test the library.
usage: bimmerconnected [-h]
{status,fingerprint,lightflash,vehiclefinder,image,sendpoi,sendpoi_from_address}
...
Positional Arguments¶
cmd | Possible choices: status, fingerprint, lightflash, vehiclefinder, image, sendpoi, sendpoi_from_address |
Sub-commands:¶
status¶
Get the current status of the vehicle.
bimmerconnected status [-h] [-j]
username password {north_america,china,rest_of_world}
[lat] [lng]
Positional Arguments¶
username | Connected Drive username |
password | Connected Drive password |
region | Possible choices: north_america, china, rest_of_world Region of the Connected Drive account |
lat | (optional) Your current GPS latitude (as float) |
lng | (optional) Your current GPS longitude (as float) |
Named Arguments¶
-j, --json | Output as JSON only. Removes all other output. Default: False |
fingerprint¶
Save a vehicle fingerprint.
bimmerconnected fingerprint [-h]
username password
{north_america,china,rest_of_world} [lat] [lng]
Positional Arguments¶
username | Connected Drive username |
password | Connected Drive password |
region | Possible choices: north_america, china, rest_of_world Region of the Connected Drive account |
lat | (optional) Your current GPS latitude (as float) |
lng | (optional) Your current GPS longitude (as float) |
lightflash¶
Flash the vehicle lights.
bimmerconnected lightflash [-h]
username password
{north_america,china,rest_of_world} vin
Positional Arguments¶
username | Connected Drive username |
password | Connected Drive password |
region | Possible choices: north_america, china, rest_of_world Region of the Connected Drive account |
vin | Vehicle Identification Number |
vehiclefinder¶
Update the vehicle GPS location.
bimmerconnected vehiclefinder [-h]
username password
{north_america,china,rest_of_world} vin [lat]
[lng]
Positional Arguments¶
username | Connected Drive username |
password | Connected Drive password |
region | Possible choices: north_america, china, rest_of_world Region of the Connected Drive account |
vin | Vehicle Identification Number |
lat | (optional) Your current GPS latitude (as float) |
lng | (optional) Your current GPS longitude (as float) |
image¶
Download a vehicle image.
bimmerconnected image [-h]
username password {north_america,china,rest_of_world}
vin
Positional Arguments¶
username | Connected Drive username |
password | Connected Drive password |
region | Possible choices: north_america, china, rest_of_world Region of the Connected Drive account |
vin | Vehicle Identification Number |
sendpoi¶
Send a point of interest to the vehicle.
bimmerconnected sendpoi [-h] [--name [NAME]] [--street [STREET]]
[--city [CITY]] [--postalcode [POSTALCODE]]
[--country [COUNTRY]]
username password {north_america,china,rest_of_world}
vin latitude longitude
Positional Arguments¶
username | Connected Drive username |
password | Connected Drive password |
region | Possible choices: north_america, china, rest_of_world Region of the Connected Drive account |
vin | Vehicle Identification Number |
latitude | Latitude of the POI |
longitude | Longitude of the POI |
Named Arguments¶
--name | (optional, display only) Name of the POI |
--street | (optional, display only) Street & House No. of the POI |
--city | (optional, display only) City of the POI |
--postalcode | (optional, display only) Postal code of the POI |
--country | (optional, display only) Country of the POI |
sendpoi_from_address¶
Send a point of interest parsed from a street address to the vehicle.
bimmerconnected sendpoi_from_address [-h] [-n [NAME]]
[-a ADDRESS [ADDRESS ...]]
username password
{north_america,china,rest_of_world} vin
Positional Arguments¶
username | Connected Drive username |
password | Connected Drive password |
region | Possible choices: north_america, china, rest_of_world Region of the Connected Drive account |
vin | Vehicle Identification Number |
Named Arguments¶
-n, --name | (optional, display only) Name of the POI |
-a, --address | Address (e.g. ‘Street 17, city, zip, country’) |