Cupra Born EV integration

Updated version (0.7) pushed out in beta on HACS. This fixes an issue with some newer cars which were not updating their door / lock / window status correctly since the summer when the API was tweaked by VW. I would appreciate it if anyone wanted to install this and report back as I obviously don’t have a fleet of different age cars with which to test this!

Thanks to @_Mitch07 for helping me out with testing it on his car, which was not updating correctly but is working again now :slight_smile:

Sigh. Small bug introduced. Grab the latest 0.7.1 beta to fix. If noone moans, I’ll release this to general release in a few days.

1 Like

0.7.1 released with the above fixes. Grab it on HACS where it should be advertised to you as an update available!

1 Like

Can you share the code?

Hi, I was able to install the integration without any Problems via HACS. After the installation I didn’t find any possibility for entering username and password and I don’t find the integration in HA I just see it in HACS. I’ve tried to uninstall and install it multiple times without any success. Does anybody have any suggestions for me?
Thanks, Andreas

settings - devices and services - add integration - search for cupra there

Hi kallejoken, that was it :wink: !
Thanks a lot :-)!
Andreas

Hi all,

I’ve seen some amazing dashboards here! Would someone like to share their code? Mine is still really simple and I would like some inspiration! :slight_smile:
Thanks!

Hi, can you share me your svg picture files from the cupra born. i use the same integration but have only pictures from the cx9

Hi all,

I am also interested in a Cupra Born dashboard. If someone can share here, it would be great!

I’m new, have installed a green+hacs+this cupra plugin: very nice, impressed.
I would like to setup an automation “if plugged int at 22:00 then start charging”, have found the trigger, but the only actions available are “Set value for CUPRA Born Target State Of Charge” and “Set value for CUPRA Born Climate temperature”.

What have I missed?
Thanks in advance

You should have button.cupra_born_start_charging and button.cupra_born_stop_charging as well - check in developer tools → states.

FYI, the following seems to work

alias: cupra_start_weekday_22h
description: Off peak charge
trigger:
  - platform: time
    at: "22:02:00"
condition:
  - type: is_plugged_in
    condition: device
    device_id: xx
    entity_id: yy
    domain: binary_sensor
action:
  - service: button.press
    data: {}
    target:
      entity_id: button.cupra_born_start_charging

Is there a place where people post/share working cupra examples?

Good evening. Just downloaded this integration and installed via HACS. All files seem to be where they should be. However, I don’t see anything except the “Cupra WeConnect Update” service.

The well written instructions say "After that enable the integration on the integration page in Home Assistant with your e-mail and password that you use to login into the app. "

But I can’t find anywhere to enter my login details.
Any ideas what can be wrong here?

Thanks,
Michel

Once you’ve installed the integration with HACS and rebooted HA, go to Settings → Devices and Services → Add Integration. Search for “Cupra” and follow the instructions.

1 Like

Many thanks! That was the trick I missed (new to HA).

Hi, I have Cupra integration and has been working fine up until midlle of last week where it errors on sending a start charge command. Everything else is working in way of updates and command. ( I have raised this on Github )

The log shows this entry

ERROR (SyncWorker_6) [custom_components.cupra_we_connect] Failed to send request to car - Could not control charging (400)

I can figure out where the root cause of the issue is. Has anyone experienced this and know where to look for troubleshooting further?

Thanks

Yes the Start command stopped working for me a few weeks ago (stop command and everything else looks ok).
There is a github issue Failed to send request to car - Could not control charging (400) · Issue #48 · daernsinstantfortress/cupra_we_connect · GitHub

I had version 0.8 and 0.8.1 is available, with that fix, so updated.
Start charging works fine again.

App just stopped working.

Unexpected Error. Confirmed account settings working in Cupra App on Phone .
Uninstalled , reinstalled . Same error . Change in the API ?

Yup, looks like something changed. Getting errors here too. I’ll take a look, but probably not until the weekend.

Edit: I’ll do a quick fix shortly. Bear with me.

2 Likes