Btw, I have installed weewx through DEB package, I updated it through DEB 
package too.
M

Dátum: piatok 8. januára 2021, čas: 15:36:09 UTC+1, odosielateľ: miso k

> thanks,
> this is the result:
>
> 1610060400|30.7|1610090851|32.4|1610111352|3065.1|99|183906.0|5940
>
> 1609974000|32.7|1609981063|34.7|1610016711|21169.4999999999|631|1270170.0|37860
>
> 1609887600|32.9|1609930871|36.3|1609940679|43137.6999999998|1235|2588262.0|74100
>
> 1609801200|33.3|1609880806|39.6|1609803685|42521.9999999999|1165|2551320.0|69900
>
> 1609714800|37.2|1609800933|44.2|1609762485|46542.4000000003|1153|2792544.0|69180
> 1609628400|39.2|1609658133|45.1|1609670773|48666.9|1148|2920014.0|68880
> 1609542000|33.6|1609555220|43.2|1609592229|46473.7|1177|2788422.0|70620
>
> 1609455600|27.5|1609473475|37.6|1609540660|39747.8999999998|1254|2384874.0|75240
> 1609369200|30.2|1609454771|39.0|1609420411|42054.6|1202|2523276.0|72120
>
> 1609282800|37.4|1609362626|42.1|1609328738|47054.2000000001|1165|2823252.0|69900
>
> Michal
>
> Dátum: piatok 8. januára 2021, čas: 15:13:28 UTC+1, odosielateľ: 
> tke...@gmail.com
>
>> We can look in the database. I don't know what install method you used, 
>> but assuming it was a package install (using apt-get):
>>
>> *sqlite3 /var/lib/weewx/weewx.sdb*
>> sqlite> *select * from archive_day__metadata;*
>> sqlite> *select * from archive_day_outTemp order by dateTime desc limit 
>> 10;*
>> sqlite> *.quit*
>>
>> You may have to install sqlite3 first:
>>
>> sudo apt-get sqlite3
>>
>> If you used setup.py instead of apt-get, then substitute 
>> /home/weewx/archive/weewx.sdb for /var/lib/weewx/weewx.sdb. 
>>
>> This will tell us the version of the daily summary, as well as give us a 
>> look at whether the patch process did its work or not.
>>
>> -tk
>>
>>
>> On Fri, Jan 8, 2021 at 6:03 AM miso <misk...@gmail.com> wrote:
>>
>>> Hi Tom,
>>> thanks for the answer. This is probably not my case, as I have a 
>>> dedicated RPi 3B+ and it was running more than 30 minutes.
>>>
>>> Can we check somehow how the Daily summaries v2 -> v3 process is running?
>>>
>>> Thanks,
>>> Michal.
>>>
>>> miso
>>>
>>>
>>> pi 8. 1. 2021 o 14:54 Tom Keffer <tke...@gmail.com> napísal(a):
>>>
>>>> Most likely, the patch is not running to completion. It will let you 
>>>> know when it is done. Don't be deceived by the message from the 
>>>> interceptor 
>>>> driver: it is running in another thread.
>>>>
>>>> I don't know what type of RPi you have, but the patch typically takes a 
>>>> couple minutes. Slowest we have seen is 17 minutes on Vince's 128MB 
>>>> Dockster.
>>>>
>>>> On Fri, Jan 8, 2021 at 5:05 AM miso k <misk...@gmail.com> wrote:
>>>>
>>>>> Here the errors when debug=1
>>>>>
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.engine: Finished loading 
>>>>> service weewx.engine.StdConvert
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.engine: Loading service 
>>>>> weewx.engine.StdCalibrate
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.engine: Finished loading 
>>>>> service weewx.engine.StdCalibrate
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.engine: Loading service 
>>>>> weewx.engine.StdQC
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.engine: Finished loading 
>>>>> service weewx.engine.StdQC
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.engine: Loading service 
>>>>> weewx.wxservices.StdWXCalculate
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.manager: Daily summary 
>>>>> version is 2.0
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] INFO weewx.manager: Daily summaries 
>>>>> at V2.0. Patching to V3.0
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] INFO weewx.manager: 
>>>>> recalculate_weights: Using database 'weewx.sdb'
>>>>> Jan  8 13:57:16 WeeWX weewx[5067] DEBUG weewx.manager: 
>>>>> recalculate_weights: Tranche size 100
>>>>> Jan  8 13:57:31 WeeWX weewx[5067] DEBUG user.interceptor: GET: 
>>>>> ID=observer&PASSWORD=XXXX&indoortempf=72.3&tempf=32.5&dewptf=29.7&windchillf=32.5&indoorhumidity=55&humidity=89&windspeedmph=0.0&windgustmph=0.0&winddir=73&absbaromin=28.890&baromin=29.944&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.492&monthlyrainin=0.520&solarradiation=81.97&UV=0&dateutc=2021-01-08%2012:57:28&softwaretype=EasyWeatherV1.5.6&action=updateraw&realtime=1&rtfreq=5
>>>>> Jan  8 13:58:01 WeeWX CRON[5088]: (root) CMD (/usr/bin/wget "
>>>>> http://192.168.1.54/webcapture.jpg?command=snap&channel=1&user=pi&password=XXXX";
>>>>>  
>>>>> -O /var/www/html/wordpress/wp-content/uploads/onlinecam.jpg)
>>>>> Jan  8 13:58:01 WeeWX CRON[5087]: (CRON) info (No MTA installed, 
>>>>> discarding output)
>>>>> Jan  8 13:58:07 WeeWX systemd[1]: Starting Cleanup of Temporary 
>>>>> Directories...
>>>>> Jan  8 13:58:07 WeeWX systemd[1]: systemd-tmpfiles-clean.service: 
>>>>> Succeeded.
>>>>> Jan  8 13:58:07 WeeWX systemd[1]: Started Cleanup of Temporary 
>>>>> Directories.
>>>>> Jan  8 13:58:34 WeeWX weewx[5067] DEBUG user.interceptor: GET: 
>>>>> ID=observer&PASSWORD=XXXX&indoortempf=72.1&tempf=32.5&dewptf=29.7&windchillf=32.5&indoorhumidity=55&humidity=89&windspeedmph=0.0&windgustmph=0.0&winddir=73&absbaromin=28.893&baromin=29.947&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.492&monthlyrainin=0.520&solarradiation=86.24&UV=0&dateutc=2021-01-08%2012:58:32&softwaretype=EasyWeatherV1.5.6&action=updateraw&realtime=1&rtfreq=5
>>>>>
>>>>>
>>>>> During the upgrading using DEB package I chose Y to rewrite my 
>>>>> weewx.conf. After I have checked if it was updated, only few lines was 
>>>>> mine, the rest was brand new weewx.conf with for example no credentials 
>>>>> to 
>>>>> weather services.
>>>>> So I rewrote it with 4.2 conf file, made few changes to it according 
>>>>> to http://weewx.com/docs/upgrading.htm#Upgrading_to_V4.3
>>>>>
>>>>> But it seems that it is still the same... WeeWX is not running 
>>>>> correctly.
>>>>>
>>>>> If I restart it, it is the same. Looks like the Daily summaries are 
>>>>> updating again after restart. Not only once, as in the upgrading guide.
>>>>>
>>>>> Thanks for any help!
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> 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+...@googlegroups.com.
>>>>> To view this discussion on the web visit 
>>>>> https://groups.google.com/d/msgid/weewx-user/77c8702a-0606-493e-bd06-937f40b5c566n%40googlegroups.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/weewx-user/77c8702a-0606-493e-bd06-937f40b5c566n%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/uCY_K9_gAqw/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to 
>>>> weewx-user+...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/CAPq0zEA%3DW8nJijqKpG18gGiwsDvjnV1APbh7f6cNU_0vehwRpg%40mail.gmail.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEA%3DW8nJijqKpG18gGiwsDvjnV1APbh7f6cNU_0vehwRpg%40mail.gmail.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 weewx-user+...@googlegroups.com.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/CAJ0Y92Dv9YRQx_5vCApegKEczvrwSH5b7xJEwJ9NU4WX2c6uYA%40mail.gmail.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/CAJ0Y92Dv9YRQx_5vCApegKEczvrwSH5b7xJEwJ9NU4WX2c6uYA%40mail.gmail.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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2764c9c6-92ee-4d95-8a62-657f9dee2bbdn%40googlegroups.com.

Reply via email to