I’m exploring the idea of extending Zigbee communication over a LAN connection by using two purpose built gateways, possibly built on ESP32 in the prototype phase (or maybe forever). These devices would relay Zigbee messages over LAN, making the Zigbee network itself unaware that some messages are traveling through a wired or wireless link—effectively making devices on both sides appear as part of the same Zigbee mesh.
Better try, because there are a lot of companies that sell Zigbee devices, and none have come up with a solution like that. And I’m sure they have enough qualified engineers.
Interesting idea. Not sure how mesh would react to a split in network like that. Either those gw’s should act as one node, or the 2 would be fixed neighbours and reject all ‘route change requests’.
The mest should not know or care, as the mest would be kept intact.
The two GW devices would act as any other zigbee router devices normally do in the mesh. The only difference is that they have a secret tunnel between them, completely hidden from the mesh. All routing decision should be taken by the mesh, even the GW’s, as they normally do. Would have to fake the link quality measure for the hop between the GW’s, but that should be all.
The ESP32-C6 should ideally have all that is needed to get your hands dirty with the coding.