Found 4 old gel cells to make a crude 48v bank. These batteries are dead/semi dead ones that I just never recycled. They still hold enough charge to test my rectifier shelf.
I'm actually starting to think I can probably script my alarms through telnet instead of the relay outputs. Just need to do a get system info and grep the info. Get voltage, current, and alarms all in one screen. Can probably use a python script to do it.
Been tweaking alarm thresholds, but I'll probably play with this more once it's live.
Running off the batteries now and watching the voltage go down. No load though.
Code:
Trying 10.1.9.88...
Connected to 10.1.9.88.
Escape character is '^]'.
Please Log in
Username:Admin
Password:****
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 49.45V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:48:59 :: Cumulative Runtime: 437 days 21:29:30
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 49.11V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:49:35 :: Cumulative Runtime: 437 days 21:30:07
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 49.00V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:49:55 :: Cumulative Runtime: 437 days 21:30:27
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 48.91V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:50:14 :: Cumulative Runtime: 437 days 21:30:46
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 48.88V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:50:23 :: Cumulative Runtime: 437 days 21:30:55
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 48.85V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:50:30 :: Cumulative Runtime: 437 days 21:31:02
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 48.60V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:52:11 :: Cumulative Runtime: 437 days 21:32:43
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
get system info
BC2000-A01>
Invalid Request
REQUEST_FAIL
BC2000-A01> get system info
Location: BC2000-A01 :: State: System Alarm
----------------------------------------------------------------------
System:
Voltage = 48.46V
Current = 0A
Type = 48 Volt
Battery Current = 0A
Runtime: 0 days 0:53:34 :: Cumulative Runtime: 437 days 21:34:05
Alarms:
1 Major Alarm
2 AC Fail Alarm
3 Battery on Discharge Alarm
4 Multiple Rectifier Fail Alarm
REQUEST_OK
BC2000-A01>
Should have a LVD warning alarm at around 47.9 volts. At 46 it will actually disconnect the battery, killing all power to the system and any loads that would normally be attached. This is great as I don't have to worry about over discharging the batteries. I figured the way these worked is you just have a single output but there's actually a battery side and load side, so that gives you more flexibility.
It came with only one 100a breaker though so just ordered 2 more. 2 for the battery side (2 strings) and 1 for load side. There's also a 30a that I might use for a single inverter. Really as is, I'm practically ready to deploy this as if I hard wire everything I will still have circuit protection anyway. I don't need to do the bus bar right away, only once I add more inverters.