All Projects → tillsteinbach → VWsFriend

tillsteinbach / VWsFriend

Licence: MIT license
VW WeConnect visualization and control

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Dockerfile
14818 projects
CSS
56736 projects
shell
77523 projects
Makefile
30231 projects
Mako
254 projects

Projects that are alternatives of or similar to VWsFriend

WeConnect-mqtt
MQTT Client that publishes data from Volkswagen WeConnect
Stars: ✭ 14 (-89.23%)
Mutual labels:  car, volkswagen, volkswagen-carnet, volkswagen-weconnect
WeConnect-cli
Commandline Interface to interact with the Volkswagen WeConnect Services
Stars: ✭ 27 (-79.23%)
Mutual labels:  volkswagen, volkswagen-carnet, volkswagen-weconnect
WeConnect-python
Python API for the Volkswagen WeConnect Services
Stars: ✭ 27 (-79.23%)
Mutual labels:  volkswagen, volkswagen-carnet, volkswagen-weconnect
IDDataLogger
A DataLogger for Volkwagen ID vehicles. Includes an iOS Widget. Works with VW ID.3 and ID.4 vehicles.
Stars: ✭ 76 (-41.54%)
Mutual labels:  volkswagen, volkswagen-weconnect
ioBroker.yahka
Yet another HomeKit adapter for ioBroker
Stars: ✭ 101 (-22.31%)
Mutual labels:  homekit, iobroker
ruby-grafana-reporter
Reporting Service for Grafana
Stars: ✭ 42 (-67.69%)
Mutual labels:  grafana
ioBroker.daswetter
weather forecast data from DasWetter.com
Stars: ✭ 16 (-87.69%)
Mutual labels:  iobroker
tracker
Track your activities!
Stars: ✭ 14 (-89.23%)
Mutual labels:  grafana
fastify-metrics
📊 Fastify plugin that integrates metrics collection and dispatch to statsd
Stars: ✭ 62 (-52.31%)
Mutual labels:  grafana
mib2std-toolbox
Trying to hack VW Discover Media / Composition Media MIB2 infotainment
Stars: ✭ 58 (-55.38%)
Mutual labels:  volkswagen
grafana-pandas-datasource
Grafana Pandas Datasource - using Python for generating timeseries-, table-data and annotations
Stars: ✭ 38 (-70.77%)
Mutual labels:  grafana
homebridge-pc-volume
Homebridge plugin to control your computer's volume using HomeKit and Siri
Stars: ✭ 55 (-57.69%)
Mutual labels:  homekit
CSVServer
Simple node-based CSV adapter for Grafana Simple JSON data source
Stars: ✭ 28 (-78.46%)
Mutual labels:  grafana
strados
Transform OBD2 data from your car into human readable data
Stars: ✭ 27 (-79.23%)
Mutual labels:  car
Synology-NAS-monitoring
influxDB, Grafana, snmp and telegraf
Stars: ✭ 140 (+7.69%)
Mutual labels:  grafana
homebridge-z2m
Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.
Stars: ✭ 197 (+51.54%)
Mutual labels:  homekit
V2GInjector
V2GInjector - Tool to intrude a V2G PowerLine network, but also to capture and inject V2G packets
Stars: ✭ 79 (-39.23%)
Mutual labels:  car
Kaput
Kişisel araç takip yazılımı
Stars: ✭ 69 (-46.92%)
Mutual labels:  car
homebridge-vsx
📻 A VSX and SC Plugin for homebridge
Stars: ✭ 12 (-90.77%)
Mutual labels:  homekit
docker-iot-dashboard
A complete IoT server for LoRaWAN IoT projects: node-red + influxdb + grafana + ssl + let's encrypt using docker-compose.
Stars: ✭ 79 (-39.23%)
Mutual labels:  grafana

VWsFriend

GitHub sourcecode GitHub release (latest by date) GitHub GitHub issues PyPI - Downloads PyPI - Python Version Docker Image Size (latest semver) Docker Pulls Donate at PayPal Sponsor at Github

Docker Compose CI

Volkswagen WeConnect© API visualization and control (HomeKit) inspired by TeslaMate https://docs.teslamate.org/

What it looks like

Requirements

  • Docker 20.10.10 or later (if you are new to Docker, see Installing Docker and Docker Compose or for Raspberry Pi), docker-compose needs to be at least version 1.27.0 (you can check with docker-compose --version)
  • A Machine that's always on, so VWsFriend can continually fetch data
  • External internet access, to talk to the servers

Login & Consent

VWsFriend is based on the new WeConnect ID API that was introduced with the new series of ID cars. If you use another car or hybrid you probably need to agree to the terms and conditions of the WeConnect ID interface. Easiest to do so is by installing the WeConnect ID app on your smartphone and login there. If necessary you will be asked to agree to the terms and conditions.

