KOSTAL Inverters
Integration with KOSTAL hybrid inverter systems for energy storage, photovoltaic production, and grid monitoring.
Overview
This bundle provides support for two KOSTAL inverter product families:
-
KOSTAL PIKO: Hybrid inverter with integrated battery management, photovoltaic DC conversion, and grid meter
-
KOSTAL Plenticore: Hybrid inverter with energy storage, PV production, and integrated Smart Energy Meter (KSEM)
Both systems communicate via standard network protocols and support read-only (fast internal control) and read-write (slow external control) operating modes where applicable.
Components
This bundle implements OpenEMS Components for two KOSTAL inverter families:
KOSTAL PIKO Family
The PIKO family components communicate via HTTP/REST API to the inverter.
PIKO Core Component
Name: KOSTAL PIKO Core
Factory-PID: Kostal.Piko.Core
-
KostalPikoCore
-
OpenemsComponent
-
EventHandler
Description: Core communication component. Always required to establish communication with the inverter.
-
id(String): Component ID for unique identification (default: "kostalPiko0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true) -
ip(String): IP address of the PIKO inverter (required) -
unitID(Integer): Modbus Unit ID (default: 0xff) -
port(Integer): Port for communication (default: 81)
PIKO ESS Component
Name: KOSTAL PIKO ESS
Factory-PID: Kostal.Piko.Ess
-
KostalPikoEss
-
SymmetricEss
-
OpenemsComponent
Description: Energy storage system component for battery control and monitoring.
-
id(String): Component ID for unique identification (default: "ess0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true)
PIKO Charger Component
Name: KOSTAL PIKO PV-Charger
Factory-PID: Kostal.Piko.Charger
-
KostalPikoCharger
-
EssDcCharger
-
OpenemsComponent
-
ModbusSlave
Description: DC Charger/MPP tracker for photovoltaic system.
-
id(String): Component ID for unique identification (default: "charger0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true)
PIKO Grid Meter Component
Name: KOSTAL PIKO Grid-Meter
Factory-PID: Kostal.Piko.GridMeter
-
KostalPikoGridMeter
-
ElectricityMeter
-
OpenemsComponent
Description: Grid meter component for monitoring grid power.
-
id(String): Component ID for unique identification (default: "meter0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true)
KOSTAL Plenticore Family
The Plenticore family components communicate via Modbus TCP.
Plenticore ESS Component
Name: KOSTAL Plenticore ESS
Factory-PID: Kostal.Plenticore.Ess
-
KostalManagedEss
-
ManagedSymmetricEss
-
SymmetricEss
-
ModbusComponent
-
TimedataProvider
-
EventHandler
-
OpenemsComponent
Description: Hybrid energy storage system (battery) with management capabilities.
-
id(String): Component ID for unique identification (default: "ess0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true) -
readOnlyMode(Boolean): Prevent power commands to inverter (default: true) -
controlMode(Enum): Control mode - INTERNAL or EXTERNAL (default: INTERNAL) -
minsoc(Integer): Minimum battery state of charge in % (default: 5) -
watchdog(Integer): Watchdog timeout in seconds (default: 30) -
tolerance(Integer): Tolerance in watts to skip Modbus writing (default: 50) -
modbus_id(String): ID of Modbus bridge (default: "modbus0") -
debugMode(Boolean): Enable debug mode (default: false)
Plenticore PV-Inverter Component
Name: KOSTAL Plenticore PV-Inverter
Factory-PID: Kostal.Plenticore.PV-Inverter
-
KostalPvInverter
-
ManagedSymmetricPvInverter
-
ElectricityMeter
-
ModbusComponent
-
OpenemsComponent
-
TimedataProvider
Description: Hybrid inverter component for photovoltaic production monitoring and power limiting.
-
id(String): Component ID for unique identification (default: "pvInverter0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true) -
readOnly(Boolean): Prevent power-limitation commands to inverter (default: true) -
modbus_id(String): ID of Modbus bridge (default: "modbus0") -
modbusUnitId(Integer): Modbus Unit ID (default: 71)
Plenticore KSEM Component
Name: KOSTAL Smart Energy Meter (KSEM)
Factory-PID: Kostal.Plenticore.KSEM
-
KostalGridMeter
-
ElectricityMeter
-
OpenemsComponent
-
ModbusComponent
-
TimedataProvider
Description: Smart Energy Meter (KSEM) for grid or inverter-based energy monitoring.
-
id(String): Component ID for unique identification (default: "meter0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true) -
modbus_id(String): ID of Modbus bridge (default: "modbus0") -
modbusUnitId(Integer): Modbus Unit ID (default: 71) -
viaInverter(Boolean): Read meter data via inverter (default: false) -
wordwrap(Boolean): Use word-wrapped conversion (default: false) -
type(Enum): Meter type - GRID, PRODUCTION, or CONSUMPTION (default: GRID)