Modbus Binding - Sunspec

Hi

openhabian based RPI with 8Gb Ram(all 3)

openHAB 5.1.3(2) and 5.1.4(1)

I have 3 different systems all with Outback Inverters but with different configurations

All have Mate3s Controllers

System 1

1 x Inverter Single Phase Outback VXR

System 2

3 x Inverter 3 Phase Outback VXR

System 3

3 x Inverters GS Radian All Single Phase

The Outback Systems support Sunspec which is great

For System 1 and 2 the traditional the Modbus Discovery discovers the inverters and configures correctly and polls correctly

for the 3rd system (3 x single phase inverters) the Modbus binding discovers one of the inverters and ignores the others that are connected

In the 3rd case each of these Inverters is part of a large system and would be great to be able to get the other 2 inverters discovered.

sSince the systems 1 and 2 are different configs I will not (unl;ess deemed needed) include their modbus channels configs here is the Modbus Channel Config for the 3rd System

version: 1
things:
  modbus:inverter-single-phase:076b1d16fc:40520:
    bridge: modbus:tcp:076b1d16fc
    label: OutBack_Power MATE3S
    config:
      refresh: 5
      address: 40000
      length: 61
      maxTries: 3
    channels:
      deviceInformation#cabinet-temperature:
        type: cabinet-temperature-type
      deviceInformation#heatsink-temperature:
        type: heatsink-temperature-type
      deviceInformation#transformer-temperature:
        type: transformer-temperature-type
      deviceInformation#other-temperature:
        type: other-temperature-type
      deviceInformation#status:
        type: status-type
      deviceInformation#status-vendor:
        type: status-vendor-type
      acGeneral#ac-total-current:
        type: ac-total-current-type
      acGeneral#ac-power:
        type: ac-power-type
      acGeneral#ac-frequency:
        type: ac-frequency-type
      acGeneral#ac-apparent-power:
        type: ac-apparent-power-type
      acGeneral#ac-reactive-power:
        type: ac-reactive-power-type
      acGeneral#ac-power-factor:
        type: ac-power-factor-type
      acGeneral#ac-lifetime-energy:
        type: ac-lifetime-energy-type
      acPhaseA#ac-phase-current:
        type: ac-phase-current-type
      acPhaseA#ac-voltage-to-next:
        type: ac-voltage-to-next-type
      acPhaseA#ac-voltage-to-n:
        type: ac-voltage-to-n-type
      dcGeneral#dc-current:
        type: dc-current-type
      dcGeneral#dc-voltage:
        type: dc-voltage-type
      dcGeneral#dc-power:
        type: dc-power-type

Any ideas on what would be needed to do to get this working

I have not done a recent discovery of the Outback Mate3S system and its 3 x inverters but if this is required I can delete and rediscover since its not correct anyway

Please let me know if more info is needed

Thanks