[ { "id": "ace014eb.244138", "type": "ui_switch", "z": "651fb1e2.0d98e8", "name": "", "label": "Randomize", "group": "a386adec.c736a", "order": 0, "width": 0, "height": 0, "passthru": true, "decouple": "false", "topic": "", "style": "", "onvalue": "ON", "onvalueType": "str", "onicon": "", "oncolor": "", "offvalue": "OFF", "offvalueType": "str", "officon": "", "offcolor": "", "x": 110, "y": 380, "wires": [ [ "dc5b72cc.053a3" ] ] }, { "id": "dc5b72cc.053a3", "type": "function", "z": "651fb1e2.0d98e8", "name": "Randomizing (On/Off)", "func": "flow.set(\"Randomizing\",msg.payload);\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 340, "y": 380, "wires": [ [] ] }, { "id": "d1b5af09.3b684", "type": "inject", "z": "651fb1e2.0d98e8", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "1", "crontab": "", "once": false, "onceDelay": 0.1, "x": 110, "y": 480, "wires": [ [ "cd61938.2e0697" ] ] }, { "id": "cd61938.2e0697", "type": "switch", "z": "651fb1e2.0d98e8", "name": "if ON", "property": "Randomizing", "propertyType": "flow", "rules": [ { "t": "eq", "v": "ON", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 290, "y": 480, "wires": [ [ "f6618f59.717e7" ] ] }, { "id": "f6618f59.717e7", "type": "function", "z": "651fb1e2.0d98e8", "name": "random value in range (20.0,30.0)", "func": "msg.payload = parseFloat( (200 + Math.floor(Math.random() * 101))/10); // value between 20.0 and 30.0\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 540, "y": 480, "wires": [ [ "49ed9dcd.9b30a4", "e98de6e7.929a68", "8763af8a.0274f" ] ] }, { "id": "49ed9dcd.9b30a4", "type": "ui_gauge", "z": "651fb1e2.0d98e8", "name": "", "group": "a386adec.c736a", "order": 0, "width": 0, "height": 0, "gtype": "gage", "title": "Temperature", "label": "units", "format": "{{value}}", "min": 0, "max": "40", "colors": [ "#00b500", "#e6e600", "#ca3838" ], "seg1": "", "seg2": "", "x": 640, "y": 420, "wires": [] }, { "id": "e98de6e7.929a68", "type": "ui_chart", "z": "651fb1e2.0d98e8", "name": "", "group": "a386adec.c736a", "order": 0, "width": 0, "height": 0, "label": "Temperature", "chartType": "line", "legend": "false", "xformat": "HH:mm:ss", "interpolate": "linear", "nodata": "", "dot": false, "ymin": "", "ymax": "", "removeOlder": "2", "removeOlderPoints": "", "removeOlderUnit": "60", "cutout": 0, "useOneColor": false, "colors": [ "#1f77b4", "#aec7e8", "#ff7f0e", "#2ca02c", "#98df8a", "#d62728", "#ff9896", "#9467bd", "#c5b0d5" ], "useOldStyle": false, "x": 640, "y": 540, "wires": [ [], [] ] }, { "id": "8763af8a.0274f", "type": "influxdb out", "z": "651fb1e2.0d98e8", "influxdb": "7716410e.72d07", "name": "", "measurement": "m05_nAleat", "precision": "", "retentionPolicy": "", "x": 640, "y": 580, "wires": [] }, { "id": "a386adec.c736a", "type": "ui_group", "z": "", "name": "Aleatori", "tab": "d8e5b977.8fa468", "order": 1, "disp": true, "width": "6", "collapse": false }, { "id": "7716410e.72d07", "type": "influxdb", "z": "", "hostname": "vps656540.ovh.net", "port": "8086", "protocol": "http", "database": "aulaVirtual2020", "name": "RW", "usetls": false, "tls": "" }, { "id": "d8e5b977.8fa468", "type": "ui_tab", "z": "", "name": "UPC-School (2)", "icon": "dashboard", "order": 1 } ]