No problem,

A) 
B) what is missing is always the since 0.0 mm 24/h and 0.0 mm since midnight, 
the difference was just a mistake.
C) the information was never there, since I installed it
D) NO and honestly I’m not that great a coding but I’m not even sure that it’s 
even there in the python code….
Here is a part of the code that talks about rain.

"        if record.get('rainRate') is not None:
            # Rainfall (in hundredths of an inch) in the last hour
            data.append('r%03.f' % (record['rainRate'] * 100))

        if record.get('dailyrain') is not None:
            # Rainfall (in hundredths of an inch) since midnight
            data.append('P%03.f' % (record['dailyrain'] * 100))
“

I don’t see something that would create a 24/hrs and the part since midnight is 
there but obviously not working.

You can see my beacon here.
https://aprs.fi/#!mt=roadmap&z=14&call=a%2FVA2LGT-13&timerange=3600&tail=3600


> On 10May, 2018, at 23:37, Andrew Milner <[email protected]> wrote:
> 
> Perhaps some more info would help ….
> eg - 
> a) what time is it/was it when you noticed this?
> b) is there a reason why 'what is missing' is different at the top of the 
> posting and the bottom of the posting?
> c) has this just started to happen, or always happened?
> d) is there anything in the log to assist with resolution?
> 
> 
> 
> On Friday, 11 May 2018 05:47:02 UTC+3, Lorin Tremblay wrote:
> Hi everyone!
> 
> Can't isolate where the problem occurs from, but in my wx.pkt that is created 
> by the extension I'm missing some rain info
> Right now I have RAIN 0.0 mm/1hr but missing the 0.5 mm/24h 0.5 mm/since 
> midnight. 
> So I only have the following 
> Rain 0.0 mm/1h
> instead of
> Rain 0.0 mm/1h 0.8 mm/24h 0.8 mm/since midnight.
> 
> Can anyone help isolate the problem please.
> 
> Thanks guys
> 
> 
> -- 
> 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.

-- 
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.

Reply via email to