Hey everyone, I wanted to share some exciting insights I discovered while exploring Zigbee routing in Home Assistant. If you’re dealing with a larger Zigbee network, you might find this particularly interesting!
Did you know there are two primary routing methods in Zigbee: Table Routing and Source Routing? Table Routing relies on each router independently deciding how to forward messages, while Source Routing uses a centralized approach where the coordinator defines the optimal path. The latter is a real game-changer for efficiency!
I recently tested both methods and the results were eye-opening. With Table Routing, I consistently saw response times around 383 ms, but switching to Source Routing dropped this to a sleek 59 ms! This might not seem like a huge difference, but in a network with multiple devices and automations, these savings add up quickly, making your smart home feel much more responsive.
The best part? Enabling Source Routing is a breeze. Simply add the following to your configuration.yaml:
yaml
zha:
zigpy_config:
source_routing: true
After making this change, give your system about 10 minutes to settle in. You should start noticing smoother operations and fewer network hiccups. I’d love to hear if others have experienced similar improvements or if there are any potential downsides you’ve encountered. Let’s keep the conversation going and help each other optimize our smart home setups!
Happy routing! ![]()