Dear Grant
yes thats my ETA Touch heating system
currently thats the flow....
[
{
"id": "582746de21977bac",
"type": "tab",
"label": "Flow 5",
"disabled": false,
"info": "",
"env": []
},
{
"id": "e37466e86c55c175",
"type": "inject",
"z": "582746de21977bac",
"name": "Get values every 10s",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "60",
"crontab": "",
"once": true,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 100,
"y": 280,
"wires": [
[
"08b052733c807818"
]
]
},
{
"id": "08b052733c807818",
"type": "http request",
"z": "582746de21977bac",
"name": "Brenner",
"method": "GET",
"ret": "txt",
"paytoqs": "ignore",
"url": "http://192.168.178.22:8080/user/var//120/10281/0/0/12080",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 320,
"y": 280,
"wires": [
[
"e759fbf968a9083b"
]
]
},
{
"id": "e759fbf968a9083b",
"type": "xml",
"z": "582746de21977bac",
"name": "",
"property": "payload",
"attr": "",
"chr": "",
"x": 530,
"y": 280,
"wires": [
[
"57b7a318cd8b70ed"
]
]
},
{
"id": "57b7a318cd8b70ed",
"type": "function",
"z": "582746de21977bac",
"name": "test",
"func": "msg.payload = msg.payload.eta.value[0].$.strValue\nmsg.payload = msg.payload.replace(\",\" , \".\");\nreturn msg;",
"outputs": 1,
"timeout": "",
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 710,
"y": 280,
"wires": [
[
"f26ac32cfc54e3f9"
]
]
},
{
"id": "f26ac32cfc54e3f9",
"type": "function",
"z": "582746de21977bac",
"name": "test",
"func": "node.status({fill:\"blue\",shape:\"ring\",text:msg.payload }); \n\nreturn msg;",
"outputs": 1,
"timeout": "",
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 890,
"y": 280,
"wires": [
[]
]
}
]
[Moderator edit to fix code formating]