Skip to content

Plugin for connecting CarConnectivity with A Better Route Planner (ABRP). Enables vehicle telemetry of various brands in ABRP without additional OBD hardware or paid services.

License

Notifications You must be signed in to change notification settings

tillsteinbach/CarConnectivity-plugin-abrp

Repository files navigation

CarConnectivity Plugin for ABRP - A Better Routeplanner

GitHub sourcecode GitHub release (latest by date) GitHub GitHub issues PyPI - Downloads PyPI - Python Version Donate at PayPal Sponsor at Github

CarConnectivity is a python API to connect to various car services. If you want to automatically forward the data collected from your vehicle to [A Better Routeplanner (ABRP)[https://abetterrouteplanner.com) this plugin will help you.

Install using PIP

If you want to use the CarConnectivity Plugin for ABRP, the easiest way is to obtain it from PyPI. Just install it using:

pip3 install carconnectivity-plugin-abrp

after you installed CarConnectivity

Configuration

In your carconnectivity.json configuration add a section for the abrp plugin like this. A documentation of all possible config options can be found here.

{
    "carConnectivity": {
        "connectors": [
            ...
        ]
        "plugins": [
            {
                "type": "abrp",
                "config": {
                    "tokens": {
                        "TMBLJ9NY8SF000000": "1623fdc3-4aaf-49f5-b51a-1e55435435da2",
                        "TMLLJ9NY23F000000": "12afe123-59d4-8a3d-b9ef-29367de7f8749"
                    }
                }
            }
        ]
    }
}

To retrieve your token go to your vehicle on [A Better Routeplanner (ABRP)[https://abetterrouteplanner.com) select "Live Data" and then link your vehicle using the "Generic" section. It will display you the token to paste in the configuration. You need to configure a mapping between the VIN and the token for each vehicle you want to connect to [ABRP[https://abetterrouteplanner.com)

Updates

If you want to update, the easiest way is:

pip3 install carconnectivity-plugin-abrp --upgrade

About

Plugin for connecting CarConnectivity with A Better Route Planner (ABRP). Enables vehicle telemetry of various brands in ABRP without additional OBD hardware or paid services.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published