Python library to communicate with Volkswagen Connect (WeConnect) API. Current version 5.4.5, requires Python >=3.11. Actively maintained, release cadence irregular but frequent bug fixes and features.
pip install volkswagencarnetNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Authenticate with Volkswagen Connect and list vehicles.
Upgrade to Python 3.11 or later.
Ensure account region matches the API regional endpoint (use Connection(..., country='DE') etc.). If captcha appears, manual intervention is required.
Update custom code to use Vehicle.update() which automatically fetches only discovered active services.
Check vehicle capability via `vehicle.capabilities` before relying on auxiliary heating entities.
Run `pip install volkswagencarnet` in the correct environment (Python >=3.11).
Double-check username and password. Try specifying country code: Connection(email, password, country='DE'). Ensure account is registered for WeConnect.
Use `import volkswagencarnet` and then `volkswagencarnet.Connection(...)`. In older versions (<5.0) the class was named differently. Check installed version.
No dependency data recorded yet.