Re: [weewx-user] Re: Why the rain 'spikes'?

2024-04-30 Thread Ξ
Hello Bob,

Many thanks for this.

All the best,

Ivo

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/408d3a7f-e23c-4614-a5cc-06cf09677960n%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-02-18 Thread Bob Atchley
After a long wait for the weather station console data buffer to be full, 
and a shorter wait for some rain I can now report that I have been able to 
repeat the rain spikes issue.  

The data buffer simply stops being written when it is full, but the console 
has some sort of 'feature' that if the data buffer is full the first proper 
packet it sends includes the rain (but the logic of how much rain is 
reported escapes me - if it was rain since midnight it could have been 
useful, but it isn't) with a 0.0 rain rate the second packet has 0.0 rain 
and a positive rain rate.

I have put a fix in the WS6in1 driver (1.05) to suppress the first 2 
packets, so the spikes are no longer present.

But the real fix is the user needs to manually empty the console data 
buffer periodically

Hope this helps

Bob

On Friday 19 January 2024 at 08:05:22 UTC Bob Atchley wrote:

> Interesting, I hadn't noticed that, and I see the same pattern on the 
> other days you have posted.
> I suspect what is happening is that if the data buffer is full, the final 
> data item is continually over written with that days accumulated rain which 
> the WS6.in1 driver then assumes is a normal value.
> I will test this - I need to wait for the buffer on my weather station to 
> be full (late Feb) and then wait for a rainy day.  Depending on what is 
> output by the weather station to the driver I will update the driver.
> But again for you the simple solution is to regularly manually reset the 
> data buffer following the instructions in the (on line) user manual - this 
> should ensure you have no gaps in your data and will remove the spikes - a 
> double win.
>
> Hope this helps
>
> Bob
>
> On Friday 19 January 2024 at 01:12:41 UTC Ξ wrote:
>
>> Hi Bob,
>>
>> You've already explained to me about the buffer in another thread, but I 
>> haven't got around to to empty it or change the setting, I'll go there 
>> tomorrow and do just that! Thanks again!
>>
>> When looking at the data for 15-Dec-23 specifically, it does appear that 
>> 14 is the sum of all the previous values for the day since midnight, I'd 
>> imagine the buffer would have more values stores, no!? Basically as Tom 
>> says these are the dayRain values aggregated and inserted into the db once 
>> it's up again:
>> (I've removed the rows with 0)
>>
>> [image: s.png]
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/369f0dfe-7515-4e20-81b2-aa859748ca44n%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-24 Thread Ξ
Ahh, so the console shows the battery status but it doesn't send the 
message anywhere and it can't be read? 

Alright, thanks for all the clarifications.

On Wednesday, January 24, 2024 at 7:38:20 PM UTC+2 Bob Atchley wrote:

> Unfortunately the interface from the Bresser PC console doesn't include 
> the battery status - so not provided because its not available (i wish it 
> was, a silly oversight)
>
> Why 5 minute intervals ... it seems a sensible compromise of providing 
> useful data while not filling the disk up too rapidly (the console itself 
> does 12 second updates), but recording at the same interval that weewx is 
> putting data into the database seems a good compromise.
>
> Hope this helps
>
> Bob
>
> On Wednesday 24 January 2024 at 08:35:25 UTC Ξ wrote:
>
>> One more question if I may: I tried searching but I couldn't find 
>> explanation why the loop data doesn't report the battery status?!
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/957be799-f737-48a0-94c7-e6cc891e5b26n%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-24 Thread Bob Atchley
Unfortunately the interface from the Bresser PC console doesn't include the 
battery status - so not provided because its not available (i wish it was, 
a silly oversight)

Why 5 minute intervals ... it seems a sensible compromise of providing 
useful data while not filling the disk up too rapidly (the console itself 
does 12 second updates), but recording at the same interval that weewx is 
putting data into the database seems a good compromise.

Hope this helps

Bob

On Wednesday 24 January 2024 at 08:35:25 UTC Ξ wrote:

> One more question if I may: I tried searching but I couldn't find 
> explanation why the loop data doesn't report the battery status?!
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8650a53d-3b6e-45be-b67c-10cda11b28cen%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-24 Thread Ξ
One more question if I may: I tried searching but I couldn't find 
explanation why the loop data doesn't report the battery status?!

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c2e34a42-c692-4b0d-b2c4-0fc6ac53f60cn%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-24 Thread Ξ
Thanks Bob, I'll follow your advice from now on to regularly clear the 
console data buffer.
btw, any particular reason why you recommended (in another thread) the 5 
minute setting of the buffer as opposed to any other? 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b57f0432-2858-4204-abbe-265be03cbbban%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-19 Thread John Smith
On Thu, 18 Jan 2024 at 13:26, Tom Keffer  wrote:

> You say that the "spikes" occur after power outages. I'm thinking the
> value for "dayRain" also changes.
>

Maybe he should get a UPS and put a big battery on it so it doesn't die
during blackouts.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAGTinV7We1N7vOWPK7YZuERZwvdyNZv7_-CHMaWVo3kMEWS%3DJw%40mail.gmail.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-19 Thread Bob Atchley
Interesting, I hadn't noticed that, and I see the same pattern on the other 
days you have posted.
I suspect what is happening is that if the data buffer is full, the final 
data item is continually over written with that days accumulated rain which 
the WS6.in1 driver then assumes is a normal value.
I will test this - I need to wait for the buffer on my weather station to 
be full (late Feb) and then wait for a rainy day.  Depending on what is 
output by the weather station to the driver I will update the driver.
But again for you the simple solution is to regularly manually reset the 
data buffer following the instructions in the (on line) user manual - this 
should ensure you have no gaps in your data and will remove the spikes - a 
double win.

Hope this helps

Bob

On Friday 19 January 2024 at 01:12:41 UTC Ξ wrote:

> Hi Bob,
>
> You've already explained to me about the buffer in another thread, but I 
> haven't got around to to empty it or change the setting, I'll go there 
> tomorrow and do just that! Thanks again!
>
> When looking at the data for 15-Dec-23 specifically, it does appear that 
> 14 is the sum of all the previous values for the day since midnight, I'd 
> imagine the buffer would have more values stores, no!? Basically as Tom 
> says these are the dayRain values aggregated and inserted into the db once 
> it's up again:
> (I've removed the rows with 0)
>
> [image: s.png]
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/84ebe1d4-b8f0-456b-955c-bb5fc9fe0b62n%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-18 Thread Ξ
Hi Bob,

You've already explained to me about the buffer in another thread, but I 
haven't got around to to empty it or change the setting, I'll go there 
tomorrow and do just that! Thanks again!

When looking at the data for 15-Dec-23 specifically, it does appear that 14 
is the sum of all the previous values for the day since midnight, I'd 
imagine the buffer would have more values stores, no!? Basically as Tom 
says these are the dayRain values aggregated and inserted into the db once 
it's up again:
(I've removed the rows with 0)

[image: s.png]

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/398d3521-fe0c-41c2-bb1a-67f224e51517n%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-18 Thread Bob Atchley
Sorry I'm picking this thread up a bit late.
Looking at the output of the SQL commands I'm seeing unexpected behaviour 
(apart from the rain spikes).  The Bresser weather station has a buffer 
that with the 15 minute interval you are using should allow up to 150 days 
of data to be recovered.  But there are gaps which presumably align with 
the power outages - this should not happen.
This probably means that the buffer is full.  Unfortunately the buffer is 
not circular, once its full no more data is stored.  The interface to the 
weather station from the WS6in1 driver does not provide a way to reset this 
buffer - it must be done manually.  To make matters worse some copies of 
the printed user manual is missing the details on how to do this.
If this is the case for you, this link to an on line version contains the 
necessary information (pages 20 and 21 under the heading Data Log)
https://www.bresser.de/out/media/9fc9f246c452a7307b473233c8057805.pdf

I personally use a 5 minute interval (50 day buffer) and reset the buffer 
every month after backing up the database, with a 15 minute interval I 
would recommend resetting the buffer every 3 months.
Having said all this I have no idea what is causing the rain spikes.. My 
experience is if the buffer is full the driver reads through it all but as 
its old data it all gets discarded.  May be if the buffer has never been 
reset it contains data out of time sequence and this is causing the problem.
My intuition is if you reset the weather station buffer regularly the 
problem will go away - ultimately the data comes from the weather station 
not the driver.  I will check the WS6in1 driver in case I can find anything 
else that might be causing this.

If you are already resetting the weather station buffer then I'll need to 
think again

Hope this helps 

Bob


On Thursday 18 January 2024 at 14:57:24 UTC Ξ wrote:

> And thanks again, I've pinged Bob if he can look at it.
>
> All the best!
>
> On Thursday, January 18, 2024 at 3:16:16 PM UTC+2 Tom Keffer wrote:
>
>> Again, I would look to the driver. It is calculating rain from 
>> differences of dayRain, which, I suspect, is prone to unpredictable values 
>> after a power outage.
>>
>> On Thu, Jan 18, 2024 at 5:09 AM Ξ  wrote:
>>
>>> I'd like to post some more details about December
>>>
>>>   MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
>>> NAME: Dolni Okol  
>>> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>>>
>>>
>>>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>>>
>>>  HEAT   COOL AVG
>>>   MEAN   DEGDEG  WIND   
>>> DOM   INSIDE  INS
>>> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   
>>> HIGH   TIMEDIR   HIGHLOW
>>>
>>> -
>>>  019.4   14.7  13:30   -1.1  00:188.60.00.00.6   
>>>  6.6  11:583267.85.0
>>>  027.6   17.5  15:232.7  20:58   10.40.00.00.1   
>>>  3.3  14:383257.97.2
>>>  034.9   12.0  00:26   -2.0  23:56   13.10.0   13.20.1   
>>>  3.3  13:02 337.97.1
>>>  04   -2.3   11.7  15:39   -6.3  07:48   20.30.00.00.0   
>>>  2.3  03:531178.76.1
>>>  05   -0.81.4  14:51   -2.5  07:23   18.80.00.00.0   
>>>  1.4  11:353036.44.8
>>>  060.71.3  14:03   -0.1  00:00   17.30.00.40.0   
>>>  0.6  02:033074.84.2
>>>  070.33.7  11:02   -2.0  23:16   17.70.00.00.1   
>>>  3.0  13:48 564.23.7
>>>  08   -2.3   -0.9  13:18   -3.8  22:07   20.30.00.00.0   
>>>  0.0  00:00 903.72.9
>>>  09   -2.11.0  14:38   -4.4  05:04   20.10.00.00.0   
>>>  0.9  14:421612.92.4
>>>  10   -0.8   10.6  15:17   -4.0  05:44   18.80.04.00.0   
>>>  2.3  13:023164.42.1
>>>  110.37.2  14:56   -3.6  07:52   17.70.00.80.0   
>>>  2.0  12:041385.73.0
>>>  123.8   13.6  15:350.1  21:58   14.20.00.80.0   
>>>  3.0  05:10 146.24.1
>>>  133.2   11.1  14:280.4  04:02   14.80.00.00.0   
>>>  1.2  15:363025.54.7
>>>  145.7   11.7  10:360.6  02:20   12.30.07.20.1   
>>>  3.1  04:20 415.64.9
>>>  151.12.1  03:06   -0.7  23:56   16.90.0   42.00.0   
>>>  2.8  05:17 565.54.7
>>>  16   -2.0   -0.5  13:54   -3.7  23:59   20.00.00.00.0   
>>>  0.0  00:00 904.83.7
>>>  17   -5.70.5  13:58  -10.5  07:32   23.70.00.00.0   
>>>  0.0  00:00 905.42.7
>>>  18   -3.09.9  15:34   -8.1  01:40   21.00.0   18.80.0   
>>>  0.0  00:00 905.42.3
>>>  19   -0.9   12.1  15:20   

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-18 Thread Ξ
And thanks again, I've pinged Bob if he can look at it.

All the best!

On Thursday, January 18, 2024 at 3:16:16 PM UTC+2 Tom Keffer wrote:

> Again, I would look to the driver. It is calculating rain from differences 
> of dayRain, which, I suspect, is prone to unpredictable values after a 
> power outage.
>
> On Thu, Jan 18, 2024 at 5:09 AM Ξ  wrote:
>
>> I'd like to post some more details about December
>>
>>   MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
>> NAME: Dolni Okol  
>> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>>
>>
>>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>>
>>  HEAT   COOL AVG
>>   MEAN   DEGDEG  WIND 
>>   DOM   INSIDE  INS
>> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH 
>>   TIMEDIR   HIGHLOW
>>
>> -
>>  019.4   14.7  13:30   -1.1  00:188.60.00.00.66.6 
>>  11:583267.85.0
>>  027.6   17.5  15:232.7  20:58   10.40.00.00.13.3 
>>  14:383257.97.2
>>  034.9   12.0  00:26   -2.0  23:56   13.10.0   13.20.13.3 
>>  13:02 337.97.1
>>  04   -2.3   11.7  15:39   -6.3  07:48   20.30.00.00.02.3 
>>  03:531178.76.1
>>  05   -0.81.4  14:51   -2.5  07:23   18.80.00.00.01.4 
>>  11:353036.44.8
>>  060.71.3  14:03   -0.1  00:00   17.30.00.40.00.6 
>>  02:033074.84.2
>>  070.33.7  11:02   -2.0  23:16   17.70.00.00.13.0 
>>  13:48 564.23.7
>>  08   -2.3   -0.9  13:18   -3.8  22:07   20.30.00.00.00.0 
>>  00:00 903.72.9
>>  09   -2.11.0  14:38   -4.4  05:04   20.10.00.00.00.9 
>>  14:421612.92.4
>>  10   -0.8   10.6  15:17   -4.0  05:44   18.80.04.00.02.3 
>>  13:023164.42.1
>>  110.37.2  14:56   -3.6  07:52   17.70.00.80.02.0 
>>  12:041385.73.0
>>  123.8   13.6  15:350.1  21:58   14.20.00.80.03.0 
>>  05:10 146.24.1
>>  133.2   11.1  14:280.4  04:02   14.80.00.00.01.2 
>>  15:363025.54.7
>>  145.7   11.7  10:360.6  02:20   12.30.07.20.13.1 
>>  04:20 415.64.9
>>  151.12.1  03:06   -0.7  23:56   16.90.0   42.00.0   
>>  2.8  05:17 565.54.7
>>  16   -2.0   -0.5  13:54   -3.7  23:59   20.00.00.00.00.0 
>>  00:00 904.83.7
>>  17   -5.70.5  13:58  -10.5  07:32   23.70.00.00.00.0 
>>  00:00 905.42.7
>>  18   -3.09.9  15:34   -8.1  01:40   21.00.0   18.80.00.0 
>>  00:00 905.42.3
>>  19   -0.9   12.1  15:20   -4.6  07:04   18.90.04.80.00.0 
>>  00:00 906.43.1
>>  201.49.2  15:04   -5.2  06:31   16.60.05.20.12.6 
>>  16:483156.23.8
>>  211.0   10.6  15:13   -3.5  20:04   17.00.00.80.12.5 
>>  22:09 477.54.3
>>  221.93.7  03:570.1  23:01   16.10.04.00.24.4 
>>  00:413205.64.6
>>  232.45.3  11:23   -0.5  17:43   15.60.00.80.34.5 
>>  21:583485.24.3
>>  246.4   13.5  15:333.1  06:08   11.60.00.00.24.2 
>>  16:063377.24.3
>>  258.7   17.6  15:332.6  23:459.30.00.00.23.2 
>>  14:083319.25.9
>>  266.8   16.6  15:18   -0.3  05:13   11.20.00.00.12.2 
>>  09:18330   10.77.4
>>  274.3   16.0  15:26   -1.4  23:57   13.70.00.00.02.8 
>>  01:21 51   11.78.7
>>  282.6   18.6  15:55   -2.7  07:19   15.40.00.00.12.3 
>>  14:41169   11.48.4
>>  292.7   15.1  15:49   -2.0  05:40   15.30.00.00.02.0 
>>  13:05162   11.48.4
>>  301.98.7  13:26   -2.4  04:34   16.10.00.00.12.7 
>>  14:40 35   10.78.2
>>  312.3   15.5  15:20   -1.2  08:30   15.70.00.00.01.8 
>>  11:30177   10.77.9
>>
>> -
>>2.0   18.6 28  -10.5 17  498.60.0  102.80.16.6 
>> 01342   11.72.1
>>
>>
>> -
>> *The graphs with the sudden out of nowhere rain values again match what 
>> appear to the power outages*
>>
>> 

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-18 Thread Ξ
OK thanks, but that's been set from the very beginning that is to say when 
weewx was set up when the db was empty.
Personally, I see no reason why I should use anything non-metric, that's 
just a US thing.

On Thursday, January 18, 2024 at 12:14:34 PM UTC+2 michael.k...@gmx.at 
wrote:

> I think from the perspective that
>
>- the metric system for storing values in the database is not default
>- the "normal user" shouldn't get in touch with database values und 
>"normal circumstances"
>- hence, the vast majority of installations will not use the metric 
>system in the db
>
> it is unusual.
>
>
>
> Ξ schrieb am Donnerstag, 18. Januar 2024 um 10:09:05 UTC+1:
>
>> Tom,
>>
>> It's much appreciated you've spent the time to look into this, if there's 
>> nothing wrong with WeeWX - there's nothing wrong with WeeWX :)
>> I'll ask Bob if he can have a gander at this.
>> I have to admit though I find it a bit stranger using metric would be 
>> considered an unusual circumstances, it's what the rest of the world uses 
>> after all.
>>
>> Again, thanks a lot!
>>
>> Ivo
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/993d02f5-2b6e-4154-b3ea-82bd5799e79cn%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-18 Thread 'michael.k...@gmx.at' via weewx-user
I think from the perspective that

   - the metric system for storing values in the database is not default
   - the "normal user" shouldn't get in touch with database values und 
   "normal circumstances"
   - hence, the vast majority of installations will not use the metric 
   system in the db

it is unusual.



Ξ schrieb am Donnerstag, 18. Januar 2024 um 10:09:05 UTC+1:

> Tom,
>
> It's much appreciated you've spent the time to look into this, if there's 
> nothing wrong with WeeWX - there's nothing wrong with WeeWX :)
> I'll ask Bob if he can have a gander at this.
> I have to admit though I find it a bit stranger using metric would be 
> considered an unusual circumstances, it's what the rest of the world uses 
> after all.
>
> Again, thanks a lot!
>
> Ivo
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/474e7a3e-4ce7-4ad4-a3b5-161b3b377dddn%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-18 Thread Ξ
Tom,

It's much appreciated you've spent the time to look into this, if there's 
nothing wrong with WeeWX - there's nothing wrong with WeeWX :)
I'll ask Bob if he can have a gander at this.
I have to admit though I find it a bit stranger using metric would be 
considered an unusual circumstances, it's what the rest of the world uses 
after all.

Again, thanks a lot!

Ivo

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/bc8664e2-3418-4083-aa3f-5b5d3f02382fn%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-17 Thread Tom Keffer
I would guess that the driver is not calculating "rain" correctly.

WeeWX uses "rain" for the values in the archive table and daily summaries.
The WU uses some mysterious combination of "dayRain" and "hourRain" (they
don't say) for rain totals.

The driver calculates "rain" as the difference in some rain total (I think
differences in "dayRain", but it's hard to tell from the code). This is as
it should be.

You say that the "spikes" occur after power outages. I'm thinking the value
for "dayRain" also changes.

I hate to "pass the buck," but I've taken this as far as I can. I don't
think there's a problem in the WeeWX code --- after all, it works correctly
for thousands of users and many different drivers. The only unusual
circumstances in your case is the use of metric units in the database, and
the use of the ws6in1 driver.

Please ask the author of the driver to double check the calculations for
rain. Ask him to try a power failure and see what happens to "dayRain".

-tk





On Wed, Jan 17, 2024 at 1:22 AM Ξ  wrote:

> Hi Tom,
>
> Yes, that's exactly the ws6in1 driver I'm using, ever since July 2022.
> target_unit is set to METRICWX and that's how I've always had it since I
> started running weewx 5 years ago on this R-Pi initially with an Acurite
> station.
>
> Thanks a bunch!
>
> On Monday, January 15, 2024 at 1:03:41 AM UTC+2 Tom Keffer wrote:
>
>> I think I'm getting close to figuring this out. Can you confirm the
>> following:
>>
>> - You are using the "ws6in1" driver, right? This one
>> .
>> - What unit system are you using in your database? This is the setting
>> for option "*target_unit*".
>>
>> -tk
>>
>> On Sun, Jan 14, 2024 at 10:56 AM Ξ  wrote:
>>
>>> and the NOAA reports show it too:
>>>
>>>MONTHLY CLIMATOLOGICAL SUMMARY for Sep 2023
>>>
>>> NAME: Dolni Okol
>>> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>>>
>>>
>>>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>>>
>>>  HEAT   COOL AVG
>>>   MEAN   DEGDEG  WIND
>>> DOM   INSIDE  INS
>>> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED
>>> HIGH   TIMEDIR   HIGHLOW
>>>
>>> -
>>>  01   16.7   28.7  15:308.5  07:301.30.00.00.1
>>>  2.7  14:30165   22.8   20.3
>>>  02   18.6   33.0  16:15   10.7  07:300.00.60.00.0
>>>  2.1  16:30186   23.1   20.7
>>>  03   18.8   32.7  16:15   10.0  07:300.00.80.00.1
>>>  2.2  10:45168   23.2   20.6
>>>  04   12.3   16.5  00:15   11.1  20:155.70.0   25.60.1
>>>  4.2  07:30 95   22.5   19.0
>>>  05   13.3   20.0  15:45   11.5  07:304.70.0   11.60.0
>>>  2.0  02:00282   19.0   18.3
>>>  06   15.7   25.1  16:07   10.5  04:402.30.00.00.0
>>>  2.1  14:02161   18.8   17.6
>>>  07   17.2   25.7  16:02   14.0  07:190.80.00.80.0
>>>  2.6  12:09152   19.4   18.3
>>>  08   17.3   30.3  15:36   10.3  07:180.70.00.80.0
>>>  2.5  10:30161   20.4   18.4
>>>  09   16.9   32.8  16:199.2  07:331.10.00.00.1
>>>  2.2  15:13188   21.0   18.7
>>>  10   14.9   29.4  16:246.1  06:523.10.00.00.1
>>>  2.2  14:40184   21.1   17.9
>>>  11   15.2   32.1  15:306.5  06:012.80.00.00.0
>>>  1.9  15:10163   21.2   18.0
>>>  12   15.5   34.3  17:105.3  07:072.50.00.00.0
>>>  2.0  12:38155   20.9   17.7
>>>  13   16.0   36.0  17:177.0  07:082.00.00.00.0
>>>  2.1  15:20168   21.5   18.1
>>>  14   18.0   32.7  15:41   10.1  03:420.00.00.00.1
>>>  2.2  14:23 86   21.9   19.3
>>>  15   18.0   29.2  16:13   11.1  07:040.00.00.00.0
>>>  2.0  11:07185   22.6   20.0
>>>  16   17.5   28.7  17:15   13.9  23:450.50.0   59.20.0
>>>  1.7  15:02188   22.0   20.7
>>>  17   16.0   29.0  16:20   11.2  23:542.00.00.80.0
>>>  1.1  16:16172   20.9   19.6
>>>  18   16.4   29.9  15:559.8  23:531.60.00.00.0
>>>  2.0  15:16182   20.4   19.0
>>>  19   14.6   29.6  16:437.1  06:423.40.00.40.0
>>>  1.8  23:47146   20.0   17.8
>>>  20   16.6   31.8  17:339.3  07:271.40.09.60.1
>>>  2.5  00:04164   21.2   18.3
>>>  21   16.8   33.2  17:23   10.6  02:411.20.00.40.0
>>>  2.0  20:39295   20.6   19.1
>>>  22   19.7   33.1  16:33   11.2  07:130.01.70.00.1
>>>  4.2  15:00290   22.3   19.2
>>>  23   21.2   36.6  15:47   11.7  07:300.03.20.00.0
>>>  2.2  12:23289   23.6   20.5
>>>  24   17.8   24.7  15:31   12.8  04:530.20.00.00.0
>>>  1.8  10:08243   23.4   21.5
>>>  

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-17 Thread Ξ
Hi Tom,

Yes, that's exactly the ws6in1 driver I'm using, ever since July 2022.
target_unit is set to METRICWX and that's how I've always had it since I 
started running weewx 5 years ago on this R-Pi initially with an Acurite 
station.

Thanks a bunch!

On Monday, January 15, 2024 at 1:03:41 AM UTC+2 Tom Keffer wrote:

> I think I'm getting close to figuring this out. Can you confirm the 
> following:
>
> - You are using the "ws6in1" driver, right? This one 
> .
> - What unit system are you using in your database? This is the setting for 
> option "*target_unit*".
>
> -tk
>
> On Sun, Jan 14, 2024 at 10:56 AM Ξ  wrote:
>
>> and the NOAA reports show it too:
>>
>>MONTHLY CLIMATOLOGICAL SUMMARY for Sep 2023
>>
>> NAME: Dolni Okol  
>> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>>
>>
>>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>>
>>  HEAT   COOL AVG
>>   MEAN   DEGDEG  WIND 
>>   DOM   INSIDE  INS
>> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH 
>>   TIMEDIR   HIGHLOW
>>
>> -
>>  01   16.7   28.7  15:308.5  07:301.30.00.00.12.7 
>>  14:30165   22.8   20.3
>>  02   18.6   33.0  16:15   10.7  07:300.00.60.00.02.1 
>>  16:30186   23.1   20.7
>>  03   18.8   32.7  16:15   10.0  07:300.00.80.00.12.2 
>>  10:45168   23.2   20.6
>>  04   12.3   16.5  00:15   11.1  20:155.70.0   25.60.14.2 
>>  07:30 95   22.5   19.0
>>  05   13.3   20.0  15:45   11.5  07:304.70.0   11.60.02.0 
>>  02:00282   19.0   18.3
>>  06   15.7   25.1  16:07   10.5  04:402.30.00.00.02.1 
>>  14:02161   18.8   17.6
>>  07   17.2   25.7  16:02   14.0  07:190.80.00.80.02.6 
>>  12:09152   19.4   18.3
>>  08   17.3   30.3  15:36   10.3  07:180.70.00.80.02.5 
>>  10:30161   20.4   18.4
>>  09   16.9   32.8  16:199.2  07:331.10.00.00.12.2 
>>  15:13188   21.0   18.7
>>  10   14.9   29.4  16:246.1  06:523.10.00.00.12.2 
>>  14:40184   21.1   17.9
>>  11   15.2   32.1  15:306.5  06:012.80.00.00.01.9 
>>  15:10163   21.2   18.0
>>  12   15.5   34.3  17:105.3  07:072.50.00.00.02.0 
>>  12:38155   20.9   17.7
>>  13   16.0   36.0  17:177.0  07:082.00.00.00.02.1 
>>  15:20168   21.5   18.1
>>  14   18.0   32.7  15:41   10.1  03:420.00.00.00.12.2 
>>  14:23 86   21.9   19.3
>>  15   18.0   29.2  16:13   11.1  07:040.00.00.00.02.0 
>>  11:07185   22.6   20.0
>>  16   17.5   28.7  17:15   13.9  23:450.50.0   59.20.01.7 
>>  15:02188   22.0   20.7
>>  17   16.0   29.0  16:20   11.2  23:542.00.00.80.01.1 
>>  16:16172   20.9   19.6
>>  18   16.4   29.9  15:559.8  23:531.60.00.00.02.0 
>>  15:16182   20.4   19.0
>>  19   14.6   29.6  16:437.1  06:423.40.00.40.01.8 
>>  23:47146   20.0   17.8
>>  20   16.6   31.8  17:339.3  07:271.40.09.60.12.5 
>>  00:04164   21.2   18.3
>>  21   16.8   33.2  17:23   10.6  02:411.20.00.40.02.0 
>>  20:39295   20.6   19.1
>>  22   19.7   33.1  16:33   11.2  07:130.01.70.00.14.2 
>>  15:00290   22.3   19.2
>>  23   21.2   36.6  15:47   11.7  07:300.03.20.00.02.2 
>>  12:23289   23.6   20.5
>>  24   17.8   24.7  15:31   12.8  04:530.20.00.00.01.8 
>>  10:08243   23.4   21.5
>>  25   17.9   28.8  16:26   14.7  05:330.10.00.00.12.3 
>>  10:52168   22.3   21.2
>>  26   16.2   27.2  16:209.9  07:321.80.00.00.13.6 
>>  14:22168   21.6   19.6
>>  27   15.5   26.6  15:149.4  06:002.50.00.00.13.0 
>>  11:47169   21.5   19.1
>>  28   14.7   26.1  15:537.8  05:533.30.00.00.02.1 
>>  13:01216   20.1   18.6
>>  29   15.2   26.7  15:299.8  23:512.80.00.00.12.8 
>>  13:59205   20.1   18.3
>>  30   14.5   26.9  17:138.7  07:553.50.00.00.12.3 
>>  12:57201   20.5   17.8
>>
>> -
>>   16.5   36.6 235.3 12   51.26.3  109.20.04.2 
>> 04176   23.6   17.6
>>
>>
>>
>> =
>>
>> For December
>>
>>   

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-14 Thread Tom Keffer
I think I'm getting close to figuring this out. Can you confirm the
following:

- You are using the "ws6in1" driver, right? This one
.
- What unit system are you using in your database? This is the setting for
option "*target_unit*".

-tk

On Sun, Jan 14, 2024 at 10:56 AM Ξ  wrote:

> and the NOAA reports show it too:
>
>MONTHLY CLIMATOLOGICAL SUMMARY for Sep 2023
>
> NAME: Dolni Okol
> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>
>
>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>
>  HEAT   COOL AVG
>   MEAN   DEGDEG  WIND
>   DOM   INSIDE  INS
> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH
>   TIMEDIR   HIGHLOW
>
> -
>  01   16.7   28.7  15:308.5  07:301.30.00.00.12.7
>  14:30165   22.8   20.3
>  02   18.6   33.0  16:15   10.7  07:300.00.60.00.02.1
>  16:30186   23.1   20.7
>  03   18.8   32.7  16:15   10.0  07:300.00.80.00.12.2
>  10:45168   23.2   20.6
>  04   12.3   16.5  00:15   11.1  20:155.70.0   25.60.14.2
>  07:30 95   22.5   19.0
>  05   13.3   20.0  15:45   11.5  07:304.70.0   11.60.02.0
>  02:00282   19.0   18.3
>  06   15.7   25.1  16:07   10.5  04:402.30.00.00.02.1
>  14:02161   18.8   17.6
>  07   17.2   25.7  16:02   14.0  07:190.80.00.80.02.6
>  12:09152   19.4   18.3
>  08   17.3   30.3  15:36   10.3  07:180.70.00.80.02.5
>  10:30161   20.4   18.4
>  09   16.9   32.8  16:199.2  07:331.10.00.00.12.2
>  15:13188   21.0   18.7
>  10   14.9   29.4  16:246.1  06:523.10.00.00.12.2
>  14:40184   21.1   17.9
>  11   15.2   32.1  15:306.5  06:012.80.00.00.01.9
>  15:10163   21.2   18.0
>  12   15.5   34.3  17:105.3  07:072.50.00.00.02.0
>  12:38155   20.9   17.7
>  13   16.0   36.0  17:177.0  07:082.00.00.00.02.1
>  15:20168   21.5   18.1
>  14   18.0   32.7  15:41   10.1  03:420.00.00.00.12.2
>  14:23 86   21.9   19.3
>  15   18.0   29.2  16:13   11.1  07:040.00.00.00.02.0
>  11:07185   22.6   20.0
>  16   17.5   28.7  17:15   13.9  23:450.50.0   59.20.01.7
>  15:02188   22.0   20.7
>  17   16.0   29.0  16:20   11.2  23:542.00.00.80.01.1
>  16:16172   20.9   19.6
>  18   16.4   29.9  15:559.8  23:531.60.00.00.02.0
>  15:16182   20.4   19.0
>  19   14.6   29.6  16:437.1  06:423.40.00.40.01.8
>  23:47146   20.0   17.8
>  20   16.6   31.8  17:339.3  07:271.40.09.60.12.5
>  00:04164   21.2   18.3
>  21   16.8   33.2  17:23   10.6  02:411.20.00.40.02.0
>  20:39295   20.6   19.1
>  22   19.7   33.1  16:33   11.2  07:130.01.70.00.14.2
>  15:00290   22.3   19.2
>  23   21.2   36.6  15:47   11.7  07:300.03.20.00.02.2
>  12:23289   23.6   20.5
>  24   17.8   24.7  15:31   12.8  04:530.20.00.00.01.8
>  10:08243   23.4   21.5
>  25   17.9   28.8  16:26   14.7  05:330.10.00.00.12.3
>  10:52168   22.3   21.2
>  26   16.2   27.2  16:209.9  07:321.80.00.00.13.6
>  14:22168   21.6   19.6
>  27   15.5   26.6  15:149.4  06:002.50.00.00.13.0
>  11:47169   21.5   19.1
>  28   14.7   26.1  15:537.8  05:533.30.00.00.02.1
>  13:01216   20.1   18.6
>  29   15.2   26.7  15:299.8  23:512.80.00.00.12.8
>  13:59205   20.1   18.3
>  30   14.5   26.9  17:138.7  07:553.50.00.00.12.3
>  12:57201   20.5   17.8
>
> -
>   16.5   36.6 235.3 12   51.26.3  109.20.04.2
> 04176   23.6   17.6
>
>
>
> =
>
> For December
>
>   MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
> NAME: Dolni Okol
> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>
>
>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>
>  HEAT   COOL AVG
>   MEAN   DEGDEG  WIND
>   DOM   INSIDE  INS
> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH
>   TIMEDIR   HIGHLOW
>
> 

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-14 Thread Ξ
and the NOAA reports show it too:

   MONTHLY CLIMATOLOGICAL SUMMARY for Sep 2023

NAME: Dolni Okol  
ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E


   TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)

 HEAT   COOL AVG
  MEAN   DEGDEG  WIND   
DOM   INSIDE  INS
DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH   
TIMEDIR   HIGHLOW
-
 01   16.7   28.7  15:308.5  07:301.30.00.00.12.7 
 14:30165   22.8   20.3
 02   18.6   33.0  16:15   10.7  07:300.00.60.00.02.1 
 16:30186   23.1   20.7
 03   18.8   32.7  16:15   10.0  07:300.00.80.00.12.2 
 10:45168   23.2   20.6
 04   12.3   16.5  00:15   11.1  20:155.70.0   25.60.14.2 
 07:30 95   22.5   19.0
 05   13.3   20.0  15:45   11.5  07:304.70.0   11.60.02.0 
 02:00282   19.0   18.3
 06   15.7   25.1  16:07   10.5  04:402.30.00.00.02.1 
 14:02161   18.8   17.6
 07   17.2   25.7  16:02   14.0  07:190.80.00.80.02.6 
 12:09152   19.4   18.3
 08   17.3   30.3  15:36   10.3  07:180.70.00.80.02.5 
 10:30161   20.4   18.4
 09   16.9   32.8  16:199.2  07:331.10.00.00.12.2 
 15:13188   21.0   18.7
 10   14.9   29.4  16:246.1  06:523.10.00.00.12.2 
 14:40184   21.1   17.9
 11   15.2   32.1  15:306.5  06:012.80.00.00.01.9 
 15:10163   21.2   18.0
 12   15.5   34.3  17:105.3  07:072.50.00.00.02.0 
 12:38155   20.9   17.7
 13   16.0   36.0  17:177.0  07:082.00.00.00.02.1 
 15:20168   21.5   18.1
 14   18.0   32.7  15:41   10.1  03:420.00.00.00.12.2 
 14:23 86   21.9   19.3
 15   18.0   29.2  16:13   11.1  07:040.00.00.00.02.0 
 11:07185   22.6   20.0
 16   17.5   28.7  17:15   13.9  23:450.50.0   59.20.01.7 
 15:02188   22.0   20.7
 17   16.0   29.0  16:20   11.2  23:542.00.00.80.01.1 
 16:16172   20.9   19.6
 18   16.4   29.9  15:559.8  23:531.60.00.00.02.0 
 15:16182   20.4   19.0
 19   14.6   29.6  16:437.1  06:423.40.00.40.01.8 
 23:47146   20.0   17.8
 20   16.6   31.8  17:339.3  07:271.40.09.60.12.5 
 00:04164   21.2   18.3
 21   16.8   33.2  17:23   10.6  02:411.20.00.40.02.0 
 20:39295   20.6   19.1
 22   19.7   33.1  16:33   11.2  07:130.01.70.00.14.2 
 15:00290   22.3   19.2
 23   21.2   36.6  15:47   11.7  07:300.03.20.00.02.2 
 12:23289   23.6   20.5
 24   17.8   24.7  15:31   12.8  04:530.20.00.00.01.8 
 10:08243   23.4   21.5
 25   17.9   28.8  16:26   14.7  05:330.10.00.00.12.3 
 10:52168   22.3   21.2
 26   16.2   27.2  16:209.9  07:321.80.00.00.13.6 
 14:22168   21.6   19.6
 27   15.5   26.6  15:149.4  06:002.50.00.00.13.0 
 11:47169   21.5   19.1
 28   14.7   26.1  15:537.8  05:533.30.00.00.02.1 
 13:01216   20.1   18.6
 29   15.2   26.7  15:299.8  23:512.80.00.00.12.8 
 13:59205   20.1   18.3
 30   14.5   26.9  17:138.7  07:553.50.00.00.12.3 
 12:57201   20.5   17.8
-
  16.5   36.6 235.3 12   51.26.3  109.20.04.2   
  04176   23.6   17.6


=

For December

  MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
NAME: Dolni Okol  
ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E


   TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)

 HEAT   COOL AVG
  MEAN   DEGDEG  WIND   
DOM   INSIDE  INS
DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH   
TIMEDIR   HIGHLOW
-
 019.4   14.7  13:30   -1.1  00:188.60.00.00.66.6 
 11:583267.85.0
 027.6   17.5  15:232.7  20:58   10.40.00.00.13.3 
 14:383257.97.2
 034.9   12.0  00:26   -2.0  23:56   13.10.0   13.20.13.3 
 13:02 337.97.1
 04   -2.3   11.7  15:39   -6.3  07:48   20.3

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-14 Thread Ξ
Many thanks for the pointers:






*sqlite> select dateTime, date(dateTime,'unixepoch','localtime'), sum(rain) 
from archive where 
date(dateTime,'unixepoch','localtime')=='2023-09-16';1694811600|2023-09-16|59.2sqlite>
 
select dateTime, date(dateTime,'unixepoch','localtime') as dt, sum from 
archive_day_rain where dt=='2023-09-16';1694811600|2023-09-16|59.2sqlite> *



On Tuesday, January 9, 2024 at 1:30:00 AM UTC+2 Tom Keffer wrote:

Unfortunately, the daily summary total is for 2023-09-17. We need 
2023-09-16.

Rather than mess with unix epoch times, here is a simpler way to do it:

*select **dateTime, date(dateTime,'unixepoch','localtime'), **sum(rain) 
from archive where date(dateTime,'unixepoch','localtime')=='2023-09-16';*
*select dateTime, date(dateTime,'unixepoch','localtime') as dt, sum from 
archive_day_rain where dt=='2023-09-16';*

The first query is not totally accurate because the record stamped 
2023-09-16 00:00 is included, although it is actually part of the previous 
day. But, your totals are so far off, it should be good enough.


-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/17e0dd15-81b8-48ab-b8b5-bddfed290d7en%40googlegroups.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-08 Thread Tom Keffer
Unfortunately, the daily summary total is for 2023-09-17. We need
2023-09-16.

Rather than mess with unix epoch times, here is a simpler way to do it:

*select **dateTime, date(dateTime,'unixepoch','localtime'), **sum(rain)
from archive where date(dateTime,'unixepoch','localtime')=='2023-09-16';*
*select dateTime, date(dateTime,'unixepoch','localtime') as dt, sum from
archive_day_rain where dt=='2023-09-16';*

The first query is not totally accurate because the record stamped
2023-09-16 00:00 is included, although it is actually part of the previous
day. But, your totals are so far off, it should be good enough.


On Mon, Jan 8, 2024 at 10:23 AM Ξ  wrote:

> alright, I guess I misunderstood :)
>
> Here's the output adjusted for the local time zone:
>
> sqlite> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'),
> rain from archive where dateTime > 1694811638 and dateTime <= 1694898038;
>
> 1694812500|2023-09-16 00:15:00|0.0
> 1694813400|2023-09-16 00:30:00|0.0
> 1694814300|2023-09-16 00:45:00|0.0
> 1694815200|2023-09-16 01:00:00|0.0
> 1694816100|2023-09-16 01:15:00|0.0
> 1694817000|2023-09-16 01:30:00|0.0
> 1694817900|2023-09-16 01:45:00|0.0
> 1694818800|2023-09-16 02:00:00|0.0
> 1694819700|2023-09-16 02:15:00|0.0
> 1694820600|2023-09-16 02:30:00|0.8
> 1694821500|2023-09-16 02:45:00|2.4
> 1694822400|2023-09-16 03:00:00|3.6
> 1694823300|2023-09-16 03:15:00|0.4
> 1694824200|2023-09-16 03:30:00|0.0
> 1694825100|2023-09-16 03:45:00|0.0
> 1694826000|2023-09-16 04:00:00|0.4
> 1694827800|2023-09-16 04:30:00|4.4
> 1694828700|2023-09-16 04:45:00|0.0
> 1694830500|2023-09-16 05:15:00|4.4
> 1694831400|2023-09-16 05:30:00|0.0
> 1694832300|2023-09-16 05:45:00|0.0
> 1694834100|2023-09-16 06:15:00|4.4
> 1694835000|2023-09-16 06:30:00|0.0
> 1694835900|2023-09-16 06:45:00|0.0
> 1694836800|2023-09-16 07:00:00|0.0
> 1694837700|2023-09-16 07:15:00|0.4
> 1694838600|2023-09-16 07:30:00|0.4
> 1694839500|2023-09-16 07:45:00|0.4
> 1694840400|2023-09-16 08:00:00|0.0
> 1694841300|2023-09-16 08:15:00|0.4
> 1694842200|2023-09-16 08:30:00|0.4
> 1694843100|2023-09-16 08:45:00|0.4
> 1694844000|2023-09-16 09:00:00|0.0
> 1694846700|2023-09-16 09:45:00|8.4
> 1694850300|2023-09-16 10:45:00|9.2
> 1694851200|2023-09-16 11:00:00|0.0
> 1694853000|2023-09-16 11:30:00|9.2
> 1694853900|2023-09-16 11:45:00|0.0
> 1694854800|2023-09-16 12:00:00|0.0
> 1694855700|2023-09-16 12:15:00|0.0
> 1694856600|2023-09-16 12:30:00|0.0
> 1694857500|2023-09-16 12:45:00|0.0
> 1694858400|2023-09-16 13:00:00|0.0
> 1694859300|2023-09-16 13:15:00|0.0
> 1694860200|2023-09-16 13:30:00|0.0
> 1694861100|2023-09-16 13:45:00|0.0
> 1694862000|2023-09-16 14:00:00|0.0
> 1694862900|2023-09-16 14:15:00|0.0
> 1694863800|2023-09-16 14:30:00|0.0
> 1694864700|2023-09-16 14:45:00|0.0
> 1694865600|2023-09-16 15:00:00|0.0
> 1694866500|2023-09-16 15:15:00|0.0
> 1694867400|2023-09-16 15:30:00|0.0
> 1694868300|2023-09-16 15:45:00|0.0
> 1694869200|2023-09-16 16:00:00|0.0
> 1694870100|2023-09-16 16:15:00|0.0
> 1694871000|2023-09-16 16:30:00|0.0
> 1694871900|2023-09-16 16:45:00|0.0
> 1694872800|2023-09-16 17:00:00|0.0
> 1694873700|2023-09-16 17:15:00|0.0
> 1694874600|2023-09-16 17:30:00|0.0
> 1694875500|2023-09-16 17:45:00|0.0
> 1694876400|2023-09-16 18:00:00|0.0
> 1694877300|2023-09-16 18:15:00|0.0
> 1694878200|2023-09-16 18:30:00|0.0
> 1694879100|2023-09-16 18:45:00|0.0
> 169488|2023-09-16 19:00:00|0.0
> 1694880900|2023-09-16 19:15:00|0.0
> 1694881800|2023-09-16 19:30:00|0.0
> 1694882700|2023-09-16 19:45:00|0.0
> 1694884500|2023-09-16 20:15:00|9.2
> 1694885400|2023-09-16 20:30:00|0.0
> 1694886300|2023-09-16 20:45:00|0.0
> 1694887200|2023-09-16 21:00:00|0.0
> 1694888100|2023-09-16 21:15:00|0.0
> 1694889000|2023-09-16 21:30:00|0.0
> 1694889900|2023-09-16 21:45:00|0.0
> 1694890800|2023-09-16 22:00:00|0.0
> 1694891700|2023-09-16 22:15:00|0.0
> 1694892600|2023-09-16 22:30:00|0.0
> 1694893500|2023-09-16 22:45:00|0.0
> 1694894400|2023-09-16 23:00:00|0.0
> 1694895300|2023-09-16 23:15:00|0.0
> 1694896200|2023-09-16 23:30:00|0.0
> 1694897100|2023-09-16 23:45:00|0.0
> 1694898000|2023-09-17 00:00:00|0.0
> sqlite>
>
> sqlite> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), sum
> from archive_day_rain where dateTime > 1694811638 and dateTime <=
> 1694898038;
> 1694898000|2023-09-17 00:00:00|0.8
>
> sqlite> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), sum
> from archive_day_rain where dateTime > 1694822400 and dateTime <=
> 1694908800;
> 1694898000|2023-09-17 00:00:00|0.8
>
> On Sunday, January 7, 2024 at 11:13:32 PM UTC+2 Tom Keffer wrote:
>
>> Yes, I know you posted those, but we need to see the values in the daily
>> summary for the same time periods.
>>
>> On Sun, Jan 7, 2024 at 1:11 PM Ξ  wrote:
>>
>>> I can pull data for December (tomorrow), but in the the first two posts
>>> I've also posted excerpts from the db itself:
>>>
>>> https://groups.google.com/g/weewx-user/c/rIbaSfEgpFs/m/_HcbPFtXAQAJ
>>> 2023-09-04 19:30:000.3999  0.0
>>> 

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-08 Thread Ξ
alright, I guess I misunderstood :)

Here's the output adjusted for the local time zone:

sqlite> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), rain 
from archive where dateTime > 1694811638 and dateTime <= 1694898038;

1694812500|2023-09-16 00:15:00|0.0
1694813400|2023-09-16 00:30:00|0.0
1694814300|2023-09-16 00:45:00|0.0
1694815200|2023-09-16 01:00:00|0.0
1694816100|2023-09-16 01:15:00|0.0
1694817000|2023-09-16 01:30:00|0.0
1694817900|2023-09-16 01:45:00|0.0
1694818800|2023-09-16 02:00:00|0.0
1694819700|2023-09-16 02:15:00|0.0
1694820600|2023-09-16 02:30:00|0.8
1694821500|2023-09-16 02:45:00|2.4
1694822400|2023-09-16 03:00:00|3.6
1694823300|2023-09-16 03:15:00|0.4
1694824200|2023-09-16 03:30:00|0.0
1694825100|2023-09-16 03:45:00|0.0
1694826000|2023-09-16 04:00:00|0.4
1694827800|2023-09-16 04:30:00|4.4
1694828700|2023-09-16 04:45:00|0.0
1694830500|2023-09-16 05:15:00|4.4
1694831400|2023-09-16 05:30:00|0.0
1694832300|2023-09-16 05:45:00|0.0
1694834100|2023-09-16 06:15:00|4.4
1694835000|2023-09-16 06:30:00|0.0
1694835900|2023-09-16 06:45:00|0.0
1694836800|2023-09-16 07:00:00|0.0
1694837700|2023-09-16 07:15:00|0.4
1694838600|2023-09-16 07:30:00|0.4
1694839500|2023-09-16 07:45:00|0.4
1694840400|2023-09-16 08:00:00|0.0
1694841300|2023-09-16 08:15:00|0.4
1694842200|2023-09-16 08:30:00|0.4
1694843100|2023-09-16 08:45:00|0.4
1694844000|2023-09-16 09:00:00|0.0
1694846700|2023-09-16 09:45:00|8.4
1694850300|2023-09-16 10:45:00|9.2
1694851200|2023-09-16 11:00:00|0.0
1694853000|2023-09-16 11:30:00|9.2
1694853900|2023-09-16 11:45:00|0.0
1694854800|2023-09-16 12:00:00|0.0
1694855700|2023-09-16 12:15:00|0.0
1694856600|2023-09-16 12:30:00|0.0
1694857500|2023-09-16 12:45:00|0.0
1694858400|2023-09-16 13:00:00|0.0
1694859300|2023-09-16 13:15:00|0.0
1694860200|2023-09-16 13:30:00|0.0
1694861100|2023-09-16 13:45:00|0.0
1694862000|2023-09-16 14:00:00|0.0
1694862900|2023-09-16 14:15:00|0.0
1694863800|2023-09-16 14:30:00|0.0
1694864700|2023-09-16 14:45:00|0.0
1694865600|2023-09-16 15:00:00|0.0
1694866500|2023-09-16 15:15:00|0.0
1694867400|2023-09-16 15:30:00|0.0
1694868300|2023-09-16 15:45:00|0.0
1694869200|2023-09-16 16:00:00|0.0
1694870100|2023-09-16 16:15:00|0.0
1694871000|2023-09-16 16:30:00|0.0
1694871900|2023-09-16 16:45:00|0.0
1694872800|2023-09-16 17:00:00|0.0
1694873700|2023-09-16 17:15:00|0.0
1694874600|2023-09-16 17:30:00|0.0
1694875500|2023-09-16 17:45:00|0.0
1694876400|2023-09-16 18:00:00|0.0
1694877300|2023-09-16 18:15:00|0.0
1694878200|2023-09-16 18:30:00|0.0
1694879100|2023-09-16 18:45:00|0.0
169488|2023-09-16 19:00:00|0.0
1694880900|2023-09-16 19:15:00|0.0
1694881800|2023-09-16 19:30:00|0.0
1694882700|2023-09-16 19:45:00|0.0
1694884500|2023-09-16 20:15:00|9.2
1694885400|2023-09-16 20:30:00|0.0
1694886300|2023-09-16 20:45:00|0.0
1694887200|2023-09-16 21:00:00|0.0
1694888100|2023-09-16 21:15:00|0.0
1694889000|2023-09-16 21:30:00|0.0
1694889900|2023-09-16 21:45:00|0.0
1694890800|2023-09-16 22:00:00|0.0
1694891700|2023-09-16 22:15:00|0.0
1694892600|2023-09-16 22:30:00|0.0
1694893500|2023-09-16 22:45:00|0.0
1694894400|2023-09-16 23:00:00|0.0
1694895300|2023-09-16 23:15:00|0.0
1694896200|2023-09-16 23:30:00|0.0
1694897100|2023-09-16 23:45:00|0.0
1694898000|2023-09-17 00:00:00|0.0
sqlite> 

