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

Charger compatibility #10

Open
arozhkov2001 opened this issue Jun 8, 2023 · 2 comments
Open

Charger compatibility #10

arozhkov2001 opened this issue Jun 8, 2023 · 2 comments

Comments

@arozhkov2001
Copy link

Hi, i found a problem with new charger lnd14? 2018 year, problem with "enterstate Init" and "enterstate off" in old charger you see on frame id423[0] and see does first bit changing 03h to 00h but new charger all time send a 03h so after switching twizy off bms still think that twizy still turned on because state in debug - "driving"

@dexterbg
Copy link
Owner

dexterbg commented Jun 9, 2023

Thanks for reporting the issue. I remember multiple signal candidates for the "off" signal, so I suggest you check the other candidates to determine which to use instead. If you find a fix or workaround, don't hesitate to open a pull request.

@arozhkov2001
Copy link
Author

Thanks for reporting the issue. I remember multiple signal candidates for the "off" signal, so I suggest you check the other candidates to determine which to use instead. If you find a fix or workaround, don't hesitate to open a pull request.

new charger doesnt sent a 0xE4 and charging doesnt start, can i comment this return line below?

if (address != 0xE4) {
  // return; // charger under 2015 does not talk to us; 2018 talk
 }

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

No branches or pull requests

2 participants