CarConnectivity plugin for publishing data to MQTT
Project description
CarConnectivity Plugin for MQTT
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. If you want to publish the data collected from your vehicle in a standard protocol such as MQTT this plugin will help you. This Client enables you to integrate with the MQTT Broker of your choice (e.g. your home automation solution such as ioBroker, FHEM or Home Assistant)
Configuration
In your carconnectivity.json configuration add a section for the mqtt plugin like this:
{
"carConnectivity": {
"connectors": [
...
]
"plugins": [
{
"type": "mqtt",
"config": {
"broker": "mymqttbroker"
"username": "test@test.de",
"password": "testpassword123"
}
}
]
}
}
Credentials
If you do not want to provide your username or password inside the configuration you have to create a ".netrc" file at the appropriate location (usually this is your home folder):
# For MQTT broker
machine mymqttbroker
login test@test.de
password testpassword123
In this case the configuration needs to look like this:
{
"carConnectivity": {
"connectors": [
...
]
"plugins": [
{
"type": "mqtt",
"config": {
"broker": "mymqttbroker"
}
}
]
}
}
You can also provide the location of the netrc file in the configuration.
{
"carConnectivity": {
"connectors": [
...
]
"plugins": [
{
"type": "mqtt",
"config": {
"broker": "mymqttbroker"
"netrc": "/some/path/on/your/filesystem"
}
}
]
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file carconnectivity_plugin_mqtt-0.1a2.tar.gz.
File metadata
- Download URL: carconnectivity_plugin_mqtt-0.1a2.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58d815894d10abc9317dd9cf3f981897d5eb7b6e62e2a0c6b14f9f2e187bc25e
|
|
| MD5 |
45cd8a6d4ae80ba89d57a7aade926d4f
|
|
| BLAKE2b-256 |
e98f9e476f7f41f1b994e2f63b198081670d74f41e4a8139acb9e95eb3aa010c
|
Provenance
The following attestation bundles were made for carconnectivity_plugin_mqtt-0.1a2.tar.gz:
Publisher:
build_and_publish.yml on tillsteinbach/CarConnectivity-plugin-mqtt
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
carconnectivity_plugin_mqtt-0.1a2.tar.gz -
Subject digest:
58d815894d10abc9317dd9cf3f981897d5eb7b6e62e2a0c6b14f9f2e187bc25e - Sigstore transparency entry: 159415137
- Sigstore integration time:
-
Permalink:
tillsteinbach/CarConnectivity-plugin-mqtt@79b46b4f2faddc2e4712e76e8fc129f29cfec7b4 -
Branch / Tag:
refs/tags/v0.1alpha2 - Owner: https://github.com/tillsteinbach
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@79b46b4f2faddc2e4712e76e8fc129f29cfec7b4 -
Trigger Event:
push
-
Statement type:
File details
Details for the file carconnectivity_plugin_mqtt-0.1a2-py3-none-any.whl.
File metadata
- Download URL: carconnectivity_plugin_mqtt-0.1a2-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
275914bf4b3fbe6f22bb8ff3706a0de56b8028822c4f5e52c19765d4540df83b
|
|
| MD5 |
806802d403cbceb0cd044a7aeaeebb8b
|
|
| BLAKE2b-256 |
8a3524f8080c544bf405a166610566c7850d4c0be2f9beea3455a16b1e090eb6
|
Provenance
The following attestation bundles were made for carconnectivity_plugin_mqtt-0.1a2-py3-none-any.whl:
Publisher:
build_and_publish.yml on tillsteinbach/CarConnectivity-plugin-mqtt
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
carconnectivity_plugin_mqtt-0.1a2-py3-none-any.whl -
Subject digest:
275914bf4b3fbe6f22bb8ff3706a0de56b8028822c4f5e52c19765d4540df83b - Sigstore transparency entry: 159415142
- Sigstore integration time:
-
Permalink:
tillsteinbach/CarConnectivity-plugin-mqtt@79b46b4f2faddc2e4712e76e8fc129f29cfec7b4 -
Branch / Tag:
refs/tags/v0.1alpha2 - Owner: https://github.com/tillsteinbach
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@79b46b4f2faddc2e4712e76e8fc129f29cfec7b4 -
Trigger Event:
push
-
Statement type: