Even if it's possible, it may be beyond my abilities but I figured I would ask anyway.
The top portion of the flow would be deployed to any asset I want to monitor. The lower portion is where I really need help. As you can see I'm subscribed to a root topic and a wildcard. I want to take each subroot of the subscription and create an instance of the UI nodes for that device automatically.
So I should just generalize the nodes as much as possible and maybe use two levels of switch notes, the first to separate out the hosts and the cut and paste the 2nd one and child nodes.
It depends how you want to display the data - You could have some selector and switch between topics and re-use the widgets as-is (ie only on the one page) - or you could cut/paste and create a tab/page view per topic instead...