Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ioniq 6 CAN Bus Disconnected Message #32286

Open
limatango79 opened this issue Apr 24, 2024 · 7 comments
Open

Ioniq 6 CAN Bus Disconnected Message #32286

limatango79 opened this issue Apr 24, 2024 · 7 comments
Assignees
Labels
bug car vehicle-specific

Comments

@limatango79
Copy link

Describe the bug

I drive the Hyundai Ioniq 6 2023 with HDA II and I've tested Comma 3X with OP 0.9.6, 0.9.7 master-ci, SP release, staging and dev. Regardless of the software, I get the same error.
Every now and then I get the message "CAN bus disconnected". I can't reproduce it either.
I also get the message "Controls Lagging".

I have checked all the cables several times. The device is new and undamaged.

Which car does this affect?

Hyundai Ioniq 6 2023 HDA II

Provide a route where the issue occurs

78e8c2388cf1ce49/00000000--09dfcd3706/0

openpilot version

0.9.6 and 0.9.7 master-ci

Additional info

No response

@limatango79 limatango79 added bug car vehicle-specific labels Apr 24, 2024
@sshane
Copy link
Contributor

sshane commented Apr 26, 2024

@briskspirit do you have any time to check this out? Looks like this was hit after boardd stopped sending can messages for 200 ms:

if (calculate_checksum(&data[pos], sizeof(can_header) + data_len) != 0) {
// TODO: also reset CAN comms?
LOGE("Panda CAN checksum failed");
size = 0;
return false;
}

image

@adeebshihadeh
Copy link
Contributor

I'll check it out before 0.9.7.

@adeebshihadeh adeebshihadeh self-assigned this Apr 26, 2024
@royjr
Copy link
Contributor

royjr commented Apr 29, 2024

@limatango79
Copy link
Author

I get the message "CAN Bus Disconnected" about once an hour. The message "Controls Lagging" appears about 3 to 4 times an hour. If desired, I can load more routes in which this occurs.

@thftgr
Copy link
Contributor

thftgr commented May 11, 2024

It also happens once or twice a week in KIA K8 HEV 2024 HDA II
I drive this vehicle about 20km 6 days a week on average

@adeebshihadeh
Copy link
Contributor

Working on this now. I'll have a branch for you guys to try soon!

@adeebshihadeh
Copy link
Contributor

adeebshihadeh commented May 17, 2024

There's a few things going on here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug car vehicle-specific
Projects
None yet
Development

No branches or pull requests

5 participants