Hi.
Just came across this thread. I have installed the carconnectivity on my raspberry
- Volkswagen Connector
- Mqtt Plugin
- Webui plugin
The webui is working with the connector and it shows my car
The Mqtt plugin however I was not able to make it work so I have mosquitto installed via openhabian-config and the binding in openhab.
I am a little stuck now. This is the link for installation of the MQTT binding:
Install carconnectivity-mqtt on openhabian
Anyhow it is not working for me in openhab.
What is working is the webui:
Just do:
cd ~
python3 -m venv carconnectivity
cd carconnectivity
source bin/activate
pip3 install carconnectivity-plugin-mqtt
pip3 install carconnectivity-connector-volkswagen
pip3 install carconnectivity-plugin-webui
Use vi carconnectivity.json and add your configuration like:
{
"carConnectivity": {
"log_level": "error",
"connectors": [
{
"type": "volkswagen",
"config": {
"interval": 300,
"username": "<your-vw-username>",
"password": "<your-vw-password>",
"spin": "<your-vw-pin>"
}
}
],
"plugins": [
{
"type": "webui",
"config": {
"username": "<admin>",
"password": "<password>"
}
}
]
}
}
Start once
In the virtual environment:
carconnectivity carconnectivity.json
then got to your browser:
http://localhost:4000
Link to github for webui:
tillsteinbach/CarConnectivity-plugin-webui
CarConnectivity and the ID.Buzz – Life of a Developer