Guys, I have the following issue.
I have setup a udp in node red receiving some udp packets from an external source.
This works just fine until I restart node red server or service. Then, the receiving stops until I restart the sender.
Then it resumes again.
Any thoughts on this ?
[ { "id": "2f5c71d4.6d97fe", "type": "udp in", "z": "ebf0c16.a3b5d4", "name": "Data Push from Owl", "iface": "", "port": "4321", "ipv": "udp4", "multicast": "false", "group": "224.192.32.19", "datatype": "utf8", "x": 90, "y": 600, "wires": [ [ "258c4c83.ef55a4" ] ] }, { "id": "258c4c83.ef55a4", "type": "switch", "z": "ebf0c16.a3b5d4", "name": "Message Switch", "property": "payload", "propertyType": "msg", "rules": [ { "t": "cont", "v": "electricity", "vt": "str" }, { "t": "cont", "v": "hot_water", "vt": "str" }, { "t": "cont", "v": "heating", "vt": "str" } ], "checkall": "false", "repair": false, "outputs": 3, "x": 120, "y": 380, "wires": [ [ "b5564a54.2aac38" ], [ "d3ad468a.21b688" ], [ "e6384005.aa436" ] ], "inputLabels": [ "Raw UDP Message" ] }, { "id": "b5564a54.2aac38", "type": "xml", "z": "ebf0c16.a3b5d4", "name": "Electricity", "property": "payload", "attr": "", "chr": "", "x": 340, "y": 280, "wires": [ [ "ed6fe25c.954bf" ] ] }, { "id": "d3ad468a.21b688", "type": "xml", "z": "ebf0c16.a3b5d4", "name": "Hot Water", "property": "payload", "attr": "", "chr": "", "x": 360, "y": 400, "wires": [ [ "17e9ebb7.5d3f24" ] ] }, { "id": "e6384005.aa436", "type": "xml", "z": "ebf0c16.a3b5d4", "name": "Heating", "property": "payload", "attr": "", "chr": "", "x": 360, "y": 460, "wires": [ [ "f70ee793.79e478", "5aba11524e30b88b" ] ] } ]