Gathering detailed insights and metrics for node-red-contrib-shelly-mqtt
Gathering detailed insights and metrics for node-red-contrib-shelly-mqtt
Gathering detailed insights and metrics for node-red-contrib-shelly-mqtt
Gathering detailed insights and metrics for node-red-contrib-shelly-mqtt
npm install node-red-contrib-shelly-mqtt
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (63.51%)
HTML (36.49%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
25 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jun 12, 2025
Latest Version
1.2.6
Package Id
node-red-contrib-shelly-mqtt@1.2.6
Unpacked Size
43.46 kB
Size
8.55 kB
File Count
16
NPM Version
8.15.0
Node Version
16.17.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
Shelly MQTT support for Node-Red.
This node includes a simple config node which accepts MQTT broker (same as native Node-Red MQTT config instance) and device name. The device name is the topic prefix of the device (without shellies/).
For example, if your device is using the topic: shellies/shellyswitch25-abcdefg
then your device name is shellyswitch25-abcdefg
.
The Shelly-Device node accepts one input and emit one output. The input is used to control the device through message object:
on
or off
for relay, open
, close
or stop
for roller devicesThe output will emit the current status of the relay for relay devices or the current status and position of the roller for roller devices. It is also emits the current power of the relay, but mosly for inner testing. Use it if you want :)
And of course - you can also set the action from the UI (the node will try the input message if defined and then fall back to the UI action).
Use this flag to set the device to report only a stop
action after the required operation (from input) is completed. You can use this to chain multiple actions one by one.
The node name, if not set, is taken from the configuration node together with the action, so the node name resulting in a nice string describing the required action without setting the name in the UI.
You can also use your own name and add *
at the end so the node will add the action to your custom name (for example: my node name*
).
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/25 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More