Novant

Documentation

Network Basics

An edge node needs to communicate over your site’s network to collect data from building systems and send it to Novant. This guide covers the networking fundamentals you’ll need to have productive conversations with IT teams during deployment.

IP Addresses

Every device on a network has an IP address — think of it as a mailing address that lets other devices find it. There are two ways a device can get one:

For edge nodes, either option works. Your IT team will have a preference based on how they manage their network.

Questions for IT:

Subnets

A subnet is like a neighborhood inside your network. Devices in the same subnet can talk to each other directly. Devices in different subnets need a router to pass traffic between them — and in many buildings, that routing may not be configured by default.

The edge node needs to be on the same subnet as the building automation devices it’s collecting data from. If they’re on different subnets, IT will need to set up routing between them, or you may need to install an additional edge node on each subnet.

Questions for IT:

VLANs

A VLAN (Virtual LAN) is a way to separate traffic on the same physical network into isolated groups. Many buildings use VLANs to keep building automation traffic separate from corporate IT traffic, guest Wi-Fi, and other systems.

If the site uses VLANs, the edge node needs to be placed on — or given access to — the VLAN where the building devices live. This is something IT configures on the network switch.

Questions for IT:

Where to Install the Edge Node

The edge node must connect to the same network as the devices it needs to communicate with. This means the building automation network, not the general office Wi-Fi or guest network.

Common installation locations:

Your IT team can tell you the best location based on how their network is set up.

Questions for IT:

Multiple Networks

Some sites have separate networks for different systems — one for building automation, one for lighting, one for metering, and another for corporate IT. If the systems you need to connect to are on different networks, you have two options:

  1. Ask IT to set up routing between the networks so a single edge node can reach all devices.
  2. Install an edge node on each network. Novant can aggregate data from multiple edge nodes into a single project, so this is a common approach for segmented sites.

Questions for IT:

Firewalls and Ports

A firewall controls what traffic is allowed in and out of a network. The edge node needs outbound access to reach Novant — it connects to a single endpoint (node.novant.io) over HTTPS (port 443).

The edge node does not require any inbound ports to be opened. All connections are initiated from inside your network — external systems cannot reach in.

This outbound-only model is a common pattern for IoT and building infrastructure devices, and is generally straightforward for IT teams to approve.

Questions for IT:

If outbound traffic must pass through a proxy server, see Configuring an Outbound Proxy.

Identifying Your Protocol

Different buildings use different protocols for device communication. BACnet and Modbus are the most common. The protocol determines how the edge node connects to the building system and may affect hardware requirements — for example, BACnet MSTP (serial) requires a gateway to bridge to the IP network.

If you’re not sure which protocol is in use, check the system documentation or device labels. Your building automation contractor or BMS provider can also confirm.

Questions for the site team:

See Supported Systems for a full list of protocols Novant supports.