Hi
I need to receive data from a datalogger, it post the data every 15min.
But how do i set this up in NodeRED.
Do I need to install a webserver or can i use port 1880 ?
I also did try to make a test to see if it works, but i cant get it working
[{"id":"809c6e4af24655b1","type":"tab","label":"Http in from ATK3","disabled":false,"info":""},{"id":"160ea475ba39bb74","type":"http in","z":"809c6e4af24655b1","name":"","url":"/post_data","method":"post","upload":true,"swaggerDoc":"","x":290,"y":180,"wires":[["4725c1881252c090"]]},{"id":"4725c1881252c090","type":"debug","z":"809c6e4af24655b1","name":"Input from /post_data","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":680,"y":180,"wires":[]},{"id":"5a23c204f4749839","type":"inject","z":"809c6e4af24655b1","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":310,"y":340,"wires":[["17dab0a5f7d8c1e3"]]},{"id":"17dab0a5f7d8c1e3","type":"http request","z":"809c6e4af24655b1","name":"","method":"POST","ret":"txt","paytoqs":"ignore","url":"/post_data","tls":"","persist":false,"proxy":"","authType":"","x":710,"y":340,"wires":[["86a399a274601254"]]},{"id":"86a399a274601254","type":"debug","z":"809c6e4af24655b1","name":"Test message","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1050,"y":340,"wires":[]}]