I have a test setup with a Multiplus 4/500 and a 20Ah LiFePo4 battery. ESS is active (mode 3).
Problem: when I tell the Multi to charge my battery, it maxes out at 100W. Why??
DVCC is on and doesn't set any limits. The BMS current limit is at 12A and the voltage limit is 28V, i.e. 2V above the current DC voltage. I couldn't see anything in VeConfigure that'd limit charging to anything less than 10A and >28V either. I scanned the DBus data
dbus -y | while read a ; do echo ""; echo $a; dbus -y $a / GetItems 2>/dev/null; \ done | grep -iv history | less
but didn't see any limit <10A there either.
Anything I overlooked?
Is there some way to figure out why the censored this happens? If not, where do I ask Victron to pretty please implement a method to discover that?