sqlite> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), sum 
from archive_day_rain where dateTime > 1694811638 and dateTime <= 
1694898038;
1694898000|2023-09-17 00:00:00|0.8

sqlite> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), sum 
from archive_day_rain where dateTime > 1694822400 and dateTime <= 
1694908800;
1694898000|2023-09-17 00:00:00|0.8

On Sunday, January 7, 2024 at 11:13:32 PM UTC+2 Tom Keffer wrote:

> Yes, I know you posted those, but we need to see the values in the daily 
> summary for the same time periods. 
>
> On Sun, Jan 7, 2024 at 1:11 PM Ξ  wrote:
>
>> I can pull data for December (tomorrow), but in the the first two posts 
>> I've also posted excerpts from the db itself:
>>
>> https://groups.google.com/g/weewx-user/c/rIbaSfEgpFs/m/_HcbPFtXAQAJ
>> 2023-09-04 19:30:000.3999  0.0
>> 2023-09-04 19:45:000.0586  0.0
>> 2023-09-04 20:15:000.0 11.2   
>> 2023-09-04 20:30:000.0 0.0
>> 2023-09-04 20:45:000.0 0.0
>>
>> https://groups.google.com/g/weewx-user/c/rIbaSfEgpFs/m/sUmMTLNXAQAJ
>> 2023-09-16 09:45:00   1.00952380746438  8.4
>> 2023-09-16 10:45:00   1.64067796275471  9.2
>> 2023-09-16 11:00:00   0.42105263072000  0.0
>> []
>> 2023-09-16 19:30:00   0.0   0.0
>> 2023-09-16 19:45:00   0.0   0.0
>> 2023-09-16 20:15:00   0.0   9.2
>> 2023-09-16 20:30:00   0.0   0.0
>>
>> Please notice in the last one how there's a sudden 9.2 value after hours 
>> of no rain, in my view it's those bogus values that are discarded by 
>> WU/PWS but they stay in the db.
>>
>> On Sunday, January 7, 2024 at 5:32:31 PM UTC+2 Tom Keffer 

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-07 Thread Tom Keffer
Yes, I know you posted those, but we need to see the values in the daily
summary for the same time periods.

