Skip to main content
Version: v0.2.4

BACnet Overview

About BACnet

BACnet stands as a data communications protocol designed for Building Automation and Control Networks. It holds the status of an approved and standardized protocol by esteemed organizations such as the American Society of Heating, Refrigerating, and Air Conditioning Engineers (ASHRAE), the American National Standards Institute (ANSI), and the International Organization for Standardization (ISO). This protocol facilitates communication and control across various applications, including heating, ventilation, air-conditioning, lighting, access, and fire detection systems, along with their associated equipment.

BACnet Object IDs

ObjectNumberDescription
Analog Input0Represents a continuously variable physical input, such as temperature or humidity.
Analog Output1Controls an analog output, such as a variable-speed fan or dimmable lighting.
Analog Value2Stores and processes analog values for calculations or logic operations.
Binary Input3Represents a digital (on/off) input, such as a switch or sensor.
Binary Output4Controls a digital (on/off) output, such as a relay or actuator.
Binary Value5Stores and processes binary values for logical operations.
Calendar6Defines date-based schedules for automation processes.
Command7Executes predefined commands or sequences.
Device8Represents a BACnet device and its associated properties.
Event Enrollment9Manages event-based notifications and alerts.
File10Represents a file object used for data storage and transfer.
Group11Groups multiple objects for simplified control and monitoring.
Loop12Represents a control loop for process control applications.
Multi-state Input13Represents an input with multiple discrete states.
Multi-state Output14Controls an output that has multiple states.
Notification Class15Manages notifications and alarms for BACnet objects.
Program16Represents executable logic, such as scripts or automation routines.
Schedule17Defines time-based automation schedules for devices.
Multi-state Value19Stores and processes values with multiple discrete states.

BACnet Common Property's

Property NameNumber
objectName77
presentValue85
priorityArray87
device8

BACnet Common Property's for a Device

Property NameDeviceIdentifierDescription
objectList876Lists all objects that belong to the device.
deviceName877The human-readable name of the device.
manufacturer8121The name of the device manufacturer.
manufacturer-id8120A unique identifier assigned to the manufacturer.
segmentationSupported8107Indicates whether the device supports segmentation.
maxApduLengthAccepted862Specifies the maximum APDU size the device can process.

BACnet Property's

Property NameNumber
ackedTransitions0
ackRequired1
action2
actionText3
activeText4
activeVtSessions5
alarmValue6
alarmValues7
all8
allWritesSuccessful9
apduSegmentTimeout10
apduTimeout11
applicationSoftwareVersion12
archive13
bias14
changeOfStateCount15
changeOfStateTime16
notificationClass17
none18
controlledVariableReference19
controlledVariableUnits20
controlledVariableValue21
covIncrement22
datelist23
daylightSavingsStatus24
deadband25
derivativeConstant26
derivativeConstantUnits27
description28
descriptionOfHalt29
deviceAddressBinding30
deviceType31
effectivePeriod32
elapsedActiveTime33
errorLimit34
eventEnable35
eventState36
eventType37
exceptionSchedule38
faultValues39
feedbackValue40
fileAccessMethod41
fileSize42
fileType43
firmwareRevision44
highLimit45
inactiveText46
inProcess47
instanceOf48
integralConstant49
integralConstantUnits50
issueConfirmedNotifications51
limitEnable52
listOfGroupMembers53
listOfObjectPropertyReferences54
listOfSessionKeys55
localDate56
localTime57
location58
lowLimit59
manipulatedVariableReference60
maximumOutput61
maxApduLengthAccepted62
maxInfoFrames63
maxMaster64
maxPresValue65
minimumOffTime66
minimumOnTime67
minimumOutput68
minPresValue69
modelName70
modificationDate71
notifyType72
numberOfAPDURetries73
numberOfStates74
objectIdentifier75
objectList76
objectName77
objectPropertyReference78
objectType79
optional80
outOfService81
outputUnits82
eventParameters83
polarity84
presentValue85
priority86
priorityArray87
priorityForWriting88
processIdentifier89
programChange90
programLocation91
programState92
proportionalConstant93
proportionalConstantUnits94
protocolConformanceClass95
protocolObjectTypesSupported96
protocolServicesSupported97
protocolVersion98
readOnly99
reasonForHalt100
recipient101
recipientList102
reliability103
relinquishDefault104
required105
resolution106
segmentationSupported107
setpoint108
setpointReference109
stateText110
statusFlags111
systemStatus112
timeDelay113
timeOfActiveTimeReset114
timeOfStateCountReset115
timeSynchronizationRecipients116
units117
updateInterval118
utcOffset119
vendorIdentifier120
vendorName121
vtClassesSupported122
weeklySchedule123

Debugging

Wireshark/Tshark

Tshark

Install

sudo apt-get install tshark

Usage

sudo tshark -i eth0 -f "udp" | grep "BACnet-APDU"

Ping Port 47808

Check and see if port 47808 is open on your target device.

Netcat -v -u -z 192.168.15.155 47808