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.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledvolkswagen_we_connect_id
. - Download all the files from the
custom_components/volkswagen_we_connect_id/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Follow the instructions under Configuration below.
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
- Volkswagen ID.3
- Volkswagen ID.4
- Volkswagen ID.5
- Volkswagen ID Buzz
- Volkswagen Tiguan (MKII)
Home Assistant Core 2023.3.1 or higher