[ { "id": "a52bdd79.748458", "type": "tab", "label": "VZ PUSH API" }, { "id": "a2f3574c.06053", "type": "inject", "z": "a52bdd79.748458", "name": "inject payload", "topic": "", "payload": "5", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "x": 130, "y": 60, "wires": [ [ "45bf027.c2e227c" ] ] }, { "id": "dc5ea65a.931598", "type": "http request", "z": "a52bdd79.748458", "name": "volkszaehler push", "method": "POST", "ret": "obj", "url": "http://raspberrypi:5582", "tls": "", "x": 250, "y": 180, "wires": [ [ "22152e74.71cf62" ] ] }, { "id": "22152e74.71cf62", "type": "debug", "z": "a52bdd79.748458", "name": "", "active": true, "console": "false", "complete": "true", "x": 410, "y": 180, "wires": [] }, { "id": "f576d4aa.c8506", "type": "json", "z": "a52bdd79.748458", "name": "", "x": 310, "y": 120, "wires": [ [ "dc5ea65a.931598" ] ] }, { "id": "45bf027.c2e227c", "type": "change", "z": "a52bdd79.748458", "name": "set uuid / timestamp", "rules": [ { "t": "set", "p": "uuid", "pt": "msg", "to": "2e56fe60-e265-11e6-8bbc-a77e71764858", "tot": "str" }, { "t": "set", "p": "timestamp", "pt": "msg", "to": "", "tot": "date" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 340, "y": 60, "wires": [ [ "27e38142.be7c6e" ] ] }, { "id": "27e38142.be7c6e", "type": "template", "z": "a52bdd79.748458", "name": "push data", "field": "payload", "fieldType": "msg", "format": "json", "syntax": "mustache", "template": "{\"data\":[{\"uuid\":\"{{uuid}}\",\"tuples\":[[{{timestamp}}, {{payload}}]]}]}", "x": 180, "y": 120, "wires": [ [ "f576d4aa.c8506" ] ] } ]