Hi luís
The prediction logs only get populated if Grabber predicts that there will
be rain. Also the rain symbol will be displayed and a RED line will get drawn
at a value of 1 to the RainFall Chart.
The code that predicts that there could be rain, is a very simple equation
and as such may not always predict rain could fall even if there is actuall
rainfall. (I hope that makes sense?)
My code checks to see if the Dewpoint is within +-1.0°C of the current Temperature
and that the Humidity is >=90%, if these criteria are met then rain prediction
is True.
Without a very complex equation (which I am not sure how to even start looiking at),
taking into account may factors I can not get the prediction any more accurate.
I can see that your rain fall chart (see image below), does not indicate a redline
value of 1 on the chart, therefore the prediction is not true and will not get populated
into the log files.
rainfallchart_01.png
If you notice that the red line is drawn to the chart at a value of 1 (see image below)
and the log files still do not log a prediction, can you let me know and I will look into
this further for you.
rainfallchart_02.png
You do not have the required permissions to view the files attached to this post.