27-07-2016, 00:06
I've been doing a wee bit more testing this evening and this is what I've noted so far.
To see how many rain tips the RX unit has recorded today I added the following line in the code for the Wireless Sensors -
Serial.print(" Rain Tips Today :"); Serial.println(RainToday_tips);
The serial monitor shows 1 tip recorded.
I then added this line
Serial.print("Rainfall Today:"); Serial.println(Output_RToday);
The serial monitor displayed 2.56mm of rainfall which as expected matches what is on the RX Display. The rainfall shown in CumulusMX is 0.25mm.
Chris
To see how many rain tips the RX unit has recorded today I added the following line in the code for the Wireless Sensors -
Serial.print(" Rain Tips Today :"); Serial.println(RainToday_tips);
The serial monitor shows 1 tip recorded.
I then added this line
Serial.print("Rainfall Today:"); Serial.println(Output_RToday);
The serial monitor displayed 2.56mm of rainfall which as expected matches what is on the RX Display. The rainfall shown in CumulusMX is 0.25mm.
Chris

