Class BatterySoltaroClusterVersionBImpl

All Implemented Interfaces:
Battery, SoltaroCluster, ModbusComponent, OpenemsComponent, ModbusSlave, StartStoppable, org.osgi.service.event.EventHandler

public class BatterySoltaroClusterVersionBImpl extends AbstractOpenemsModbusComponent implements SoltaroCluster, Battery, ModbusComponent, OpenemsComponent, org.osgi.service.event.EventHandler, ModbusSlave, StartStoppable
  • Field Details

    • parseSubMasterCommunicationFailure

      protected final Consumer<Integer> parseSubMasterCommunicationFailure
      This method is used as callback for Modbus register 0x1082, which is holding bitwise information on the communication status of each rack. This method parses the state for all active racks and sets the StateChannels (e.g. SoltaroCluster.ChannelId.SUB_MASTER_1_COMMUNICATION_FAILURE) accordingly.
  • Constructor Details

    • BatterySoltaroClusterVersionBImpl

      public BatterySoltaroClusterVersionBImpl()
  • Method Details