@rightech/n8n-nodes-ric
v0.0.6
Published
Dedicated n8n nodes for integration with Rightech IoT Core platform
Keywords
Readme
n8n Nodes - Rightech IoT Core
This is an n8n community node that provides some basic integration with Rightech IoT Core (aka RIC). It lets you interact with your IoT devices and automations through the platform.
The RIC platform is an intermediate link between devices (sensors, actuators, etc.) on the one hand, and applications on the other. Platform tools allow developers to create IoT solutions without extra code and developers reuse 90% of that solution to launch similar cases. RIC is independent of specific equipment and protocols. So, it is easy to combine different devices under one solution.
n8n is a fair-code licensed workflow automation platform.
Contents
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
At the start, this node supports a bare minimum of operations you may need to interact with your IoT devices.
Objects
- Get configuration data and state: Reads an entire object configuration and recorded state params.
- Get multiple objects: Get configuration and state of multiple objects at once.
- Updates object configuration: Updates object configuration parameters based on its model.
- Send command to the object: Sends any assigned command of the object to the device.
Models
- Get model configuration: Reads an entire model configuration tree.
Scenarios
- Start scenario on an object: Starts a new scenario execution on the object.
- Stop scenario on an object: Stops a running scenario execution on an object.
Tables
- Get data table declaration: Returns table declaration with column properties.
- Get table row: Returns a specific table row by ID.
- Get table rows: Returns table rows matching selected conditions.
Credentials
This node supports API Bearer auth credentials using rightechIotCoreApi credential. Read more about how to get access tokens here:
By default, credentials point to the public development and demonstration server at dev.rightech.io. You can change server to point at your own instance of the platform.
Compatibility
This node is developed on and tested to work with the following configuration:
- n8n: Version 2.15.0 and higher
- Node.js: 24.x or higher
- npm: 11.6.2 or higher
