We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Add BMS flags as binary sensors #64.
b5d6b9e
Hi @imval, Thanks for your input. I added these BMS flags as a binary sensors to make it easier to use them.
Do you think it is helpful to also add them as text sensor?
Sorry, something went wrong.
No branches or pull requests
Hi,
Amazing work you've done on this!
Here are the flags for the BMS status for the SmartLithium batteries:
The text was updated successfully, but these errors were encountered: