[ { "id": "21388036.bc1008", "type": "tab", "label": "VZ POST DATA API" }, { "id": "79f9406a.27692", "type": "http request", "z": "21388036.bc1008", "name": "volkszaehler post", "method": "POST", "ret": "obj", "url": "", "tls": "", "x": 290, "y": 180, "wires": [ [ "e53a25c.9e06ed8" ] ] }, { "id": "d2b54935.931dc8", "type": "template", "z": "21388036.bc1008", "name": "post data url", "field": "url", "fieldType": "msg", "format": "handlebars", "syntax": "mustache", "template": "http://raspberrypi/middleware.php/data/{{uuid}}.json?ts={{timestamp}}&value={{payload}}", "x": 190, "y": 120, "wires": [ [ "1b77eb63.f8877d" ] ] }, { "id": "849e6d1b.13cc6", "type": "json", "z": "21388036.bc1008", "name": "", "x": 530, "y": 120, "wires": [ [ "79f9406a.27692" ] ] }, { "id": "e53a25c.9e06ed8", "type": "debug", "z": "21388036.bc1008", "name": "post response", "active": false, "console": "false", "complete": "true", "x": 480, "y": 180, "wires": [] }, { "id": "1b77eb63.f8877d", "type": "change", "z": "21388036.bc1008", "name": "", "rules": [ { "t": "delete", "p": "payload", "pt": "msg" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 370, "y": 120, "wires": [ [ "849e6d1b.13cc6" ] ] }, { "id": "1bb3941d.e36834", "type": "inject", "z": "21388036.bc1008", "name": "inject payload", "topic": "", "payload": "6", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "x": 130, "y": 60, "wires": [ [ "9546ba4c.706278" ] ] }, { "id": "9546ba4c.706278", "type": "change", "z": "21388036.bc1008", "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": [ [ "d2b54935.931dc8" ] ] } ]