Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BMS Flags for SmartLithium #64

Open
imval opened this issue Aug 23, 2024 · 0 comments
Open

BMS Flags for SmartLithium #64

imval opened this issue Aug 23, 2024 · 0 comments

Comments

@imval
Copy link

imval commented Aug 23, 2024

Hi,

Amazing work you've done on this!

Here are the flags for the BMS status for the SmartLithium batteries:

VE_REG_BMS_FLG_ALRM_OVER_VOLTAGE	(1ul << 9)
VE_REG_BMS_FLG_ALRM_UNDER_VOLTAGE	(1ul << 11)
VE_REG_BMS_FLG_WARN_UNDER_VOLTAGE	(1ul << 12)

VE_REG_BMS_FLG_ALRM_OVER_TEMPERATURE	(1ul << 15)
VE_REG_BMS_FLG_ALRM_UNDR_TEMPERATURE	(1ul << 22)

VE_REG_BMS_FLG_ALRM_HARDWARE_FAILURE	(1ul << 24)

VE_REG_BMS_FLG_ALLOWED_TO_CHARGE	(1ul << 25)
VE_REG_BMS_FLG_ALLOWED_TO_DISCHARGE	(1ul << 26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant