Skip to content

WaldemarFech/BatteryAggregator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A battery monitor DBus service that aggregates the data for multiple batteries (currently, only parallel supported).

Install

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.

Configuration

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"]]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.2%
  • Shell 11.8%