My weather station receives sensor data from GW1000A-WIFIC25F and sends it to ecowitt.net
- how can I get the rainfall data into NodeRed ?
My weather station receives sensor data from GW1000A-WIFIC25F and sends it to ecowitt.net
I'd probably start with the docs: API Docs
In case you are not up to speed on accessing APIs, you need to use the http request node (cookbook link: https://cookbook.nodered.org/#http-requests)
Here is a video. It is for a different API but it has great detail that should help put you on the right track: https://www.youtube.com/watch?v=KqtxtPkmoik
I use node-red-contrib-ecowitt-gateway to get the data direct from the device.