-
Notifications
You must be signed in to change notification settings - Fork 43
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
Possible to get error codes from battery? #93
Comments
Is this for RoverClient or BatteryClient? |
For the battery. Specifically RBT200LFP12-BT |
Its more complicated than that. Each cell has alarm code. And two bits each represent code for a cell:
Then each of those bits need to be parsed. Ex:
|
Thank you for at least taking some time to look into it and let me know. Quite a bit above my beginner skills, so I will just make do without the errors for now, and if anything stops working, fire up the DC Home app and do a direct connection. |
Is it possible to get any errors that the battery might encounter?
E.g. over current protection, under current protection, low temperature shut off etc?
The intention is to replace the Renogy M1 / OneCore devices, but currently they would be the only way to know about an error and the battery can't be connected to more than one device at a time.
I didn't see anywhere that errors could be collected and reported on in the debug lots or code.
Would something like this work? Are these the correct registers?
The text was updated successfully, but these errors were encountered: