Skip to content

Instantly share code, notes, and snippets.

@iomz
Created January 25, 2015 07:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iomz/a0d5f86eceee39e110c0 to your computer and use it in GitHub Desktop.
Save iomz/a0d5f86eceee39e110c0 to your computer and use it in GitHub Desktop.
Node-RED: door-demo
[{"id":"68bf71d.f97409","type":"mongodb","hostname":"YOURHOST","port":"00000","db":"YOUR_DB","name":"IBMCloud MongoDB"},{"id":"f8a512bc.075af","type":"websocket-listener","path":"/ws/door","wholemsg":"false"},{"id":"bd385f48.42c7a","type":"debug","name":"device data","active":true,"complete":"true","x":290.83332443237305,"y":147.6666717529297,"z":"5cf8236b.a307dc","wires":[]},{"id":"731fcbfd.8ce034","type":"websocket out","name":"/ws/door","server":"f8a512bc.075af","x":757,"y":183,"z":"5cf8236b.a307dc","wires":[]},{"id":"443b3381.bbc4cc","type":"ibmiot in","authentication":"quickstart","apiKey":"","inputType":"evt","deviceId":"784b87a33025","applicationId":"","deviceType":"+","eventType":"+","commandType":"","format":"json","name":"IBM IoT App In","service":"quickstart","allDevices":"","allApplications":"","allDeviceTypes":true,"allEvents":true,"allCommands":"","allFormats":"","x":95,"y":148,"z":"5cf8236b.a307dc","wires":[["bd385f48.42c7a","136e1892.ec91e7"]]},{"id":"136e1892.ec91e7","type":"function","name":"door1.magX","func":"return {payload:msg.payload.d.magX};","outputs":1,"x":156,"y":234,"z":"5cf8236b.a307dc","wires":[["aa20b3fe.55df5"]]},{"id":"aa20b3fe.55df5","type":"switch","name":"mag thresh","property":"payload","rules":[{"t":"gte","v":-12.5,"v2":0},{"t":"lte","v":-11.9,"v2":0},{"t":"else"}],"checkall":"false","outputs":3,"x":308,"y":234,"z":"5cf8236b.a307dc","wires":[["df18c10a.20e74"],["9b1d32a2.64e2d"],["c4213211.3bded"]]},{"id":"df18c10a.20e74","type":"template","name":"open","field":"payload","template":"open","x":481,"y":190,"z":"5cf8236b.a307dc","wires":[["856872ce.7a979"]]},{"id":"9b1d32a2.64e2d","type":"template","name":"close","field":"payload","template":"close","x":479,"y":233,"z":"5cf8236b.a307dc","wires":[["856872ce.7a979"]]},{"id":"c4213211.3bded","type":"template","name":"middle","field":"payload","template":"middle","x":476,"y":278,"z":"5cf8236b.a307dc","wires":[["856872ce.7a979"]]},{"id":"856872ce.7a979","type":"function","name":"merge","func":"\nreturn {payload:{\n\tdoor: 0,\n\tstatus: msg.payload,\n\ttimestamp: Date.now()\n}};","outputs":1,"x":630,"y":232,"z":"5cf8236b.a307dc","wires":[["731fcbfd.8ce034","1fa97d78.e05683","f4a72660.0b58d8"]]},{"id":"1fa97d78.e05683","type":"mongodb out","service":"mongodb-p7","mongodb":"68bf71d.f97409","name":"door-history2","collection":"door-history2","payonly":true,"upsert":false,"multi":false,"operation":"insert","x":791,"y":233,"z":"5cf8236b.a307dc","wires":[]},{"id":"e03941a7.1fc6c","type":"http in","name":"getDoorCount","url":"/getDoorCount","method":"get","x":122.5,"y":365,"z":"5cf8236b.a307dc","wires":[["f7332446.08ccd8"]]},{"id":"f7332446.08ccd8","type":"mongodb in","service":"mongodb-p7","mongodb":"68bf71d.f97409","name":"open-count2","collection":"open-count2","operation":"count","x":278,"y":353,"z":"5cf8236b.a307dc","wires":[["679965bf.98669c","7699195c.8966e8"]]},{"id":"679965bf.98669c","type":"http response","name":"resDoorCount","x":471,"y":364,"z":"5cf8236b.a307dc","wires":[]},{"id":"57768aec.a88974","type":"mongodb in","service":"mongodb-p7","mongodb":"68bf71d.f97409","name":"door-history2","collection":"door-history2","operation":"find","x":474.6666564941406,"y":641.9999828338623,"z":"5cf8236b.a307dc","wires":[["d819e708.27e618"]]},{"id":"d84ca453.27b358","type":"function","name":"get-last-query","func":"var query = {\n\tsort : { timestamp: -1 },\n\tlimit : 5\n};\n\nreturn query","outputs":1,"x":281.6666564941406,"y":642.0000038146973,"z":"5cf8236b.a307dc","wires":[["57768aec.a88974"]]},{"id":"f4a72660.0b58d8","type":"function","name":"extract-status","func":"\nreturn {\n\tpayload: msg.payload.status\n};","outputs":1,"x":668,"y":299,"z":"5cf8236b.a307dc","wires":[["5431a12.fabce6"]]},{"id":"5431a12.fabce6","type":"debug","name":"","active":false,"console":"false","complete":"false","x":812,"y":299,"z":"5cf8236b.a307dc","wires":[]},{"id":"d819e708.27e618","type":"function","name":"if-open","func":"for(var i=0; i<5;i++){\nif( msg.payload[i].status == \"open\"){\n\treturn {\n\t\tpayload: {\n\t\t\tdoor: 0,\n\t\t\tstatus: \"open\",\n\t\t\ttimestamp: Date.now()\n\t\t}\n\t};\n}\n}","outputs":1,"x":627.6666526794434,"y":641.9999828338623,"z":"5cf8236b.a307dc","wires":[["ffedefc8.00121"]]},{"id":"d24f7602.2db088","type":"inject","name":"detect-open","topic":"detect-open","payload":"","payloadType":"none","repeat":"5","crontab":"","once":false,"x":115.33332824707031,"y":640.9999828338623,"z":"5cf8236b.a307dc","wires":[["d84ca453.27b358"]]},{"id":"ffedefc8.00121","type":"mongodb out","service":"mongodb-p7","mongodb":"68bf71d.f97409","name":"open-count2","collection":"open-count2","payonly":true,"upsert":false,"multi":false,"operation":"insert","x":812.0000114440918,"y":642.000020980835,"z":"5cf8236b.a307dc","wires":[]},{"id":"ffb11b99.004ee8","type":"http in","name":"10mins","url":"/getDoorCount10mins","method":"get","x":103.00000381469727,"y":427.6666736602783,"z":"5cf8236b.a307dc","wires":[["90ce235.f6f31e"]]},{"id":"8a76e904.758918","type":"http in","name":"60mins","url":"/getDoorCount60mins","method":"get","x":99.66666030883789,"y":501.3333520889282,"z":"5cf8236b.a307dc","wires":[["51401b2e.aebfe4"]]},{"id":"90ce235.f6f31e","type":"function","name":"query-last-10mis","func":"var past = Date.now()-600000;\nvar current = Date.now();\n\nreturn {\n\tpayload:{\n\t\ttimestamp:{ $gt: past, $lt: current }\n\t}\n};","outputs":1,"x":287.99999237060547,"y":429.33332920074463,"z":"5cf8236b.a307dc","wires":[["5115cde5.aeea34"]]},{"id":"51401b2e.aebfe4","type":"function","name":"query-last-60mins","func":"var past = Date.now()-3600000;\nvar current = Date.now();\n\nreturn {\n\tpayload:{\n\t\ttimestamp:{ $gt: past, $lt: current }\n\t}\n};","outputs":1,"x":292.66666412353516,"y":500.66667556762695,"z":"5cf8236b.a307dc","wires":[["5115cde5.aeea34"]]},{"id":"5115cde5.aeea34","type":"mongodb in","service":"mongodb-p7","mongodb":"68bf71d.f97409","name":"open-count2","collection":"open-count2","operation":"count","x":503,"y":464.99999618530273,"z":"5cf8236b.a307dc","wires":[["726b74a.f8d948c"]]},{"id":"bd588960.42a778","type":"http in","name":"getAll","url":"/getAll","method":"get","x":100.33333206176758,"y":574.0000429153442,"z":"5cf8236b.a307dc","wires":[["96b2fa4.f694d08"]]},{"id":"96b2fa4.f694d08","type":"mongodb in","service":"mongodb-p7","mongodb":"68bf71d.f97409","name":"open-count2","collection":"open-count2","operation":"find","x":276.6666564941406,"y":574.3333339691162,"z":"5cf8236b.a307dc","wires":[["ce55419c.31aac"]]},{"id":"7699195c.8966e8","type":"debug","name":"","active":true,"console":"false","complete":"false","x":475,"y":320,"z":"5cf8236b.a307dc","wires":[]},{"id":"ce55419c.31aac","type":"http response","name":"","x":456.66666412353516,"y":574.3333539962769,"z":"5cf8236b.a307dc","wires":[]},{"id":"726b74a.f8d948c","type":"function","name":"generate-response","func":"\nreturn {\n\tpayload: {\n\t\tcount: msg.payload\n\t}\n}","outputs":1,"x":683.6666946411133,"y":463.33332109451294,"z":"5cf8236b.a307dc","wires":[["af18f25c.50e71","ce478f20.31b87"]]},{"id":"af18f25c.50e71","type":"http response","name":"","x":863.6666374206543,"y":463.0000057220459,"z":"5cf8236b.a307dc","wires":[]},{"id":"ce478f20.31b87","type":"debug","name":"","active":true,"console":"false","complete":"false","x":864.0000343322754,"y":537.6666059494019,"z":"5cf8236b.a307dc","wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment