-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
EG4 Lifepower - not reading all RS485 modules on the same interface #1116
Comments
Thanks for reading carefully all instructions and providing all the needed data. There is a very similar issue opened at the moment, which I think could also help you: #1104 It's a different battery, but the same BMS protocol. You can quickly test, if all batteries are recognized, if you give them only odd address numbers: Currently I did not figure out, why this is the case. |
Are you maybe able to read the commands that your software sends, so that you can compare any differences between the request and answer commands from the even and odd addresses? |
Will this help? Requesting battery 1 till 12
Commands communicating with Battery #1.
Commands communicating with Battery #2.
Commands communicating with Battery #5.
|
This works. However, what is the correct HEX for number 11? 0x11 and 0x0A do not work. LOG OUTPUT
|
Google is your friend: https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=11 |
Closed in favor of #1104. |
Describe the bug
I am having a setup with 6 EG4 lifepower batteries. They are dipswitched 1 till 6 (verified via BMS Test program).
Only the batteries 1, 3 and 5 are successfully read by dbus-serialbattery.
Batteries 1 and 2 are 48v batteries. Batteries 3,4,5,6 are 24v batteries. Battery 3+4 and 5+6 are in series to create a 48v power bank.
I saw a user with a similair issue: #142 (comment)
How to reproduce
bash /data/etc/dbus-serialbattery/reinstall-local.sh
tail -F -n 100 /data/log/dbus-serialbattery.ttyUSB0/current | tai64nlocal
Expected behavior
Batteries 1 till 6 should be visible.
Driver version
v1.4.20240826dev
Venus OS device type
Cerbo GX
Venus OS version
v3.41
BMS type
Life/Tian Power
Cell count
16 (48v) and 8 (6v)
Battery count
6
Connection type
Serial USB adapter to RS485
Config file
Relevant log output
Any other information that may be helpful
No response
The text was updated successfully, but these errors were encountered: