Nissan-LEAF-Battery-Upgrade icon indicating copy to clipboard operation
Nissan-LEAF-Battery-Upgrade copied to clipboard

Software and guides for upgrading LEAFs to bigger and newer batteries

Results 20 Nissan-LEAF-Battery-Upgrade issues
Sort by recently updated
recently updated
newest added

Hi, In your video: https://www.youtube.com/watch?v=oENNNfy5GSM you mention CSUM adds up all the nibbles, and add 2. Mux's / Your code adds up only the nibbles from the first 7 bytes...

Reverts dalathegreat/Nissan-LEAF-Battery-Upgrade#34

Hello everyone. I have decided to upgrade the battery in my 2018 Leaf from 40kWh to 62kWh. The car charges with AC and drives without any issues, but it does...

Hello Dala! First, I just wanted to thank you for all the fantastic work you have been doing with the CAN bridge software! It made it possible for me to...

Yesterday I was testing some betas and then put into car 4.24 as betas does not bring anything good (reported). Car behaves well until I put it on AC. It...

### What This PR fixes a bug reported in #9 , that caused ZE0 vehicles to be stuck at 12/12 SOH bars, even though it should be lower ![bild](https://github.com/dalathegreat/Nissan-LEAF-Battery-Upgrade/assets/26695010/4cc36022-d8cb-463b-805c-29ad31e0cbad) Thanks...

### What The detection for 30kWh pack was missing on the 3-port code (but was working on the 2-port). This PR copies it over to the 3-port also. This bug...

The hardcoding of capacity remaining should be removed, and instead use a (Whan new capacity * SOH%). This will avoid showing 12/12 bars of range left when in fact it...

### What I noticed a bug in the software, it is letting thru the 0x1C2 message from the battery towards the vehicle side. This is not needed on ZE0, but...