Skip to content

Commit

Permalink
Add Balance CT simulation (bct)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbosma committed Sep 4, 2024
1 parent 66a2bf4 commit 65efdd6
Show file tree
Hide file tree
Showing 18 changed files with 21,273 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,32 @@ Show in html5app:
- battery box
- dc loads

### BCT) Balance CT installation

- 2x Integrel E-Power
- 1x MultiPlus 48/5000/70-100
- 2x Lynx Smart BMS 500A
- 1x SmartShunt IP65 500A/50mV
- 4x SmartSolar Charger MPPT 100/20 48V
- 4x Tank (fuel + fresh water)
- Generator using GX relay 1

Settings:
- DC system enabled
- AC input type 1 = Shore
- AC input type 2 = Not available
- Relay function = Generator start/stop
- Enable Lynx-es and SmartShunt in battery configuration

Show in html5app:
- Shore power
- Solar
- AC loads
- DC loads
- Alternator
- Tanks
- Multi

### C) Single BMV-702

BMV configured to measure starter battery voltage.
Expand Down Expand Up @@ -188,6 +214,8 @@ Settings:

Show in html5app:
- Fisher Panda AGT
- Genset DC output
- Genset starter battery

### GDH) Hatz DC genset

Expand All @@ -200,6 +228,8 @@ Settings:

Show in html5app:
- Hatz DC genset
- Genset DC output
- Genset starter battery

### H) VE.Direct Inverter + BMV - typical simple vehicle - only charged from alternator

Expand Down
1 change: 1 addition & 0 deletions simulations/bct/description
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Balance CT
34 changes: 34 additions & 0 deletions simulations/bct/fuel1.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
com.victronenergy.tank.adc_builtin0_1
/Alarms/High/Active INT32 90 90
/Alarms/High/Delay INT32 5 5s
/Alarms/High/Enable INT32 0 Disabled
/Alarms/High/Restore INT32 80 80
/Alarms/High/State ARRAY []
/Alarms/Low/Active INT32 10 10
/Alarms/Low/Delay INT32 30 30s
/Alarms/Low/Enable INT32 0 Disabled
/Alarms/Low/Restore INT32 15 15
/Alarms/Low/State ARRAY []
/Capacity DOUBLE 0.381 0.381m3
/Connected UINT32 1 1
/CustomName STRING Stbd fuel tank Stbd fuel tank
/DeviceInstance UINT32 21 21
/FilterLength INT32 10 10s
/FluidType INT32 0 Fuel
/Level UINT32 33 33%
/Mgmt/Connection STRING Tank Level input 1 Tank Level input 3
/Mgmt/ProcessName STRING dbus-adc dbus-adc
/Mgmt/ProcessVersion STRING 1.32 1.32
/ProductId UINT32 41313 A161
/ProductName STRING Generic Tank Input Generic Tank Input
/RawUnit STRING Ω Ω
/RawValue DOUBLE 36.74984359741211 37
/RawValueEmpty DOUBLE 0.0 0ohm
/RawValueFull DOUBLE 180.0 180ohm
/Remaining DOUBLE 0.129 0.129m3
/Shape STRING
/Standard INT32 0 European
/Status UINT32 0 Ok

0 /RawValue DOUBLE 36.673744201660156 37
60 /RawValue DOUBLE 36.74984359741211 37
34 changes: 34 additions & 0 deletions simulations/bct/fuel2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
com.victronenergy.tank.adc_builtin0_2
/Alarms/High/Active INT32 90 90
/Alarms/High/Delay INT32 5 5s
/Alarms/High/Enable INT32 0 Disabled
/Alarms/High/Restore INT32 80 80
/Alarms/High/State ARRAY []
/Alarms/Low/Active INT32 10 10
/Alarms/Low/Delay INT32 30 30s
/Alarms/Low/Enable INT32 0 Disabled
/Alarms/Low/Restore INT32 15 15
/Alarms/Low/State ARRAY []
/Capacity DOUBLE 0.380 0.380m3
/Connected UINT32 1 1
/CustomName STRING Port fuel tank Port fuel tank
/DeviceInstance UINT32 23 23
/FilterLength INT32 10 10s
/FluidType INT32 0 Fuel
/Level UINT32 43 43%
/Mgmt/Connection STRING Tank Level input 4 Tank Level input 4
/Mgmt/ProcessName STRING dbus-adc dbus-adc
/Mgmt/ProcessVersion STRING 1.32 1.32
/ProductId UINT32 41313 A161
/ProductName STRING Generic Tank Input Generic Tank Input
/RawUnit STRING Ω Ω
/RawValue DOUBLE 36.74984359741211 37
/RawValueEmpty DOUBLE 0.0 0ohm
/RawValueFull DOUBLE 180.0 180ohm
/Remaining DOUBLE 0.164 0.164m3
/Shape STRING
/Standard INT32 0 European
/Status UINT32 0 Ok

0 /RawValue DOUBLE 36.673744201660156 37
60 /RawValue DOUBLE 36.74984359741211 37
Loading

0 comments on commit 65efdd6

Please sign in to comment.