-
Notifications
You must be signed in to change notification settings - Fork 13
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
Balancer Status missing one Byte #294
Comments
... of course same for tower 2: towerAttributes[towerNumber].balacing_two = data.slice(17,32).toString("hex"); change to towerAttributes[towerNumber].balacing_two = data.slice(17,33).toString("hex"); |
should be solved in github, can you please check? |
I installed via IObroker from GitHub but version number did not change. Further problem is that I seldomly see balancing - but will report ASAP ... |
I did not change the version number, just changed the code. This should work as long as you install via URL. |
My Balancer started today and for me the bug is fixed. I only see a minor issue with the Object Name "tower state" to be identical for |
Thanks for the feedback :-) Till now the states are only used in very few installations, so I could change it easily without thinking about a migration strategy. Do you have a suggestion for the name and structure of the states? I thought about one value per module but didn't have a good idea how to name the states. |
BalancingBitCountOne |
Wouldn't "BalancingCellCountXXX" be a more appropriate name? |
siehe andere Kommentare |
BalancingOne consists of only 30 characters where it should be 32.
I assume line
towerAttributes[towerNumber].balacing = data.slice(17,32).toString("hex");
must be changed to
towerAttributes[towerNumber].balacing = data.slice(17,33).toString("hex");
The text was updated successfully, but these errors were encountered: