I’m not familiar with your driver, but this doesn’t look like an error.
It looks like, on startup, the cumulative total rain (totalrainin) is being read for the first time. For all subsequent reads, the totalrainin wil be compared to the previously read value to compute rain delta (i.e., the amount of rain that fell between the last read and this read). I believe the informational message you are reading is simply stating that this is the first read and thus, can’t compute a delta because there is no previous read. At least, this is my guess, without knowing the particulars. > On May 13, 2020, at 12:48 AM, Wifi75 <[email protected]> wrote: > > > >> hello, I have some problem: > > Weewx[11635] INFO user.interceptor: using 'totalrainin' for rain_total > May 13 09:41:37 ubuntu-server python2[11635]: weewx[11635] INFO > user.interceptor: skipping rain measurement of 0.63: no last rain > > I have GW1000 and WS69e station > > I don't understand how I can fix this problem. > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/7872337f-ffc3-493b-9522-f546df5aba2b%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/B90C4E60-4C04-42A5-BBF4-E2B42C47264D%40johnkline.com.