How to start

  • Clone or download the files docker-compose.yml and .env
  • To create myconfig.env copy .env file and make changes according to your needs
  • Start the stack using your configuration.
docker-compose --env-file ./myconfig.env up

More information

More information can be found in the Wiki: https://github.com/tillsteinbach/VWsFriend/wiki

Update

  • To update the running VWsFriend configuration to the latest version, run the following commands:
docker-compose pull
docker-compose --env-file ./myconfig.env up

Privacy

Depending on the data provided by your car usage profiles of the cars users can be made (including the locations of trips, refueling and charging). If you need to protect the privacy of the cars users please add --privacy no-locations to the ADDITIONAL_PARAMETERS in your myconfig.env file

ABPR (A better Route Planner) support

VWsFriend supports sending its data to ABPR out of the box. You just have to generate a user-token in ABRP and configure it for your car in the UI. Connecting VWsFriend to ABRP enables you to use the current SoC, position, parking and charging state (feature availability depends on your car!) when planning routes in ABRP

VWsFriend with Apple Homekit support

docker-compose -f docker-compose-homekit-host.yml --env-file ./myconfig.env up

This will use host mode for vwsfriend. This is necessary as the bridge mode will not forward multicast which is necessary for Homekit to work. Host mode is not working on macOS. The reson is that the network is still virtualized. See also Known Issues.

If you do not like to share the host network with vwsfriend you can use macvlan mode docker-compose-homekit-macvlan.yml:

docker-compose -f docker-compose-homekit-macvlan.yml --env-file ./myconfig.env up

In macvlan mode VWsFriend will appear as a seperate computer in the network thus you also have to set HOMEKIT_IP to a free IP address in your network in the .env-file. HOMEKIT_MASK and HOMEKIT_GW need to be configured with the correct netmask and gateway settings for your network.

In macvlan mode you reach VWsFriends UI on the configured IP at port 4000

Macvlan mode is not supported on macOS! See also Known Issues.

VWsFriend with MQTT support (Experimental)

VWsFriend now includes WeConnect-MQTT. This enables to use the data from the servers at the same time inside VWsFriend and with MQTT and thus saves additional requests and load on the server. If you want to know how to configure MQTT, see here: WeConnect-MQTT Readme VWsFriend is using the same options as WeConnect-MQTT. Just select the options as described in WeConnect-MQTT and add those to the ADDITIONAL_PARAMETERS.

Automated Updates

As there are continuously updates to the WeConnect API VWsFriend my stop unexpectedly working. I try to push updates in this case as fast as possible. You can configure to get these updates automatically by adding watchtower to your docker-compose.yml file:

watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    command: --interval 3600 --cleanup

If you want to be sure that the update only happens at a certain time of the day to prevent updating in times where you use the car you can also schedule update times like this:

    command: --schedule "0 0 2 * * *" --cleanup

The example shifts the update time to 2:00 (UTC)

Known Issues

  • On Raspberry Pi the library libseccomp2 needs to be at least 2.4.4. Most current images for the Raspberry Pi still ship an outdated version. You can update it like that:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC 648ACFD622F3D138
echo "deb http://deb.debian.org/debian buster-backports main" | sudo tee -a /etc/apt/sources.list.d/buster-backports.list
sudo apt update
sudo apt install -t buster-backports libseccomp2
  • Ironically you cannot host VWsFriend with Homekit support on a macOS machine. The reason is that there is no way to get the advertisements via multicast out of the container into the network. If you want to use the Homekit feature you have to host VWsFriend on a Linux machine. If someone is able to make a setup work on macOS, please let me know to allow me to update the documentation!

Open improvements

  • Deploy datasource and dashboard as grafana app (allows better control)
  • Change update frequency based on the cars state (more often when car is online)

Credits

Related projects

  • WeConnect-cli: A commandline interface to interact with WeConnect
  • WeConnect-MQTT: A MQTT Client that provides WeConnect data to the MQTT Broker of your choice (e.g. your home automation solution such as ioBroker, FHEM or Home Assistant)
  • IDDataLogger(not maintaned by me): A data logger for Volkswagen ID vehicles written in PHP

Seat, Cupra, Skoda IV, ...

In an effort to try to make VWsFriend also to work with latest generation of vehicles from other volkswagen brands I'm looking for users to temporarily share access to their accounts. If you are willing to support please send me a message.

  • Already tried: Cupra Born (The API looks a bit different, maybe it is older, I will check again in some weeks), thanks to the user initdebugs

Other

We Connect© Volkswagen AG

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].