bitpool / edge-bacnet

A bitpool-edge bacnet gateway for Node-RED
MIT License
9 stars 6 forks source link

BITPOOL-EDGE BACNET


About

A Node-RED node that reads and writes to BACnet devices.

Getting Started

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.

Installation

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

Updating

The module can be updated via the Node-RED pallette manager, or via the npm cli.

Upon updating to the latest version, we highly recommend:
 - Check out the changelog for latest feature notes and updates 
 - Remove all @bitpoolos/edge-bacnet nodes from all flows 
 - Deploy all flows 
 - Restart Node-RED 
 - Insert and reconfigure new @bitpoolos/edge-bacnet nodes. 
 - Restart Node-RED again if no devices are discovered.

Main reason being, the behaviour of the bacnet client binding to network interfaces can remain stagnent if the Node-RED service is not restarted. This also ensures that all of the nodes are correctly configured as there are often properties added and removed from nodes.

Changelog

Changelog

Notes

Resources

Contributions

This node utilises v1.0.0-beta.2 of the node-bacnet package (https://github.com/HILA-TECH/ts-node-bacstack). None of the functionality here would be possible without the fantastic work done by the contributors of that project, and the original node-bacstack implementation (https://github.com/fh1ch/node-bacstack).

License

This project is under the MIT license agreement. For more details, see the LICENSE file.