Skip to content

add europe ccs2 request #283

Closed
arteck wants to merge 3 commits intoHacksore:masterfrom
arteck:master
Closed

add europe ccs2 request #283
arteck wants to merge 3 commits intoHacksore:masterfrom
arteck:master

Conversation

@arteck
Copy link
Copy Markdown

@arteck arteck commented Sep 27, 2024

No description provided.

Copy link
Copy Markdown
Owner

@Hacksore Hacksore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also remove all he files from dist/ that were committed too.

Comment thread .gitignore
node_modules/
.DS_Store
.rpt2_cache
dist/
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this

Comment thread rollup.config.js Outdated
format: 'cjs',
name: 'index',
file: 'dist/index.cjs',
file: 'j:/source/ioBroker/SmartHomeEnt/node_modules/bluelinky/dist/index.cjs',
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this

Comment thread rollup.config.js Outdated
name: 'index',
exports: 'named',
file: 'dist/index.esm.js',
file: 'j:/source/ioBroker/SmartHomeEnt/node_modules/bluelinky/dist/index.esm.js',
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this


const fullStatus = cachedResponse.body.resMsg.vehicleStatusInfo;

const ccs2Response = this.updateRates(
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This means we'd do one request for the old endpoint and another on for CCS2, do we want that?

I'm pretty out of the loop regarding the new API.

@MihaiINW
Copy link
Copy Markdown

MihaiINW commented Feb 7, 2025

@arteck could you share some information about how you managed to discover this new API endpoint? I would like to make an extension that allows for controlling the vehicle to load (V2L) capability and for that I need to find the proper endpoint and the request body shape.

@arteck
Copy link
Copy Markdown
Author

arteck commented Feb 8, 2025

@arteck could you share some information about how you managed to discover this new API endpoint? I would like to make an extension that allows for controlling the vehicle to load (V2L) capability and for that I need to find the proper endpoint and the request body shape.

lol.. google helps...and other GIT repos

you can also use wireshark and check the app communication

@dest4
Copy link
Copy Markdown

dest4 commented Apr 9, 2025

The CCS2 API seems to be a new standard for vehicles equipped with a ccNC infotainment.
No need to call the legacy API and the new one, it seems to be a replacement.

A sample integration in Python is available here
https://github.com/Hyundai-Kia-Connect/hyundai_kia_connect_api/blob/fe06a5d2d533a41a5dcd8151dd15e2ab73a04da6/hyundai_kia_connect_api/KiaUvoApiEU.py#L269-L273

@bausi2k
Copy link
Copy Markdown

bausi2k commented Apr 10, 2025

seems to be related to my issue: #287

@philipptrenz
Copy link
Copy Markdown
Contributor

Also affects the Kia EV3, can we push that forward? Need a hand @arteck?

@PierreLevres
Copy link
Copy Markdown
Contributor

Also affects the Kia EV3, can we push that forward? Need a hand @arteck?

I'm getting my EV3 in 2 weeks. Will be able to test and develop from then on. Where are we at the moment regarding the CCS2 endpoints? Where is help needed?

@philipptrenz
Copy link
Copy Markdown
Contributor

Where are we at the moment regarding the CCS2 endpoints?

Hi @PierreLevres, I made good progress for the car status, see #290.

@philipptrenz
Copy link
Copy Markdown
Contributor

@Hacksore As #290 was a duplicate of this and is now merged, this one can be closed.

@Hacksore Hacksore closed this May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants