Hi Gary,

attached the info requested.
Moreover,to execute the query i perform those steps:

cd /var/lib/weewx
sudo sqlite3 weewx.sdb

Thanks again
Roberto

Il gio 27 ott 2022, 22:46 gjr80 <[email protected]> ha scritto:

> So the data is still inconsistent. In my last post I asked you to include
> the exact command you used to start sqlite3; you didn't provide that
> information - could you please provide that. Also, can you provide a
> wee_debug <http://weewx.com/docs/utilities.htm#wee_debug_utility> report.
> wee_debug will provide, among other useful to assist in debugging, a
> sanitised copy of your weewx.conf. Before posting the wee_debug output
> please check it carefully for sensitive info, wee_debug should obfuscate
> such information but it is not perfect.
>
> Let's also have a closer look at the actual rain data in the archive for
> the day concerned. Please start another sqlite3 session and run the
> following query:
>
> sqlite> SELECT dateTime,datetime(dateTime,'unixepoch','localtime'),rain
> FROM archive WHERE dateTime>1601157600 AND dateTime<=1601244000 ORDER BY
> dateTime;
>
> Again please post the command used to invoke sqlite3 as well as the query
> entered and the result. It is important you post everything asked for.
>
> Gary
>
> On Friday, 28 October 2022 at 04:19:20 UTC+10 Roberto Verrelli wrote:
>
>> Hi Gary,
>>
>> thanks in advance for your support,below the command requested:
>>
>> sqlite> SELECT SUM(rain) FROM archive WHERE dateTime>1601157600 AND
>> dateTime<=1601244000;
>>
>> 1.13385826771654
>>
>> sqlite> SELECT sum FROM archive_day_rain WHERE dateTime=1601157600;
>>
>> 0.645669291338583
>>
>> sqlite> SELECT MIN(dateTime),datetime(MIN(dateTime),
>> 'unixepoch','localtime'),MAX(dateTime),datetime(MAX(dateTime),
>> 'unixepoch','localtime') FROM archive;
>>
>> 1600431784|2020-09-18 14:23:04|1666894500|2022-10-27 20:15:00
>>
>> Thanks
>> Roberto
>>
>> Il gio 27 ott 2022, 11:16 gjr80 <[email protected]> ha scritto:
>>
>>> OK, that all looks as expected and importantly no errors. Let's have a
>>> look in your database. Can you please start a sqlite3 session with your
>>> WeeWX database and execute the following queries:
>>>
>>> 1. archive rainfall for day of concern:
>>> sqlite> SELECT SUM(rain) FROM archive WHERE dateTime>1601157600 AND
>>> dateTime<=1601244000;
>>>
>>> 2. daily summary rainfall for day of concern:
>>> sqlite> SELECT sum FROM archive_day_rain WHERE dateTime=1601157600;
>>>
>>> 3. just for kicks let's have a look at the earliest and latest
>>> timestamps in the database
>>> sqlite> SELECT MIN(dateTime),datetime(MIN(dateTime),
>>> 'unixepoch','localtime'),MAX(dateTime),datetime(MAX(dateTime),
>>> 'unixepoch','localtime') FROM archive;
>>>
>>> Please post the output of the entire sqlite3 session including the
>>> commands issued to start sqlite3 and execute the queries.
>>>
>>> Gary
>>> On Wednesday, 26 October 2022 at 03:06:34 UTC+10 [email protected]
>>> wrote:
>>>
>>>> Hi Gary,
>>>>
>>>> sorry for late reply,below the output requested
>>>>
>>>> pi@raspberrypi:~ $ sudo wee_database --drop-daily
>>>> Using configuration file /etc/weewx/weewx.conf
>>>> Using database binding 'wx_binding', which is bound to database
>>>> 'archive_sqlite'
>>>> Proceeding will delete all your daily summaries from database
>>>> 'weewx.sdb'
>>>> Are you sure you want to proceed (y/n)? y
>>>> Dropping daily summary tables from 'weewx.sdb' ...
>>>> Daily summary tables dropped from database 'weewx.sdb' in 3.25 seconds
>>>>
>>>> pi@raspberrypi:~ $ sudo wee_database --rebuild-daily
>>>> Using configuration file /etc/weewx/weewx.conf
>>>> Using database binding 'wx_binding', which is bound to database
>>>> 'archive_sqlite'
>>>> All daily summaries will be rebuilt.
>>>> Proceed (y/n)? y
>>>> Rebuilding daily summaries in database 'weewx.sdb' ...
>>>> Records processed: 1000; time: 2020-09-22 14:36:Records processed:
>>>> 2000; time: 2020-09-25 21:03:Records processed: 3000; time: 2020-09-30
>>>> 10:42:Records processed: 4000; time: 2020-10-04 21:06:Records processed:
>>>> 5000; time: 2020-10-08 21:49:Records processed: 6000; time: 2020-10-13
>>>> 10:13:Records processed: 7000; time: 2020-10-17 05:03:Records processed:
>>>> 8000; time: 2020-10-21 08:39:Records processed: 9000; time: 2020-10-25
>>>> 18:34:Records processed: 10000; time: 2020-10-30 14:05Records processed:
>>>> 11000; time: 2020-11-03 12:49Records processed: 12000; time: 2020-11-07
>>>> 19:50Records processed: 13000; time: 2020-11-12 14:04Records processed:
>>>> 14000; time: 2020-11-16 19:42Records processed: 15000; time: 2020-11-21
>>>> 08:29Records processed: 16000; time: 2020-11-25 14:01Records processed:
>>>> 17000; time: 2020-11-29 08:37Records processed: 18000; time: 2020-12-03
>>>> 15:01Records processed: 19000; time: 2020-12-08 03:51Records processed:
>>>> 20000; time: 2020-12-12 13:44Records processed: 21000; time: 2020-12-16
>>>> 22:08Records processed: 22000; time: 2020-12-20 15:07Records processed:
>>>> 23000; time: 2020-12-24 12:40Records processed: 24000; time: 2020-12-28
>>>> 06:50Records processed: 25000; time: 2021-01-01 02:16Records processed:
>>>> 26000; time: 2021-01-05 00:29Records processed: 27000; time: 2021-01-08
>>>> 22:31Records processed: 28000; time: 2021-01-12 18:39Records processed:
>>>> 29000; time: 2021-01-16 18:37Records processed: 30000; time: 2021-01-20
>>>> 07:18Records processed: 31000; time: 2021-01-23 13:24Records processed:
>>>> 32000; time: 2021-01-26 21:10Records processed: 33000; time: 2021-01-31
>>>> 04:52Records processed: 34000; time: 2021-02-04 09:17Records processed:
>>>> 35000; time: 2021-02-08 07:48Records processed: 36000; time: 2021-02-12
>>>> 14:48Records processed: 37000; time: 2021-02-15 13:49Records processed:
>>>> 38000; time: 2021-02-19 03:57Records processed: 39000; time: 2021-02-22
>>>> 17:48Records processed: 40000; time: 2021-02-26 09:37Records processed:
>>>> 41000; time: 2021-03-01 19:11Records processed: 42000; time: 2021-03-05
>>>> 13:45Records processed: 43000; time: 2021-03-09 00:23Records processed:
>>>> 44000; time: 2021-03-12 07:20Records processed: 45000; time: 2021-03-15
>>>> 21:30Records processed: 46000; time: 2021-03-19 06:32Records processed:
>>>> 47000; time: 2021-03-22 23:58Records processed: 48000; time: 2021-03-26
>>>> 08:19Records processed: 49000; time: 2021-03-29 15:55Records processed:
>>>> 50000; time: 2021-04-02 00:38Records processed: 51000; time: 2021-04-04
>>>> 21:41Records processed: 52000; time: 2021-04-08 09:34Records processed:
>>>> 53000; time: 2021-04-11 20:15Records processed: 54000; time: 2021-04-15
>>>> 17:33Records processed: 55000; time: 2021-04-19 02:08Records processed:
>>>> 56000; time: 2021-04-22 05:25Records processed: 57000; time: 2021-04-26
>>>> 01:08Records processed: 58000; time: 2021-04-29 22:01Records processed:
>>>> 59000; time: 2021-05-03 11:39Records processed: 60000; time: 2021-05-06
>>>> 23:48Records processed: 61000; time: 2021-05-10 12:24Records processed:
>>>> 62000; time: 2021-05-13 23:24Records processed: 63000; time: 2021-05-17
>>>> 19:52Records processed: 64000; time: 2021-05-21 08:22Records processed:
>>>> 65000; time: 2021-05-25 10:34Records processed: 66000; time: 2021-05-28
>>>> 23:17Records processed: 67000; time: 2021-06-02 08:09Records processed:
>>>> 68000; time: 2021-06-06 03:27Records processed: 69000; time: 2021-06-10
>>>> 00:53Records processed: 70000; time: 2021-06-14 02:34Records processed:
>>>> 71000; time: 2021-06-18 07:39Records processed: 72000; time: 2021-06-22
>>>> 20:11Records processed: 73000; time: 2021-06-27 12:29Records processed:
>>>> 74000; time: 2021-07-02 03:15Records processed: 75000; time: 2021-07-06
>>>> 12:26Records processed: 76000; time: 2021-07-11 05:39Records processed:
>>>> 77000; time: 2021-07-14 23:37Records processed: 78000; time: 2021-07-19
>>>> 02:45Records processed: 79000; time: 2021-07-23 05:42Records processed:
>>>> 80000; time: 2021-07-27 03:58Records processed: 81000; time: 2021-07-30
>>>> 14:07Records processed: 82000; time: 2021-08-03 00:34Records processed:
>>>> 83000; time: 2021-08-07 09:55Records processed: 84000; time: 2021-08-11
>>>> 12:32Records processed: 85000; time: 2021-08-15 16:04Records processed:
>>>> 86000; time: 2021-08-19 09:11Records processed: 87000; time: 2021-08-23
>>>> 08:19Records processed: 88000; time: 2021-08-25 19:11Records processed:
>>>> 89000; time: 2021-09-01 11:44Records processed: 90000; time: 2021-09-05
>>>> 06:39Records processed: 91000; time: 2021-09-08 16:02Records processed:
>>>> 92000; time: 2021-09-12 07:46Records processed: 93000; time: 2021-09-16
>>>> 06:32Records processed: 94000; time: 2021-09-20 16:55Records processed:
>>>> 95000; time: 2021-09-23 22:19Records processed: 96000; time: 2021-09-28
>>>> 02:15Records processed: 97000; time: 2021-10-02 04:30Records processed:
>>>> 98000; time: 2021-10-06 07:38Records processed: 99000; time: 2021-10-10
>>>> 07:12Records processed: 100000; time: 2021-10-13 16:4Records processed:
>>>> 101000; time: 2021-10-17 04:3Records processed: 102000; time: 2021-10-21
>>>> 07:4Records processed: 103000; time: 2021-10-24 21:0Records processed:
>>>> 104000; time: 2021-10-29 23:5Records processed: 105000; time: 2021-11-04
>>>> 12:1Records processed: 106000; time: 2021-11-09 06:2Records processed:
>>>> 107000; time: 2021-11-13 09:3Records processed: 108000; time: 2021-11-17
>>>> 16:0Records processed: 109000; time: 2021-11-22 19:3Records processed:
>>>> 110000; time: 2021-11-27 18:2Records processed: 111000; time: 2021-12-02
>>>> 02:4Records processed: 112000; time: 2021-12-07 00:1Records processed:
>>>> 113000; time: 2021-12-11 01:2Records processed: 114000; time: 2021-12-15
>>>> 21:4Records processed: 115000; time: 2021-12-20 14:1Records processed:
>>>> 116000; time: 2021-12-24 21:1Records processed: 117000; time: 2021-12-28
>>>> 13:0Records processed: 118000; time: 2022-01-03 10:3Records processed:
>>>> 119000; time: 2022-01-07 00:0Records processed: 120000; time: 2022-01-11
>>>> 00:0Records processed: 121000; time: 2022-01-18 18:0Records processed:
>>>> 122000; time: 2022-01-23 00:2Records processed: 123000; time: 2022-01-27
>>>> 14:0Records processed: 124000; time: 2022-02-01 00:0Records processed:
>>>> 125000; time: 2022-02-05 07:5Records processed: 126000; time: 2022-02-08
>>>> 22:4Records processed: 127000; time: 2022-02-13 11:5Records processed:
>>>> 128000; time: 2022-02-22 23:0Records processed: 129000; time: 2022-03-02
>>>> 01:2Records processed: 130000; time: 2022-03-06 17:1Records processed:
>>>> 131000; time: 2022-03-11 18:0Records processed: 132000; time: 2022-03-16
>>>> 06:5Records processed: 133000; time: 2022-03-20 07:1Records processed:
>>>> 134000; time: 2022-03-24 10:2Records processed: 135000; time: 2022-03-28
>>>> 06:5Records processed: 136000; time: 2022-04-01 04:0Records processed:
>>>> 137000; time: 2022-04-05 02:1Records processed: 138000; time: 2022-04-09
>>>> 07:0Records processed: 139000; time: 2022-04-16 18:2Records processed:
>>>> 140000; time: 2022-04-21 02:1Records processed: 141000; time: 2022-04-24
>>>> 21:3Records processed: 142000; time: 2022-04-28 21:2Records processed:
>>>> 143000; time: 2022-05-02 14:2Records processed: 144000; time: 2022-05-06
>>>> 16:3Records processed: 145000; time: 2022-05-11 07:2Records processed:
>>>> 146000; time: 2022-05-15 18:4Records processed: 147000; time: 2022-05-22
>>>> 20:5Records processed: 148000; time: 2022-05-26 03:4Records processed:
>>>> 149000; time: 2022-05-30 19:3Records processed: 150000; time: 2022-06-04
>>>> 03:0Records processed: 151000; time: 2022-06-08 23:4Records processed:
>>>> 152000; time: 2022-06-13 09:2Records processed: 153000; time: 2022-06-18
>>>> 02:0Records processed: 154000; time: 2022-06-23 14:5Records processed:
>>>> 155000; time: 2022-06-28 03:3Records processed: 156000; time: 2022-07-02
>>>> 12:4Records processed: 157000; time: 2022-07-06 10:1Records processed:
>>>> 158000; time: 2022-07-10 12:5Records processed: 159000; time: 2022-07-14
>>>> 22:0Records processed: 160000; time: 2022-07-17 21:4Records processed:
>>>> 161000; time: 2022-07-21 05:5Records processed: 162000; time: 2022-07-24
>>>> 09:4Records processed: 163000; time: 2022-07-27 21:5Records processed:
>>>> 164000; time: 2022-07-30 19:5Records processed: 165000; time: 2022-08-03
>>>> 09:2Records processed: 166000; time: 2022-08-07 06:1Records processed:
>>>> 167000; time: 2022-08-11 13:1Records processed: 168000; time: 2022-08-16
>>>> 19:5Records processed: 169000; time: 2022-08-21 23:3Records processed:
>>>> 170000; time: 2022-08-27 04:0Records processed: 171000; time: 2022-09-01
>>>> 03:4Records processed: 172000; time: 2022-09-06 09:0Records processed:
>>>> 173000; time: 2022-09-11 01:3Records processed: 174000; time: 2022-09-14
>>>> 10:2Records processed: 175000; time: 2022-09-17 14:1Records processed:
>>>> 176000; time: 2022-09-22 10:1Records processed: 177000; time: 2022-09-25
>>>> 09:2Records processed: 178000; time: 2022-09-27 13:5Records processed:
>>>> 179000; time: 2022-09-29 13:4Records processed: 180000; time: 2022-10-01
>>>> 05:5Records processed: 181000; time: 2022-10-04 05:5Records processed:
>>>> 182000; time: 2022-10-07 22:1Records processed: 183000; time: 2022-10-11
>>>> 11:5Records processed: 184000; time: 2022-10-14 23:1Records processed:
>>>> 185000; time: 2022-10-18 12:5Records processed: 186000; time: 2022-10-22
>>>> 00:10:00 CEST (1666390200)
>>>> Processed 186899 records to rebuild 757 daily summaries in 5017.90
>>>> seconds
>>>> Rebuild of daily summaries in database 'weewx.sdb' complete
>>>>
>>>> Thank you in advance.
>>>> Best regards.
>>>>
>>>> Roberto
>>>>
>>>> Il giorno domenica 23 ottobre 2022 alle 23:00:03 UTC+2 gjr80 ha scritto:
>>>>
>>>>> OK, if there is a discrepancy between the daily summaries and the
>>>>> archive the solution is to drop and rebuild the daily summaries. If that
>>>>> approach does not work we need to track down why. The first step is to 
>>>>> look
>>>>> at the output of the wee_database --drop-daily  and wee_database
>>>>> --rebuild-daily commands. As requested previously, could you please
>>>>> execute these commands again and post the console output here showing both
>>>>> the exact commands entered and the exact output.
>>>>>
>>>>> Gary
>>>>> On Monday, 24 October 2022 at 00:35:02 UTC+10 [email protected] wrote:
>>>>>
>>>>>> Hi Gary,
>>>>>>
>>>>>> i performed the step you reported,dropping daily and rebuilding them.
>>>>>> I have still the issue,below the queries after steps you reported.
>>>>>> Thanks in advance.
>>>>>>
>>>>>> sqlite> select sum(rain) from archive where dateTime > 1601157600 and
>>>>>> dateTime <= 1601244000 and rain != 0;
>>>>>> sum(rain)
>>>>>> 1.13385826771654
>>>>>>
>>>>>> sqlite> select * from archive_day_rain where dateTime=1601157600;
>>>>>> dateTime|min|mintime|max|maxtime|sum|count|wsum|sumtime
>>>>>>
>>>>>> 1601157600|0.0|1601158071|0.165354330708661|1601218891|0.645669291338583|197|920.551181102362|47820
>>>>>>
>>>>>> Il giorno domenica 23 ottobre 2022 alle 13:44:45 UTC+2 gjr80 ha
>>>>>> scritto:
>>>>>>
>>>>>>> I'm sorry I am a bit confused. You just said 'as reported I already
>>>>>>> did every step you suggested' but your original post made no mention of 
>>>>>>> the
>>>>>>> steps I mentioned. It's not clear to me what you have/have not done.
>>>>>>>
>>>>>>> Irrespective, can you please stop WeeWX, execute the wee_database
>>>>>>> --drop-daily and --rebuild-daily commands. Please capture the
>>>>>>> console output showing the exact commands entered and the exact output. 
>>>>>>> No
>>>>>>> images please, copy and paste as text. Then run your SQLite queries 
>>>>>>> again
>>>>>>> and again post the exact commands entered and the response.
>>>>>>>
>>>>>>> Gary
>>>>>>>
>>>>>>> On Sunday, 23 October 2022 at 19:27:59 UTC+10 Roberto Verrelli wrote:
>>>>>>>
>>>>>>>> Hi gary,
>>>>>>>> As i reported,I already did every step you suggested,data on
>>>>>>>> archive_daily_rain is still wrong....
>>>>>>>>
>>>>>>>> Il dom 23 ott 2022, 10:42 gjr80 <[email protected]> ha scritto:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Just a couple of points on terminology so we are on the same sheet
>>>>>>>>> of music. In a default install your WeeWX database has a table named
>>>>>>>>> archive, this is commonly known as 'the archive'. There are
>>>>>>>>> numerous other tables in the database whose name are in the format
>>>>>>>>> archive_day_xxxxx, these tables are known as 'the daily
>>>>>>>>> summaries'. The daily summaries are essentially an optimisation of 
>>>>>>>>> data
>>>>>>>>> derived from the archive so that certain aggregates can be calculated 
>>>>>>>>> much
>>>>>>>>> more quickly.
>>>>>>>>>
>>>>>>>>> If you are confident the data in your archive is correct then all
>>>>>>>>> you need do to correct the daily summaries is to drop then rebuild the
>>>>>>>>> daily summaries. Do this by first stopping WeeWX then running
>>>>>>>>> wee_database
>>>>>>>>> <http://weewx.com/docs/utilities.htm#wee_database_utility> with
>>>>>>>>> the --drop-daily action. Once you have dropped the daily
>>>>>>>>> summaries you can rebuild them from the data in your archive by again
>>>>>>>>> running wee_database but this time with the --rebuild-daily
>>>>>>>>> action. Make sure you make a backup of your database first.
>>>>>>>>>
>>>>>>>>> If you still find your data is incorrect/inconsistent post back
>>>>>>>>> here with exact commands entered and the exact responses along with 
>>>>>>>>> details
>>>>>>>>> of the discrepancies.
>>>>>>>>>
>>>>>>>>> Once you have your database sorted you can fix the NOAA format
>>>>>>>>> report problem by deleting all of the generated NOAA format reports 
>>>>>>>>> from
>>>>>>>>> your WeeWX machine to force WeeWX to regenerate them all on the next 
>>>>>>>>> report
>>>>>>>>> cycle. Where these files are located depends on your WeeWX install, 
>>>>>>>>> for a
>>>>>>>>> setup.py install they will likely be in
>>>>>>>>> /home/weewx/public_html/NOAA and for a package install
>>>>>>>>> /var/www/html/weewx/NOAA.
>>>>>>>>>
>>>>>>>>> Gary
>>>>>>>>> On Sunday, 23 October 2022 at 17:09:27 UTC+10 [email protected]
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> i have the following issue.
>>>>>>>>>> I imported 2 years of data in weewx database but i noticed some
>>>>>>>>>> issues on daily archive.
>>>>>>>>>> The most important is with the rain.
>>>>>>>>>> Taking data from archive table, i perform the following query on
>>>>>>>>>> sql db for a specific day in order to have the total amount of rain 
>>>>>>>>>> for
>>>>>>>>>> that specific day.
>>>>>>>>>> The value i obtain is the correct i expect ,for that day i
>>>>>>>>>> had 1.13385 inch of rain.
>>>>>>>>>>
>>>>>>>>>> select sum(rain) from archive where dateTime > 1601157600 and
>>>>>>>>>> dateTime <= 1601244000 and rain != 0
>>>>>>>>>>
>>>>>>>>>> In my NOAA report, and on daily archive for that day i have
>>>>>>>>>> completely different values( 0.645669 inches).
>>>>>>>>>> In particular for the same day as before but this time from the
>>>>>>>>>> archive_daily_rain i have the following output
>>>>>>>>>>
>>>>>>>>>> sqlite> select * from archive_day_rain where dateTime=1601157600;
>>>>>>>>>> dateTime|min|mintime|max|maxtime|sum|count|wsum|sumtime
>>>>>>>>>>
>>>>>>>>>> 1601157600|0.0|1601158071|0.165354330708661|1601218891|0.645669|197|920.551181102362|4782
>>>>>>>>>> in the sum field there is that  0.645669   inches that is the
>>>>>>>>>> value i have in NOAA report that is wrong.
>>>>>>>>>> Why is weewx doing this?i can i fix this for all day i had rain?
>>>>>>>>>> I tried:
>>>>>>>>>> wee_database --update
>>>>>>>>>> wee_database --reweight
>>>>>>>>>> dropped the daily record and regenerated
>>>>>>>>>>
>>>>>>>>>> No one of this action fixed this issue.
>>>>>>>>>> Thanks in advance.
>>>>>>>>>> Best regards.
>>>>>>>>>>
>>>>>>>>>> Roberto
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to a topic in
>>>>>>>>> the Google Groups "weewx-user" group.
>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>> https://groups.google.com/d/topic/weewx-user/pQohXWFsEjk/unsubscribe
>>>>>>>>> .
>>>>>>>>> To unsubscribe from this group and all its topics, send an email
>>>>>>>>> to [email protected].
>>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/fab0df47-320b-478c-bed9-717ae22d2f68n%40googlegroups.com
>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/fab0df47-320b-478c-bed9-717ae22d2f68n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/weewx-user/pQohXWFsEjk/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> [email protected].
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/a203f476-41be-4cd5-8c27-c2b62217fd2cn%40googlegroups.com
>>> <https://groups.google.com/d/msgid/weewx-user/a203f476-41be-4cd5-8c27-c2b62217fd2cn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/pQohXWFsEjk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/63df44ca-d879-4abf-a49e-8900a6ce3064n%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/63df44ca-d879-4abf-a49e-8900a6ce3064n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAGvLVegL2iqN0EQjRSwbs8ANDaJ3wTyW8EnU04v5gmFDZzWFvQ%40mail.gmail.com.
[FineOffsetUSB]
    # This section is for the Fine Offset series of weather stations.
    
    # The station model, e.g., WH1080, WS1090, WS2080, WH3081
    model = WH1080
    
    # How often to poll the station for data, in seconds
    polling_interval = 60
    
    # The driver to use:
    driver = weewx.drivers.fousb
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2022 Tom Keffer <[email protected]>
# See the file LICENSE.txt for your rights.

##############################################################################

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 0

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# Whether to log successful operations. May get overridden below.
log_success = True

# Whether to log unsuccessful operations. May get overridden below.
log_failure = True

# Do not modify this. It is used when installing and updating weewx.
version = 4.8.0

##############################################################################

#   This section is for information about the station.

[Station]
    
    # Description of the station location
    location = Genzano di Roma(RM)
    
    # Latitude in decimal degrees. Negative for southern hemisphere
    latitude = 41.702365
    # Longitude in decimal degrees. Negative for western hemisphere.
    longitude = 12.6967847
    
    # Altitude of the station, with the unit it is in. This is used only
    # if the hardware cannot supply a value.
    altitude = 416, meter
    
    # Set to type of station hardware. There must be a corresponding stanza
    # in this file, which includes a value for the 'driver' option.
    station_type = FineOffsetUSB
    
    # If you have a website, you may specify an URL. This is required if you
    # intend to register your station.
    #station_url = http://www.example.com
    
    # The start of the rain year (1=January; 10=October, etc.). This is
    # downloaded from the station if the hardware supports it.
    rain_year_start = 1
    
    # Start of week (0=Monday, 6=Sunday)
    week_start = 6

##############################################################################

[FineOffsetUSB]
    # This section is for the Fine Offset series of weather stations.
    
    # The station model, e.g., WH1080, WS1090, WS2080, WH3081
    model = WH1080
    
    # How often to poll the station for data, in seconds
    polling_interval = 60
    
    # The driver to use:
    driver = weewx.drivers.fousb

##############################################################################

#   This section is for uploading data to Internet sites

[StdRESTful]
    
    # Uncomment and change to override logging for uploading services.
    # log_success = True
    # log_failure = True
    
    [[StationRegistry]]
        # To register this weather station with weewx, set this to true,
        # then fill out option 'station_url' above.
        register_this_station = false
    
    [[AWEKAS]]
        # This section is for configuring posts to AWEKAS.
        
        # If you wish to post to AWEKAS, set the option 'enable' to true, then 
specify a username
        # and password. To guard against parsing errors, put the password in 
quotes.
        enable = false
        username = XXX obfuscated by wee_debug XXX
        password = XXX obfuscated by wee_debug XXX
    
    [[CWOP]]
        # This section is for configuring posts to CWOP.
        
        # If you wish to post to CWOP, set the option 'enable' to true,
        # then specify the station ID (e.g., CW1234).
        enable = false
        station = XXX obfuscated by wee_debug XXX
        # If this is an APRS (radio amateur) station, specify the
        # passcode (e.g., 12345). Otherwise, ignore.
        passcode = replace_me
    
    
    [[PWSweather]]
        # This section is for configuring posts to PWSweather.com.
        
        # If you wish to post to PWSweather.com, set the option 'enable' to 
true, then specify a
        # station and password. To guard against parsing errors, put the 
password in quotes.
        enable = false
        station = XXX obfuscated by wee_debug XXX
        password = XXX obfuscated by wee_debug XXX
    
    [[WOW]]
        # This section is for configuring posts to WOW.
        
        # If you wish to post to WOW, set the option 'enable' to true, then 
specify a station and
        # password. To guard against parsing errors, put the password in quotes.
        enable = false
        station = XXX obfuscated by wee_debug XXX
        password = XXX obfuscated by wee_debug XXX
    
    [[Wunderground]]
        # This section is for configuring posts to the Weather Underground.
        
        # If you wish to post to the Weather Underground, set the option 
'enable' to true,  then
        # specify a station (e.g., 'KORHOODR3') and password. To guard against 
parsing errors, put
        # the password in quotes.
        enable = false
        station = XXX obfuscated by wee_debug XXX
        password = XXX obfuscated by wee_debug XXX
        
        # If you plan on using wunderfixer, set the following
        # to your API key:
        api_key = XXX obfuscated by wee_debug XXX
        
        # Set the following to True to have weewx use the WU "Rapidfire"
        # protocol. Not all hardware can support it. See the User's Guide.
        rapidfire = False

##############################################################################

#   This section specifies what reports, using which skins, to generate.

[StdReport]
    
    # Where the skins reside, relative to WEEWX_ROOT
    SKIN_ROOT = /etc/weewx/skins
    
    # Where the generated reports should go, relative to WEEWX_ROOT
    HTML_ROOT = /var/www/html/weewx
    
    # Uncomment and change to override logging for reports
    # log_success = True
    # log_failure = True
    
    # The database binding indicates which data should be used in reports.
    data_binding = wx_binding
    
    # Each of the following subsections defines a report that will be run.
    # See the customizing guide to change the units, plot types and line
    # colors, modify the fonts, display additional sensor data, and other
    # customizations. Many of those changes can be made here by overriding
    # parameters, or by modifying templates within the skin itself.
    
    [[SeasonsReport]]
        # The SeasonsReport uses the 'Seasons' skin, which contains the
        # images, templates and plots for the report.
        skin = Seasons
        enable = true
    
    [[SmartphoneReport]]
        # The SmartphoneReport uses the 'Smartphone' skin, and the images and
        # files are placed in a dedicated subdirectory.
        skin = Smartphone
        enable = true
        HTML_ROOT = /var/www/html/weewx/smartphone
    
    [[MobileReport]]
        # The MobileReport uses the 'Mobile' skin, and the images and files
        # are placed in a dedicated subdirectory.
        skin = Mobile
        enable = false
        HTML_ROOT = /var/www/html/weewx/mobile
    
    [[StandardReport]]
        # This is the old "Standard" skin. By default, it is not enabled.
        skin = Standard
        enable = false
    [[Belchertown]]
        skin = Belchertown
        HTML_ROOT = /var/www/html/weewx/belchertown
    
    [[FTP]]
        # FTP'ing the results to a webserver is treated as just another report,
        # albeit one with an unusual report generator!
        skin = Ftp
        
        # If you wish to use FTP, set "enable" to "true", then
        # fill out the next four lines.
        # Use quotes around passwords to guard against parsing errors.
        enable = true
        user = XXX obfuscated by wee_debug XXX
        password = XXX obfuscated by wee_debug XXX
        server = ftp.xxxxx.it    # The ftp server name, e.g, www.myserver.org
        path = /    # The destination directory, e.g., /weather
        
        # Set to True for an FTP over TLS (FTPS) connection. Not all servers
        # support this.
        secure_ftp = False
        
        # To upload files from something other than what HTML_ROOT is set
        # to above, specify a different HTML_ROOT here.
        #HTML_ROOT = /var/www/html/weewx
        
        # Most FTP servers use port 21
        port = 21
        
        # Set to 1 to use passive mode, zero for active mode
        passive = 1
    
    [[RSYNC]]
        # rsync'ing to a webserver is treated as just another report
        skin = Rsync
        
        # If you wish to use rsync, you must configure passwordless ssh using
        # public/private key authentication from the user account that weewx
        # runs to the user account on the remote machine where the files
        # will be copied.
        #
        # If you wish to use rsync, set "enable" to "true", then
        # fill out server, user, and path.
        # The server should appear in your .ssh/config file.
        # The user is the username used in the identity file.
        # The path is the destination directory, such as /var/www/html/weather.
        # Be sure that the user has write permissions on the destination!
        enable = false
        server = replace_me
        user = XXX obfuscated by wee_debug XXX
        path = replace_me
        
        # To upload files from something other than what HTML_ROOT is set
        # to above, specify a different HTML_ROOT here.
        #HTML_ROOT = /var/www/html/weewx
        
        # Rsync can be configured to remove files from the remote server if
        # they don't exist under HTML_ROOT locally. USE WITH CAUTION: if you
        # make a mistake in the remote path, you could could unintentionally
        # cause unrelated files to be deleted. Set to 1 to enable remote file
        # deletion, zero to allow files to accumulate remotely.
        delete = 0
    
    # Options in the [[Defaults]] section below will apply to all reports.
    # What follows are a few of the more popular options you may want to
    # uncomment, then change.
    [[Defaults]]
        
        # Which language to use for all reports. Not all skins support all 
languages.
        # You can override this for individual reports.
        lang = en
        
        # Which unit system to use for all reports. Choices are 'us', 'metric', 
or 'metricwx'.
        # You can override this for individual reports.
        unit_system = metric
        
        [[[Units]]]
            
            # Option "unit_system" above sets the general unit system, but 
overriding specific unit
            # groups is possible. These are popular choices. Uncomment and set 
as appropriate.
            # NB: The unit is always in the singular. I.e., 'mile_per_hour',
            # NOT 'miles_per_hour'
            [[[[Groups]]]]
                # group_altitude     = meter              # Options are 'foot' 
or 'meter'
                # group_pressure     = mbar               # Options are 'inHg', 
'mmHg', 'mbar', or 'hPa'
                group_rain = mm    # Options are 'inch', 'cm', or 'mm'
                group_rainrate = mm_per_hour    # Options are 'inch_per_hour', 
'cm_per_hour', or 'mm_per_hour'
                # group_temperature  = degree_C           # Options are 
'degree_C', 'degree_F', or 'degree_K'
                # The following line is used to keep the above lines indented 
properly.
                # It can be ignored.
                unused = unused
            
            # Uncommenting the following section frequently results in more
            # attractive formatting of times and dates, but may not work in
            # your locale.
            [[[[TimeFormats]]]]
                # day        = %H:%M
                # week       = %H:%M on %A
                # month      = %d-%b-%Y %H:%M
                # year       = %d-%b-%Y %H:%M
                # rainyear   = %d-%b-%Y %H:%M
                # current    = %d-%b-%Y %H:%M
                # ephem_day  = %H:%M
                # ephem_year = %d-%b-%Y %H:%M
                # The following line is used to keep the above lines indented 
properly.
                # It can be ignored.
                unused = unused
        
        [[[Labels]]]
            # Users frequently change the labels for these observation types
            [[[[Generic]]]]
                # inHumidity     = Inside Humidity
                # inTemp         = Inside Temperature
                # outHumidity    = Outside Humidity
                # outTemp        = Outside Temperature
                # extraTemp1     = Temperature1
                # extraTemp2     = Temperature2
                # extraTemp3     = Temperature3
                # The following line is used to keep the above lines indented 
properly.
                # It can be ignored.
                unused = unused

##############################################################################

#   This service acts as a filter, converting the unit system coming from
#   the hardware to a unit system in the database.

[StdConvert]
    
    # The target_unit affects only the unit system in the database. Once
    # chosen it cannot be changed without converting the entire database.
    # Modification of target_unit after starting weewx will result in
    # corrupt data - the database will contain a mix of US and METRIC data.
    #
    # The value of target_unit does not affect the unit system for
    # reporting - reports can display US, Metric, or any combination of units.
    #
    # In most cases, target_unit should be left as the default: US
    #
    # In particular, those migrating from a standard wview installation
    # should use US since that is what the wview database contains.
    
    # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
    target_unit = US    # Options are 'US', 'METRICWX', or 'METRIC'

##############################################################################

#   This section can adjust data using calibration expressions.

[StdCalibrate]
    
    [[Corrections]]
        # For each type, an arbitrary calibration expression can be given.
        # It should be in the units defined in the StdConvert section.
        # Example:
        foo = foo + 0.2

##############################################################################

#   This section is for quality control checks. If units are not specified,
#   values must be in the units defined in the StdConvert section.

[StdQC]
    
    [[MinMax]]
        barometer = 26, 32.5, inHg
        pressure = 24, 34.5, inHg
        outTemp = -40, 120, degree_F
        inTemp = 10, 120, degree_F
        outHumidity = 0, 100
        inHumidity = 0, 100
        windSpeed = 0, 120, mile_per_hour
        rain = 0, 10, inch

##############################################################################

#   This section controls the origin of derived values.

[StdWXCalculate]
    
    [[Calculations]]
        # How to calculate derived quantities.  Possible values are:
        #  hardware        - use the value provided by hardware
        #  software        - use the value calculated by weewx
        #  prefer_hardware - use value provide by hardware if available,
        #                      otherwise use value calculated by weewx
        
        pressure = prefer_hardware
        altimeter = prefer_hardware
        appTemp = prefer_hardware
        barometer = prefer_hardware
        cloudbase = prefer_hardware
        dewpoint = prefer_hardware
        ET = prefer_hardware
        heatindex = prefer_hardware
        humidex = prefer_hardware
        inDewpoint = prefer_hardware
        maxSolarRad = prefer_hardware
        rainRate = prefer_hardware
        windchill = prefer_hardware
        windrun = prefer_hardware

##############################################################################

#   For hardware that supports it, this section controls how often the
#   onboard clock gets updated.

[StdTimeSynch]
    
    # How often to check the weather station clock for drift (in seconds)
    clock_check = 14400
    
    # How much it can drift before we will correct it (in seconds)
    max_drift = 5

##############################################################################

#   This section is for configuring the archive service.

[StdArchive]
    
    # If the station hardware supports data logging then the archive interval
    # will be downloaded from the station. Otherwise, specify it (in seconds).
    archive_interval = 300
    
    # If possible, new archive records are downloaded from the station
    # hardware. If the hardware does not support this, then new archive
    # records will be generated in software.
    # Set the following to "software" to force software record generation.
    record_generation = software
    
    # Whether to include LOOP data in hi/low statistics
    loop_hilo = True
    
    # Uncomment and change to override logging for archive operations
    # log_success = True
    # log_failure = True
    
    # The data binding used to save archive records
    data_binding = wx_binding

##############################################################################

#   This section binds a data store to a database.

[DataBindings]
    
    [[wx_binding]]
        # The database must match one of the sections in [Databases].
        # This is likely to be the only option you would want to change.
        database = archive_sqlite
        # The name of the table within the database
        table_name = archive
        # The manager handles aggregation of data for historical summaries
        manager = weewx.manager.DaySummaryManager
        # The schema defines the structure of the database.
        # It is *only* used when the database is created.
        schema = schemas.wview_extended.schema

##############################################################################

#   This section defines various databases.

[Databases]
    
    # A SQLite database is simply a single file
    [[archive_sqlite]]
        database_name = weewx.sdb
        database_type = SQLite
    
    # MySQL
    [[archive_mysql]]
        database_name = weewx
        database_type = MySQL

##############################################################################

#   This section defines defaults for the different types of databases.

[DatabaseTypes]
    
    # Defaults for SQLite databases
    [[SQLite]]
        driver = weedb.sqlite
        # Directory in which the database files are located
        SQLITE_ROOT = /var/lib/weewx
    
    # Defaults for MySQL databases
    [[MySQL]]
        driver = weedb.mysql
        # The host where the database is located
        host = localhost
        # The user name for logging in to the host
        user = XXX obfuscated by wee_debug XXX
        # The password (use quotes to guard against parsing errors)
        password = XXX obfuscated by wee_debug XXX

##############################################################################

#   This section configures the internal weewx engine.

[Engine]
    
    # The following section specifies which services should be run and in what 
order.
    [[Services]]
        prep_services = weewx.engine.StdTimeSynch
        data_services = ,
        process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate, 
weewx.engine.StdQC, weewx.wxservices.StdWXCalculate, user.crt.CumulusRealTime
        xtype_services = weewx.wxxtypes.StdWXXTypes, 
weewx.wxxtypes.StdPressureCooker, weewx.wxxtypes.StdRainRater, 
weewx.wxxtypes.StdDelta
        archive_services = weewx.engine.StdArchive
        restful_services = weewx.restx.StdStationRegistry, 
weewx.restx.StdWunderground, weewx.restx.StdPWSweather, weewx.restx.StdCWOP, 
weewx.restx.StdWOW, weewx.restx.StdAWEKAS
        report_services = weewx.engine.StdPrint, weewx.engine.StdReport, 
user.rtgd.RealtimeGaugeData
[RealtimeGaugeData]
    # This section is for the RTGD service.
    
    # Date format to be used in gauge-data.txt. Must be either %d/%m/%Y,
    # %m/%d/%Y or %Y/%m/%d. Separator may be forward slash '/' or a
    # hyphen '-'. Default is %Y/%m/%d.
    date_format = %Y/%m/%d
    
    # Time format to be used in gauge-data.txt. May be %H:%M or %h:%M.
    # Default is %H:%M
    time_format = %H:%M
    
    # Path to gauge-data.txt. Relative paths are relative to HTML_ROOT. If
    # empty HTML_ROOT is used, if setting omitted altogether /var/tmp is used.
    rtgd_path = /var/www/html/weewx/
    
    [[StringFormats]]
        # formats for gauge-data.txt fields by unit type
        degree_C = %.1f
        degree_F = %.1f
        degree_compass = %.0f
        foot = %.0f
        hPa = %.1f
        inHg = %.2f
        inch = %.2f
        inch_per_hour = %.2f
        km_per_hour = %.1f
        km = %.1f
        mbar = %.1f
        meter = %.0f
        meter_per_second = %.1f
        mile = %.1f
        mile_per_hour = %.1f
        mm = %.1f
        mm_per_hour = %.1f
        percent = %.0f
        uv_index = %.1f
        watt_per_meter_squared = %.0f
    
    
    [[Groups]]
        # Units to be used in gauge-data.txt. Note not all available WeeWX 
units 
        # are supported for each group.         
        
        # Supported options for group_altitude are 'meter' or 'foot'
        group_altitude = meter
        # Supported options for group_pressure are 'inHg', 'mbar', or 'hPa'
        group_pressure = hPa
        # Supported options for group_rain are 'inch' or 'mm'
        group_rain = mm
        # Supported options for group_speed are 'mile_per_hour', 'km_per_hour' 
        # or 'km_per_hour'
        group_speed = km_per_hour
        # Supported options for group_temperature are 'degree_F' or 'degree_C'
        group_temperature = degree_C
[CumulusRealTime]
    filename = /var/www/html/weewx/realtime.txt
    unit_system = METRIC
Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_sqlite'

System info
  Platform:       Linux-5.15.32-v7+-armv7l-with-glibc2.31
  Python Version: 3.9.2

Load Information
  1 minute load average:  0.97
  5 minute load average:  1.04
  15 minute load average: 1.02

General Weewx info
  Weewx version 4.8.0 detected.

Station info
  Station type: FineOffsetUSB
  Driver:       weewx.drivers.fousb

Driver info

Currently installed extensions
Extension Name    Version   Description
Belchertown       1.2       A clean modern skin with real time streaming 
updates and interactive charts. Modeled after BelchertownWeather.com
Rtgd              0.5.5     WeeWX support for near realtime updating of the 
SteelSeries Weather Gauges.
crt               0.21      Emit a Cumulus realtime.txt for LOOP data.

