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
I have 7 2000C with firmware 1.7 flashed onto them. They all functioning as-expected and talk quite happily to BatteryView and the Victron Inverter.
When I try get details for pack 1 (the master) the python crashes on the line
assert got_frame_checksum == int(frame_chksum, 16)
If I run pack 2-7, works just fine. How can I debug this?
The text was updated successfully, but these errors were encountered:
I have this problem but only when I run with a plain 2000 as the master and 2000C as secondary.
Sorry, something went wrong.
No branches or pull requests
I have 7 2000C with firmware 1.7 flashed onto them. They all functioning as-expected and talk quite happily to BatteryView and the Victron Inverter.
When I try get details for pack 1 (the master) the python crashes on the line
If I run pack 2-7, works just fine.
How can I debug this?
The text was updated successfully, but these errors were encountered: