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
RJXZS does not care about total pack voltage and temperature when estimating SOC. Hall sensor also does not detect small parasitic battery drain caused by inverter. That causes a situation when battery voltage is dropping with SOC freezed (estimated 0,01V drop per 3 hours with Sofar inverter). After a while that causes battery contactors to open because of cell discharge limit protection.
How
BMS calculates SOC (battery capacity percentage) based on two values: battery pack capacity and battery usage capacity
Maybe there is a way to create a lookup table of cell voltages for Lily - when total voltage of battery will be not in line with voltage estimated SOC , Lily will send battery usage capacity correction to BMS.
Some provisional table created with ChatGPT (surely have to be verified)
CAN ID for BMS to receive battery used capacity:
The text was updated successfully, but these errors were encountered:
What
Correction of battery SOC during longer idles.
Why
RJXZS does not care about total pack voltage and temperature when estimating SOC. Hall sensor also does not detect small parasitic battery drain caused by inverter. That causes a situation when battery voltage is dropping with SOC freezed (estimated 0,01V drop per 3 hours with Sofar inverter). After a while that causes battery contactors to open because of cell discharge limit protection.
How
BMS calculates SOC (battery capacity percentage) based on two values: battery pack capacity and battery usage capacity
SOC = (bp capacity-bp usage capacity)/bp capacity * 100%
Maybe there is a way to create a lookup table of cell voltages for Lily - when total voltage of battery will be not in line with voltage estimated SOC , Lily will send battery usage capacity correction to BMS.
Some provisional table created with ChatGPT (surely have to be verified)
![Image](https://private-user-images.githubusercontent.com/176020496/409608764-7eb6b4c4-1522-4577-8c69-c479262f9b58.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDY2NzEsIm5iZiI6MTczOTQwNjM3MSwicGF0aCI6Ii8xNzYwMjA0OTYvNDA5NjA4NzY0LTdlYjZiNGM0LTE1MjItNDU3Ny04YzY5LWM0NzkyNjJmOWI1OC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwMDI2MTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03M2U5MDcyNmIyMDMzODZmZTdjNTA0OTAwYzY1NjlkOWZlNWY1YmQ5MGUwNzVmMmVlZDNkZGMyYjQwYzY5MTdlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.kG7s60327cU87r4tPcU8Pwd_kIXiNjJhcWGsrPw5Uy0)
CAN ID for BMS to receive battery used capacity:
The text was updated successfully, but these errors were encountered: