Registry / web-framework / node-red-contrib-v2-test

node-red-contrib-v2-test

JSON →
library0.0.1jsnpmunverified

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.

npm install node-red-contrib-v2-test
INSTALL
IMPORT
SIG · NODE-RED-CONTRIB-V
N
node-red-contrib-v2-test
web-frameworkjavascriptv0.0.1
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

all
const nodes = require('node-red-contrib-ewelink-cube');
import nodes from 'node-red-contrib-ewelink-cube';
Node-RED nodes are CommonJS modules; ESM import is not supported.
nodes
// No direct import; nodes are registered via package.json's 'node-red' field
Nodes are auto-loaded by Node-RED; explicit import not needed.
config
// Use Node-RED's global config or env variables
No exported configuration object; configure via Node-RED UI.

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.
Debug
Known issues
breakingUnstable API: nodes and their properties may change without notice in early development.
fix
Lock version to 0.0.1 and monitor for updates.
affects: 0.0.1
gotchaRequires eWeLink Cube hardware; cannot be used with other eWeLink hubs.
fix
Verify hardware compatibility before installation.
affects: *
gotchaNode-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.
affects: *
Errors
Common errors & fixes
Error: Cannot find module 'node-red-contrib-ewelink-cube'
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: Node not found: ewelink-cube
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.
Upgrade
Version history
0.0.1latest on npm
Audit
Dependencies
node-redrequiredRuntime dependency for Node-RED node execution.
Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
node-red-contrib-v2-test — npm install node-red-contrib-v2-test · libregistry