Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 655 Bytes

node-red-contrib-bacnet

Node-RED contribution package for BACnet.

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

Uses BACnet protocol stack written in pure JavaScript. Check out bacstack 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