A battery monitor DBus service that aggregates the data for multiple batteries (currently, only parallel supported).
Install SetupHelper, use this version if you want this package to be available by default, else manually add it.
Select the Battery Aggregator as the Battery monitor
under System setup
.
Optionally create the file /data/setupOptions/BatteryAggregator/config.json
.
To exclude the battery service com.victronenergy.battery.shunt1
, add:
{
"excludedServices": ["com.victronenergy.battery.shunt1"]
}
To set the installed capacity (if it is not available via aggregation), add:
{
"capacity": 200
}
To create a virtual battery by merging two (or more) other batteries, add:
{
"virtualBatteries": ["com.victronenergy.battery.virtual1": ["com.victronenergy.battery.shunt1", "com.victronenergy.battery.leastPrecedence"]]
}