- Installation
- Overview
- Nodes Summary
- Device Instance Configuration
- Nodes Usage
- Example Flow Usage
- Documentation
- Support
- Feedback
Install Zoho IOT Plugin with npm
npm i @zoho_iot/node-red-zoho-iot
The Zoho IOT Plugin for Node-RED allows seamless integration with Zoho IOT devices, handling TLS certificates, security tokens, and device configurations to connect and communicate with your IoT devices on the Zoho IOT platform.
-
Zoho IOT Publish Node: Connects with your IoT device on the Zoho IOT platform.
-
Zoho IOT Command Node: Subscribes to command topics, allowing your Node-RED flow to receive commands from IoT devices.
-
Zoho IOT Command ACK Node: Publishes acknowledgment messages for commands executed on the IoT device.
-
Credential File: Required for device connection, downloaded from the device connection details page.
-
Connection Types:
-
Security Token with TLS: Requires Credential File and Root CA File.
-
Client Certificate with TLS: Requires Credential File, Root CA File, Client Certificate File, and Private Key File.
-
Security Token without TLS: Requires Credential File.
-
- Zoho IOT Publish Node: Publishes JSON data to your configured Zoho IOT device.
- Zoho IOT Command Node: Subscribes to the device's command topic and automatically acknowledges command receipt.
- Zoho IOT Command ACK Node: Publishes command acknowledgment, with selectable acknowledgment types.
This plugin provides a streamlined way to interact with Zoho IOT devices within your Node-RED flows.
For support, email support@zohoiot.com
If you have any feedback, please reach out to us at onboarding@zohoiot.com