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 tried to use Algorithms feature with JIKONG BMS But got an error
Paste log output between BEGIN and END: 15:00:24 INFO [algorithm] Max Soc reached, stop charging 15:00:24 ERROR [sampling] jk2 error (#1): BatterySwitches.__init__() got an unexpected keyword argument 'balance' Traceback (most recent call last): File "/app/bmslib/sampling.py", line 155, in __call__ s = await self._sample_inner() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/bmslib/sampling.py", line 283, in _sample_inner BatterySwitches(**sample.switches), res) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BatterySwitches.__init__() got an unexpected keyword argument 'balance'
Potentially related to the added Balance switch feature to Jikong bms
Thanks for such a great solution!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to use Algorithms feature with JIKONG BMS But got an error
Potentially related to the added Balance switch feature to Jikong bms
Thanks for such a great solution!
The text was updated successfully, but these errors were encountered: