Skip to content

Commit

Permalink
simulate.sh: add --with-vebus-usb
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbosma committed Dec 24, 2024
1 parent 53b7ee9 commit e8bbaf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/simulate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ while :; do
tanks=(/opt/victronenergy/dbus-recorder/tank_{fwater,fuel,oil,bwater}.csv)
extra="$extra ${tanks[@]}"
;;
"--with-vebus-usb")
shift
extra="$extra /opt/victronenergy/dbus-recorder/vebus_mk3usb.csv"
;;
-*)
help
exit 1
Expand Down

0 comments on commit e8bbaf1

Please sign in to comment.