Hello everybody,
I'm not very familiar with Node-RED and programming in general, so I probably have a very simple question.
I have a project in which I read out 15 temperature sensors in parallel and also have to save the data. I use ESP8266 microcontrollers and DS18B20 sensors. The transmission takes place via a pi server. The measured values are displayed wonderfully on the dashboard, but how do I get the data saved?
I have already tried the "File" function and created a text file, but nothing appears in this text file.
It would be great if someone could help me, it's probably pretty easy, but unfortunately I can't get any further
Thanks in advance
[{"id":"532afdc6.4f7d24","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"dfa0b7d9.597e58","type":"mqtt in","z":"532afdc6.4f7d24","name":"","topic":"esp/ds18b20/temperature1","qos":"1","datatype":"auto","broker":"bc121263.3a247","x":150,"y":140,"wires":[["932d1e01.700a2","23e316df.b94faa"]]},{"id":"932d1e01.700a2","type":"ui_chart","z":"532afdc6.4f7d24","name":"","group":"3c4c1da2.870402","order":3,"width":"0","height":"0","label":"","chartType":"line","legend":"false","xformat":"HH:mm","interpolate":"linear","nodata":"","dot":true,"ymin":"15","ymax":"75","removeOlder":"8","removeOlderPoints":"1000","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"useUTC":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"outputs":1,"x":370,"y":140,"wires":[["23e316df.b94faa"]]},{"id":"23e316df.b94faa","type":"file","z":"532afdc6.4f7d24","name":"","filename":"C:\\Users\\Dave\\Desktop\\test.txt","appendNewline":true,"createDir":false,"overwriteFile":"false","encoding":"utf8","x":610,"y":140,"wires":[[]]},{"id":"bc121263.3a247","type":"mqtt-broker","name":"","broker":"localhost","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"3c4c1da2.870402","type":"ui_group","name":"Temperature 1","tab":"f22c20d9.f0bff","order":3,"disp":true,"width":"7","collapse":false},{"id":"f22c20d9.f0bff","type":"ui_tab","name":"Home","icon":"dashboard","order":1,"disabled":false,"hidden":false}]