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 · 13 comments
Open

Ioniq 6 CAN Bus Disconnected Message #32286

limatango79 opened this issue Apr 24, 2024 · 13 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:

@royjr
Copy link
Contributor

royjr commented Jun 3, 2024

Can't specifically remember, but does it make sense that I see these errors less frequently now?

@limatango79
Copy link
Author

Unfortunately, that doesn't apply to me.
On a 4-hour drive two days ago, I had “Controls Lagging” about every 15 minutes and “CAN Bus Disconnected” every 25 minutes.
And just yesterday, on a 10-minute drive, I had “Controls Lagging” exactly 4 times.
Somehow you get used to it, but it is annoying. And you become numb to “real” error messages.
I also rarely get the message “Communication Issue between Processes” and “Locationd Error”. But I don't think that has anything to do with the other messages.

@adeebshihadeh
Copy link
Contributor

We're blocking the next release on this, and it's one of the last TODOs. I should have a fully fixed branch for you guys to try in a day or two.

Can't specifically remember, but does it make sense that I see these errors less frequently now?

Yes, I shipped one fix already, but there's still a couple things.

@adeebshihadeh
Copy link
Contributor

@royjr @limatango79 @JJeonbear @MarcoTheDingo @CruiseBrantley @crwayman7

Can you guys try this branch: installer.comma.ai/commaai/pandad-max-mode

@limatango79
Copy link
Author

limatango79 commented Jun 9, 2024

@royjr @limatango79 @JJeonbear @MarcoTheDingo @CruiseBrantley @crwayman7

Can you guys try this branch: installer.comma.ai/commaai/pandad-max-mode

I've just been on a one-hour test drive with this branch. I did not get any error messages such as “CAN bus disconnected” or “controls lagging”.
Here is the corresponding route: 78e8c2388cf1ce49/00000000--e86f98e678

I will take an even longer drive tomorrow, but I think the problem seems to be solved.

Thanks for the hard work.

@JJeonbear
Copy link
Contributor

@royjr @limatango79 @JJeonbear @MarcoTheDingo @CruiseBrantley @crwayman7

Can you guys try this branch: installer.comma.ai/commaai/pandad-max-mode

I will install it today and test drive it.

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

6 participants