Volkswagen We Connect ID sensor provides statistics from the Volkswagen ID Api thru WeConnect-python lib.
This component will set up the following platforms.
Platform | Description |
---|---|
sensor |
Show information from your Volkswagen ID car. |
button |
Start climatization in your Volkswagen ID car. |
The easiest way to add the component to your Home Assistant installation is using HACS. Add this GitHub repository as a custom repository, then follow the instructions under Configuration below.
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called volkswagen_we_connect_id
.custom_components/volkswagen_we_connect_id/
directory (folder) in this repository.Using your HA configuration directory (folder) as a starting point you should now also have this:
custom_components/volkswagen_we_connect_id/__init__.py
custom_components/volkswagen_we_connect_id/manifest.json
custom_components/volkswagen_we_connect_id/sensor.py
.. etc
It's important that you first use the app, connect the app to the car and use it at least once. After that enable the integration on the integration page in Home Assistant with your e-mail and password that you use to login into the app. Wait a couple of seconds and 1 or more devices (your cars) with entities will show up.
This integration only works with cars sold in Europe and use the WeConnect ID app
Home Assistant Core 2023.3.1 or higher