Added acceptable support to use the integration with a Volkswagen e-up! but the technical solution is far from optimal. I only added the model to be supported (the entities to be created) and a change for HA not to throw up on a nonexistent API endpoint.
The easiest way to add this to your Homeassistant installation is using HACS and add this repository as a custom repository. And 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
Home Assistant Core 2023.3.1 or higher