How to generate a graph of node-to-node reachability for zwavejs2mqtt #1903
kdknigga
started this conversation in
Show and tell
Replies: 3 comments
-
@kdknigga Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
For those interested, the Zensys Z-Wave PC Controller 5 also has a topology map. I still don't know what to use it for .. but hey :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a zwavejs2mqtt user, I was a little envious of Hubitat's topology graph, so I decided to replicate it for myself.
And I've decided to make the (simple) source code available to anyone else who'd like to try it:
https://github.com/kdknigga/zwavejs_neighbor_graph
Just ask zwavejs2mqtt to dump your node information (zwavejs2mqtt Control Panel -> Actions -> Advanced -> Dump -> Export) to a json file and feed it into the script. Some experience with python is probably suggested.
Beta Was this translation helpful? Give feedback.
All reactions