On Sun, Jan 7, 2024 at 1:11 PM Ξ  wrote:

> I can pull data for December (tomorrow), but in the the first two posts
> I've also posted excerpts from the db itself:
>
> https://groups.google.com/g/weewx-user/c/rIbaSfEgpFs/m/_HcbPFtXAQAJ
> 2023-09-04 19:30:000.3999  0.0
> 2023-09-04 19:45:000.0586  0.0
> 2023-09-04 20:15:000.0 11.2
> 2023-09-04 20:30:000.0 0.0
> 2023-09-04 20:45:000.0 0.0
>
> https://groups.google.com/g/weewx-user/c/rIbaSfEgpFs/m/sUmMTLNXAQAJ
> 2023-09-16 09:45:00   1.00952380746438  8.4
> 2023-09-16 10:45:00   1.64067796275471  9.2
> 2023-09-16 11:00:00   0.42105263072000  0.0
> []
> 2023-09-16 19:30:00   0.0   0.0
> 2023-09-16 19:45:00   0.0   0.0
> 2023-09-16 20:15:00   0.0   9.2
> 2023-09-16 20:30:00   0.0   0.0
>
> Please notice in the last one how there's a sudden 9.2 value after hours
> of no rain, in my view it's those bogus values that are discarded by
> WU/PWS but they stay in the db.
>
> On Sunday, January 7, 2024 at 5:32:31 PM UTC+2 Tom Keffer wrote:
>
>> It's possible the errant values are in the daily summaries, but not the
>> main archive table. The former is used for the NOAA reports, the latter for
>> the WU posts.
>>
>> I don't know your timezone, but I imagine something like this:
>>
>> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), rain from
>> archive where dateTime > 1694822400 and dateTime <= 1694908800;
>> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), sum from
>> archive_day_rain where dateTime > 1694822400 and dateTime <= 1694908800;
>>
>> -tk
>>
>> On Sat, Jan 6, 2024 at 6:32 PM Ξ  wrote:
>>
>>> Hello Tom,
>>>
>>> I've posted above a link to the exact date I was comparing:
>>> https://www.wunderground.com/dashboard/pws/I5302/table/2023-09-16/2023-09-16/daily
>>> You can see there on September 16, 2023 the total precipitation is 9.14 mm
>>> whereas WeeWx is showing "Today's Rain: 59,2mm"
>>>
>>> Here's also the PWS link for the same date:
>>> https://www.pwsweather.com/station/pws/dolniokol?timespan=day=2023-09-16
>>> It's showing a total of 9.1mm
>>>
>>> If we look for the month of December:
>>> PWS shows total of 41.7mm
>>> https://www.pwsweather.com/station/pws/dolniokol?timespan=month=2023-12-01
>>> WU shows a total of 41.67mm
>>> https://www.wunderground.com/dashboard/pws/I5302/graph/2023-12-7/2023-12-7/monthly
>>>
>>> However if I look at the weewx report it's over 100mm:
>>>
>>>MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
>>> NAME: Dolni Okol
>>> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>>>
>>>
>>>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>>>
>>>  HEAT   COOL AVG
>>>   MEAN   DEGDEG  WIND
>>> DOM
>>> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED
>>> HIGH   TIMEDIR
>>>
>>> 
>>>  019.4   14.7  13:30   -1.1  00:188.60.00.00.6
>>>  6.6  11:58326
>>>  027.6   17.5  15:232.7  20:58   10.40.00.00.1
>>>  3.3  14:38325
>>>  034.9   12.0  00:26   -2.0  23:56   13.10.0   13.20.1
>>>  3.3  13:02 33
>>>  04   -2.3   11.7  15:39   -6.3  07:48   20.30.00.00.0
>>>  2.3  03:53117
>>>  05   -0.81.4  14:51   -2.5  07:23   18.80.00.00.0
>>>  1.4  11:35303
>>>  060.71.3  14:03   -0.1  00:00   17.30.00.40.0
>>>  0.6  02:03307
>>>  070.33.7  11:02   -2.0  23:16   17.70.00.00.1
>>>  3.0  13:48 56
>>>  08   -2.3   -0.9  13:18   -3.8  22:07   20.30.00.00.0
>>>  0.0  00:00 90
>>>  09   -2.11.0  14:38   -4.4  05:04   20.10.00.00.0
>>>  0.9  14:42161
>>>  10   -0.8   10.6  15:17   -4.0  05:44   18.80.04.00.0
>>>  2.3  13:02316
>>>  110.37.2  14:56   -3.6  07:52   17.70.00.80.0
>>>  2.0  12:04138
>>>  123.8   13.6  15:350.1  21:58   14.20.00.80.0
>>>  3.0  05:10 14
>>>  133.2   11.1  14:280.4  04:02   14.80.00.00.0
>>>  1.2  15:36302
>>>  145.7   11.7  10:360.6  02:20   12.30.07.20.1
>>>  3.1  04:20 41
>>>  151.12.1  03:06   -0.7  23:56   16.90.0   42.00.0
>>>  2.8  05:17 56
>>>  16   -2.0   -0.5  13:54   -3.7  23:59   20.00.00.00.0
>>>  0.0  00:00 90
>>>  17   -5.70.5  13:58  -10.5  07:32   23.70.00.00.0
>>>  0.0  00:00 90
>>>  18   -3.09.9  15:34   -8.1  01:40   21.00.0   18.80.0
>>>  0.0  00:00 90
>>>  19   -0.9   12.1  15:20   -4.6  07:04   18.90.04.80.0
>>>  0.0  00:00 90
>>> 

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-07 Thread Ξ
I can pull data for December (tomorrow), but in the the first two posts 
I've also posted excerpts from the db itself:

