Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goliatone/node-red-contrib-bacnet
- Owner: goliatone
- License: mit
- Created: 2017-05-06T13:34:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T15:34:34.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T09:09:12.502Z (27 days ago)
- Topics: bacnet, building-automation, iot, node-red
- Language: HTML
- Size: 25.4 KB
- Stars: 11
- Watchers: 5
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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/