I had some extra time this weekend so decided to see if I could do something useful with the mesh data that was recently added to the IDE.
The result is a smartapp that gets details about zigbee and zwave devices and presents it in a sortable and filterable table:
Unfortunately, I couldn’t find the data for routes in the API, so this was implemented as a groovy app that uses the API (using just a personal access token so far) to get some device detail and html scraping of the IDE (running in the user agent) to get detail for the routes and metrics that isn’t available in the API.
JavaScript libraries: axios, jQuery, DataTables
(edit)
Additional Credit to ST Community: Some of the work by @tonesto7 and @coreylista on ST-Community-Installer helped me understand how to resolve a few technical issues/limitations encountered for this project.