Describe the question/query that you have
Iam trying to make a board with 8 relays and one esp32 to control my home.
i have a couple of lights and shades, all working good as a bridged node with aggregator in HomeKit.
i want to add an accessory that have 3 plugins as one accessory to make control of a real device, i can make it as one accessory only with root node and 3 endpoints of plugins. but i want to add more accessories to the same "board" but not in the same accessory in homekit. the final result should be like this :-
Bridge
/ \
/ \
/ \
Accessory1 Accessory2
| / \
light plugin1 plugin2
How to make this in esp matter?
Iam thinking about making to Aggregator but thats not working.