
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
node-red-contrib-sonoff-tasmota
Advanced tools
Connect Sonoff Devices running the Sonoff-Tasmota firmware easy to node red
A Node-RED node, to control Sonoff switches running the awesome Sonoff-Tasmota firmware
Install node-red-contrib-sonoff-tasmota using npm:
npm install --save node-red-contrib-sonoff-tasmota
To use the node, just drag the node from the Sonoff section to the Flow, add the id and the mqtt broker. To control the switch you can use a true/false input node or connect a UI Button.

[{
"mode": "0",
"id": "31a99116.86e71",
"device": "light_livingroom",
"type": "Sonoff device",
"z": "c99f41b0.86e72",
"broker": "31a99116.50a74e",
"name": "Living Room Light",
"onValue": "ON",
"offValue": "OFF",
"cmdPrefix": "cmnd",
"statPrefix": "stat",
"telePrefix": "tele",
"x": 323.5,
"y": 292,
"wires": [
["83ebc5bb.bf90c8", "cf638ecc.54904"]
]
}, {
"id": "31a99116.50a74e",
"type": "mqtt-broker",
"z": "",
"broker": "localhost",
"port": "1883",
"clientid": "",
"usetls": false,
"compatmode": true,
"keepalive": "60",
"cleansession": true,
"willTopic": "",
"willQos": "0",
"willPayload": "",
"birthTopic": "",
"birthQos": "0",
"birthPayload": ""
}]
MIT © Steffen Müller
FAQs
Connect Sonoff Devices running the Sonoff-Tasmota firmware easy to node red
The npm package node-red-contrib-sonoff-tasmota receives a total of 38 weekly downloads. As such, node-red-contrib-sonoff-tasmota popularity was classified as not popular.
We found that node-red-contrib-sonoff-tasmota demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.