Got the Node-Red bridge working - thanks.
[
{
"id": "fce60d48.6e19b",
"type": "tab",
"label": "Flow 2",
"disabled": false,
"info": ""
},
{
"id": "f619cb6.40bac38",
"type": "mqtt in",
"z": "fce60d48.6e19b",
"name": "h Hass",
"topic": "iotlink/#",
"qos": "0",
"datatype": "auto",
"broker": "70556b7.be24694",
"x": 410,
"y": 360,
"wires": [
[
"97493c3c.40ef5"
]
]
},
{
"id": "97493c3c.40ef5",
"type": "mqtt out",
"z": "fce60d48.6e19b",
"name": "p Hass",
"topic": "",
"qos": "",
"retain": "",
"broker": "af7f0536.34c678",
"x": 600,
"y": 360,
"wires": []
},
{
"id": "70556b7.be24694",
"type": "mqtt-broker",
"z": "",
"name": "homehass",
"broker": "192.168.1.2",
"port": "1883",
"clientid": "nodered",
"usetls": false,
"compatmode": false,
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthPayload": "",
"closeTopic": "",
"closeQos": "0",
"closePayload": "",
"willTopic": "",
"willQos": "0",
"willPayload": ""
},
{
"id": "af7f0536.34c678",
"type": "mqtt-broker",
"z": "",
"name": "whass",
"broker": "192.168.1.3",
"port": "1883",
"clientid": "node-red",
"usetls": false,
"compatmode": false,
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthPayload": "",
"closeTopic": "",
"closeQos": "0",
"closePayload": "",
"willTopic": "",
"willQos": "0",
"willPayload": ""
}
]