@zoho_iot/node-red-zoho-iot
v1.0.4
Published
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.
Downloads
16
Maintainers
Readme
Zoho IOT Plugin for Node-RED
Table of Contents
- Installation
- Overview
- Nodes Summary
- Device Instance Configuration
- Nodes Usage
- Example Flow Usage
- Documentation
- Support
- Feedback
Installation
Install Zoho IOT Plugin with npm
npm i @zoho_iot/node-red-zoho-iot
Overview
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.
Nodes Summary
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.
Device Instance Configuration
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.
Nodes Usage
- 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.
Example Flow Usage
Documentation
Support
For support, email [email protected]
Feedback
If you have any feedback, please reach out to us at [email protected]