Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

If the user will input a correct HOST but will put the wrong device instance number in, then an "Unknown Object" error will be thrown at the connector level.

If the user will put the wrong network number/ host/ mac address in, then a "Socket timeout" error will be thrown at the connector level.

  • No labels