Archive info
  Database name:        weewx.sdb
  Table name:           archive
  Version               4.0
  Unit system:          1 (US)
  First good timestamp: 2020-09-18 14:23:04 CEST (1600431784)
  Last good timestamp:  2022-10-27 23:00:00 CEST (1666904400)
  Number of records:    938395
  weewx (weewx.conf) is set to use an archive interval of 300 seconds.
  The station hardware was not interrogated in determining archive interval.

Databases configured in weewx.conf
  Database name:        weewx.sdb
  Database driver:      weedb.sqlite

  Database name:        weewx
  Database driver:      weedb.mysql
  Database host:        localhost


Parsed and obfuscated weewx.conf
sqlite>  SELECT dateTime,datetime(dateTime,'unixepoch','localtime'),rain FROM 
archive WHERE dateTime>1601157600 AND dateTime<=1601244000 ORDER BY dateTime;
1601157649|2020-09-27 00:00:49|0.0
1601157708|2020-09-27 00:01:48|0.0
1601157767|2020-09-27 00:02:47|0.0
1601157826|2020-09-27 00:03:46|0.0
1601157885|2020-09-27 00:04:45|0.0
1601157944|2020-09-27 00:05:44|0.0
1601158003|2020-09-27 00:06:43|0.0
1601158071|2020-09-27 00:07:51|0.0
1601158121|2020-09-27 00:08:41|0.0
1601158180|2020-09-27 00:09:40|0.0
1601158239|2020-09-27 00:10:39|0.0
1601158298|2020-09-27 00:11:38|0.0
1601158357|2020-09-27 00:12:37|0.0
1601158416|2020-09-27 00:13:36|0.0
1601158475|2020-09-27 00:14:35|0.0
1601158534|2020-09-27 00:15:34|0.0
1601158593|2020-09-27 00:16:33|0.0
1601158652|2020-09-27 00:17:32|0.0
1601158711|2020-09-27 00:18:31|0.0
1601158770|2020-09-27 00:19:30|0.0
1601158829|2020-09-27 00:20:29|0.0
1601158888|2020-09-27 00:21:28|0.0
1601158947|2020-09-27 00:22:27|0.0
1601159006|2020-09-27 00:23:26|0.0
1601159065|2020-09-27 00:24:25|0.0
1601159124|2020-09-27 00:25:24|0.0
1601159183|2020-09-27 00:26:23|0.0
1601159243|2020-09-27 00:27:23|0.0
1601159301|2020-09-27 00:28:21|0.0
1601159360|2020-09-27 00:29:20|0.0
1601159419|2020-09-27 00:30:19|0.0
1601159478|2020-09-27 00:31:18|0.0
1601159537|2020-09-27 00:32:17|0.0
1601159596|2020-09-27 00:33:16|0.0
1601159669|2020-09-27 00:34:29|0.0
1601159744|2020-09-27 00:35:44|0.0
1601159773|2020-09-27 00:36:13|0.0
1601159832|2020-09-27 00:37:12|0.0
1601159891|2020-09-27 00:38:11|0.0
1601159950|2020-09-27 00:39:10|0.0393700787401575
1601160009|2020-09-27 00:40:09|0.0
1601160127|2020-09-27 00:42:07|0.0
1601160245|2020-09-27 00:44:05|0.0
1601160304|2020-09-27 00:45:04|0.0
1601160363|2020-09-27 00:46:03|0.0
1601160422|2020-09-27 00:47:02|0.0
1601160481|2020-09-27 00:48:01|0.0
1601160540|2020-09-27 00:49:00|0.0
1601160599|2020-09-27 00:49:59|0.0
1601160658|2020-09-27 00:50:58|0.0
1601160717|2020-09-27 00:51:57|0.0
1601160776|2020-09-27 00:52:56|0.0
1601160835|2020-09-27 00:53:55|0.0
1601160894|2020-09-27 00:54:54|0.0
1601160953|2020-09-27 00:55:53|0.0
1601161012|2020-09-27 00:56:52|0.0
1601161071|2020-09-27 00:57:51|0.0
1601161130|2020-09-27 00:58:50|0.0
1601161248|2020-09-27 01:00:48|0.0
1601161307|2020-09-27 01:01:47|0.0
1601161366|2020-09-27 01:02:46|0.0
1601161455|2020-09-27 01:04:15|0.0
1601161502|2020-09-27 01:05:02|0.0
1601161549|2020-09-27 01:05:49|0.0
1601161602|2020-09-27 01:06:42|0.0
1601161661|2020-09-27 01:07:41|0.0
1601161720|2020-09-27 01:08:40|0.0
1601161779|2020-09-27 01:09:39|0.0
1601161838|2020-09-27 01:10:38|0.0
1601161897|2020-09-27 01:11:37|0.0
1601161956|2020-09-27 01:12:36|0.0
1601162015|2020-09-27 01:13:35|0.0
1601162074|2020-09-27 01:14:34|0.0
1601162133|2020-09-27 01:15:33|0.0
1601162192|2020-09-27 01:16:32|0.0
1601162254|2020-09-27 01:17:34|0.0
1601162310|2020-09-27 01:18:30|0.0
1601162442|2020-09-27 01:20:42|0.0
1601162489|2020-09-27 01:21:29|0.0
1601162546|2020-09-27 01:22:26|0.0
1601162605|2020-09-27 01:23:25|0.0
1601162664|2020-09-27 01:24:24|0.0
1601162723|2020-09-27 01:25:23|0.0
1601162782|2020-09-27 01:26:22|0.0
1601162841|2020-09-27 01:27:21|0.0
1601162900|2020-09-27 01:28:20|0.0
1601163018|2020-09-27 01:30:18|0.0
1601163077|2020-09-27 01:31:17|0.0
1601163136|2020-09-27 01:32:16|0.0
1601163195|2020-09-27 01:33:15|0.0
1601163254|2020-09-27 01:34:14|0.0
1601163313|2020-09-27 01:35:13|0.0
1601163372|2020-09-27 01:36:12|0.0
1601163431|2020-09-27 01:37:11|0.0
1601163549|2020-09-27 01:39:09|0.0
1601163608|2020-09-27 01:40:08|0.0
1601163667|2020-09-27 01:41:07|0.0
1601163726|2020-09-27 01:42:06|0.0
1601163785|2020-09-27 01:43:05|0.0
1601163844|2020-09-27 01:44:04|0.0
1601163903|2020-09-27 01:45:03|0.0
1601163962|2020-09-27 01:46:02|0.0
1601164021|2020-09-27 01:47:01|0.0
1601164080|2020-09-27 01:48:00|0.0
1601164139|2020-09-27 01:48:59|0.0
1601164198|2020-09-27 01:49:58|0.0
1601164257|2020-09-27 01:50:57|0.0
1601164322|2020-09-27 01:52:02|0.0
1601164416|2020-09-27 01:53:36|0.0
1601164463|2020-09-27 01:54:23|0.0
1601164510|2020-09-27 01:55:10|0.0
1601164557|2020-09-27 01:55:57|0.0
1601164611|2020-09-27 01:56:51|0.0
1601164670|2020-09-27 01:57:50|0.0
1601164729|2020-09-27 01:58:49|0.0
1601164788|2020-09-27 01:59:48|0.0
1601164847|2020-09-27 02:00:47|0.0
1601164906|2020-09-27 02:01:46|0.0
1601164965|2020-09-27 02:02:45|0.0
1601165024|2020-09-27 02:03:44|0.0
1601165083|2020-09-27 02:04:43|0.0
1601165142|2020-09-27 02:05:42|0.0
1601165201|2020-09-27 02:06:41|0.0
1601165260|2020-09-27 02:07:40|0.0
1601165319|2020-09-27 02:08:39|0.0
1601165378|2020-09-27 02:09:38|0.0
1601165437|2020-09-27 02:10:37|0.0
1601165496|2020-09-27 02:11:36|0.0
1601165555|2020-09-27 02:12:35|0.0
1601165614|2020-09-27 02:13:34|0.0
1601165673|2020-09-27 02:14:33|0.0
1601165732|2020-09-27 02:15:32|0.0
1601165826|2020-09-27 02:17:06|0.0
1601165873|2020-09-27 02:17:53|0.0
1601165920|2020-09-27 02:18:40|0.0
1601165968|2020-09-27 02:19:28|0.0
1601166027|2020-09-27 02:20:27|0.0
1601166086|2020-09-27 02:21:26|0.0
1601166145|2020-09-27 02:22:25|0.0
1601166204|2020-09-27 02:23:24|0.0
1601166263|2020-09-27 02:24:23|0.0
1601166343|2020-09-27 02:25:43|0.0
1601166390|2020-09-27 02:26:30|0.0
1601166440|2020-09-27 02:27:20|0.0
1601166499|2020-09-27 02:28:19|0.0
1601166558|2020-09-27 02:29:18|0.0
1601166617|2020-09-27 02:30:17|0.0
1601166676|2020-09-27 02:31:16|0.0
1601166735|2020-09-27 02:32:15|0.0
1601166794|2020-09-27 02:33:14|0.0
1601166853|2020-09-27 02:34:13|0.0
1601166912|2020-09-27 02:35:12|0.0
1601166971|2020-09-27 02:36:11|0.0
1601167030|2020-09-27 02:37:10|0.0
1601167089|2020-09-27 02:38:09|0.0
1601167207|2020-09-27 02:40:07|0.0
1601167266|2020-09-27 02:41:06|0.0
1601167325|2020-09-27 02:42:05|0.0
1601167384|2020-09-27 02:43:04|0.0
1601167443|2020-09-27 02:44:03|0.0
1601167502|2020-09-27 02:45:02|0.0
1601167561|2020-09-27 02:46:01|0.0
1601167620|2020-09-27 02:47:00|0.0
1601167679|2020-09-27 02:47:59|0.0
1601167738|2020-09-27 02:48:58|0.0
1601167797|2020-09-27 02:49:57|0.0
1601167915|2020-09-27 02:51:55|0.0
1601167974|2020-09-27 02:52:54|0.0
1601168033|2020-09-27 02:53:53|0.0
1601168092|2020-09-27 02:54:52|0.0
1601168151|2020-09-27 02:55:51|0.0
1601168210|2020-09-27 02:56:50|0.0
1601168269|2020-09-27 02:57:49|0.0
1601168328|2020-09-27 02:58:48|0.0
1601168446|2020-09-27 03:00:46|0.0
1601168505|2020-09-27 03:01:45|0.0
1601168564|2020-09-27 03:02:44|0.0
1601168623|2020-09-27 03:03:43|0.0
1601168682|2020-09-27 03:04:42|0.0
1601168741|2020-09-27 03:05:41|0.0
1601168800|2020-09-27 03:06:40|0.0
1601168859|2020-09-27 03:07:39|0.0
1601168978|2020-09-27 03:09:38|0.0
1601169036|2020-09-27 03:10:36|0.0
1601169095|2020-09-27 03:11:35|0.0
1601169154|2020-09-27 03:12:34|0.0
1601169213|2020-09-27 03:13:33|0.0
1601187727|2020-09-27 08:22:07|0.0
1601187774|2020-09-27 08:22:54|0.0
1601187821|2020-09-27 08:23:41|0.0
1601187868|2020-09-27 08:24:28|0.0
1601187916|2020-09-27 08:25:16|0.0
1601188034|2020-09-27 08:27:14|0.0
1601188093|2020-09-27 08:28:13|0.0
1601188152|2020-09-27 08:29:12|0.0
1601188211|2020-09-27 08:30:11|0.0
1601188270|2020-09-27 08:31:10|0.0
1601188329|2020-09-27 08:32:09|0.0
1601188388|2020-09-27 08:33:08|0.0
1601188447|2020-09-27 08:34:07|0.0
1601188506|2020-09-27 08:35:06|0.0
1601188565|2020-09-27 08:36:05|0.0
1601188624|2020-09-27 08:37:04|0.0
1601188710|2020-09-27 08:38:30|0.0
1601188742|2020-09-27 08:39:02|0.0
1601188808|2020-09-27 08:40:08|0.0
1601188864|2020-09-27 08:41:04|0.0393700787401575
1601188919|2020-09-27 08:41:59|0.0
1601188978|2020-09-27 08:42:58|0.0
1601189037|2020-09-27 08:43:57|0.0
1601189096|2020-09-27 08:44:56|0.0
1601189155|2020-09-27 08:45:55|0.0
1601189214|2020-09-27 08:46:54|0.0
1601189278|2020-09-27 08:47:58|0.0
1601189372|2020-09-27 08:49:32|0.0
1601189466|2020-09-27 08:51:06|0.0
1601189560|2020-09-27 08:52:40|0.0
1601189607|2020-09-27 08:53:27|0.0
1601189662|2020-09-27 08:54:22|0.0
1601189701|2020-09-27 08:55:01|0.0
1601189748|2020-09-27 08:55:48|0.0
1601189804|2020-09-27 08:56:44|0.0
1601189863|2020-09-27 08:57:43|0.0
1601189922|2020-09-27 08:58:42|0.0
1601189981|2020-09-27 08:59:41|0.0
1601190040|2020-09-27 09:00:40|0.0
1601190099|2020-09-27 09:01:39|0.0
1601190158|2020-09-27 09:02:38|0.0
1601190217|2020-09-27 09:03:37|0.0
1601190278|2020-09-27 09:04:38|0.0
1601190335|2020-09-27 09:05:35|0.0
1601190394|2020-09-27 09:06:34|0.0
1601190512|2020-09-27 09:08:32|0.0
1601190571|2020-09-27 09:09:31|0.0
1601190630|2020-09-27 09:10:30|0.0
1601190689|2020-09-27 09:11:29|0.0
1601190748|2020-09-27 09:12:28|0.0
1601190807|2020-09-27 09:13:27|0.0
1601190925|2020-09-27 09:15:25|0.0
1601190984|2020-09-27 09:16:24|0.0
1601191043|2020-09-27 09:17:23|0.0
1601191102|2020-09-27 09:18:22|0.0
1601191161|2020-09-27 09:19:21|0.0
1601191220|2020-09-27 09:20:20|0.0
1601191279|2020-09-27 09:21:19|0.0
1601191338|2020-09-27 09:22:18|0.0
1601191397|2020-09-27 09:23:17|0.0
1601191456|2020-09-27 09:24:16|0.0
1601191515|2020-09-27 09:25:15|0.0
1601191574|2020-09-27 09:26:14|0.0
1601191633|2020-09-27 09:27:13|0.0
1601191692|2020-09-27 09:28:12|0.0
1601191751|2020-09-27 09:29:11|0.0
1601191820|2020-09-27 09:30:20|0.0
1601191869|2020-09-27 09:31:09|0.0
1601191957|2020-09-27 09:32:37|0.0
1601192004|2020-09-27 09:33:24|0.0
1601192051|2020-09-27 09:34:11|0.0
1601192105|2020-09-27 09:35:05|0.0
1601192164|2020-09-27 09:36:04|0.0
1601192223|2020-09-27 09:37:03|0.0
1601192282|2020-09-27 09:38:02|0.0
1601192400|2020-09-27 09:40:00|0.0
1601192459|2020-09-27 09:40:59|0.0
1601192518|2020-09-27 09:41:58|0.0
1601192577|2020-09-27 09:42:57|0.0
1601192636|2020-09-27 09:43:56|0.0
1601192695|2020-09-27 09:44:55|0.0
1601192754|2020-09-27 09:45:54|0.0
1601192813|2020-09-27 09:46:53|0.0
1601192872|2020-09-27 09:47:52|0.0
1601192931|2020-09-27 09:48:51|0.0
1601192990|2020-09-27 09:49:50|0.0
1601193049|2020-09-27 09:50:49|0.0
1601193108|2020-09-27 09:51:48|0.0
1601193167|2020-09-27 09:52:47|0.0
1601193285|2020-09-27 09:54:45|0.0
1601193344|2020-09-27 09:55:44|0.0
1601193414|2020-09-27 09:56:54|0.0
1601193508|2020-09-27 09:58:28|0.0
1601193555|2020-09-27 09:59:15|0.0
1601193602|2020-09-27 10:00:02|0.0
1601193649|2020-09-27 10:00:49|0.0
1601193698|2020-09-27 10:01:38|0.0
1601193757|2020-09-27 10:02:37|0.0
1601193816|2020-09-27 10:03:36|0.0
1601193875|2020-09-27 10:04:35|0.0
1601193934|2020-09-27 10:05:34|0.0
1601194052|2020-09-27 10:07:32|0.0
1601194111|2020-09-27 10:08:31|0.0
1601194170|2020-09-27 10:09:30|0.0
1601194229|2020-09-27 10:10:29|0.0
1601194288|2020-09-27 10:11:28|0.0
1601194347|2020-09-27 10:12:27|0.0
1601194406|2020-09-27 10:13:26|0.0
1601194465|2020-09-27 10:14:25|0.0
1601194524|2020-09-27 10:15:24|0.0
1601194583|2020-09-27 10:16:23|0.0
1601194642|2020-09-27 10:17:22|0.0
1601194701|2020-09-27 10:18:21|0.0
1601194760|2020-09-27 10:19:20|0.0
1601194878|2020-09-27 10:21:18|0.0
1601194937|2020-09-27 10:22:17|0.0
1601195012|2020-09-27 10:23:32|0.0
1601195059|2020-09-27 10:24:19|0.0
1601195114|2020-09-27 10:25:14|0.0
1601195173|2020-09-27 10:26:13|0.0
1601195232|2020-09-27 10:27:12|0.0
1601195291|2020-09-27 10:28:11|0.0
1601195350|2020-09-27 10:29:10|0.0
1601195420|2020-09-27 10:30:20|0.0
1601195468|2020-09-27 10:31:08|0.0
1601195527|2020-09-27 10:32:07|0.0
1601195586|2020-09-27 10:33:06|0.0
1601195645|2020-09-27 10:34:05|0.0393700787401575
1601195704|2020-09-27 10:35:04|0.0
1601195766|2020-09-27 10:36:06|0.0
1601195822|2020-09-27 10:37:02|0.0
1601195881|2020-09-27 10:38:01|0.0
1601195940|2020-09-27 10:39:00|0.0
1601195999|2020-09-27 10:39:59|0.0
1601196058|2020-09-27 10:40:58|0.0
1601196117|2020-09-27 10:41:57|0.0
1601196176|2020-09-27 10:42:56|0.0
1601196235|2020-09-27 10:43:55|0.0
1601196298|2020-09-27 10:44:58|0.0
1601196494|2020-09-27 10:48:14|0.0
1601196564|2020-09-27 10:49:24|0.0
1601196610|2020-09-27 10:50:10|0.0
1601196657|2020-09-27 10:50:57|0.0
1601196844|2020-09-27 10:54:04|0.0
1601196914|2020-09-27 10:55:14|0.0
1601196943|2020-09-27 10:55:43|0.0
1601197002|2020-09-27 10:56:42|0.0
1601197061|2020-09-27 10:57:41|0.0
1601197120|2020-09-27 10:58:40|0.0
1601197179|2020-09-27 10:59:39|0.0
1601197238|2020-09-27 11:00:38|0.0
1601197356|2020-09-27 11:02:36|0.0
1601197415|2020-09-27 11:03:35|0.0
1601197474|2020-09-27 11:04:34|0.0
1601197533|2020-09-27 11:05:33|0.0
1601197592|2020-09-27 11:06:32|0.0
1601197710|2020-09-27 11:08:30|0.0
1601197769|2020-09-27 11:09:29|0.0
1601197828|2020-09-27 11:10:28|0.0
1601197887|2020-09-27 11:11:27|0.0
1601197946|2020-09-27 11:12:26|0.0
1601198005|2020-09-27 11:13:25|0.0
1601198064|2020-09-27 11:14:24|0.0
1601198123|2020-09-27 11:15:23|0.0
1601198182|2020-09-27 11:16:22|0.0
1601198255|2020-09-27 11:17:35|0.0
1601198302|2020-09-27 11:18:22|0.0
1601198359|2020-09-27 11:19:19|0.0
1601198443|2020-09-27 11:20:43|0.0
1601198490|2020-09-27 11:21:30|0.0
1601198537|2020-09-27 11:22:17|0.0
1601198595|2020-09-27 11:23:15|0.0
1601198654|2020-09-27 11:24:14|0.0
1601198713|2020-09-27 11:25:13|0.0
1601198772|2020-09-27 11:26:12|0.0
1601198831|2020-09-27 11:27:11|0.0
1601198913|2020-09-27 11:28:33|0.0
1601198960|2020-09-27 11:29:20|0.0
1601199126|2020-09-27 11:32:06|0.0
1601199244|2020-09-27 11:34:04|0.0
1601199303|2020-09-27 11:35:03|0.0
1601199362|2020-09-27 11:36:02|0.0
1601199421|2020-09-27 11:37:01|0.0
1601199480|2020-09-27 11:38:00|0.0
1601199539|2020-09-27 11:38:59|0.0
1601199598|2020-09-27 11:39:58|0.0
1601199657|2020-09-27 11:40:57|0.0
1601199716|2020-09-27 11:41:56|0.0
1601199775|2020-09-27 11:42:55|0.0
1601199834|2020-09-27 11:43:54|0.0
1601199893|2020-09-27 11:44:53|0.0
1601199952|2020-09-27 11:45:52|0.0
1601200011|2020-09-27 11:46:51|0.0
1601200070|2020-09-27 11:47:50|0.0
1601200129|2020-09-27 11:48:49|0.0
1601200188|2020-09-27 11:49:48|0.0
1601200247|2020-09-27 11:50:47|0.0
1601200306|2020-09-27 11:51:46|0.0
1601200365|2020-09-27 11:52:45|0.0
1601201899|2020-09-27 12:18:19|0.0
1601201958|2020-09-27 12:19:18|0.0
1601202017|2020-09-27 12:20:17|0.0
1601202076|2020-09-27 12:21:16|0.0
1601202203|2020-09-27 12:23:23|0.0
1601202253|2020-09-27 12:24:13|0.0
1601202371|2020-09-27 12:26:11|0.0
1601202430|2020-09-27 12:27:10|0.0
1601202489|2020-09-27 12:28:09|0.0
1601202548|2020-09-27 12:29:08|0.0
1601202607|2020-09-27 12:30:07|0.0
1601202673|2020-09-27 12:31:13|0.0
1601202725|2020-09-27 12:32:05|0.0
1601202784|2020-09-27 12:33:04|0.0
1601202843|2020-09-27 12:34:03|0.0
1601202902|2020-09-27 12:35:02|0.0
1601202961|2020-09-27 12:36:01|0.0
1601203020|2020-09-27 12:37:00|0.0
1601203079|2020-09-27 12:37:59|0.0
1601203138|2020-09-27 12:38:58|0.0
1601203197|2020-09-27 12:39:57|0.0
1601203256|2020-09-27 12:40:56|0.0393700787401575
1601203315|2020-09-27 12:41:55|0.0
1601203374|2020-09-27 12:42:54|0.0
1601203433|2020-09-27 12:43:53|0.0
1601203492|2020-09-27 12:44:52|0.0
1601203566|2020-09-27 12:46:06|0.0
1601203613|2020-09-27 12:46:53|0.0
1601203669|2020-09-27 12:47:49|0.0
1601203728|2020-09-27 12:48:48|0.0
1601203787|2020-09-27 12:49:47|0.0
1601203846|2020-09-27 12:50:46|0.0
1601203905|2020-09-27 12:51:45|0.0393700787401575
1601204023|2020-09-27 12:53:43|0.0
1601204082|2020-09-27 12:54:42|0.0
1601204141|2020-09-27 12:55:41|0.0
1601204200|2020-09-27 12:56:40|0.0
1601204259|2020-09-27 12:57:39|0.0
1601204318|2020-09-27 12:58:38|0.0
1601204377|2020-09-27 12:59:37|0.0393700787401575
1601204436|2020-09-27 13:00:36|0.0
1601204495|2020-09-27 13:01:35|0.0
1601204554|2020-09-27 13:02:34|0.0
1601204613|2020-09-27 13:03:33|0.0
1601204672|2020-09-27 13:04:32|0.0
1601204741|2020-09-27 13:05:41|0.0
1601204795|2020-09-27 13:06:35|0.0433070866141732
1601204849|2020-09-27 13:07:29|0.0
1601204967|2020-09-27 13:09:27|0.0
1601205026|2020-09-27 13:10:26|0.0
1601205085|2020-09-27 13:11:25|0.0
1601205144|2020-09-27 13:12:24|0.0
1601205203|2020-09-27 13:13:23|0.0
1601205271|2020-09-27 13:14:31|0.0393700787401575
1601205321|2020-09-27 13:15:21|0.0
1601205399|2020-09-27 13:16:39|0.0
1601205493|2020-09-27 13:18:13|0.0
1601205540|2020-09-27 13:19:00|0.0
1601205587|2020-09-27 13:19:47|0.0
1601205675|2020-09-27 13:21:15|0.0
1601205734|2020-09-27 13:22:14|0.0
1601205793|2020-09-27 13:23:13|0.0
1601205852|2020-09-27 13:24:12|0.0
1601205911|2020-09-27 13:25:11|0.0
1601205971|2020-09-27 13:26:11|0.0
1601206029|2020-09-27 13:27:09|0.0
1601206088|2020-09-27 13:28:08|0.0
1601206147|2020-09-27 13:29:07|0.0433070866141732
1601206950|2020-09-27 13:42:30|0.122047244094488
1601206997|2020-09-27 13:43:17|0.0
1601207150|2020-09-27 13:45:50|0.0393700787401575
1601207209|2020-09-27 13:46:49|0.0
1601207268|2020-09-27 13:47:48|0.0
1601209332|2020-09-27 14:22:12|0.0
1601209391|2020-09-27 14:23:11|0.0393700787401575
1601209450|2020-09-27 14:24:10|0.0
1601209533|2020-09-27 14:25:33|0.0
1601209630|2020-09-27 14:27:10|0.0
1601209721|2020-09-27 14:28:41|0.0
1601209768|2020-09-27 14:29:28|0.0
1601210040|2020-09-27 14:34:00|0.0433070866141732
1601210099|2020-09-27 14:34:59|0.0
1601210158|2020-09-27 14:35:58|0.0
1601210238|2020-09-27 14:37:18|0.0
1601210332|2020-09-27 14:38:52|0.0
1601210426|2020-09-27 14:40:26|0.0393700787401575
1601210520|2020-09-27 14:42:00|0.0
1601210748|2020-09-27 14:45:48|0.0
1601210807|2020-09-27 14:46:47|0.0
1601210866|2020-09-27 14:47:46|0.0
1601210925|2020-09-27 14:48:45|0.0
1601210990|2020-09-27 14:49:50|0.0
1601211043|2020-09-27 14:50:43|0.0
1601211102|2020-09-27 14:51:42|0.0
1601211161|2020-09-27 14:52:41|0.0
1601211456|2020-09-27 14:57:36|0.0
1601213014|2020-09-27 15:23:34|0.0393700787401575
1601213058|2020-09-27 15:24:18|0.0
1601213152|2020-09-27 15:25:52|0.0
1601213246|2020-09-27 15:27:26|0.0
1601213293|2020-09-27 15:28:13|0.0
1601213580|2020-09-27 15:33:00|0.0
1601213875|2020-09-27 15:37:55|0.0
1601214177|2020-09-27 15:42:57|0.0
1601214314|2020-09-27 15:45:14|0.0
1601214374|2020-09-27 15:46:14|0.0
1601214468|2020-09-27 15:47:48|0.0
1601214642|2020-09-27 15:50:42|0.0
1601218891|2020-09-27 17:01:31|0.165354330708661
1601218950|2020-09-27 17:02:30|0.0
1601219009|2020-09-27 17:03:29|0.0
1601219069|2020-09-27 17:04:29|0.0
1601219186|2020-09-27 17:06:26|0.0
1601219245|2020-09-27 17:07:25|0.0
1601219304|2020-09-27 17:08:24|0.0
1601219363|2020-09-27 17:09:23|0.0
1601219423|2020-09-27 17:10:23|0.0
1601219499|2020-09-27 17:11:39|0.0
1601219546|2020-09-27 17:12:26|0.0
1601219599|2020-09-27 17:13:19|0.0
1601219658|2020-09-27 17:14:18|0.0
1601219717|2020-09-27 17:15:17|0.0
1601219781|2020-09-27 17:16:21|0.0
1601219835|2020-09-27 17:17:15|0.0
1601219954|2020-09-27 17:19:14|0.0
1601220013|2020-09-27 17:20:13|0.0
1601220071|2020-09-27 17:21:11|0.0
1601220189|2020-09-27 17:23:09|0.0
1601220249|2020-09-27 17:24:09|0.0
1601220308|2020-09-27 17:25:08|0.0393700787401575
1601220366|2020-09-27 17:26:06|0.0
1601220425|2020-09-27 17:27:05|0.0
1601220485|2020-09-27 17:28:05|0.0
1601220544|2020-09-27 17:29:04|0.0
1601220603|2020-09-27 17:30:03|0.0
1601220662|2020-09-27 17:31:02|0.0
1601220839|2020-09-27 17:33:59|0.0393700787401575
1601220898|2020-09-27 17:34:58|0.0
1601220956|2020-09-27 17:35:56|0.0
1601221015|2020-09-27 17:36:55|0.0
1601221074|2020-09-27 17:37:54|0.0
1601221134|2020-09-27 17:38:54|0.0
1601221193|2020-09-27 17:39:53|0.0
1601221252|2020-09-27 17:40:52|0.0
1601221310|2020-09-27 17:41:50|0.0
1601221369|2020-09-27 17:42:49|0.0
1601221429|2020-09-27 17:43:49|0.0
1601221487|2020-09-27 17:44:47|0.0
1601221546|2020-09-27 17:45:46|0.0
1601221606|2020-09-27 17:46:46|0.0
1601221723|2020-09-27 17:48:43|0.0
1601221782|2020-09-27 17:49:42|0.0
1601222077|2020-09-27 17:54:37|0.0393700787401575
1601222136|2020-09-27 17:55:36|0.0
1601222195|2020-09-27 17:56:35|0.0433070866141732
1601222313|2020-09-27 17:58:33|0.0
1601222373|2020-09-27 17:59:33|0.0
1601222431|2020-09-27 18:00:31|0.0
1601222491|2020-09-27 18:01:31|0.0
1601222647|2020-09-27 18:04:07|0.0393700787401575
1601222694|2020-09-27 18:04:54|0.0
1601222741|2020-09-27 18:05:41|0.0
1601222788|2020-09-27 18:06:28|0.0
1601222844|2020-09-27 18:07:24|0.0
1601222904|2020-09-27 18:08:24|0.0
1601222963|2020-09-27 18:09:23|0.0
1601223022|2020-09-27 18:10:22|0.0
1601223081|2020-09-27 18:11:21|0.0
1601223164|2020-09-27 18:12:44|0.0
1601223211|2020-09-27 18:13:31|0.0
1601223258|2020-09-27 18:14:18|0.0
1601223316|2020-09-27 18:15:16|0.0
1601223375|2020-09-27 18:16:15|0.0
1601223434|2020-09-27 18:17:14|0.0
1601223493|2020-09-27 18:18:13|0.0
1601223553|2020-09-27 18:19:13|0.0
1601223611|2020-09-27 18:20:11|0.0
1601223671|2020-09-27 18:21:11|0.0
1601223730|2020-09-27 18:22:10|0.0
1601223822|2020-09-27 18:23:42|0.0
1601223870|2020-09-27 18:24:30|0.0
1601223916|2020-09-27 18:25:16|0.0
1601223965|2020-09-27 18:26:05|0.0
1601224025|2020-09-27 18:27:05|0.0
1601224202|2020-09-27 18:30:02|0.0
1601224260|2020-09-27 18:31:00|0.0
1601224320|2020-09-27 18:32:00|0.0
1601224378|2020-09-27 18:32:58|0.0
1601224437|2020-09-27 18:33:57|0.0
1601224496|2020-09-27 18:34:56|0.0
1601224555|2020-09-27 18:35:55|0.0
1601224615|2020-09-27 18:36:55|0.0
1601224732|2020-09-27 18:38:52|0.0
1601224791|2020-09-27 18:39:51|0.0
1601224851|2020-09-27 18:40:51|0.0
1601224909|2020-09-27 18:41:49|0.0
1601224969|2020-09-27 18:42:49|0.0
1601225044|2020-09-27 18:44:04|0.0
1601225091|2020-09-27 18:44:51|0.0
1601225204|2020-09-27 18:46:44|0.0
1601225264|2020-09-27 18:47:44|0.0
1601225327|2020-09-27 18:48:47|0.0
1601225381|2020-09-27 18:49:41|0.0
1601225442|2020-09-27 18:50:42|0.0
1601225500|2020-09-27 18:51:40|0.0
1601225558|2020-09-27 18:52:38|0.0
1601225617|2020-09-27 18:53:37|0.0
1601225702|2020-09-27 18:55:02|0.0
1601225749|2020-09-27 18:55:49|0.0
1601225796|2020-09-27 18:56:36|0.0
1601225853|2020-09-27 18:57:33|0.0
1601225912|2020-09-27 18:58:32|0.0
1601225971|2020-09-27 18:59:31|0.0
1601226031|2020-09-27 19:00:31|0.0
1601226089|2020-09-27 19:01:29|0.0
1601226149|2020-09-27 19:02:29|0.0
1601226208|2020-09-27 19:03:28|0.0
1601226267|2020-09-27 19:04:27|0.0
1601226407|2020-09-27 19:06:47|0.0
1601226501|2020-09-27 19:08:21|0.0
1601226562|2020-09-27 19:09:22|0.0
1601226621|2020-09-27 19:10:21|0.0
1601226680|2020-09-27 19:11:20|0.0
1601226739|2020-09-27 19:12:19|0.0
1601226798|2020-09-27 19:13:18|0.0
1601226857|2020-09-27 19:14:17|0.0
1601226974|2020-09-27 19:16:14|0.0
1601227034|2020-09-27 19:17:14|0.0
1601227093|2020-09-27 19:18:13|0.0
1601227152|2020-09-27 19:19:12|0.0
1601227211|2020-09-27 19:20:11|0.0
1601227269|2020-09-27 19:21:09|0.0
1601227329|2020-09-27 19:22:09|0.0
1601227446|2020-09-27 19:24:06|0.0
1601227506|2020-09-27 19:25:06|0.0
1601227565|2020-09-27 19:26:05|0.0
1601227624|2020-09-27 19:27:04|0.0
1601227683|2020-09-27 19:28:03|0.0
1601227770|2020-09-27 19:29:30|0.0
1601227817|2020-09-27 19:30:17|0.0
1601227918|2020-09-27 19:31:58|0.0
1601227978|2020-09-27 19:32:58|0.0
1601228037|2020-09-27 19:33:57|0.0
1601228096|2020-09-27 19:34:56|0.0
1601228214|2020-09-27 19:36:54|0.0
1601228273|2020-09-27 19:37:53|0.0
1601228334|2020-09-27 19:38:54|0.0
1601228391|2020-09-27 19:39:51|0.0
1601228475|2020-09-27 19:41:15|0.0
1601228522|2020-09-27 19:42:02|0.0
1601228616|2020-09-27 19:43:36|0.0
1601228663|2020-09-27 19:44:23|0.0
1601228710|2020-09-27 19:45:10|0.0
1601228757|2020-09-27 19:45:57|0.0
1601228805|2020-09-27 19:46:45|0.0
1601228863|2020-09-27 19:47:43|0.0
1601228922|2020-09-27 19:48:42|0.0
1601228992|2020-09-27 19:49:52|0.0
1601229086|2020-09-27 19:51:26|0.0
1601229133|2020-09-27 19:52:13|0.0
1601229180|2020-09-27 19:53:00|0.0
1601229274|2020-09-27 19:54:34|0.0
1601229335|2020-09-27 19:55:35|0.0
1601229394|2020-09-27 19:56:34|0.0
1601229462|2020-09-27 19:57:42|0.0
1601229885|2020-09-27 20:04:45|0.0
1601229933|2020-09-27 20:05:33|0.0
1601229984|2020-09-27 20:06:24|0.0
1601230163|2020-09-27 20:09:23|0.0
1601230220|2020-09-27 20:10:20|0.0
1601230402|2020-09-27 20:13:22|0.0
1601230496|2020-09-27 20:14:56|0.0
1601230544|2020-09-27 20:15:44|0.0
1601230590|2020-09-27 20:16:30|0.0
1601230692|2020-09-27 20:18:12|0.0
1601230751|2020-09-27 20:19:11|0.0
1601230810|2020-09-27 20:20:10|0.0
1601230869|2020-09-27 20:21:09|0.0
1601230928|2020-09-27 20:22:08|0.0
1601230987|2020-09-27 20:23:07|0.0
1601231046|2020-09-27 20:24:06|0.0
1601231105|2020-09-27 20:25:05|0.0
1601231164|2020-09-27 20:26:04|0.0
1601231223|2020-09-27 20:27:03|0.0
1601231282|2020-09-27 20:28:02|0.0
1601231400|2020-09-27 20:30:00|0.0
1601231459|2020-09-27 20:30:59|0.0
1601231518|2020-09-27 20:31:58|0.0
1601231577|2020-09-27 20:32:57|0.0
1601231636|2020-09-27 20:33:56|0.0
1601231695|2020-09-27 20:34:55|0.0
1601231766|2020-09-27 20:36:06|0.0
1601231813|2020-09-27 20:36:53|0.0
1601232612|2020-09-27 20:50:12|0.0
1601232658|2020-09-27 20:50:58|0.0
1601232706|2020-09-27 20:51:46|0.0
1601232757|2020-09-27 20:52:37|0.0
1601232816|2020-09-27 20:53:36|0.0
1601232875|2020-09-27 20:54:35|0.0
1601232988|2020-09-27 20:56:28|0.0
1601233034|2020-09-27 20:57:14|0.0
1601233222|2020-09-27 21:00:22|0.0
1601233269|2020-09-27 21:01:09|0.0
1601233316|2020-09-27 21:01:56|0.0
1601233363|2020-09-27 21:02:43|0.0
1601233457|2020-09-27 21:04:17|0.0
1601233598|2020-09-27 21:06:38|0.0
1601233645|2020-09-27 21:07:25|0.0
1601233701|2020-09-27 21:08:21|0.0
1601233759|2020-09-27 21:09:19|0.0
1601233818|2020-09-27 21:10:18|0.0
1601233878|2020-09-27 21:11:18|0.0
1601233936|2020-09-27 21:12:16|0.0
1601233995|2020-09-27 21:13:15|0.0
1601234054|2020-09-27 21:14:14|0.0
1601234114|2020-09-27 21:15:14|0.0
1601234173|2020-09-27 21:16:13|0.0
1601234679|2020-09-27 21:24:39|0.0
1601234773|2020-09-27 21:26:13|0.0
1601234822|2020-09-27 21:27:02|0.0
1601234914|2020-09-27 21:28:34|0.0
1601234961|2020-09-27 21:29:21|0.0
1601235008|2020-09-27 21:30:08|0.0
1601235058|2020-09-27 21:30:58|0.0
1601235117|2020-09-27 21:31:57|0.0
1601235176|2020-09-27 21:32:56|0.0
1601235235|2020-09-27 21:33:55|0.0
1601236089|2020-09-27 21:48:09|0.0393700787401575
1601236371|2020-09-27 21:52:51|0.0
1601236418|2020-09-27 21:53:38|0.0433070866141732
1601236473|2020-09-27 21:54:33|0.0
1601236532|2020-09-27 21:55:32|0.0
1601236591|2020-09-27 21:56:31|0.0
1601236651|2020-09-27 21:57:31|0.0
1601236768|2020-09-27 21:59:28|0.0
1601236888|2020-09-27 22:01:28|0.0
1601236946|2020-09-27 22:02:26|0.0
1601237005|2020-09-27 22:03:25|0.0
1601237064|2020-09-27 22:04:24|0.0
1601237123|2020-09-27 22:05:23|0.0
1601237358|2020-09-27 22:09:18|0.0
1601238205|2020-09-27 22:23:25|0.0
1601238909|2020-09-27 22:35:09|0.0
1601238956|2020-09-27 22:35:56|0.0
1601239332|2020-09-27 22:42:12|0.0
1601239661|2020-09-27 22:47:41|0.0
1601239719|2020-09-27 22:48:39|0.0
1601239778|2020-09-27 22:49:38|0.0
1601239837|2020-09-27 22:50:37|0.0
1601239896|2020-09-27 22:51:36|0.0
1601239990|2020-09-27 22:53:10|0.0
1601240037|2020-09-27 22:53:57|0.0
1601240084|2020-09-27 22:54:44|0.0
1601240272|2020-09-27 22:57:52|0.0
1601240319|2020-09-27 22:58:39|0.0
1601240368|2020-09-27 22:59:28|0.0
1601240427|2020-09-27 23:00:27|0.0
1601240507|2020-09-27 23:01:47|0.0
1601240601|2020-09-27 23:03:21|0.0
1601240648|2020-09-27 23:04:08|0.0
1601240695|2020-09-27 23:04:55|0.0
1601240742|2020-09-27 23:05:42|0.0
1601240840|2020-09-27 23:07:20|0.0
1601240899|2020-09-27 23:08:19|0.0
1601240957|2020-09-27 23:09:17|0.0
1601241017|2020-09-27 23:10:17|0.0
1601241076|2020-09-27 23:11:16|0.0
1601241135|2020-09-27 23:12:15|0.0
1601241212|2020-09-27 23:13:32|0.0
1601241729|2020-09-27 23:22:09|0.0
1601241783|2020-09-27 23:23:03|0.0
1601241917|2020-09-27 23:25:17|0.0
1601241964|2020-09-27 23:26:04|0.0
1601242152|2020-09-27 23:29:12|0.0
1601242199|2020-09-27 23:29:59|0.0
1601242256|2020-09-27 23:30:56|0.0
1601242314|2020-09-27 23:31:54|0.0
1601242432|2020-09-27 23:33:52|0.0
1601242550|2020-09-27 23:35:50|0.0
1601242610|2020-09-27 23:36:50|0.0
1601242669|2020-09-27 23:37:49|0.0
1601242728|2020-09-27 23:38:48|0.0
1601242810|2020-09-27 23:40:10|0.0
1601242857|2020-09-27 23:40:57|0.0
1601242905|2020-09-27 23:41:45|0.0
1601243092|2020-09-27 23:44:52|0.0
1601243141|2020-09-27 23:45:41|0.0
1601243233|2020-09-27 23:47:13|0.0
1601243280|2020-09-27 23:48:00|0.0
1601243327|2020-09-27 23:48:47|0.0
1601243377|2020-09-27 23:49:37|0.0
1601243468|2020-09-27 23:51:08|0.0
1601243515|2020-09-27 23:51:55|0.0
1601243562|2020-09-27 23:52:42|0.0
1601243612|2020-09-27 23:53:32|0.0
1601243672|2020-09-27 23:54:32|0.0
1601243731|2020-09-27 23:55:31|0.0
1601243790|2020-09-27 23:56:30|0.0
1601243849|2020-09-27 23:57:29|0.0
1601243938|2020-09-27 23:58:58|0.0
1601243985|2020-09-27 23:59:45|0.0

Reply via email to