osp-bacnet¶
Overview¶
BACnet is a communication protocol for Building Automation and Control, allowing communication of building automation and control systems.
The osp-bacnet module allows communicating with BACnet devices over IP for reading and writing values.
Warning
The osp-bacnet module can communicate with BACnet devices only if they are in the same subnet, or though a BACnet router (BBMD). It means that if no BACnet router is available, the osp-bacnet module must be run as a remote module and connected on host network.
List of configuration files¶
Filename |
Short description |
Format |
Documentation |
---|---|---|---|
module.service |
Each service is described in its own file and then assembled |
yml |
See the Swarm administration or Official documentation |
module.bacnet |
Defines the module configuration |
json |
|
device.bacnet |
Defines a BACnet device configuration |
json |
|
owner.bacnet |
Defines the configuration of a value to read on a BACnet device |
json |
|
output.bacnet |
Defines the configuration of a value to write on a BACnet device |
json |