Difference between revisions of "Domnev"

From Teltonika Networks Wiki
Line 3: Line 3:
 
This article contains instructions on how to set up BACnet on Teltonika Networks devices.
 
This article contains instructions on how to set up BACnet on Teltonika Networks devices.
  
BACnet provides a standardized way for devices from different manufacturers to communicate with each other and integrate seamlessly into a building automation system. This allows building managers and operators to monitor and control various building systems from a central location, optimizing energy efficiency, reducing operating costs, and improving occupant comfort and safety.
 
 
==Configuration overview and prerequisites==
 
==Configuration overview and prerequisites==
  
Line 9: Line 8:
  
 
'''Prerequisites''':
 
'''Prerequisites''':
* Two RUT955;
+
* Two RUT/RUTX series routers with RUTOS firmware;
* Controller;
 
* BACnet Server;
 
 
* An end device (PC, Laptop) for configuration;
 
* An end device (PC, Laptop) for configuration;
  
Line 17: Line 14:
 
[[File:Networking rut9 manual webui basic advanced mode.gif|border|center|class=tlt-border|1102x52px]]
 
[[File:Networking rut9 manual webui basic advanced mode.gif|border|center|class=tlt-border|1102x52px]]
  
'''Note''': This is additional software that can be installed from the '''Services → [[RUT955_Package_Manager|Package Manager]]''' page.
+
==Topology==
  
== BACnet/Ethernet configuration==
+
Router 1# - RUTX11 as a hub. It will be our "default gateway" for spoke device. RUTX11 has a LAN subnet of 192.168.11.0/24 configured on it, which should be reachable by the spoke.
  
[[File:BACnet Topology 1.png|border|center|class=tlt-border|800x260px|]]
+
Router 2# - RUT955 as a spoke. It will be connecting to a hub for basic internet access. RUT955 has a lan subnet of 192.168.9.0/24 configured on it, which should be reachable by the hub.
  
The controller is directly connected to RUT955 via RS485; The router forwards the data from the controller to the BACnet server to the PC.
 
=== BACnet ===
 
----
 
Install the BACnet package on RUT955 and navigate to '''Services → BACnet''' and '''enable''' the '''instance'''. Everything else can be left as is or changed to suit your needs.
 
 
[[File:BACnet enable instance.png|border|center|class=tlt-border|818x210px]]
 
 
=== Server ===
 
----
 
For the server, Yet Another BACnet Explorer (YABE) is used. It is an open-source BACnet Explorer that is designed to be lightweight, fast, and easy to use.
 
 
Open the software and '''click''' on the '''green plus sign (top left)''' to add a new device. Then a new window will pop up; there, select the '''local endpoint IP address '''and click '''Start'''. Everything else can be left as is or changed to suit your needs.
 
 
[[File:Yabe configuration add device fixed.png|border|center|class=tlt-border|639x203px]]
 
 
Select the newly created communication node and right-click on it to '''send'''  '''WhoIs''' request (application  might send these automatically).
 
 
[[File:Yabe whois.png|border|center|class=tlt-border|364x126px]]
 
 
=== Results ===
 
----
 
In cases of success, you see the connected BACnet device and its parameters.
 
 
[[File:Yabe successful connection.png|border|center|class=tlt-border|914x530px]]
 
 
== BACnet/IP via LTE configuration ==
 
 
[[File:BACnet Topology 2.png|border|center|class=tlt-border|876x321px]]
 
 
In this topology, there are two RUT955 routers - RUT1 and RUT2. RUT1 is connected to the server via LAN, and RUT2 is connected to the controller via RS485. RUT2 transmits data to RUT1, which then forwards it to the BACnet server.
 
 
For this configuration, you must have a public IP address. You can read more on this in our article on '''[[Private and Public IP Addresses]]'''.
 
 
=== Router 1 ===
 
----
 
 
==== BACnet ====
 
----
 
 
Navigate to '''Services → BACnet''' and '''enable''' the '''instance'''.
 
 
[[File:BACnet enable instance.png|border|center|class=tlt-border|818x210px]]
 
 
==== Firewall ====
 
----
 
Open the RUT1 WebUI and navigate to '''Network → Firewall → Port Forwards'''. Create a port forward rule to forward UDP packets from RUT2 WAN to the RUT1 LAN address port.
 
 
[[File:Router1 firewall port forward.png|border|center|class=tlt-border|797x617px]]
 
 
# '''Enable''' instance
 
# '''Name''' - enter desired name
 
# '''Protocol''' - UDP
 
# '''Source zone''' - WAN
 
# '''External port''' - YABE port
 
# '''Internal zone''' - LAN
 
# '''Internal IP address''' - PC LAN IP
 
