Skip to content

Trying to understand route selection #7535

Closed Answered by AlCalzone
rsteckler asked this question in Q&A
Discussion options

You must be logged in to vote

Route selection in Z-Wave is strange. It happens in the controller firmware, and from what I could gather, it attempts to spread routes over the network. However, this algorithm only takes into account whether nodes are neighbors, not how good the connection is.

It should prefer shorter routes, but anecdotally this isn't always the case.

When a route fails, the next one on the list is tried. If that works, it will stick, regardless of how good it is. When everything fails, routes are automatically determined by flooding the network with requests and seeing which one reaches the target. That route is then kept until it fails again.
This might have very well been the case here.


Aside from …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rsteckler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants