Skip to content

State for charge (battery remaining) function for Renology BMS LiFePO4 battery

Notifications You must be signed in to change notification settings

ascv/socRenogyLiFePO4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Overview

Approximate state-of-charge (battery remaining) function for the Renogy BMS using a 48v LiFePO4 battery.

real vs estimated battery remaining

Data was measured from a single battery. Your battery might have slightly different voltage measurements b/c there is often some minor variance between batteries. There is a small top-end and low-end buffer to account for this but your estimate might be few points off.

Usage

from socRenogy48VLiFePO4 import SOC

# Compute battery remaining at 51.2V
soc = SOC(51.2)
print(soc)

About

State for charge (battery remaining) function for Renology BMS LiFePO4 battery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages