Hi,
Is it possible to create an integration for the Zeekr cars?
I can’t find anything on this anywhere.
Not sure if there is an API available but there is the Zeekr Connected app, for possible data scraping.
Hi,
Is it possible to create an integration for the Zeekr cars?
I can’t find anything on this anywhere.
Not sure if there is an API available but there is the Zeekr Connected app, for possible data scraping.
Hello Wopall,
Generally new Integrations start out as someone in GitHub writing something and getting it debugged well enough before it is considered for core integration.
Your best bet would be to change the category to ‘social’ and recruit someone to help you write this, or see if others have an idea how to already do this.
I’m strongly considering purchasing a Zeekr 7X.
Checking to see if there was a Home Assistant integration, while not a deal breaker, is certainly desirable!
Zeekr Connected - Pure Electric Vehicle Brand | Zeekr
So far I havent been able to find anything, but I am also looking ![]()
Help raise the priority for the Zeekr car family and adaptation to Home Assistant.
In your Zeekr app go to the icon in the bottom right corner and then select “Builders - Your Feedback” and search for “Homeassistant”
Here you can raise the priority of an existing suggestion
Any updates/progress on this?
Just FYI, someone had built an integration for the Zeekr supplied charger - GitHub - geoffwatts/zeekr_evse_hass: Zeekr EVSE (charger) wallbox integration for Home Assistant
Given the crazy volume of Zeekr 7X shipping at the moment, hopefully a someone had a crack at a full Zeekr Connected integration!
Help raise the priority for the Zeekr car family and adaptation to Home Assistant.
In your Zeekr app go to the icon in the bottom right corner and then select “Builders - Your Feedback” and search for “Homeassistant”
Here you can raise the priority of an existing suggestion
Bought a Zeekr 7X. Looking to enable SOC monitoring on Home Assistant… while managing the ABB Tera home charger… would be nice ![]()
Just brought home my new Zeekr 7X today.
Hope as the number of sales keeps increasing in 2026 that an owner with dev skills and a passion for Home Assistant comes to light!
Looks like someone has already reverse-engineered API used by global application and continues to actively investigate the API: GitHub - Fryyyyy/zeekr_ev_api: API for interacting with Zeekr EVs + Client Challenge. This can be used as a base for HA component.
Hey that’s me, I already did use it as a base for an HA Component: GitHub - Fryyyyy/zeekr_homeassistant: Home Assistant Connectivity for the Zeekr 7X
Thanks for the efforts on this one Fryyyyy. Looks very promising as I cant imagine an official app will appear any time soon.
I hate to be the guy who asks for more, however… are you able to add a dummies guide for finding the required info? no clue how to find the following:
HMAC access key
HMAC secret key
Password public key
Prod secret
VIN key
VIN IV
Any help would be great
Just wondering if this will also work for the Zeekr X, I assume its the same interface as the 7X?
Also same question as others, how do I find the following so I can log on, It would be great if my Home Assistant can report the cars battery charge level, prompt when its below a level as a reminder to recharge it ![]()
Please advise how I can find the -
HMAC access key
HMAC secret key
Password public key
Prod secret
VIN key
VIN IV
Same question for me, i was under the impression that the api was there to just work with email+password…
Thanks for the work fryyyyyy, hope you can make it easier somehow (or something other than decompiling or monitoring traffic hahaha)
I’ve successfully integrated Fryyyyy’s component into HA. I’m working on a document on how to extract all the keys required, though the process will require decompiling and reverse engineering the apk.
Yes, as @atishyak mentioned you will need to reverse engineer the App to extract the secret keys.
Did this. Thanks for pointing out
Hi there, do you have an idea when the guide will be ready? I am doing my best with adb logging and jadx but not getting all information needed for the integration. Can you give some hints maybe?
Many thanks for all the hard work!