[{ "id": "1cf92367.a0b1ad", "type": "mqtt-broker", "z": "", "broker": "127.0.0.1", "port": "1883", "clientid": "", "usetls": false, "verifyservercert": true, "compatmode": true, "keepalive": "15", "cleansession": true, "willTopic": "", "willQos": "0", "willRetain": null, "willPayload": "", "birthTopic": "", "birthQos": "0", "birthRetain": null, "birthPayload": "" }, { "id": "5ec639ac.78fec8", "type": "mqtt in", "z": "536ce9ff.5df118", "name": "Emonpi", "topic": "emon/emonth5/pulsecount", "broker": "1cf92367.a0b1ad", "x": 490, "y": 320, "wires": [ ["c34c254a.da8ab8"] ] }, { "id": "c34c254a.da8ab8", "type": "function", "z": "536ce9ff.5df118", "name": "X 10", "func": "msg.payload = msg.payload * 10;\nreturn msg;", "outputs": 1, "noerr": 0, "x": 650, "y": 320, "wires": [ ["810e7aa6.0ff5d8", "3ab09144.40de7e"] ] }, { "id": "810e7aa6.0ff5d8", "type": "mqtt out", "z": "536ce9ff.5df118", "name": "Water Litres", "topic": "emon/Water/Litres", "qos": "", "retain": "", "broker": "1cf92367.a0b1ad", "x": 830, "y": 320, "wires": [] }, { "id": "3ab09144.40de7e", "type": "function", "z": "536ce9ff.5df118", "name": "X 1000", "func": "msg.payload = msg.payload * 1000;\nreturn msg;", "outputs": 1, "noerr": 0, "x": 660, "y": 380, "wires": [ ["73d59f42.b6d44"] ] }, { "id": "73d59f42.b6d44", "type": "mqtt out", "z": "536ce9ff.5df118", "name": "Water Litres A Day", "topic": "emon/Water/LitresDay", "qos": "", "retain": "", "broker": "1cf92367.a0b1ad", "x": 850, "y": 380, "wires": [] }]