Node-RED version: v2.2.0
Node.js version: v16.13.2
Windows_NT 10.0.19044 x64 LE
I made the simplest flow imaginable, an inject node to trigger a WOL node, set up for manual trigger.
Using Wireshark I see no WOL output from Node Red.
I have confirmed Wireshark is OK by using another app that reliably generates WOL packets to the same device.
As always, the question is "What am I doing wrong?"
P.S. I have a very complex flow working quite nicely except for this function.
[
{
"id": "12344db4c283ea5b",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "0453865593cebf9b",
"type": "wake on lan",
"z": "12344db4c283ea5b",
"mac": "E8:EB:1B:CD:47:6B",
"host": "192.168.1.77",
"udpport": 9,
"numpackets": "3",
"interval": 100,
"name": "",
"x": 580,
"y": 200,
"wires": []
},
{
"id": "0f9feda1dc3151b1",
"type": "inject",
"z": "12344db4c283ea5b",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "doit",
"payloadType": "str",
"x": 350,
"y": 200,
"wires": [
[
"0453865593cebf9b"
]
]
}
]