Roche Energy REL261
AC-coupled commercial storage cabinet (261 kWh, 125 kW) with integrated PCS. Measurements only, no battery control.
Modbus TCP must be enabled in the cabinet's HMI under "Remote Management". Power and SoC are served on different Modbus IDs: PCS (ID 2) and BMS (ID 34).
Power (register 30135) mirrors the setpoint applied by the PCS and is not an independent measurement. If the cabinet is controlled externally and does not follow the command (e.g. during a PCS fault), the value deviates from the actual power.
Usage areas
- Battery
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
port | Port | optional | |
capacity [kWh] | Battery capacity | optional |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
meters: - name: my_battery type: template template: roche-energy-rel261 usage: battery host: 192.0.2.2 # IP address or hostname port: 502 # Port, optional capacity: 50 # Battery capacity (kWh), optional