@neogramm/node-red-automation-kit

0.2.0 • Public • Published

node-red-contrib-neogramm-automation-kit

A set of NodeRed nodes to connect to a neogramm automationKit Instance API. What the neogramm automationKit is, can be looked up here

Dependencies

To install this pallete, the following is required:

Installation

Install via Node-RED Palette Manager

node-red-contrib-neogramm-automation-kit

Install via npm

$ cd ~/.node-red
$ npm install node-red-contrib-neogramm-automation-kit

Node-RED needs to be restarted after the installation via npm

Restrictions

If the DataPointValue or AlarmValue node receive data at an interval of less than one second it may lead to node-RED freezing. Use the BulkUpdater instead.

Nodes

There are two major nodes :

  • DataPointValue Node: receives data, builds a payload and sends it to the API-Server
  • AlarmValuePoint Node: receives alarms, builds a payload and sends it (if the activestate of the alarm changed) to the AutomationKit Instance API

One secondary node :

  • BulkUpdater Node: sends the buffered DataPointValue-/ AlarmValue-data to the AutomationKit Instance API

One config node :

  • Config Node: Contains all necessary User Input (i.e. URLs, User Credentials etc.) and establishes a connection to the AutomationKit Instance API

Credentials

(c) neogramm GmbH & CO. KG
Konrad-Zuse-Ring 23
68163 Mannheim
Germany
info@neogramm.de
https://www.neogramm.de
Tel. +49 (0)621 150205-0

Package Sidebar

Install

npm i @neogramm/node-red-automation-kit

Weekly Downloads

0

Version

0.2.0

License

Apache-2.0

Unpacked Size

558 kB

Total Files

35

Last publish

Collaborators

  • neogramm