Hi all,
I have been reading this thread with great interest as its pretty much what I have been looking for.
I only understand the very basics of Node Red which I am running on my RPi at home. My original idea was gathering information from my home weather/environment station to record and display.
Originally, I was running several sensors, (light, UV, temperature, humidity, pressure, battery state including charge) on an Arduino mini pro which ran various calculations and smoothing, sending the results as a .csv string via Bluetooth to the RPi running Node-Red.
I ran out of memory on the Arduino, so decided to use it just to get the raw data from the sensors and send that string, moving the calculations and filtering etc. to Node-Red which is much better as I can change it as and when without having to re-program the Arduino.
This worked great, but I work away from home and as unlucky as I am, my battery failed just 2 days after going to work leaving me with nothing.
The lucky part of it was that before leaving home, I set up my router, so I could communicate with my PRi and Node-Red whilst I am away.
Coming across this thread enabled me to change the whole code so I could 'leach' information from Darksky and OpenWeatherMap and add some things I hadnāt thought of.
Having spent 5 weeks away from home, I'm looking forward to getting home and updating my whole system, so I can display my own data along with Darksky and OpenWeatherMap.
I now have an anemometer and weather vane to add to my system along with a dust particle monitor, I also intend to attach a lightning detector to the system and pretty much anything else I can come up with.
Anyway, I just want to say thanks to everyone on here for unknowingly pointing me in the right direction and teaching me a few things about Node-Red and what it can do.
I hope at some point I will be able to contribute too.
Thanks
Martin