@dvgroup/api-bridge-node-red 1.0.0

Push data to the DVGroup API with Node-RED

npm install @dvgroup/api-bridge-node-red

Node-RED DV Group API Bridge

A Node-RED node to push your data to the DV Group API.

Documentation

Getting started

First of all, download the package corresponding to the release you need. Then, import it in your Node-RED web interface.

To do so, click on the hamburger menu on the right top of the screen, select "Manage Palette", select the "Install" tab, search for this module and push the install button.

The DVGroup bridge node will be in your palette in the "function" category.

To use it, just create an application in your DVGroup application and put it in the credentials. You will also need to provide the organization identifier, your project code and the API base URL if running on premise / single tenant.

Development

Use docker to spawn your local Node-RED instance:

docker run -it -p 1880:1880 --name mynodered nodered/node-red

Install dependencies:

npm i

Build & Package

Builds the module and creates a .tgz package in the current directory.

npm run build
npm pack

Put it in the docker container:

docker container cp ./dvgroup-api-bridge-node-red-1.0.0.tgz mynodered:/data

And install it:

docker exec -ti mynodered bash
$ cd /data
$ npm i ./dvgroup-api-bridge-node-red-1.0.0.tgz
$ exit

Node Info

Version: 1.0.0
Updated 1 day ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

0 in the last week

Nodes

  • dvgroup-api-bridge
  • dvgroup-api-credentials

Keywords

  • node-red

Maintainers