Replies: 1 comment 3 replies
-
|
For those who are interested, I reverted to v1.6.20250131. This doesn't completely eliminate the occassional "battery cable disconnect" issue but it does greatly reduce the occurrances as seen by the driver and removes the annoying barrage of alarm messages. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I updated to version 2.0.20250729 from 1.3.20240705 and now constantly see BMS cable fault alarms.
System consist of:
3 - Daly BMS on single RS485 bus
1 - rPi 3
2 - Multiplus II, split-phase
I don't recall the previous driver version giving the "BMS cable fault" alarm.
The upgrade failed using "install.sh" from the then installed v1.3 and required manual install by pulling new install script, which succeeded
After the upgrade the driver logs showed many "invalid config" messages, which made little sense due to most of those configs were defaults of the previous "config.default.ini" file as well. At any rate, renamed the existing config.ini (which was the previous config file that appeared to have some new config options added by the install script) and started with copy of config.default.ini.
Modified the new config.ini to reflect only key parameters. Specifically:
MAX_BATTERY_CHARGE_CURRENT = 120
MAX_BATTERY_DISCHARGE_CURRENT = 150
MAX_CELL_VOLTAGE = 3.64
BATTERY_ADDRESSES = 0x40, 0x41, 0x42, 0x43 (4th battery, 0x43, expected to be added soon)
BLOCK_ON_DISCONNECT_VOLTAGE_MAX = 3.62
CVL_CONTROLLER_MODE = 2
CELL_VOLTAGES_WHILE_CHARGING = 3.650, 3.645, 3.625, 3.600, 3.375
BMS_TYPE = Daly
POLL_INTERVAL = 5
All other configs remain at default.
I hope this all makes sense as I described it.
Any idea the cause of this alarm?
BTW, I have another system still running an older version (maybe 1.2) with identical cofigs, except only 2 batteries on the 485 bus, and never receive any such alarm... if that's helpful.
Thanks for any guidance/feedback,
Cap
Beta Was this translation helpful? Give feedback.
All reactions