[ { "id": "1e54b9a1.4a58fe", "type": "function", "z": "d2fbd95c.0da64", "name": "Generación de número aleatorio", "func": "msg.payload = 15.0+Math.round(Math.random()*10.0);\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 340, "y": 160, "wires": [ [ "c62466fc.168e7", "9d1068cc.0d88f8", "e7f64f6a.3daf5" ] ] }, { "id": "36030207.855dfe", "type": "inject", "z": "d2fbd95c.0da64", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "1", "crontab": "", "once": false, "onceDelay": 0.1, "x": 150, "y": 80, "wires": [ [ "6d1c25ee.a1e8fc" ] ] }, { "id": "c62466fc.168e7", "type": "debug", "z": "d2fbd95c.0da64", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 590, "y": 100, "wires": [] }, { "id": "83d49592.3174c8", "type": "inject", "z": "d2fbd95c.0da64", "name": "", "topic": "", "payload": "ON", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 110, "y": 280, "wires": [ [ "5ab006b4.1bee5" ] ] }, { "id": "17ba6463.09bf14", "type": "inject", "z": "d2fbd95c.0da64", "name": "", "topic": "", "payload": "OFF", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 110, "y": 320, "wires": [ [ "5ab006b4.1bee5" ] ] }, { "id": "5ab006b4.1bee5", "type": "function", "z": "d2fbd95c.0da64", "name": "szGenera", "func": "flow.set('szGenera',msg.payload);\nreturn msg;", "outputs": 0, "noerr": 0, "x": 320, "y": 280, "wires": [] }, { "id": "6d1c25ee.a1e8fc", "type": "switch", "z": "d2fbd95c.0da64", "name": "if szGenera == ON", "property": "szGenera", "propertyType": "flow", "rules": [ { "t": "eq", "v": "ON", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 350, "y": 80, "wires": [ [ "1e54b9a1.4a58fe" ] ] }, { "id": "7161be1.602c8c", "type": "ui_button", "z": "d2fbd95c.0da64", "name": "", "group": "526e2734.5f375", "order": 1, "width": 0, "height": 0, "passthru": false, "label": "ON", "tooltip": "", "color": "", "bgcolor": "", "icon": "", "payload": "ON", "payloadType": "str", "topic": "", "x": 110, "y": 240, "wires": [ [ "5ab006b4.1bee5" ] ] }, { "id": "a6108ddb.d97358", "type": "ui_button", "z": "d2fbd95c.0da64", "name": "", "group": "526e2734.5f375", "order": 1, "width": 0, "height": 0, "passthru": false, "label": "OFF", "tooltip": "", "color": "", "bgcolor": "", "icon": "", "payload": "OFF", "payloadType": "str", "topic": "", "x": 110, "y": 360, "wires": [ [ "5ab006b4.1bee5" ] ] }, { "id": "6bd3c757.8fe08", "type": "inject", "z": "d2fbd95c.0da64", "name": "", "topic": "", "payload": "OFF", "payloadType": "str", "repeat": "", "crontab": "", "once": true, "onceDelay": 0.1, "x": 110, "y": 200, "wires": [ [ "5ab006b4.1bee5" ] ] }, { "id": "9d1068cc.0d88f8", "type": "ui_gauge", "z": "d2fbd95c.0da64", "name": "", "group": "526e2734.5f375", "order": 3, "width": 0, "height": 0, "gtype": "gage", "title": "ºC", "label": "ºC", "format": "{{value}}", "min": "10", "max": "30", "colors": [ "#00b500", "#e6e600", "#ca3838" ], "seg1": "", "seg2": "", "x": 590, "y": 160, "wires": [] }, { "id": "e7f64f6a.3daf5", "type": "ui_chart", "z": "d2fbd95c.0da64", "name": "", "group": "526e2734.5f375", "order": 4, "width": 0, "height": 0, "label": "ºC", "chartType": "line", "legend": "false", "xformat": "HH:mm:ss", "interpolate": "linear", "nodata": "", "dot": false, "ymin": "", "ymax": "", "removeOlder": 1, "removeOlderPoints": "", "removeOlderUnit": "3600", "cutout": 0, "useOneColor": false, "colors": [ "#1f77b4", "#aec7e8", "#ff7f0e", "#2ca02c", "#98df8a", "#d62728", "#ff9896", "#9467bd", "#c5b0d5" ], "useOldStyle": false, "outputs": 1, "x": 590, "y": 220, "wires": [ [] ] }, { "id": "526e2734.5f375", "type": "ui_group", "z": "", "name": "Aleatorio", "tab": "24081200.0a2dce", "disp": true, "width": "6", "collapse": false }, { "id": "24081200.0a2dce", "type": "ui_tab", "z": "", "name": "Home", "icon": "dashboard", "disabled": false, "hidden": false } ]