node-red-contrib-zigbee icon indicating copy to clipboard operation
node-red-contrib-zigbee copied to clipboard

Zigbee topology

Open martin9115 opened this issue 4 years ago • 5 comments

Hi, Can this libraries help me build zigbee mesh?

martin9115 avatar Oct 08 '20 12:10 martin9115

Yes, I would say.

best regards

stuckis6er avatar Oct 08 '20 12:10 stuckis6er

Any example?

martin9115 avatar Oct 09 '20 18:10 martin9115

Zigbee should form a mesh without any additional configuration. The underlying zigbee-herdsman package seems to permit this.

midzdotdev avatar Nov 16 '20 00:11 midzdotdev

Yes, but i wish to understand the principle (algorithm) of the topology, like star, mesh etc. Any help?

martin9115 avatar Nov 16 '20 08:11 martin9115

Within the documentation for zigbee2mqtt, there is an overview of how the network works. Check it out. It described the different kinds of nodes and their role in the network.

From what I've read, I believe so long as the devices have been paired onto the network via the coordinator, then the mesh network is self-organising. The coordinator just needs to send a message to an adjacent node/device and it will be routed to the recipient node.

Hope that helps :)

midzdotdev avatar Nov 18 '20 18:11 midzdotdev