https://groups.google.com/g/weewx-user/c/rIbaSfEgpFs/m/_HcbPFtXAQAJ
2023-09-04 19:30:000.3999  0.0
2023-09-04 19:45:000.0586  0.0
2023-09-04 20:15:000.0 11.2   
2023-09-04 20:30:000.0 0.0
2023-09-04 20:45:000.0 0.0

https://groups.google.com/g/weewx-user/c/rIbaSfEgpFs/m/sUmMTLNXAQAJ
2023-09-16 09:45:00   1.00952380746438  8.4
2023-09-16 10:45:00   1.64067796275471  9.2
2023-09-16 11:00:00   0.42105263072000  0.0
[]
2023-09-16 19:30:00   0.0   0.0
2023-09-16 19:45:00   0.0   0.0
2023-09-16 20:15:00   0.0   9.2
2023-09-16 20:30:00   0.0   0.0

Please notice in the last one how there's a sudden 9.2 value after hours of 
no rain, in my view it's those bogus values that are discarded by WU/PWS 
but they stay in the db.

On Sunday, January 7, 2024 at 5:32:31 PM UTC+2 Tom Keffer wrote:

> It's possible the errant values are in the daily summaries, but not the 
> main archive table. The former is used for the NOAA reports, the latter for 
> the WU posts.
>
> I don't know your timezone, but I imagine something like this:
>
> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), rain from 
> archive where dateTime > 1694822400 and dateTime <= 1694908800;
> select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), sum from 
> archive_day_rain where dateTime > 1694822400 and dateTime <= 1694908800;
>
> -tk
>
> On Sat, Jan 6, 2024 at 6:32 PM Ξ  wrote:
>
>> Hello Tom,
>>
>> I've posted above a link to the exact date I was comparing: 
>> https://www.wunderground.com/dashboard/pws/I5302/table/2023-09-16/2023-09-16/daily
>>  
>> You can see there on September 16, 2023 the total precipitation is 9.14 mm 
>> whereas WeeWx is showing "Today's Rain: 59,2mm"
>>
>> Here's also the PWS link for the same date: 
>> https://www.pwsweather.com/station/pws/dolniokol?timespan=day=2023-09-16
>> It's showing a total of 9.1mm
>>
>> If we look for the month of December:
>> PWS shows total of 41.7mm 
>> https://www.pwsweather.com/station/pws/dolniokol?timespan=month=2023-12-01
>> WU shows a total of 41.67mm 
>> https://www.wunderground.com/dashboard/pws/I5302/graph/2023-12-7/2023-12-7/monthly
>>
>> However if I look at the weewx report it's over 100mm:
>>
>>MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
>> NAME: Dolni Okol  
>> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>>
>>
>>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>>
>>  HEAT   COOL AVG
>>   MEAN   DEGDEG  WIND 
>>   DOM   
>> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH 
>>   TIMEDIR   
>>
>> 
>>  019.4   14.7  13:30   -1.1  00:188.60.00.00.66.6 
>>  11:58326
>>  027.6   17.5  15:232.7  20:58   10.40.00.00.13.3 
>>  14:38325
>>  034.9   12.0  00:26   -2.0  23:56   13.10.0   13.20.13.3 
>>  13:02 33
>>  04   -2.3   11.7  15:39   -6.3  07:48   20.30.00.00.02.3 
>>  03:53117
>>  05   -0.81.4  14:51   -2.5  07:23   18.80.00.00.01.4 
>>  11:35303
>>  060.71.3  14:03   -0.1  00:00   17.30.00.40.00.6 
>>  02:03307
>>  070.33.7  11:02   -2.0  23:16   17.70.00.00.13.0 
>>  13:48 56
>>  08   -2.3   -0.9  13:18   -3.8  22:07   20.30.00.00.00.0 
>>  00:00 90
>>  09   -2.11.0  14:38   -4.4  05:04   20.10.00.00.00.9 
>>  14:42161
>>  10   -0.8   10.6  15:17   -4.0  05:44   18.80.04.00.02.3 
>>  13:02316
>>  110.37.2  14:56   -3.6  07:52   17.70.00.80.02.0 
>>  12:04138
>>  123.8   13.6  15:350.1  21:58   14.20.00.80.03.0 
>>  05:10 14
>>  133.2   11.1  14:280.4  04:02   14.80.00.00.01.2 
>>  15:36302
>>  145.7   11.7  10:360.6  02:20   12.30.07.20.13.1 
>>  04:20 41
>>  151.12.1  03:06   -0.7  23:56   16.90.0   42.00.02.8 
>>  05:17 56
>>  16   -2.0   -0.5  13:54   -3.7  23:59   20.00.00.00.00.0 
>>  00:00 90
>>  17   -5.70.5  13:58  -10.5  07:32   23.70.00.00.00.0 
>>  00:00 90
>>  18   -3.09.9  15:34   -8.1  01:40   21.00.0   18.80.00.0 
>>  00:00 90
>>  19   -0.9   12.1  15:20   -4.6  07:04   18.90.04.80.00.0 
>>  00:00 90
>>  201.49.2  15:04   -5.2  06:31   16.60.05.20.12.6 
>>  16:48315
>>  211.0   10.6  15:13   -3.5  20:04   17.0  

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-07 Thread Tom Keffer
It's possible the errant values are in the daily summaries, but not the
main archive table. The former is used for the NOAA reports, the latter for
the WU posts.

