[{"id":"e9df2383.82df9","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"c2f31d17.2bc5f","type":"inject","z":"e9df2383.82df9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":140,"wires":[["8cea1145.809d"]]},{"id":"8cea1145.809d","type":"rpi-dht22","z":"e9df2383.82df9","name":"dht11","topic":"rpi-dht22","dht":"11","pintype":"0","pin":"4","x":290,"y":140,"wires":[["f34cadf0.5a452","85e1b96a.a45e58"]]},{"id":"949b5392.57d51","type":"debug","z":"e9df2383.82df9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":690,"y":260,"wires":[]},{"id":"f34cadf0.5a452","type":"function","z":"e9df2383.82df9","name":"Temperature","func":"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":490,"y":140,"wires":[["1ecc1aec.d81c35","7b80934f.fd688c"]]},{"id":"85e1b96a.a45e58","type":"function","z":"e9df2383.82df9","name":"Humidity data","func":"msg.payload = msg.humidity;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":500,"y":220,"wires":[["949b5392.57d51","b9dd181c.228368"]]},{"id":"1ecc1aec.d81c35","type":"ui_gauge","z":"e9df2383.82df9","name":"Temperature monitor","group":"9e96c901.0264f8","order":2,"width":5,"height":3,"gtype":"gage","title":"temperature","label":"deg C","format":"{{value}}","min":0,"max":"100","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":720,"y":140,"wires":[]},{"id":"b9dd181c.228368","type":"ui_gauge","z":"e9df2383.82df9","name":"Humidity data","group":"9e96c901.0264f8","order":3,"width":5,"height":3,"gtype":"gage","title":"Humidity","label":"%","format":"{{value}}","min":0,"max":"100","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":700,"y":220,"wires":[]},{"id":"7b80934f.fd688c","type":"debug","z":"e9df2383.82df9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":690,"y":180,"wires":[]},{"id":"9cfdb189.d211b","type":"function","z":"e9df2383.82df9","name":"RPM","func":"//flow.set(\"counter\",0)\ncounter = flow.get(\"counter\") || 0\ncounter ++\nflow.set(\"counter\", counter)\nmsg.payload = counter\n\nreturn msg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","x":490,"y":320,"wires":[["42c6bbdc.42c5c4","26186fee.63466"]],"info":"``/flow.set(\"counter\",0)\ncounter = flow.get(\"counter\") || 0\ncounter ++\nflow.set(\"counter\", counter)\nmsg.payload = counter\n\nreturn msg;\n``\n"},{"id":"547cb430.bdd5dc","type":"debug","z":"e9df2383.82df9","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":770,"y":420,"wires":[]},{"id":"26186fee.63466","type":"ui_gauge","z":"e9df2383.82df9","name":"","group":"9e96c901.0264f8","order":3,"width":0,"height":0,"gtype":"gage","title":"RPM","label":"RPM","format":"{{value}}","min":0,"max":"500","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":770,"y":320,"wires":[]},{"id":"3186801a.cd10f","type":"inject","z":"e9df2383.82df9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":240,"wires":[["9cfdb189.d211b"]]},{"id":"42c6bbdc.42c5c4","type":"timeframerlt","z":"e9df2383.82df9","name":"","throttleType":"reset","timeLimit":"5","timeLimitType":"seconds","countLimit":"1000","byresetcountLimit":"4","x":590,"y":420,"wires":[["547cb430.bdd5dc"]]},{"id":"32f1d447.3aa4ac","type":"inject","z":"e9df2383.82df9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"reset","payloadType":"msg","x":300,"y":440,"wires":[["42c6bbdc.42c5c4","2d12e318.927f8c"]]},{"id":"2d12e318.927f8c","type":"debug","z":"e9df2383.82df9","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":560,"y":520,"wires":[]},{"id":"9e96c901.0264f8","type":"ui_group","name":"DYNO","tab":"70eb2da0.452ad4","order":1,"disp":true,"width":"10","collapse":false},{"id":"70eb2da0.452ad4","type":"ui_tab","name":"LANGE RACING","icon":"dashboard","disabled":false,"hidden":false}]
[editied to make importable by mod]