Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thinger-io/node-red-plugin
- Owner: thinger-io
- Created: 2019-04-05T13:06:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T16:53:34.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T02:08:18.697Z (almost 2 years ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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