Can anyone see what im missing here? When i load the page at 1270.0.01/t it starts the connection fine. I can see at my debug nodes that it is reading the values fine but when i load the browser i just see "The value of the payload is {}".
[
{
"id": "dfbe90bbe964e4a6",
"type": "OpcUa-Item",
"z": "b1cdb8634f302c96",
"item": "ns=2;s=BAR-LIN-LINEH.PLC.CycleCount",
"datatype": "Int32",
"value": "",
"name": "",
"x": 500,
"y": 320,
"wires": [
[
"a57a83b1615a9e21"
]
]
},
{
"id": "a57a83b1615a9e21",
"type": "OpcUa-Client",
"z": "b1cdb8634f302c96",
"endpoint": "7290d8b0.f713d8",
"action": "read",
"deadbandvalue": "",
"time": "5",
"timeUnit": "s",
"localfile": "",
"localkeyfile": "",
"folderName4PKI": "",
"name": "Test server (subscribe items)",
"x": 760,
"y": 320,
"wires": [
[
"5ccac9aebf6bc09d",
"501da7f9abb42b8d"
]
]
},
{
"id": "30507aab1156aa78",
"type": "debug",
"z": "b1cdb8634f302c96",
"name": "debug 9",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1400,
"y": 440,
"wires": []
},
{
"id": "649d958d3c688149",
"type": "template",
"z": "b1cdb8634f302c96",
"name": "",
"field": "payload",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "The value of the payload is {{payload}}",
"output": "str",
"x": 1240,
"y": 520,
"wires": [
[
"c3de8b5b0cbc7a70",
"30507aab1156aa78"
]
]
},
{
"id": "c3de8b5b0cbc7a70",
"type": "http response",
"z": "b1cdb8634f302c96",
"name": "",
"statusCode": "",
"headers": {
"content-type": "application/json"
},
"x": 1430,
"y": 560,
"wires": []
},
{
"id": "5ccac9aebf6bc09d",
"type": "json",
"z": "b1cdb8634f302c96",
"name": "",
"property": "payload",
"action": "",
"pretty": false,
"x": 1070,
"y": 440,
"wires": [
[
"649d958d3c688149"
]
]
},
{
"id": "501da7f9abb42b8d",
"type": "debug",
"z": "b1cdb8634f302c96",
"name": "debug 10",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1380,
"y": 320,
"wires": []
},
{
"id": "573a1a7218909536",
"type": "http in",
"z": "b1cdb8634f302c96",
"name": "",
"url": "t",
"method": "get",
"upload": false,
"swaggerDoc": "",
"x": 370,
"y": 640,
"wires": [
[
"dfbe90bbe964e4a6",
"5ccac9aebf6bc09d"
]
]
},
{
"id": "7290d8b0.f713d8",
"type": "OpcUa-Endpoint",
"endpoint": "opc.tcp://10.50.66.175:49320",
"none": false,
"login": false,
"usercert": false,
"usercertificate": "",
"userprivatekey": ""
}
]