I don't know your timezone, but I imagine something like this:

select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), rain from
archive where dateTime > 1694822400 and dateTime <= 1694908800;
select dateTime, datetime(dateTime, 'unixepoch', 'localtime'), sum from
archive_day_rain where dateTime > 1694822400 and dateTime <= 1694908800;

-tk

On Sat, Jan 6, 2024 at 6:32 PM Ξ  wrote:

> Hello Tom,
>
> I've posted above a link to the exact date I was comparing:
> https://www.wunderground.com/dashboard/pws/I5302/table/2023-09-16/2023-09-16/daily
> You can see there on September 16, 2023 the total precipitation is 9.14 mm
> whereas WeeWx is showing "Today's Rain: 59,2mm"
>
> Here's also the PWS link for the same date:
> https://www.pwsweather.com/station/pws/dolniokol?timespan=day=2023-09-16
> It's showing a total of 9.1mm
>
> If we look for the month of December:
> PWS shows total of 41.7mm
> https://www.pwsweather.com/station/pws/dolniokol?timespan=month=2023-12-01
> WU shows a total of 41.67mm
> https://www.wunderground.com/dashboard/pws/I5302/graph/2023-12-7/2023-12-7/monthly
>
> However if I look at the weewx report it's over 100mm:
>
>MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
> NAME: Dolni Okol
> ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E
>
>
>TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)
>
>  HEAT   COOL AVG
>   MEAN   DEGDEG  WIND
>   DOM
> DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH
>   TIMEDIR
>
> 
>  019.4   14.7  13:30   -1.1  00:188.60.00.00.66.6
>  11:58326
>  027.6   17.5  15:232.7  20:58   10.40.00.00.13.3
>  14:38325
>  034.9   12.0  00:26   -2.0  23:56   13.10.0   13.20.13.3
>  13:02 33
>  04   -2.3   11.7  15:39   -6.3  07:48   20.30.00.00.02.3
>  03:53117
>  05   -0.81.4  14:51   -2.5  07:23   18.80.00.00.01.4
>  11:35303
>  060.71.3  14:03   -0.1  00:00   17.30.00.40.00.6
>  02:03307
>  070.33.7  11:02   -2.0  23:16   17.70.00.00.13.0
>  13:48 56
>  08   -2.3   -0.9  13:18   -3.8  22:07   20.30.00.00.00.0
>  00:00 90
>  09   -2.11.0  14:38   -4.4  05:04   20.10.00.00.00.9
>  14:42161
>  10   -0.8   10.6  15:17   -4.0  05:44   18.80.04.00.02.3
>  13:02316
>  110.37.2  14:56   -3.6  07:52   17.70.00.80.02.0
>  12:04138
>  123.8   13.6  15:350.1  21:58   14.20.00.80.03.0
>  05:10 14
>  133.2   11.1  14:280.4  04:02   14.80.00.00.01.2
>  15:36302
>  145.7   11.7  10:360.6  02:20   12.30.07.20.13.1
>  04:20 41
>  151.12.1  03:06   -0.7  23:56   16.90.0   42.00.02.8
>  05:17 56
>  16   -2.0   -0.5  13:54   -3.7  23:59   20.00.00.00.00.0
>  00:00 90
>  17   -5.70.5  13:58  -10.5  07:32   23.70.00.00.00.0
>  00:00 90
>  18   -3.09.9  15:34   -8.1  01:40   21.00.0   18.80.00.0
>  00:00 90
>  19   -0.9   12.1  15:20   -4.6  07:04   18.90.04.80.00.0
>  00:00 90
>  201.49.2  15:04   -5.2  06:31   16.60.05.20.12.6
>  16:48315
>  211.0   10.6  15:13   -3.5  20:04   17.00.00.80.12.5
>  22:09 47
>  221.93.7  03:570.1  23:01   16.10.04.00.24.4
>  00:41320
>  232.45.3  11:23   -0.5  17:43   15.60.00.80.34.5
>  21:58348
>  246.4   13.5  15:333.1  06:08   11.60.00.00.24.2
>  16:06337
>  258.7   17.6  15:332.6  23:459.30.00.00.23.2
>  14:08331
>  266.8   16.6  15:18   -0.3  05:13   11.20.00.00.12.2
>  09:18330
>  274.3   16.0  15:26   -1.4  23:57   13.70.00.00.02.8
>  01:21 51
>  282.6   18.6  15:55   -2.7  07:19   15.40.00.00.12.3
>  14:41169
>  292.7   15.1  15:49   -2.0  05:40   15.30.00.00.02.0
>  13:05162
>  301.98.7  13:26   -2.4  04:34   16.10.00.00.12.7
>  14:40 35
>  312.3   15.5  15:20   -1.2  08:30   15.70.00.00.01.8
>  11:30177
>
> 
>2.0   18.6 28  -10.5 17  498.60.0  102.80.16.6
> 01342
>
> Even though I know nothing I have the gut feeling the WS6in1 driver for
> Bresser 

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-06 Thread Ξ
Hello Tom,

