Skip to content

Battery Presets

Pre-configured battery models for common use cases. Use ConfigurationModel to select a preset.

Available Presets

ModelCapacityMax PowerP-Rate (C)Packs × CellsChemistryCoolingInverterEst. Price (EUR)€/kWhUse Case
SmallResidential10 kWh5 kW0.501 × 100LiFePO4PassiveAir5 kVA€8,000–€12,000€800–€1,200Small home backup / PV self-consumption
MediumResidential15 kWh7.5 kW0.502 × 100LiFePO4ActiveAir10 kVA€11,250–€16,500€750–€1,100Typical home system
LargeResidential30 kWh15 kW0.502 × 120LiFePO4ActiveAir15 kVA€19,500–€30,000€650–€1,000Large home / small business
SmallCommercial100 kWh50 kW0.504 × 120LiIonActiveAir55 kVA€55,000–€90,000€550–€900Small commercial / shop / office
MediumCommercial250 kWh125 kW0.508 × 150LiIonLiquidCooling140 kVA€112,500–€200,000€450–€800Medium commercial / C&I
LargeCommercial500 kWh250 kW0.5012 × 150LiIonLiquidCooling275 kVA€200,000–€350,000€400–€700Large commercial / depots
SmallIndustrial2 MWh500 kW0.2516 × 180LiIonLiquidCooling550 kVA€600,000–€1.1M€300–€550Small utility-scale / microgrid
MediumIndustrial5 MWh1.25 MW0.2532 × 180LiIonLiquidCooling1.375 MVA€1.3M–€2.4M€260–€480Medium utility-scale / grid support
LargeIndustrial20 MWh5 MW0.2564 × 200LiIonChiller5.5 MVA€4.4M–€8M€220–€400Large utility-scale / grid-scale
Custom---------Fully customizable

Usage

Basic Preset

json
{
  "Name": "home-battery",
  "DeviceClass": "SimulatedBattery",
  "AssetType": "Battery",
  "SimulatedBattery": {
    "ConfigurationModel": "MediumResidential"
  }
}

Preset with Overrides

Override specific properties while keeping preset defaults:

json
{
  "Name": "customized-battery",
  "DeviceClass": "SimulatedBattery",
  "AssetType": "Battery",
  "SimulatedBattery": {
    "ConfigurationModel": "LargeResidential",
    "InitialSoC": 80.0,
    "RoundTripEfficiency": 0.92
  }
}

Choosing a Preset

Residential

ScenarioRecommended Preset
Apartment / small home with basic backupSmallResidential
Typical home with solar PVMediumResidential
Large home or small businessLargeResidential

Commercial

ScenarioRecommended Preset
Retail shop, small officeSmallCommercial
Medium office building, warehouseMediumCommercial
Large facility, logistics depotLargeCommercial

Industrial / Utility

ScenarioRecommended Preset
Microgrid, small solar farmSmallIndustrial
Grid frequency regulationMediumIndustrial
Utility-scale grid storageLargeIndustrial

Preset Details

Residential Presets

All residential presets use LiFePO4 chemistry for its safety, longevity, and flat voltage curve.

  • SmallResidential: Entry-level home battery. Passive cooling keeps costs down.
  • MediumResidential: Most common home setup. Active air cooling for better performance.
  • LargeResidential: Premium home system or small business. Higher power for demand peaks.

Commercial Presets

Commercial presets switch to LiIon (NMC/NCA) for higher energy density.

  • SmallCommercial: Fits in a utility room. Good for peak shaving.
  • MediumCommercial: Containerized or dedicated room. Liquid cooling for sustained performance.
  • LargeCommercial: Outdoor container installation. High power for demand response.

Industrial Presets

Industrial presets are designed for grid-scale applications.

  • SmallIndustrial: Building block for larger systems. Grid support capabilities.
  • MediumIndustrial: Frequency regulation, renewable firming.
  • LargeIndustrial: Chiller cooling for precise thermal control in extreme conditions.