UNPKG

node-red-contrib-bacnet

Version:

The BACnet toolbox package for Node-RED from the P4NR B2B Community.

252 lines (170 loc) 7.76 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Documentation Index</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="navbar navbar-default navbar-fixed-top "> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="index.html">Documentation</a> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse" id="topNavigation"> <ul class="nav navbar-nav"> </ul> <div class="col-sm-3 col-md-3"> <form class="navbar-form" role="search"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search" name="q" id="search-input"> <div class="input-group-btn"> <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button> </div> </div> </form> </div> </div> </div> </div> <div class="container" id="toc-content"> <div class="row"> <div class="col-md-8"> <div id="main"> <section class="readme-section"> <article><p><img src="https://img.shields.io/badge/Platform-Node--RED-red.png" alt="Platform Node-RED"> <img src="https://img.shields.io/badge/Contribution-BACnet-blue.png" alt="Node-RED BACnet"> <a href="https://github.com/BiancoRoyal/node-red-contrib-bacnet"><img src="https://img.shields.io/badge/Repository-GitHub-orange.png" alt="Repository GitHub"></a> <a href="http://www.npm-stats.com/~packages/node-red-contrib-bacnet"><img src="https://img.shields.io/npm/dm/node-red-contrib-bacnet.svg" alt="NPM download"></a> <a href="https://travis-ci.org/BiancoRoyal/node-red-contrib-bacnet"><img src="https://img.shields.io/badge/Quality-Travis_CI-green.png" alt="Quality Travis CI"></a> <a href="https://www.codacy.com/gh/BiancoRoyal/node-red-contrib-bacnet?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=BiancoRoyal/node-red-contrib-bacnet&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/6cbeb40ab5604b3ab99e6badc9469e8a" alt="Codacy Badge"></a> <a href="https://gitpod.io/#https://github.com/BiancoRoyal/node-red-contrib-bacnet"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" alt="Gitpod Ready-to-Code"></a></p> <p><a href="http://www.bacnet.org/"><img src="images/bacnet-icon-quad64.png" alt="nodemodbus64"></a></p> <h1>node-red-contrib-bacnet</h1> <p>Building Automation and Control Networks Protocol toolbox for Node-RED.</p> <h3>International IIoT Website for Node-RED</h3> <p>For an international area, <a href="https://iniationware.com/">Iniationware</a> has provided the <a href="https://www.p4nr.com/">PLUS for Node-RED International</a> website.</p> <h3>IIoT Webseite Deutschland für Node-RED</h3> <p>Für einen deutschsprachigen Bereich hat <a href="https://iniationware.de/">Iniationware</a> die Webseite <a href="https://www.p4nr.com/de/">PLUS for Node-RED Germany</a> bereitgestellt.</p> <h2>Install</h2> <p>Run command on Node-RED installation directory.</p> <pre><code>npm install node-red-contrib-bacnet </code></pre> <p>or run command for global installation.</p> <pre><code>npm install -g node-red-contrib-bacnet </code></pre> <p>try these options on npm install to build, if you have problems to install</p> <pre><code>--unsafe-perm --build-from-source </code></pre> <p><img src="images/BACnetFlowExamples.png" alt="Flow Example"></p> <h3>License</h3> <p>The MIT License with support via <a href="https://plus4nodered.com/">Subscription bundle</a> or GitHub Sponsoring <a href="https://github.com/sponsors/biancode">Klaus Landsdorf</a> and Community driven work</p> <h3>Important</h3> <p>This is <strong>not</strong> an official product of the BACnet Advocacy Group. It is just to provide BACnet to Node-RED based on node-bacstack package. BACnet® is a registered trademark of American Society of Heating, Refrigerating and Air-Conditioning Engineers (ASHRAE).</p> <h3>Contribution NodeJS BACnet® Library</h3> <p>I'd like to give special thanks to <a href="https://github.com/fh1ch">fh1ch</a> and <a href="https://github.com/Apollon77">Apollon77</a> for their work on the NodeJS-BACnet-Library.</p></article> </section> </div> </div> <div class="clearfix"></div> <div class="col-md-3"> <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div> </div> </div> </div> <div class="modal fade" id="searchResults"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Search results</h4> </div> <div class="modal-body"></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div> <footer> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on April 15th 2024, 6:40:37 pm using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>. </span> </footer> <script src="scripts/docstrap.lib.js"></script> <script src="scripts/toc.js"></script> <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script> <script> $( function () { $( "[id*='$']" ).each( function () { var $this = $( this ); $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) ); } ); $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () { var $this = $( this ); var example = $this.find( "code" ); exampleText = example.html(); var lang = /{@lang (.*?)}/.exec( exampleText ); if ( lang && lang[1] ) { exampleText = exampleText.replace( lang[0], "" ); example.html( exampleText ); lang = lang[1]; } else { var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/); lang = langClassMatch ? langClassMatch[1] : "javascript"; } if ( lang ) { $this .addClass( "sunlight-highlight-" + lang ) .addClass( "linenums" ) .html( example.html() ); } } ); Sunlight.highlightAll( { lineNumbers : true, showMenu : true, enableDoclinks : true } ); $.catchAnchorLinks( { navbarOffset: 10 } ); $( "#toc" ).toc( { anchorName : function ( i, heading, prefix ) { return $( heading ).attr( "id" ) || ( prefix + i ); }, selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4", showAndHide : false, smoothScrolling: true } ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); $( '.dropdown-toggle' ).dropdown(); $( "table" ).each( function () { var $this = $( this ); $this.addClass('table'); } ); } ); </script> <!--Navigation and Symbol Display--> <!--Google Analytics--> <script type="text/javascript"> $(document).ready(function() { SearcherDisplay.init(); }); </script> </body> </html>