BACnet
Minimal configuration
attributes:
room_temperature: 22.0
fan_enable: 0
communication:
- bacnet:
host: 0.0.0.0
port: 47808
device:
instance_id: 2001
vendor_id: 999
name: "SPX BACnet Simulator"
objects:
room_temp:
type: analogInput
instance: 2
properties:
presentValue:
read: "#attr(room_temperature)"
units: degreesCelsius
fan_command:
type: binaryOutput
instance: 10
priority: 8
properties:
presentValue:
read: "#attr(fan_enable)"
write: "#attr(fan_enable)"
states:
0: inactive
1: active
relinquishDefault: 0Notes
References
Last updated

