-
Notifications
You must be signed in to change notification settings - Fork 33
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
Compatibility with US5000 battery #41
Comments
One question: are usually system information command answered with one bank US2000 battery ? |
Hi, |
Hello, Thanks. Yes it is a duplicate of #23. But with an additionnal suggestion :-) :
|
Hi, yeah that would be great :-) Maybe it would be better to edit the README and add a "US2000 vs US5000" section with some code examples ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I belong a bank with a unique U5000C Battery. I use default settings for DIP switch.
get_protocol_version, get_manufacturer_info, get_values are inoperative and return exception.
For example with get_protocol_version:
`
`
I think issue is coming from the fact that adr=0 is not authorized and should be set to the right value (eg 0x02 in simple/default case case). With this correction, the result is:
'
I need to do same correction for get_manufacturer_info.
For get_values, it's seems to be an other problem, it's seems battery doesn't manage the "system information case"
The text was updated successfully, but these errors were encountered: