Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goliatone/node-red-contrib-bacnet

Node-RED contrib node to support BACnet systems
https://github.com/goliatone/node-red-contrib-bacnet

bacnet building-automation iot node-red

Last synced: 4 days ago
JSON representation

Node-RED contrib node to support BACnet systems

Awesome Lists containing this project

README

        

## node-red-contrib-bacnet

[Node-RED][1] contribution package for [BACnet][2].

BACnet is a protocol to interact with building automation devices defined by ASHRAE.

Uses BACnet protocol stack written in pure JavaScript. Check out [bacstack][3] to learn more.

### Install

NOTE: Currently the module is not published, so you would need to use the following command:

```
$ npm install goliatone/node-red-contrib-bacnet
```

```
$ npm install --save node-red-contrib-bacnet
```

### How to use

### Debug

```
DEBUG=node_red_contrib_banet node-red -v
```

[1]:https://nodered.org/
[2]:http://www.bacnet.org/
[3]:https://www.npmjs.com/package/bacstack/