The BACnet connector correct URL format is: bacnet://{host}/{deviceId}?dnet={BACnet network no}&dadr={BACnet address}&hops={hop count} where:
host: is the ip and port of the bacnet device
deviceId: is the device instance of the bacnet device
dnet: is the network number of the bacnet device
dadr: is the mac address of the bacnet device
hops: is the hop count of the bacnet device (default is 255)
Example: bacnet://10.10.1.200:47810/1000?dnet=200&dadr=06&hops=255
...