[{"id":"90487385.d672c","type":"mqtt in","z":"b65b2107.5eee2","name":"","topic":"node26/reading/#","qos":"2","broker":"a86115be.40797","x":130,"y":220,"wires":[["8e20bf67.3009d8"]]},{"id":"b7644050.fe88f8","type":"mqtt out","z":"b65b2107.5eee2","name":"","topic":"node26/cmd","qos":"","retain":"","broker":"a86115be.40797","x":330,"y":80,"wires":[]},{"id":"4a3bf8da.129df8","type":"inject","z":"b65b2107.5eee2","name":"","topic":"","payload":"event,activate","payloadType":"str","repeat":"300","crontab":"","once":true,"onceDelay":0.1,"x":140,"y":80,"wires":[["b7644050.fe88f8"]]},{"id":"8e20bf67.3009d8","type":"json","z":"b65b2107.5eee2","name":"","property":"payload","action":"","pretty":false,"x":310,"y":220,"wires":[["2648d4a.06fd5ac"]]},{"id":"21c0d0c7.7039d","type":"mqtt in","z":"b65b2107.5eee2","name":"","topic":"node26/status/#","qos":"2","broker":"a86115be.40797","x":120,"y":140,"wires":[["c6496ee0.baace8"]]},{"id":"c6496ee0.baace8","type":"json","z":"b65b2107.5eee2","name":"","property":"payload","action":"","pretty":false,"x":310,"y":140,"wires":[["41c39b50.11623c"]]},{"id":"41c39b50.11623c","type":"debug","z":"b65b2107.5eee2","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":470,"y":140,"wires":[]},{"id":"58d969.107eb698","type":"ui_gauge","z":"b65b2107.5eee2","name":"Basil gauge","group":"7ff60025.11e29","order":2,"width":"4","height":"3","gtype":"gage","title":"PAW","label":"","format":"{{value}}","min":0,"max":10,"colors":["#ff8000","#008000","#400040"],"seg1":"3","seg2":"7","x":790,"y":220,"wires":[]},{"id":"c8f93c80.81c9","type":"ui_text","z":"b65b2107.5eee2","group":"7ff60025.11e29","order":3,"width":"7","height":"1","name":"Basil condition","label":"","format":" {{msg.payload}} ","layout":"row-center","x":800,"y":260,"wires":[]},{"id":"85112efe.5a2d18","type":"ui_text","z":"b65b2107.5eee2","group":"7ff60025.11e29","order":4,"width":"7","height":"1","name":"Basil action","label":"","format":" {{msg.payload}} ","layout":"row-center","x":790,"y":300,"wires":[]},{"id":"7a70b2ff.03bb2c","type":"function","z":"b65b2107.5eee2","name":"Condition","func":"var msg_condition = {};\nvar msg_action = {};\nvar msg_time_date = {};\nvar msg_color = {};\n\nif (msg.payload < 3) \n {\n msg_condition = \"The soil in my plant pot is very DRY\";\n msg_action = \"Please water me URGENTLY!\";\n msg_color = \"red\";\n } \nelse if (msg.payload < 4) \n {\n msg_condition = \"The soil in my plant pot is getting DRY\";\n msg_action = \"Please water me!\";\n msg_color = \"brown\";\n } \n \nelse if (msg.payload < 8)\n {\n msg_condition =\"The soil in my plant pot is still MOIST\";\n msg_action = \"You can sit back and relax... I'm OK\"\n msg_color = \"green\";\n }\nelse \n {\n msg_condition =\"The soil in my plant pot is WET\";\n msg_action = \"Please, please DO NOT water me\";\n msg_color = \"blue\";\n }\n\nvar now = new Date();\nvar yyyy = now.getFullYear();\nvar mm = now.getMonth() < 9 ? \"0\" + (now.getMonth() + 1) : (now.getMonth() + 1); // getMonth() is zero-based\nvar dd = now.getDate() < 10 ? \"0\" + now.getDate() : now.getDate();\nvar hh = now.getHours() < 10 ? \"0\" + now.getHours() : now.getHours();\nvar mmm = now.getMinutes() < 10 ? \"0\" + now.getMinutes() : now.getMinutes();\nvar ss = now.getSeconds() < 10 ? \"0\" + now.getSeconds() : now.getSeconds();\nnode.status({fill:\"blue\",shape:\"ring\",text:\"Last update was on: \"+dd + \"/\" + mm + \"/\" + yyyy + \" at \" + hh + \":\" + mmm + \" hrs\"}); \nmsg_time_date =\"The last update was on \" + dd + \"/\" + mm + \"/\" + yyyy + \" at \" + hh + \":\" + mmm + \" hrs\";\n\nreturn [ [{payload:msg_condition, color:msg_color}], [{payload:msg_action, color:msg_color}], [{payload:msg_time_date, color:msg_color}] ];\n","outputs":3,"noerr":0,"x":620,"y":340,"wires":[["c8f93c80.81c9"],["85112efe.5a2d18"],["317b5bc2.412ec4"]]},{"id":"74457573.905834","type":"ui_template","z":"b65b2107.5eee2","group":"7ff60025.11e29","name":"Basil photo","order":1,"width":"3","height":"3","format":"
\n
\n
","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":790,"y":180,"wires":[[]]},{"id":"2648d4a.06fd5ac","type":"function","z":"b65b2107.5eee2","name":"","func":"msg.payload = msg.payload.paw;\nreturn msg;","outputs":1,"noerr":0,"x":450,"y":220,"wires":[["7a70b2ff.03bb2c","58d969.107eb698","1fcc8999.8de89e"]]},{"id":"317b5bc2.412ec4","type":"ui_text","z":"b65b2107.5eee2","group":"7ff60025.11e29","order":4,"width":"7","height":"1","name":"Basil time-date","label":"","format":" {{msg.payload}} ","layout":"row-center","x":800,"y":340,"wires":[]},{"id":"1fcc8999.8de89e","type":"debug","z":"b65b2107.5eee2","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":790,"y":140,"wires":[]},{"id":"a86115be.40797","type":"mqtt-broker","z":"","name":"","broker":"192.168.1.142","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"7ff60025.11e29","type":"ui_group","z":"","name":"Basil plant","tab":"d69f5d37.5f45c8","order":1,"disp":true,"width":"14","collapse":false},{"id":"d69f5d37.5f45c8","type":"ui_tab","z":"","name":"SMART Home - plant monitor","icon":"dashboard","order":3}]