I've posted above a link to the exact date I was comparing: 
https://www.wunderground.com/dashboard/pws/I5302/table/2023-09-16/2023-09-16/daily
 

You can see there on September 16, 2023 the total precipitation is 9.14 mm 
whereas WeeWx is showing "Today's Rain: 59,2mm"

Here's also the PWS link for the same date: 
https://www.pwsweather.com/station/pws/dolniokol?timespan=day=2023-09-16
It's showing a total of 9.1mm

If we look for the month of December:
PWS shows total of 41.7mm 
https://www.pwsweather.com/station/pws/dolniokol?timespan=month=2023-12-01
WU shows a total of 41.67mm 
https://www.wunderground.com/dashboard/pws/I5302/graph/2023-12-7/2023-12-7/monthly

However if I look at the weewx report it's over 100mm:

   MONTHLY CLIMATOLOGICAL SUMMARY for Dec 2023
NAME: Dolni Okol  
ELEV: 1010 metersLAT: 42-29.40 NLONG: 023-29.70 E


   TEMPERATURE (C), RAIN (mm), WIND SPEED (m/s)

 HEAT   COOL AVG
  MEAN   DEGDEG  WIND   
DOM   
DAY   TEMP   HIGH   TIMELOW   TIME   DAYS   DAYS   RAIN  SPEED   HIGH   
TIMEDIR   

 019.4   14.7  13:30   -1.1  00:188.60.00.00.66.6 
 11:58326
 027.6   17.5  15:232.7  20:58   10.40.00.00.13.3 
 14:38325
 034.9   12.0  00:26   -2.0  23:56   13.10.0   13.20.13.3 
 13:02 33
 04   -2.3   11.7  15:39   -6.3  07:48   20.30.00.00.02.3 
 03:53117
 05   -0.81.4  14:51   -2.5  07:23   18.80.00.00.01.4 
 11:35303
 060.71.3  14:03   -0.1  00:00   17.30.00.40.00.6 
 02:03307
 070.33.7  11:02   -2.0  23:16   17.70.00.00.13.0 
 13:48 56
 08   -2.3   -0.9  13:18   -3.8  22:07   20.30.00.00.00.0 
 00:00 90
 09   -2.11.0  14:38   -4.4  05:04   20.10.00.00.00.9 
 14:42161
 10   -0.8   10.6  15:17   -4.0  05:44   18.80.04.00.02.3 
 13:02316
 110.37.2  14:56   -3.6  07:52   17.70.00.80.02.0 
 12:04138
 123.8   13.6  15:350.1  21:58   14.20.00.80.03.0 
 05:10 14
 133.2   11.1  14:280.4  04:02   14.80.00.00.01.2 
 15:36302
 145.7   11.7  10:360.6  02:20   12.30.07.20.13.1 
 04:20 41
 151.12.1  03:06   -0.7  23:56   16.90.0   42.00.02.8 
 05:17 56
 16   -2.0   -0.5  13:54   -3.7  23:59   20.00.00.00.00.0 
 00:00 90
 17   -5.70.5  13:58  -10.5  07:32   23.70.00.00.00.0 
 00:00 90
 18   -3.09.9  15:34   -8.1  01:40   21.00.0   18.80.00.0 
 00:00 90
 19   -0.9   12.1  15:20   -4.6  07:04   18.90.04.80.00.0 
 00:00 90
 201.49.2  15:04   -5.2  06:31   16.60.05.20.12.6 
 16:48315
 211.0   10.6  15:13   -3.5  20:04   17.00.00.80.12.5 
 22:09 47
 221.93.7  03:570.1  23:01   16.10.04.00.24.4 
 00:41320
 232.45.3  11:23   -0.5  17:43   15.60.00.80.34.5 
 21:58348
 246.4   13.5  15:333.1  06:08   11.60.00.00.24.2 
 16:06337
 258.7   17.6  15:332.6  23:459.30.00.00.23.2 
 14:08331
 266.8   16.6  15:18   -0.3  05:13   11.20.00.00.12.2 
 09:18330
 274.3   16.0  15:26   -1.4  23:57   13.70.00.00.02.8 
 01:21 51
 282.6   18.6  15:55   -2.7  07:19   15.40.00.00.12.3 
 14:41169
 292.7   15.1  15:49   -2.0  05:40   15.30.00.00.02.0 
 13:05162
 301.98.7  13:26   -2.4  04:34   16.10.00.00.12.7 
 14:40 35
 312.3   15.5  15:20   -1.2  08:30   15.70.00.00.01.8 
 11:30177

   2.0   18.6 28  -10.5 17  498.60.0  102.80.16.6   
  01342 

