BACnet Proxy is an agent that supports communication and management of BACnet devices.
Project description
BACnet Proxy Agent
BACnet Proxy is an agent that supports communication and management of BACnet devices.
Communication with a BACnet device on a network happens via a single virtual BACnet device. In the VOLTTRON driver framework, we use a separate agent specifically for communicating with BACnet devices and managing the virtual BACnet device.
Requires
- python >= 3.10
- volttron-core >= 2.0.0rc0
- bacpypes == 0.16.7
Documentation
More detailed documentation can be found on ReadTheDocs. The RST source of the documentation for this component is located in the "docs" directory of this repository.
Installation
Before installing, VOLTTRON should be installed and running. Its virtual environment should be active. Information on how to install of the VOLTTRON platform can be found here.
Create a configuration file for the BACnet Proxy Agent.
{
"device_address": "10.0.0.101",
"max_apdu_length": 1024,
"object_id": 599,
"object_name": "Volttron BACnet driver",
"vendor_id": 5,
"segmentation_supported": "segmentedBoth"
}
ℹ️ TIP: The device_address
field should contain the address bound to the network port over which BACnet communication will happen on the computer running VOLTTRON. This is NOT the address of any target device. See BACnet Router Addressing.
Install the BACnet Proxy Agent.
vctl install volttron-bacnet-proxy --agent-config <path to bacnet proxy config file> \
--vip-identity platform.bacnet_proxy
View the status of the installed agent
vctl status
Development
Please see the following for contributing guidelines contributing.
Please see the following helpful guide about developing modular VOLTTRON agents
Disclaimer Notice
This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any of their employees, nor any jurisdiction or organization that has cooperated in the development of these materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process disclosed, or represents that its use would not infringe privately owned rights.
Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file volttron_bacnet_proxy-2.0.0rc0.tar.gz
.
File metadata
- Download URL: volttron_bacnet_proxy-2.0.0rc0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d77a87c3f2354bc881c853caf3603a6eb93c0967533985c97c1f700e78b24ca |
|
MD5 | 497c3dcb9eb5740a74bbfa8448565d4c |
|
BLAKE2b-256 | 9780d2f0367e10bed9053346cb76c941f3e281f5fabf4cf1be5c6a31a85e13ac |
File details
Details for the file volttron_bacnet_proxy-2.0.0rc0-py3-none-any.whl
.
File metadata
- Download URL: volttron_bacnet_proxy-2.0.0rc0-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4de54570ac4d16f719a8b6be8e01bb0749e1e2e0f46fcd3729a4ba20eaa8b38b |
|
MD5 | 4d3ae380a091d99f2f4cc4557ae9a4be |
|
BLAKE2b-256 | 61d65f065f95034a1ecfd2ef9cb59456041d65176c346e21006e99f3214d2674 |