# '''Internal port''' - YABE port
 
 
YABE port can be found looking through the traffic with Wireshark on your PC or TCP dump on RUT1 or RUT2.
 
 
'''Note''': If you restart the YABE software or delete and recreate a new communication device, YABE may use a different port number, in which case you must change the port forward configuration in the router connected to your PC.
 
 
=== Router 2 ===
 
----
 
 
==== BACnet ====
 
----
 
'''Bacnet BBMD''' – stands for "BACnet Broadcast Management Device." A BBMD is a device that manages the routing of BACnet broadcast messages across different IP subnets. When a BACnet device sends a broadcast message, it is typically sent to all devices on the same subnet, but not to devices on other subnets. However, sometimes it is necessary for broadcast messages to be sent to devices on multiple subnets. This is where a BBMD comes in.
 
Navigate to '''Services → BACnet''', there:
 
 
# '''Enable''' BACnet
 
# '''Enable''' BBMD
 
# '''BBMD interface''' - select the interface with Public IP.
 
# '''Enable Port forward''' - this will automatically create a port forward rule.
 
 
[[File:BACnet_enabled_BBMD_fixed.png|border|center|class=tlt-border|797x234px]]
 
 
The created port forward rule should look like this:
 
[[File:BACnet firewall router2.png|border|center|class=tlt-border|864x620px]]
 
 
Everything else can be left as default or changed according to your needs.
 
 
=== Server ===
 
----
 
Open the software and '''click''' on the '''green plus sign (top left)''' to add a new device. Then a new window will pop up; there, select the '''local endpoint IP address ''' and click '''start'''. Everything else cane be left as default or changed according to your needs.
 
 
[[File:Yabe configuration add device fixed.png|border|center|class=tlt-border|639x203px]]
 
 
Then select the node and go to '''Meniu → Functions → IP services → Foreign device registration''' and enter the public IP address of RUT2 (the one connected to controller).
 
 
[[File:Yabe IP services.png|border|center|class=tlt-border|414x163px]]
 
 
=== Results ===
 
----
 
In case of success, you see the device connected via gateway.
 
 
[[File:Yabe 2 successful.png|border|center|class=tlt-border|925x501px]]
 
 
==BACnet/IP via RMS VPN configuration==
 
If having a public IP is not an option, RMS VPN could be used as an alternative to access your device over the internet. [https://teltonika-networks.com/lt/about-us/introducing-rms-vpn-service/ RMS VPN] is a service designed for remote efficient, low-cost management of large-scale networks. In contrast to point-to-point VPN services, RMS VPN enables the instant creation of encrypted VPN tunnels for secure access to multiple endpoints.
 
 
===RMS VPN===
 
----
 
A guide on how to set up an RMS VPN hub can be found [https://youtu.be/dfAudZR2wPY here].
 
 
[[File:RMS VPN BACnet fixed.png|border|center|class=tlt-border|995x500px]]
 
 
Both RUT1 and RUT2 have to be added to the RMS VPN Hub.
 
 
=== RUT1 & RUT2 ===
 
----
 
Once RMS VPN Hub is set up, follow the RUT1 and RUT2 configuration described above.
 
 
== See also ==
 
== See also ==
[[RUT955_BACnet|BACnet]] on RUT955
 
 
[[RUT955 Firewall#Port Forwards|Port-forward]] on RUT955
 
  
 
== External links ==
 
== External links ==
[https://sourceforge.net/projects/yetanotherbacnetexplorer/ Yabe]
 
 
[https://rms.teltonika-networks.com/|Teltonika RMS]
 

Revision as of 12:08, 20 March 2023

The information in this page is updated in accordance with 00.07.4 firmware version .

Introduction

This article contains instructions on how to set up BACnet on Teltonika Networks devices.

Configuration overview and prerequisites

Before we begin, let's take a look at the configuration that we are attempting to achieve and the prerequisites that make it possible.

Prerequisites:

  • Two RUT/RUTX series routers with RUTOS firmware;
  • An end device (PC, Laptop) for configuration;

If you're having trouble finding any page or some of the parameters described here on your device's WebUI, you should turn on "Advanced WebUI" mode. You can do that by clicking the "Basic" button under "Mode," which is located at the top-right corner of the WebUI.

Networking rut9 manual webui basic advanced mode.gif

Topology

Router 1# - RUTX11 as a hub. It will be our "default gateway" for spoke device. RUTX11 has a LAN subnet of 192.168.11.0/24 configured on it, which should be reachable by the spoke.

Router 2# - RUT955 as a spoke. It will be connecting to a hub for basic internet access. RUT955 has a lan subnet of 192.168.9.0/24 configured on it, which should be reachable by the hub.

See also

External links