On Friday, November 4, 2016 at 10:42:37 PM UTC-4, Brad Tucker wrote: > > For some reason Rain is not being logged to the system w/ the interceptor > model. I accidentally tripped the rain seƱor while working on the unit > today, and the acurite display is reporting .55 inches however my plots > show 0 as do the stats. I took a look at the database to make sure nothing > is being logged and there are all zeros in the rain fields. Does anyone > have any ideas? >
brad, is the output you posted from immediately after the bucket tip, or more than an hour after the bucket tip? if you do some bucket tips, do they show up for both rainin and dailyrainin, or only dailyrainin? wu defines the 'rainin' parameter is amount of rain in the past hour - a sliding window. it defines the 'dailyrainin' parameter is the amout of rain since the start of the day. i assume that the acurite bridge is using the same definitions, since it is posting to wu. weewx expects 'rain' to be the amount of rain in the last interval, whether that interval is a LOOP packet or an archive record. so it needs to calculate the difference between consecutive dailyrainin values. the interceptor was using rainin instead of dailyrainin for the delta. this has been fixed at commit 231fa14. btw, your POSTs contain duplicate data. it is harmless, but you might want to figure out where that is coming from. m -- 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]. For more options, visit https://groups.google.com/d/optout.
