node-red-contrib-ewelink-cube

raw JSON →
0.0.1 verified Sat Apr 25 auth: no javascript

Node-RED nodes to control eWeLink Cube devices. This package provides nodes for integrating eWeLink Cube smart home controllers with Node-RED, enabling automation of eWeLink-compatible devices. The current version is 0.0.1, and it is in early development. It differs from generic eWeLink Node-RED packages by specifically targeting the Cube hardware offering dedicated nodes for its commands and events. Release cadence is uncertain due to pre-release status. Requires Node-RED as a runtime environment.

error Error: Cannot find module 'node-red-contrib-ewelink-cube'
cause Package not installed in the correct Node-RED user directory.
fix
Install in ~/.node-red directory using npm install node-red-contrib-ewelink-cube
error Error: Node not found: ewelink-cube
cause The node might not be registered due to a missing or incorrect package.json.
fix
Check that the package is correctly installed and Node-RED was restarted.
breaking Unstable API: nodes and their properties may change without notice in early development.
fix Lock version to 0.0.1 and monitor for updates.
gotcha Requires eWeLink Cube hardware; cannot be used with other eWeLink hubs.
fix Verify hardware compatibility before installation.
gotcha Node-RED must be installed globally or locally; ensure Node.js version >=12.
fix Install Node-RED via npm install -g node-red and check Node.js version.
npm install node-red-contrib-v2-test
yarn add node-red-contrib-v2-test
pnpm add node-red-contrib-v2-test

Shows installation steps and activation of the nodes in Node-RED.

// Install in Node-RED user directory
cd ~/.node-red
npm install node-red-contrib-ewelink-cube

// Then restart Node-RED and find the nodes in the palette.
// Example flow (JSON): flow.example.json is not provided; manual creation via editor.