You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
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
}
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"
The text was updated successfully, but these errors were encountered: