openems icon indicating copy to clipboard operation
openems copied to clipboard

Fronius GEN24 Energy Storage System

Open clehne opened this issue 2 years ago • 1 comments

Fronius Symo GEN 24 ESS bundle.

Note:

  • this is an experimental bundle and does not work with standard OpenEMS ESS controllers (due to a bug within the Fronius GEN24 hardware modbus implementation (see readme.adoc and implementation for more)
  • This is based on PR #2149 (feature/defaultSunspecUpdateAndEnhancement)

References: see https://community.openems.io/t/laden-entladen-am-fronius-symo-gen24-hybridwechselrichter-mit-modbus/1549

clehne avatar Apr 23 '23 17:04 clehne

@clehne I updated some parts of the Code to latest OpenEMS SunSpec. Unfortunately our SunSpecCodeGenerator can still not generate code for "Modules" inside a block. Also I fixed/update a former issue with writeable BitFields recently and applied that for

((BooleanWriteChannel) this.getSunSpecChannelOrError(DefaultSunSpecModel.S124_StorCtl_Mod.CHARGE))
		.setNextWriteValue(true);
((BooleanWriteChannel) this.getSunSpecChannelOrError(DefaultSunSpecModel.S124_StorCtl_Mod.DISCHARGE))
		.setNextWriteValue(true);

Do you have a change to work on this implementation? Also for cleanness we should add a AbstractSunSpec(Managed)SymmetricEss, like we have for PV-Inverters etc.

sfeilmeier avatar Jun 15 '24 20:06 sfeilmeier

This PR has been automatically marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Sep 20 '25 07:09 github-actions[bot]

This PR has been closed due to inactivity

It was automatically closed because there has been no recent activity. If the PR is still relevant, please feel free to reopen and update it and add any new information.

github-actions[bot] avatar Oct 06 '25 02:10 github-actions[bot]