CarConnectivity will become the successor of WeConnect-python in 2025 with similar functionality but support for other brands beyond Volkswagen!
CarConnectivity is a python API to connect to various car services. This connector enables the integration of vehicles that are conencted to tronity. This connector is meant for vehicles that do not yet have an implementation of a native connector. Look at CarConnectivity for native connectors for your vehicle.
The possibilities of this connector are very limited to what tronity shares on their API. This connector does only make sense for users that drive a car that is not supported by a native carconnectivity-connector.
First go to Tronity Platform Portal at https://app.tronity.tech/apps. Open TRONITY Extension
and copy Client Id
and Client Secret
to your carconnectivity.json. Check that your vechile appears in Assigned Vehciles
. If not use Link to add vehicle
In your carconnectivity.json configuration add a section for the tronity connector like this:
{
"carConnectivity": {
"connectors": [
{
"type": "tronity",
"config": {
"interval": 60,
"client_id": "68c623bf-dbbe-4569-1e9a-2eae9c45e4721c5",
"client_secret": "faeb52e8-954d-5feb-ee8f-e5280f78d915"
}
}
]
}
}