CMQTT Client that publishes data from Volkswagen WeConnect
Reason this release was yanked:
Not compatible with VW-Servers anymore
Project description
WeConnect-MQTT
MQTT Client that publishes data from Volkswagen WeConnect Services
What is the purpose?
If you want to integrate data from your weconnect enabled car a standard protocol such as MQTT can be very helpful. 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)
Requirements
You need to install python 3 on your system: How to install python
How to install
If you want to use WeConnect-mqtt, the easiest way is to obtain it from PyPI. Just install instead using:
pip3 install weconnect-mqtt
Updates
If you want to update WeConnect-mqtt, the easiest way is:
pip3 install weconnect-mqtt --upgrade
Docker
There is also a Docker image to easily host WeConnect-MQTT: See on Dockerhub
How to use
Start weconnect-mqtt from the commandline:
weconnect-mqtt
You get all the usage information by using the --help command
weconnect-mqtt --help
An example to connect with an MQTT broker at 192.168.0.1 with user test and password test123 is
weconnect-mqtt --username test@test.de --password test123 --mqttbroker 192.168.0.1 --mqtt-username test --mqtt-password test123 --prefix weconnect
The client uses user test@test.de and password test123 in this example to connect to weconnect
Credentials
If you do not want to provide your username or password all the time you have to create a ".netrc" file at the appropriate location (usually this is your home folder):
# For WeConnect
machine volkswagen.de
login test@test.de
password testpassword123
# For the MQTTBroker
machine 192.168.0.1
login test
password testpassword123
You can also provide the location of the netrc file using the --netrc option
Tested with
- Volkswagen ID.3 Modelyear 2021
- Volkswagen Passat GTE Modelyear 2021
Reporting Issues
Please feel free to open an issue at GitHub Issue page to report problems you found.
Known Issues
- The Tool is in alpha state and may change unexpectedly at any time!
Related Projects:
- WeConnect-cli: Commandline Interface to interact with the Volkswagen WeConnect Services
- WeConnect-python: Python API to connect to Volkswagen WeConnect Services
Project details
Release history Release notifications | RSS feed
0.9.0.dev6 pre-release yanked
Reason this release was yanked:
Not compatible with VW-Servers anymore
0.9.0.dev5 pre-release yanked
Reason this release was yanked:
Not compatible with VW-Servers anymore
0.9.0.dev4 pre-release yanked
Reason this release was yanked:
Not compatible with VW-Servers anymore
0.9.0.dev3 pre-release yanked
Reason this release was yanked:
Not compatible with VW-Servers anymore
0.9.0.dev2 pre-release yanked
Reason this release was yanked:
Not compatible with VW-Servers anymore
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
Hashes for weconnect_mqtt-0.6.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e98c726edfd590680ba868f76bff566c709236641ef78529d76ed61a309739af |
|
MD5 | 702cee51dd1dbcfa179581c79215889d |
|
BLAKE2b-256 | 95371bf34184535b5f2daa1a0f93d82a161aafd63e2ff7ac009ffc2ea938922c |