dalathegreat / Nissan-LEAF-Battery-Upgrade

Software and guides for upgrading LEAFs to bigger and newer batteries
GNU General Public License v3.0
218 stars 39 forks source link

Bugfix: P3196 on ZE0 #34

Closed dalathegreat closed 3 weeks ago

dalathegreat commented 1 month ago

What

This PR attempts to further reduce the amount of active error messages on battery upgraded 2010-2012 ZE0s. bild

Why

To not have users worry, and make all modules work as inteded

How

This P3196 code is reported from the battery. The manual states that "When no CAN communication signal is received from on-board charger continuously. So the AZE0/ZE1 battery no longer sees the OBC (PDM).

On the ZE0, the OBC sends the following messages; 0x5bf 0x380

On the AZE0 (and ZE1), the PDM sends the following messages 0x393 0x390

This PR adds 393 and 390 sending towards the battery

Testers wanted! Binaries attached: 3-port:can-bridge-firmware_v4.25beta.zip 2-port:canbridge_4.25beta.zip NEWER: 2-port: canbridge_4.25beta2.zip 3-port: can-bridge-firmware_v4.25beta2.zip

dalathegreat commented 3 weeks ago

User testing showed promising results without error codes! Merging this :)