Skip to content

Commit

Permalink
Added FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed May 27, 2024
1 parent cf6ff07 commit bdc0b10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/docs/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the Victron Energy documentation how to get [root access](https://www.victro

## Which version do I have installed?

You check check the installed version in the [driver log files](../troubleshoot/#driver-log-files) or in the remote console/GUI under SerialBattery -> Device -> Firmware version
You check the installed version in the [driver log files](../troubleshoot/#driver-log-files) or in the remote console/GUI under SerialBattery -> Device -> Firmware version

## How to aggregate multiple batteries?

Expand Down Expand Up @@ -174,6 +174,18 @@ The limits are based on percentages of `MAX_BATTERY_CHARGE_CURRENT` and `MAX_BAT
## Why is the displayed charging/discharging current limit (CCL/DCL) not applied?
Navigate to `Settings -> DVCC`, check that `DVCC` is enabled and that under `Controlling BMS` your BMS or battery aggregator is selected. On this page normally only `DVCC` should be enabled.

## Why is my battery not switching to float/bulk?

Make sure you have set this options in the `config.ini`:
```ini
LOGGING = DEBUG # needed to show debugging in the remote console/GUI
CVCM_ENABLE = True
```

Go to the remote console/GUI under SerialBattery -> Parameters and go to the bottom. Here you see the requirements which are met/not met to do the switch. The advanced pages are available since `v1.3.20240527dev`.

![VenusOS](../../screenshots/venus-os_dbus-serialbattery_parameters.gif)

## Does the driver work for `3.7V` based cells also?

Yes, but you will [need to adjust](../general/install#how-to-change-the-default-limits) the `MAX_CELL_VOLTAGE` and `MIN_CELL_VOLTAGE` values for `3.7V` cells instead of the default `3.2V` cells.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdc0b10

Please sign in to comment.