whatisgithub

What is ha_vag-eu-data-act?

tommig1/ha_vag-eu-data-act — explained in plain English

Analysis updated 2026-05-18

15PythonAudience · generalComplexity · 3/5Setup · moderate

In one sentence

A Home Assistant integration that pulls VW Group vehicle data through the official EU Data Act portal and turns it into dashboard sensors and automations.

Mindmap

mindmap
  root((vag data act))
    What it does
      VW vehicle data
      Home Assistant sensors
      Official EU Data Act portal
      Read only updates
    Tech stack
      Python
      Home Assistant
      HACS
    Use cases
      Energy dashboard
      Mileage tracking
      Automations
    Audience
      EU VW Group owners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Display VW, Audi, Skoda, SEAT, or Cupra vehicle data on a Home Assistant dashboard.

USE CASE 2

Track cumulative charged energy and monthly mileage using the Home Assistant Energy dashboard.

USE CASE 3

Get legal, official access to your own vehicle data after third-party APIs were restricted in 2026.

USE CASE 4

Trigger Home Assistant automations based on charging session data updated every 15 minutes.

What is it built with?

PythonHome AssistantHACS

How does it compare?

tommig1/ha_vag-eu-data-act13127905/deep-learning-based-air-gesture-text-recognition-6xvl/paralives-plugins-index
Stars151515
LanguagePythonPythonPython
Setup difficultymoderatemoderateeasy
Complexity3/53/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Requires first registering a continuous data request on the official VW Group EU Data Act portal.

So what is it?

This is a custom integration for Home Assistant that pulls vehicle data from the official Volkswagen Group EU Data Act portal. Home Assistant is an open-source home automation platform that many people run on a local device to monitor and control smart home hardware. This integration extends it to display data from VW Group vehicles. The EU Data Act is a European regulation that gives vehicle owners the right to access data generated by their own cars. Volkswagen Group set up an official portal under this regulation where owners of VW, Audi, Skoda, SEAT, Cupra, Bentley, and Volkswagen Commercial Vehicles can request their vehicle data. Before this integration existed, people used unofficial third-party APIs, but VW restricted access to those in 2026. This integration uses the official legal route instead. The way it works: you first set up a continuous data request on the VW Group portal, choosing a 15-minute delivery frequency and selecting the full dataset rather than a charging-only subset. The portal then delivers ZIP files with your vehicle data on that schedule. The Home Assistant integration reads those ZIP files and turns the data into sensors you can display on a dashboard or use in automations. Data is read-only and updates roughly every 15 minutes, so there is no ability to send commands to the vehicle such as starting climate control or initiating charging. The integration automatically creates helper sensors for the Home Assistant Energy dashboard, tracking cumulative charged energy in kilowatt-hours, monthly mileage, and monthly electric consumption where available. It also creates a sensor for the energy added during the most recent charging session. Installation is done through HACS, which is the standard community add-on manager for Home Assistant, or manually by copying files. After installation you add the integration through the Home Assistant settings interface, select your brand, and enter your account credentials for that brand's login (VW ID, myAudi, Cupra ID, etc.). The integration is currently in beta and is intended for EU vehicle owners. Porsche is not supported because it does not appear on the same portal.

Copy-paste prompts

Prompt 1
Walk me through setting up a continuous data request on the VW Group EU Data Act portal for this integration.
Prompt 2
How do I install this Home Assistant integration through HACS and connect my VW ID login?
Prompt 3
What sensors does this integration create for the Home Assistant Energy dashboard?
Prompt 4
Explain why this integration cannot start charging or climate control remotely.

Frequently asked questions

What is ha_vag-eu-data-act?

A Home Assistant integration that pulls VW Group vehicle data through the official EU Data Act portal and turns it into dashboard sensors and automations.

What language is ha_vag-eu-data-act written in?

Mainly Python. The stack also includes Python, Home Assistant, HACS.

How hard is ha_vag-eu-data-act to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is ha_vag-eu-data-act for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.