A Node-RED node that reads and writes to BACnet devices.
Use the procedures below to install the Bitpool-Edge BACnet node onto your running instance. Then either use the Node-RED help, or read the wiki page to get you started on your next new project.
- Examples are available using the Import->Examples->Flows menu.
Install using the Node-RED manage palette,
1. Click the 'Hamburger' icon at the top right corner.
2. Select the 'Manage palette' option.
3. Click the 'Install' tab and type '@bitpoolos/edge-bacnet' into the search field.
4. Find the latest version and click to install.
or using NPM from the command line.
$ npm install @bitpoolos/edge-bacnet
-
This project is still in development and by no means perfect.
-
Gateway node changes require a restart of Node-RED. This includes any networking or interface adapter changes.
-
If you are using this node in a linux environment, using the 'All interfaces : 0.0.0.0' can be more reliable with a greater range of BACnet devices.
- bitpool.com - who are we.
- app.bitpool.com - our platform.
- wiki.bitpool.com - helpful docs.
- hub.docker.com - pre-canned nodes.
This node utilises v0.2.4 of the node-bacnet package (https://github.com/BiancoRoyal/node-bacstack). None of the functionality here would be possible without the fantastic work done by the contributors of that project.
This project is under the MIT license agreement. For more details, see the LICENSE file.