Wiki source code of BACnet
Version 21.1 by Kilight Cao on 2025/06/03 11:51
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | **Table of Contents:** | ||
2 | |||
3 | {{toc/}} | ||
4 | |||
5 | |||
6 | = 1. BACnet = | ||
7 | |||
8 | == 1.1 Introduction == | ||
9 | |||
10 | === 1.1.1 What is BACnet === | ||
11 | |||
12 | |||
13 | BACnet, short for Building Automation and Control networks. | ||
14 | |||
15 | The BACnet communication protocol defines a number of services for communication between devices, and services can be divided into five categories: services related to device object management including Who-Is, I-Am, Who-Has, and other services, services related to object access including reading attributes, writing attributes and other services, and services related to alarms and events include acknowledgment alarms, change of state reports, etc. In addition, there are services related to file reading and writing and virtual terminals. | ||
16 | |||
17 | |||
18 | === 1.1.2 List supported products and requirements === | ||
19 | |||
20 | |||
21 | Gateway model: LPS8v2,LG01v2,MS20,MS48-LR | ||
22 | |||
23 | |||
24 | = 2. Bridge LoRaWAN network to BACnet network = | ||
25 | |||
26 | |||
27 | By following the steps below in the configuration example, Users can convert the uplink data of the lorawan sensor to BACnet data | ||
28 | |||
29 | LPS8v2 includes a local ChirpStack Server. This example shows how to configure LHT65N to use with BACnet. This example assumes users already have: | ||
30 | |||
31 | * LHT65N register on LPS8v2 Built-In ChirpStack server already | ||
32 | * The user is able to see the data on the built-in ChirpStack server device page. | ||
33 | |||
34 | Below are the steps to configure lps8v2 BACnet. | ||
35 | |||
36 | |||
37 | == 2.1 Register gateway == | ||
38 | |||
39 | |||
40 | For information on how to register a gateway connection to chirpstack, please refer to the link: | ||
41 | |||
42 | **[[https:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.A0SemtechUDPforChirpStackv4>>https://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.A0SemtechUDPforChirpStackv4]]** | ||
43 | |||
44 | |||
45 | == 2.2 Register Node == | ||
46 | |||
47 | For information on how to register a Node connection to chirpstack, please refer to the link: | ||
48 | |||
49 | **[[https:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H2.A0Nodeusageintroduction>>https://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H2.A0Nodeusageintroduction]]** | ||
50 | |||
51 | |||
52 | == 2.3 Configure BACnet == | ||
53 | |||
54 | After completing the steps of registering the gateway and nodes as mentioned above, start configuring BACnet | ||
55 | |||
56 | Video on the configuration of BACnet: | ||
57 | |||
58 | |||
59 | === Step 1. Enable BACnet === | ||
60 | |||
61 | |||
62 | |||
63 |