I received my ID car last friday and ofcourse i wanted to add i too Home Assistant.
Found the custom component from @skagmo, nice work!
I didn’t like the attribute solution, and because there were no updates in 5 months i forked your repo and made my own component (hope you don’t mind).
@mitch
thank you for your forked integration. Nice work!
For me it was necessary to uninstall the integration skagmo/ha_vwid and clean config.yaml! After that it works great.
Now if only there was a possibility to also write / push things rather than read-only…
Such as to start climatizing, or to start window heating.
You can then connect it to start X time before your departure time based on your calendar and estimated driving time. Perhaps only if it is plugged in.
Yeah, there should be a way to set certain info like starting the climatization (+ target temperature etc.), start/stop charging, set departure time. I wonder if there is some way to mimic these from the volkswagencarnet implementation (would require to be adapted of course).
Hi guys!
I am struggling a bit with this component. I can successfully download and install it, but after entering my credentials and VIN (I am 100% certain it is correct now). I get errors in the log. Any ideas?
Hi Mitch, here it also works like a charm. i had the SoC solution allready working but this is really nice.
I hope in the future all functions will become available, i can start the heating but i can’t control the temp like in the original app. Thanks for your effort in this, really satifying this is really straight forward, just your credentials to input and it works fine. from there on everybody can make it like they want. I have a wall mounted tablet (PoE powered) to control my house next to the HA-App and can start the heating from there. For the space in my screen i preffer the use off headers instead of pictures in vertical stacked solution (it saves me some space, no more open bars between the picture and first sensor). Thanks again, great effort.
I have tried to download and get the integration by @skagmo working, but home assistant don’t seem to recognize it. Has anything changed? I tried to add “vwid:” to the configuration.yaml, but that didn’t help. Does anyone have more information about this? Perhaps I’m just missing something…
Hi, I have just got my Id.3, and got the Mitch-dc integration working - thank you the effort in making this integration, it has been simple so far!
My question is, how are people managing multiple users in the car?
I am primary I’d.3 user, and my wife is a guest.
When I am logged into the car, the data comes through just great.
However, when my wife is logged in, the data feed stops (the VW I’d.3 app does not show data either, citing driver privacy.)
I tried adding the integration twice, under both VW user IDs, but HA gets very confused.
@skagmo I have installed this manually as described however I appear to be getting an error when it attempts to connect, I don’t ever see a sensor created for any of the attributes as it fails to even connect.
2023-03-21 07:53:54.469 INFO (MainThread) [homeassistant.setup] Setting up vwid
2023-03-21 07:53:54.469 INFO (MainThread) [homeassistant.setup] Setup of domain vwid took 0.0 seconds
2023-03-21 07:53:54.513 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.vwid
2023-03-21 07:53:55.255 INFO (MainThread) [custom_components.vwid.libvwid] Reconnecting
Traceback (most recent call last):
File "/config/custom_components/vwid/sensor.py", line 93, in async_update
data = await self.api.get_status()
File "/config/custom_components/vwid/libvwid.py", line 204, in get_status
if await self.reconnect():
File "/config/custom_components/vwid/libvwid.py", line 109, in reconnect
(form, action) = self.password_form(await response.read())
TypeError: cannot unpack non-iterable bool object
Looking around, I don’t see any other options for the ID family of vehicles here in the US. Mitch has created a version for EU vehicles but that specifically doesn’t work elsewhere, the hacs VW Connect also does not support the ID family of cars.
Does anyone know of an available option for US ID family of vehicles or can assist with this integration connection?