Help Implementing Asymmetric Battery Inverter

I am using a Sinexcel Battery Inverter and have just upgraded the firmware to allow control of each phase individually. I have modified BatteryInverterSinexcel to address the appropriate registers and I have made some kludges to OEMS to test this and found that it works.
I am now struggling to figure out how to get access to the individual phase control from FixActivePower and ControllerBalancing. It seems there are Asymmetric objects but they aren’t used in any of the code I am using. There is an Asymmtric ESS but it isn’t available in Edge.
I think, I need to add all the new functions for individual phases to ManagedSymmetricEss and ManagedBatteryInverter.
I would appreciate of someone in the know could give advice on how to proceed.
This is my branch if you want to look.

Thanks.

Hi,

You are right, there is no EssGenericManagedAsymmetricImpl at the moment. The reason is, that till now we (here at FENECON) only had seen “AsymmetricEss” devices that would appear as Ess and not as BatteryInverter (like our former FENECON Pro 9-12 product).

So yes… I’m afraid I would be required to extend or copy the existing EssGenericManagedSymmetricImpl

Regards,
Stefan