home-assistant.io/source/_components/bmw_connected_drive.markdown
Emacee 314677e484 Update bmw_connected_drive.markdown (#10397)
IoT Class filled in as Cloud Polling.
2019-09-21 14:45:01 +02:00

4.8 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
BMW Connected Drive Instructions on how to setup your BMW Connected Drive account with Home Assistant. bmw.png
Car
Binary Sensor
Presence Detection
Lock
Sensor
0.64 Cloud Polling
/components/binary_sensor.bmw_connected_drive/
/components/device_tracker.bmw_connected_drive/
/components/lock.bmw_connected_drive/
/components/sensor.bmw_connected_drive/

The bmw_connected_drive integration lets you retrieve data of your BMW vehicle from the BMW Connected Drive portal. You need to have a working BMW Connected Drive account, and a Connected Drive enabled vehicle for this to work.

The bmw_connected_drive integration also works with (recent) Mini vehicles. You need to have a working Mini Connected account, and a Mini Connected enabled vehicle for this to work.

For compatibility with your BMW vehicle check the bimmer_connected page on github.

This integration provides the following platforms:

  • Binary Sensors: Doors, windows, condition based services, check control messages, parking lights, door lock state, charging status (electric cars) and connections status (electric cars).
  • Device tracker: The location of your car.
  • Lock: Control the lock of your car.
  • Sensors: Mileage, remaining range, remaining fuel, charging time remaining (electric cars), charging status (electric cars), remaining range electric (electric cars).
  • Services: Turn on air condition, sound the horn, flash the lights and update the state. More details can be found here.

Configuration

To enable this integration in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
bmw_connected_drive:
  name:
    username: USERNAME_BMW_CONNECTED_DRIVE
    password: PASSWORD_BMW_CONNECTED_DRIVE
    region: one of "north_america", "china", "rest_of_world"

{% configuration %} bmw_connected_drive: description: configuration required: true type: map keys: name: description: Name of your account in Home Assistant. required: true type: string username: description: Your BMW Connected Drive username. required: true type: string password: description: Your BMW Connected Drive password. required: true type: string region: description: "The region of your Connected Drive account. Please use one of these values: north_america, china, rest_of_world" required: true type: string read_only: description: In read only mode, all services including the lock of the vehicle are disabled. required: false type: boolean default: false {% endconfiguration %}

Services

The bmw_connected_drive integration offers several services. In case you need to provide the vehicle identification number (VIN) as a parameter, you can see the VIN in the attributes of the device tracker for the vehicle. The VIN is a 17 digit alphanumeric string, e.g., WBANXXXXXX1234567.

Using these services will impact the state of your vehicle. So use these services with care!

Locking and unlocking

The vehicle can be locked and unlocked via the lock integration that is created automatically for each vehicle. Before invoking these services, make sure it's safe to lock/unlock the vehicle in the current situation.

Air condition

The air condition of the vehicle can be activated with the service bmw_connected_drive.activate_air_conditioning.

What exactly is started here depends on the type of vehicle. It might range from just ventilation over auxiliary heating to real air conditioning. If your vehicle is equipped with auxiliary heating, only trigger this service if the vehicle is parked in a location where it is safe to use it (e.g., not in an underground parking or closed garage).

The vehicle is identified via the parameter vin.

Sound the horn

The service bmw_connected_drive.sound_horn sounds the horn of the vehicle. This option is not available in some countries (among which the UK). Use this feature responsibly, as it might annoy your neighbors. The vehicle is identified via the parameter vin.

Flash the lights

The service bmw_connected_drive.light_flash flashes the lights of the vehicle. The vehicle is identified via the parameter vin.

Update the state

The service bmw_connected_drive.update_state fetches the last state of the vehicles of all your accounts from the BMW server. This does not trigger an update from the vehicle; it gets the data from the BMW servers. So this service does not interact with your vehicles.

This service does not require any attributes.

Disclaimer

This software is not affiliated with or endorsed by BMW Group.