[{"id":"5a2e1e39.8e86d8","type":"tab","label":"CPU Info Temp local"},{"id":"b7600e0e.3d789","type":"exec","z":"5a2e1e39.8e86d8","command":"vcgencmd","addpay":true,"append":"measure_temp","useSpawn":"","timer":"5","name":"","x":311,"y":171.5,"wires":[["a49c9114.7ec97"],[],[]]},{"id":"a49c9114.7ec97","type":"function","z":"5a2e1e39.8e86d8","name":"parse temp value","func":"msg.payload = msg.payload.replace(\"temp=\",\"\").replace(\"'C\\n\",\"\");\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":524.2000122070312,"y":175.07000732421875,"wires":[["c3053edd.7095a","44efd4f5.76b3d8","99ab2d28.353e"]]},{"id":"8dfe3c2.e91d74","type":"inject","z":"5a2e1e39.8e86d8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"900","crontab":"","once":true,"onceDelay":"","topic":"","payload":"","payloadType":"date","x":161.3800048828125,"y":95.69000244140625,"wires":[["b7600e0e.3d789"]]},{"id":"c3053edd.7095a","type":"ui_gauge","z":"5a2e1e39.8e86d8","name":"rpi-iot-jsho-NodeRED","group":"fb787ee8.ae414","order":5,"width":0,"height":0,"gtype":"gage","title":"rpi-iot-jsho-NodeRED","label":"°C","format":"{{value}}","min":0,"max":"80","colors":["#00b500","#e6e600","#ca3838"],"seg1":"45","seg2":"55","x":620,"y":80,"wires":[]},{"id":"44efd4f5.76b3d8","type":"ui_chart","z":"5a2e1e39.8e86d8","name":"rpi-iot-jsho-NodeRED","group":"665241b.7ec968","order":5,"width":0,"height":0,"label":"","chartType":"line","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":"1","removeOlderPoints":"","removeOlderUnit":"86400","cutout":0,"useOneColor":false,"useUTC":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"outputs":1,"x":620,"y":120,"wires":[[]]},{"id":"51607ab7.133ae4","type":"matterMost","z":"5a2e1e39.8e86d8","name":"Mattermost","channelURL":"http://dtgtp1wwfj85b89i.myfritz.net:8065/hooks/j8oh1744wbnpipm5sw4jqh6aac","username":"","iconURL":"","channel":"","x":510,"y":400,"wires":[]},{"id":"6f20aa99.be1284","type":"switch","z":"5a2e1e39.8e86d8","name":"> or < previous temp value","property":"payload","propertyType":"msg","rules":[{"t":"gt","v":"","vt":"prev"},{"t":"lt","v":"","vt":"prev"}],"checkall":"false","repair":false,"outputs":2,"x":300,"y":280,"wires":[["56928287.0bb3fc"],["56928287.0bb3fc"]]},{"id":"56928287.0bb3fc","type":"switch","z":"5a2e1e39.8e86d8","name":"> 45 °C","property":"payload","propertyType":"msg","rules":[{"t":"gt","v":"45","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":560,"y":280,"wires":[["be5a13a4.15fa4"]]},{"id":"be5a13a4.15fa4","type":"function","z":"5a2e1e39.8e86d8","name":"parse temp value","func":"msg.payload = \"rpi-iot-jsho-NodeRed = \" + msg.payload + \"°C CPU Temperature\";\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":530,"y":340,"wires":[["51607ab7.133ae4","bca26301.3d501"]]},{"id":"bca26301.3d501","type":"e-mail","z":"5a2e1e39.8e86d8","server":"smtp.1und1.de","port":"465","secure":true,"tls":true,"name":"josef.schuster@dpsolution.de","dname":"Mail","x":490,"y":440,"wires":[]},{"id":"99ab2d28.353e","type":"function","z":"5a2e1e39.8e86d8","name":"parse temp value","func":"msg.payload=parseFloat(msg.payload).toFixed(0);\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":530,"y":220,"wires":[["6f20aa99.be1284"]]},{"id":"fb787ee8.ae414","type":"ui_group","name":"Raspberry Pi CPU Temperature current","tab":"1cfb335e.72a5c9","order":null,"disp":false,"width":"4","collapse":false},{"id":"665241b.7ec968","type":"ui_group","name":"Raspberry Pi CPU Temperature Statistik","tab":"1cfb335e.72a5c9","order":2,"disp":false,"width":"4","collapse":false},{"id":"1cfb335e.72a5c9","type":"ui_tab","name":"CPU Info Temperature","icon":"dashboard","order":1,"disabled":false,"hidden":false}]