Importing or mirror Homekit Accessories without a homekit controller in HA

Hi Guys,

I am here to get some expert advice on importing official homekit accessories without a homekit controller.

The current Scenario is I bought some relay switches (1 device 5 connection relay ) from a company called wozart they are compatible with the homekit (working fine natively) App. Now when I try to import them with the HA controller it shows me the below error.

2022-09-15 11:05:19 ERROR (MainThread) [homeassistant.components.switch] Platform homekit_controller does not generate unique IDs. ID homekit- 3814-8 already exists - ignoring switch.light_1

Basically, it’s one device that can on/off 5 switches independently but the device itself has a unique ID that is not supported by HA. I came to know these issues

homekit_controller does not work with devices that have duplicate serial numbers · Issue #34121 · home-assistant/core · GitHub,
homekit meross msg200 · Issue #68872 · home-assistant/core · GitHub

Is there any chance I can import them into HA with some hack or keep using the Homekit app, and make HA forward automation requests to homekit?

Any possibilities?