Подключение к серверу 194.36.208.86

This commit is contained in:
nodered
2026-07-01 11:22:19 +03:00
parent b9ce9176ab
commit b376b7a632
2 changed files with 75 additions and 5 deletions

View File

@@ -104,11 +104,41 @@
"userProps": "", "userProps": "",
"sessionExpiry": "" "sessionExpiry": ""
}, },
{
"id": "6130407e8235e35e",
"type": "mqtt-broker",
"name": "",
"broker": "194.36.208.86",
"port": 1883,
"clientid": "",
"autoConnect": true,
"usetls": false,
"protocolVersion": 4,
"keepalive": 60,
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
{ {
"id": "2ea045ed18342d31", "id": "2ea045ed18342d31",
"type": "modbus-read", "type": "modbus-read",
"z": "0ddaa4b089a41228", "z": "0ddaa4b089a41228",
"d": true,
"name": "Modbus-Read", "name": "Modbus-Read",
"topic": "", "topic": "",
"showStatusActivities": false, "showStatusActivities": false,
@@ -129,10 +159,13 @@
"ioFile": "", "ioFile": "",
"useIOForPayload": false, "useIOForPayload": false,
"emptyMsgOnFail": false, "emptyMsgOnFail": false,
"x": 210, "x": 190,
"y": 100, "y": 100,
"wires": [ "wires": [
[], [
"474541cc5bf5a2aa",
"9fa581602f7ad32a"
],
[] []
] ]
}, },
@@ -140,6 +173,7 @@
"id": "926f26f899a87b35", "id": "926f26f899a87b35",
"type": "inject", "type": "inject",
"z": "0ddaa4b089a41228", "z": "0ddaa4b089a41228",
"d": true,
"name": "Эмулятор 125 тегов / 1 сек", "name": "Эмулятор 125 тегов / 1 сек",
"props": [ "props": [
{ {
@@ -191,7 +225,7 @@
"type": "debug", "type": "debug",
"z": "0ddaa4b089a41228", "z": "0ddaa4b089a41228",
"name": "debug эмулятор 125 тегов", "name": "debug эмулятор 125 тегов",
"active": true, "active": false,
"tosidebar": true, "tosidebar": true,
"console": false, "console": false,
"tostatus": false, "tostatus": false,
@@ -220,6 +254,41 @@
"y": 320, "y": 320,
"wires": [] "wires": []
}, },
{
"id": "474541cc5bf5a2aa",
"type": "mqtt out",
"z": "0ddaa4b089a41228",
"name": "",
"topic": "data/edge5/modbus/v2",
"qos": "",
"retain": "",
"respTopic": "",
"contentType": "",
"userProps": "",
"correl": "",
"expiry": "",
"broker": "6130407e8235e35e",
"x": 500,
"y": 120,
"wires": []
},
{
"id": "9fa581602f7ad32a",
"type": "debug",
"z": "0ddaa4b089a41228",
"name": "Check reading",
"active": false,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 480,
"y": 60,
"wires": []
},
{ {
"id": "dcf6224f6982e145", "id": "dcf6224f6982e145",
"type": "inject", "type": "inject",

View File

@@ -1,3 +1,4 @@
{ {
"349d80dbd3e83831": {} "349d80dbd3e83831": {},
"6130407e8235e35e": {}
} }