feat: add Genesis Europe brand#9
Open
okuegow wants to merge 1 commit into
Open
Conversation
2 tasks
TMA84
added a commit
to TMA84/bluelink-refresh-token
that referenced
this pull request
May 27, 2026
- New brand 'eu_genesis' with Genesis Europe OAuth endpoints - Legacy alias 'genesis' → 'eu_genesis' - UI dropdowns updated with Genesis option - evcc vehicle filter includes 'genesis' template - kia_uvo BRAND_TO_REGION includes eu_genesis (Europe, Genesis) - HA addon config schema updated Based on RustyDust/bluelink_refresh_token#9 — verified live against Genesis G80 (EU) by the PR author.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
--brand genesis(Genesis Europe / Bluelink) to the headless token flow.Genesis uses the same CCS/Bluelink EU platform as Hyundai/Kia, just with its own endpoints and client id/secret. Constants are taken from hyundai_kia_connect_api (KiaUvoApiEU.py, BRAND_GENESIS, Europe) — the same source as the existing brands.
Background: evcc now ships a
genesisvehicle type (evcc-io/evcc#30158), but the documented token tool had no Genesis option, so Genesis owners couldn't create a refresh_token (see evcc-io/evcc#30223). The browser login only offers Kia/Hyundai, so the headless mode is the way for Genesis.Verified live against a Genesis G80 (EU): headless login returns a working refresh_token (used successfully in evcc + Home Assistant).