VOLTTRON BACnet proxy on different port other than 47808

42 Views Asked by At

Is it possible setup the BACnet Proxy Agent to scrape BACnet devices on a different UDP Port other than the typical 47808 which is default for BACnet?

This is the VOLTTRON BACnet Proxy Agent config file, does it support specifying different UDP ports?

{
    "device_address": "10.0.2.15",
    "max_apdu_length": 1024,
    "object_id": 599,
    "object_name": "Volttron BACnet driver",
    "vendor_id": 15,
    "segmentation_supported": "segmentedBoth"
}
1

There are 1 best solutions below

4
bbartling On

Try specifying your IP address of the device running VOLTTRON for the BACnet proxy in the format of IP, subnet in CIDAR notation, and port number. Like this:

"device_address": "10.0.2.15/24:47820"