Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinger-io/node-red-plugin

Node-RED plugin for Thinger.io instances
https://github.com/thinger-io/node-red-plugin

Last synced: about 2 months ago
JSON representation

Node-RED plugin for Thinger.io instances

Awesome Lists containing this project

README

        

## Node-Red Plugin

Thinger.io plugin for integrating Node-Red flows inside Thinger.io.

### Thinger.io features
- Iterate over the assets from the Thinger.io Platform (asset iterator node).
- Create buckets when an event occurs (bucket create node).
- Read from data buckets (bucket read node).
- Writing to data buckets (bucket write node).
- Calling devices callbacks with autoprovisioning (device callback node).
- Creating any type of devices or updating its details (device create node).
- Reading a device resource when an event occurs (device read node).
- Subscribing to device resources at a given interval (device stream node).
- Sending data to a connected device (device write node).
- Calling endpoints (endpoint call node).
- Reading properties of devices, types or groups (property read node).
- Writing and modifying properties of devices, types or groups (property write node).
- Detecting different events of devices, buckets, endpoints and others (server events node).
- Reading files (plain, csv, json, images, ...) from storages (read storage node).
- Writing new files or appending o existing files in file storages (write storage node).

### Node-RED limitation

* Node-Red is not limited, so you can install any additional library for creating complex IoT flows.

## Screenshots