Even though I know nothing I have the gut feeling the WS6in1 driver for 
Bresser doesn't handle well buffered data or the station itself passes on 
buffered data wrongly (but in either case PWS and WU discard those values)?!

Also so sorry for the late reply here as well.

Thanks,
Ivo

On Thursday, September 21, 2023 at 2:45:20 AM UTC+3 Tom Keffer wrote:

No. That's not enough clues to narrow it down.

But, you say the "spike" is in the database, but not being uploaded to PWS 
or Wunderground? Can you post your station ID for either/both?

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

Re: [weewx-user] Re: Why the rain 'spikes'?

2023-09-20 Thread Tom Keffer
No. That's not enough clues to narrow it down.

But, you say the "spike" is in the database, but not being uploaded to PWS
or Wunderground? Can you post your station ID for either/both?

On Wed, Sep 20, 2023 at 12:21 PM Ξ  wrote:

> If the wrong data is only in the db but not reported to the likes of PWS
> Weather, Wunderground etc is it possible to narrow it down to the station
> or the driver?!
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/a30a2c42-3f84-439d-ae9b-3abf1739fc77n%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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zECDVT%2BnZ%3DTJAmhqzOGiHN422n9axuwYWDioZa7AWZQmfg%40mail.gmail.com.


Re: [weewx-user] Re: Why the rain 'spikes'?

2023-09-20 Thread Ξ
If the wrong data is only in the db but not reported to the likes of PWS 
Weather, Wunderground etc is it possible to narrow it down to the station 
or the driver?!

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a30a2c42-3f84-439d-ae9b-3abf1739fc77n%40googlegroups.com.