Cloning and filtering BACnet instances

Hi all,

I've recently started using Node-RED and having had success passing OpenWeather data to a BACnet controller I'm now looking at using it to pass power meter data from a Modbus TCP server to BACnet AVs.

Now, if I have 25 power meters to implement, and each meter has 20 datapoints, that means I have to create 500 BACnet instances within node-RED to write the meter data to. Is there some way I can speed up the cloning process? And some way of filtering the BACnet instances so that I don't have to scroll through the whole lot when configuring the BACnet-Write nodes?