this post was submitted on 26 Jul 2024
11 points (92.3% liked)

ThinkPad

1353 readers
1 users here now

IBM and Lenovo ThinkPad laptop enthusiasts!

founded 4 years ago
MODERATORS
 

I've replaced cells in my fake battery a few days ago, and while recalibrating the bms I noticed what looked like it trying to overcharge the cells -- the voltage went up to above 12.6v and stabilized at around 12.9 (which amounts to ~4.3v per cell and is 0.1v above what cell manufacturers generally recommend). Idk if that's the intended behavior or clone manufacturers trying to shorten the lifetime of said batteries, so if the owners with genuine batteries can provide that info, I'd really appreciate it.

On linux, you can check this with cat /sys/class/power_supply/BAT*/voltage_now (as your usual user, those files are world-readable); not sure about windows, tho.

top 8 comments
sorted by: hot top controversial new old

Some lithium ion batteries are rated for 4.3v instead of the normal 4.2v. The trade off is their minimum voltage is also about 0.1v higher than their 4.2v counterparts.

[–] Jumuta@sh.itjust.works 3 points 1 month ago (1 children)

how did you recell your battery? did you get an actual spot welder or did you just use a soldering iron? i want to do this too but am sorta worried about the safety

[–] fl42v@lemmy.ml 2 points 1 month ago (1 children)

I cheated a bit: I had 2 dead batteries, one 72wh with a locked bms and a 22wh with one of the batteries dead, so I just soldered the batteries from the 1st one to the bms from the 2nd one leaving the factory welding in place. *Also, before disconnecting the original batteries I soldered another fully charged battery in parallel in order not to lock the bms, which may've been unnecessary given it didn't lock with one of the original packs showing 0v, but better safe than sorry.

As for soldering the cells, it's generally not advised, but is kinda ok if you're fast enough and have good flux. The trick is not to overheat the batteries, and that's it.

Also, I wrote a small calibration script (which is a fancy word for charging and discharging the battery a few times to let the bms know the cells have changed; mb helpful if you decide to give it a try (also there's tlp recalibrate, but I wanted to try amber out, so here we go :D)

[–] Jumuta@sh.itjust.works 2 points 1 month ago (1 children)

oh that's so cool, thanks.

I think I'll need to flash the stock firmware for the calibration, so I'll leave it for now

[–] fl42v@lemmy.ml 2 points 1 month ago (1 children)

So, yours is core/librebooted? If it happens to be **30 series, there's also a better solution out there: https://github.com/noolex/lenovo_battery_repair

[–] Jumuta@sh.itjust.works 1 points 1 month ago (1 children)

Oh my god thank you, that's amazing. I had no idea you could use i2c with the vga port.

Also, I run the t430 with Coreboot, but does this solution only work on 30 series?

[–] fl42v@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

I guess so, but you should check which controller is used on your bms. This guide targets bq8030, as mentioned in the readme

Edit: also, my bad: it looks like the guide doesn't show how to change the battery capacity, so recalibration is also necessary (alternatively, you can look for the values reported by /sys/class/power_supply/BAT*/energy_full{,design} in the dumped firmware and change them. However, the script is useful if your bms locked itself (in this case replacing/shorting the fuse might also be necessary, as some bms-es try to blow it when locking)

[–] eskimofry@lemm.ee 2 points 1 month ago* (last edited 1 month ago)

My company Lenovo T14 Gen 2i is running windows 11. Inside lenovo vantage I can see the voltage at 85% is 12.55v. I have enabled the charge threshold setting to cap the battery to 85%.