Battery API
Interface definitions for battery implementations and battery protection features.
Overview
This bundle provides the core interfaces and protection utilities for battery implementations in OpenEMS. It defines the Battery interface that all battery storage components must implement, as well as battery protection mechanisms including voltage protection, current limiting, and forced charge/discharge capabilities.
The Battery API is the foundation for all battery storage integrations, ensuring consistent behavior and safety features across different hardware implementations.
Battery Protection
The bundle includes comprehensive battery protection utilities:
BatteryProtection
Main protection coordinator that manages all battery safety mechanisms.
-
Voltage monitoring and limits (min/max cell voltages)
-
Temperature monitoring
-
Current limiting for charge and discharge
-
Force charge/discharge control
-
Protection definition and status reporting