[ { "id": "cc909d897f2777a7", "type": "tab", "label": "OWM to JEDI Example Flow", "disabled": false, "info": "", "env": [] }, { "id": "b58e6dc0a50ab53d", "type": "openweathermap", "z": "cc909d897f2777a7", "name": "Openweathermap", "wtype": "current", "lon": "", "lat": "", "city": "Tigard", "country": "US", "language": "en", "credentials": {}, "x": 350, "y": 100, "wires": [ [ "81e641b76891b003" ] ] }, { "id": "f35f546c1c8be1af", "type": "inject", "z": "cc909d897f2777a7", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "600", "crontab": "", "once": true, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 130, "y": 100, "wires": [ [ "b58e6dc0a50ab53d" ] ] }, { "id": "81e641b76891b003", "type": "machinechat-jedi-connector", "z": "cc909d897f2777a7", "inputHostURL": "192.168.1.51", "inputPort": "8100", "inputTargetID": "owmnodered1", "inputDateTime": "", "field": "payload", "fieldType": "msg", "format": "handlebars", "syntax": "mustache", "template": "{\n \"owmtemp\": {{payload.tempc}},\n \"owmpressure\": {{payload.pressure}},\n \"owmhumidity\": {{payload.humidity}},\n \"weather_text\": \" {{payload.description}} \"\n}", "output": "json", "x": 630, "y": 100, "wires": [ [ "a5652b286585998a" ] ] }, { "id": "a5652b286585998a", "type": "debug", "z": "cc909d897f2777a7", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "statusVal": "", "statusType": "auto", "x": 890, "y": 100, "wires": [] } ]