I have over 400 points from about 45 different bacnet controllers that were discovered under one local bacnet ip device called "bacnet_network" using Mango 3.3.0. The issue is that I now have all of these points referring to their device name as "bacnet_network" instead of their actual bacnet device name (ie. VAV1). So when look at a list of points, the only thing that i can see is a column called "Device" that refers to the correct numerical bacnet device id for the particular device for a given set of bacnet points. I need to display the "friendly name" of the bacnet device, and not the device id.
Example: I now have 45 points listed as "bacnet_network - zonetemp", where as I need them to display "VAV1 - zonetemp, VAV2 - zonetemp, etc.).
It appears that I could open up each point individually, and change the device name to something other than the local bacnet device name of "bacnet_network", but that could be rather tedious, and prone to error. Any help on this would be appreciated. The funny thing is, when these points were initially discovered, Mango correctly indicated the correct "friendly" name of each parent bacnet device before I added their points to the system.