Thomas Hackler schrieb am Sonntag, 18. Februar 2024 um 21:25:40 UTC+1:

> ok thanks, I was not ready for version 5 and start reading the docs
> attached there is a 15 minutes log, I guess now is everything working
> My edge browser didn't show me the actual pictures from the season skin, 
> neo wx is working
> but firefox show me both
> thanks for the support and documentation (helps to learn a lot)
>
> gjr80 schrieb am Sonntag, 18. Februar 2024 um 11:01:53 UTC+1:
>
>> A couple of things. First, you appear to be using systemd and if you are 
>> running a WeeWX v5 Debian install you should be using systemctl 
>> <http://weewx.com/docs/5.0/usersguide/running/#running-as-a-daemon> and 
>> to start/stop and otherwise control the WeeWX service.
>>
>> Second, your log extract covers just over one minute with WeeWX already 
>> running. That really is not enough log for us to be of any help. You need 
>> to capture the full WeeWX startup, this contains important config 
>> information. You also need a longer log extract, if your archive interval 
>> is five minutes then we need to see at least 10 minutes of log.
>>
>> Gary
>>
>> PS. For what it is worth I see no problems in the log extract that was 
>> posted.
>> On Sunday 18 February 2024 at 19:13:28 UTC+10 Thomas Hackler wrote:
>>
>>> Hello,
>>> thank you for your help!
>>> I don't know why but now weewx seems to work again but something is 
>>> still wrong.
>>> Attached you can find a complete log file. I had another issue on my Pi 
>>> which I solved now, I run out of space on the SD card, maybe this effected 
>>> the access to the gw1000 driver.
>>> My neo WX skin works, the standard season skin don't show me pictures 
>>> for today.
>>> If I use these commandos there is no reaction in syslog:
>>>
>>> sudo /etc/init.d/weewx start 
>>> sudo /etc/init.d/weewx stop 
>>> sudo /etc/init.d/weewx restart
>>>
>>> i cannot start or stop weewx.
>>>
>>> I think with the permissions everything is ok?
>>>
>>> pi@raspberrypi:~ $ groups
>>> pi adm dialout cdrom sudo audio video plugdev games users input render 
>>> netdev lpadmin weewx gpio i2c spi iobroker
>>>
>>> pi@raspberrypi:~ $ grep User /usr/lib/systemd/system/weewx.service
>>> User=weewx
>>>
>>> After I restored the SD card with my old image from January I replaced 
>>> the weewx.sdb with the newer one, but this should have no effect or not ?
>>>
>>> Do you need more information ?
>>>
>>>
>>> gjr80 schrieb am Sonntag, 18. Februar 2024 um 02:04:29 UTC+1:
>>>
>>>> Your Ecowitt gateway driver issue is that the driver is unable to 
>>>> contact your gateway device, this is causing WeeWX to exit. This could be 
>>>> due to any number of reasons, it's impossible to say much more without 
>>>> seeing the full log from startup to failure. Refer to the How to get a 
>>>> good, useful log section 
>>>> <https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user#how-to-get-a-good-useful-log>
>>>>  
>>>> of the Help! Posting to weewx-user Wiki page 
>>>> <https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user> for 
>>>> how to get a good log extract. Note that you will likely need to use the 
>>>> instructions for journalctl rather than syslog.
>>>>
>>>> Gary
>>>> On Saturday 17 February 2024 at 19:58:48 UTC+10 Thomas Hackler wrote:
>>>>
>>>>> I am sorry:
>>>>>
>>>>> pi@raspberrypi:~ $ systemctl status weewx
>>>>> ● weewx.service - WeeWX
>>>>>      Loaded: loaded (/lib/systemd/system/weewx.service; enabled; 
>>>>> vendor preset: enabled)
>>>>>      Active: failed (Result: exit-code) since Sat 2024-02-17 10:18:36 
>>>>> CET; 38min ago
>>>>>
>>>>>        Docs: https://weewx.com/docs
>>>>>     Process: 606 ExecStart=weewxd /etc/weewx/weewx.conf (code=exited, 
>>>>> status=4)
>>>>>    Main PID: 606 (code=exited, status=4)
>>>>>         CPU: 621ms
>>>>>
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>> ****      self.mac = self.get_mac_address()
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>> ****    File "/etc/weewx/bin/user/gw1000.py", line 3625, in 
>>>>> get_mac_address
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>> ****      return self.send_cmd_with_retries('CMD_READ_STATION_MAC')
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>> ****    File "/etc/weewx/bin/user/gw1000.py", line 3808, in 
>>>>> send_cmd_with_retries
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>> ****      raise GW1000IOError(_msg)
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>> ****  user.gw1000.GW1000IOError: Failed to obtain response to command 
>>>>> 'CMD_READ_STATION_MAC' after 3 attempts
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL __main__: Unable to 
>>>>> load driver: Failed to obtain response to command 'CMD_READ_STATION_MAC' 
>>>>> after 3 attempts
>>>>>
>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL __main__:     **** 
>>>>>  Exiting...
>>>>> Feb 17 10:18:36 raspberrypi systemd[1]: weewx.service: Main process 
>>>>> exited, code=exited, status=4/NOPERMISSION
>>>>> Feb 17 10:18:36 raspberrypi systemd[1]: weewx.service: Failed with 
>>>>> result 'exit-code'.
>>>>>
>>>>> michael.k...@gmx.at schrieb am Samstag, 17. Februar 2024 um 10:53:49 
>>>>> UTC+1:
>>>>>
>>>>>> It will definitely help if you'd attach the log files as a whole, it
>>>>>> see>
>>>>>> ms >
>>>>>> the>
>>>>>>  lo>
>>>>>> g ab>
>>>>>> ove is not showing all the relevant data.
>>>>>> Thomas Hackler schrieb am Samstag, 17. Februar 2024 um 10:41:33 UTC+1:
>>>>>>
>>>>>>> pi@raspberrypi:~ $ apt policy weewx
>>>>>>> weewx:
>>>>>>>   Installed: 5.0.2-1
>>>>>>>   Candidate: 5.0.2-1
>>>>>>>
>>>>>>>
>>>>>>> Thomas Hackler schrieb am Samstag, 17. Februar 2024 um 10:39:13 
>>>>>>> UTC+1:
>>>>>>>
>>>>>>>> here are some more information, something seems to be wrong with 
>>>>>>>> the gw1000 driver, but I changed nothing:
>>>>>>>>
>>>>>>>> pi@raspberrypi:~ $ systemctl status weewx*
>>>>>>>> ● weewx.service - WeeWX
>>>>>>>>      Loaded: loaded (/lib/systemd/system/weewx.service; enabled; 
>>>>>>>> vendor preset:>
>>>>>>>>      Active: failed (Result: exit-code) since Sat 2024-02-17 
>>>>>>>> 10:18:36 CET; 17mi>
>>>>>>>>        Docs: https://weewx.com/docs
>>>>>>>>     Process: 606 ExecStart=weewxd /etc/weewx/weewx.conf 
>>>>>>>> (code=exited, status=4)
>>>>>>>>    Main PID: 606 (code=exited, status=4)
>>>>>>>>         CPU: 621ms
>>>>>>>>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>>>>> ****      s>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>>>>> ****    Fil>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>>>>> ****      r>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>>>>> ****    Fil>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>>>>> ****      r>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL weewx.engine:     
>>>>>>>> ****  user.>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL __main__: Unable 
>>>>>>>> to load driv>
>>>>>>>> Feb 17 10:18:36 raspberrypi weewxd[606]: CRITICAL __main__:     
>>>>>>>> ****  Exiting...
>>>>>>>> Feb 17 10:18:36 raspberrypi systemd[1]: weewx.service: Main process 
>>>>>>>> exited, cod>
>>>>>>>> Feb 17 10:18:36 raspberrypi systemd[1]: weewx.service: Failed with 
>>>>>>>> result 'exit>
>>>>>>>> lines 1-18/18 (END)...skipping...
>>>>>>>> ● weewx.service - WeeWX
>>>>>>>>      Loaded: loaded (/lib/systemd/system/weewx.service; enabled; 
>>>>>>>> vendor preset: enabled)
>>>>>>>>      Active: failed (Result: exit-code) since Sat 2024-02-17 
>>>>>>>> 10:18:36 CET; 17min ago
>>>>>>>>        Docs: https://weewx.com/docs
>>>>>>>>     Process: 606 ExecStart=weewxd /etc/weewx/weewx.conf 
>>>>>>>> (code=exited, status=4)
>>>>>>>>    Main PID: 606 (code=exited, status=4)
>>>>>>>>         CPU: 621ms
>>>>>>>>
>>>>>>>> Thomas Hackler schrieb am Samstag, 17. Februar 2024 um 10:35:25 
>>>>>>>> UTC+1:
>>>>>>>>
>>>>>>>>> Hello,
>>>>>>>>> I use weewx on a raspberry Pi 4. My system crashed and I had to go 
>>>>>>>>> back to an SD card image from January. It was a state were weewx was 
>>>>>>>>> runing 
>>>>>>>>> normally.
>>>>>>>>> But now I don't know why weewx is not working anymore.
>>>>>>>>> I get no reaction for commands like 
>>>>>>>>>
>>>>>>>>> sudo /etc/init.d/weewx stop
>>>>>>>>> sudo /etc/init.d/weewx start
>>>>>>>>>
>>>>>>>>> debug = 1 and I don't see something in syslog:
>>>>>>>>>
>>>>>>>>> sudo tail -f /var/log/syslog | grep weewx 
>>>>>>>>>
>>>>>>>>> in January I had a weewx 4 and with apt upgrade I guess I changed 
>>>>>>>>> to version 5 now but this was not a problem during my last update.
>>>>>>>>>
>>>>>>>>> Any ideas? Thank you!
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>> Thomas
>>>>>>>>>
>>>>>>>>

-- 
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/6085c9d3-517f-42e1-97f2-c731c0c7e317n%40googlegroups.com.
pi@raspberrypi:~ $ sudo tail -f /var/log/syslog | grep weewx
Feb 18 21:02:03 raspberrypi systemd[1]: weewx.service: Succeeded.
Feb 18 21:02:03 raspberrypi systemd[1]: weewx.service: Consumed 3min 57.262s 
CPU time.
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Initializing weewxd 
version 5.0.2
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Command line: 
/usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Using Python 3.9.2 
(default, Feb 28 2021, 17:03:44) #012[GCC 10.2.1 20210110]
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Located at 
/usr/bin/python3
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Platform 
Linux-6.1.21-v8+-aarch64-with-glibc2.31
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Locale: 'en_GB.UTF-8'
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Entry path: 
/usr/share/weewx/weewxd.py
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: WEEWX_ROOT: /etc/weewx
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Configuration file: 
/etc/weewx/weewx.conf
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: User module: 
/etc/weewx/bin/user
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Debug: 1
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG __main__: Initializing engine
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: Loading station 
type GW1000 (user.gw1000)
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO user.gw1000: field map is 
{'barometer': 'relbarometer', 'batteryStatus1': 'wh31_ch1_batt', 
'batteryStatus2': 'wh31_ch2_batt', 'batteryStatus3': 'wh31_ch3_batt', 
'batteryStatus4': 'wh31_ch4_batt', 'batteryStatus5': 'wh31_ch5_batt', 
'batteryStatus6': 'wh31_ch6_batt', 'batteryStatus7': 'wh31_ch7_batt', 
'batteryStatus8': 'wh31_ch8_batt', 'co2': 'co2', 'co2_24h': 'co2_24h_avg', 
'co2_Batt': 'wh45_batt', 'co2_Hum': 'humid17', 'co2_Temp': 'temp17', 
'consBatteryVoltage': 'ws1900batt', 'dateTime': 'datetime', 'dayRain': 
'rainday', 'dewpoint': 'dewpoint', 'eventRain': 'rainevent', 'extraHumid1': 
'humid1', 'extraHumid2': 'humid2', 'extraHumid3': 'humid3', 'extraHumid4': 
'humid4', 'extraHumid5': 'humid5', 'extraHumid6': 'humid6', 'extraHumid7': 
'humid7', 'extraHumid8': 'humid8', 'extraTemp1': 'temp1', 'extraTemp2': 
'temp2', 'extraTemp3': 'temp3', 'extraTemp4': 'temp4', 'extraTemp5': 'temp5', 
'extraTemp6': 'temp6', 'extraTemp7': 'temp7', 'extraTemp8': 'temp8', 
'heatindex': 'heatindex', 'hourRain': 'rainhour', 'inHumidity': 'inhumid', 
'inTemp': 'intemp', 'inTempBatteryStatus': 'wh25_batt', 'leafWet1': 'leafwet1', 
'leafWet2': 'leafwet2', 'leafWet3': 'leafwet3', 'leafWet4': 'leafwet4', 
'leafWet5': 'leafwet5', 'leafWet6': 'leafwet6', 'leafWet7': 'leafwet7', 
'leafWet8': 'leafwet8', 'leafWetBatt1': 'wh35_ch1_batt', 'leafWetBatt2': 
'wh35_ch2_batt', 'leafWetBatt3': 'wh35_ch3_batt', 'leafWetBatt4': 
'wh35_ch4_batt', 'leafWetBatt5': 'wh35_ch5_batt', 'leafWetBatt6': 
'wh35_ch6_batt', 'leafWetBatt7': 'wh35_ch7_batt', 'leafWetBatt8': 
'wh35_ch8_batt', 'leak_1': 'leak1', 'leak_2': 'leak2', 'leak_3': 'leak3', 
'leak_4': 'leak4', 'leak_Batt1': 'wh55_ch1_batt', 'leak_Batt2': 
'wh55_ch2_batt', 'leak_Batt3': 'wh55_ch3_batt', 'leak_Batt4': 'wh55_ch4_batt', 
'lightning_Batt': 'wh57_batt', 'lightning_distance': 'lightningdist', 
'lightning_disturber_count': 'lightningdettime', 'lightning_strike_count': 
'lightning_strike_count', 'lightningcount': 'lightningcount', 'luminosity': 
'light', 'maxdailygust': 'daymaxwind', 'monthRain': 'rainmonth', 'outHumidity': 
'outhumid', 'outTemp': 'outtemp', 'outTempBatteryStatus': 'wh65_batt', 'pm2_5': 
'pm255', 'pm10_0': 'pm10', 'pm10_24h_co2': 'pm10_24h_avg', 'pm25_1': 'pm251', 
'pm25_2': 'pm252', 'pm25_3': 'pm253', 'pm25_4': 'pm254', 'pm25_24h_co2': 
'pm255_24h_avg', 'pm25_avg_24h_ch1': 'pm251_24h_avg', 'pm25_avg_24h_ch2': 
'pm252_24h_avg', 'pm25_avg_24h_ch3': 'pm253_24h_avg', 'pm25_avg_24h_ch4': 
'pm254_24h_avg', 'pm25_Batt1': 'wh41_ch1_batt', 'pm25_Batt2': 'wh41_ch2_batt', 
'pm25_Batt3': 'wh41_ch3_batt', 'pm25_Batt4': 'wh41_ch4_batt', 'pressure': 
'absbarometer', 'rain': 'rain', 'rainBatteryStatus': 'wh40_batt', 'rainrate': 
'rainrate', 'soilMoist1': 'soilmoist1', 'soilMoist2': 'soilmoist2', 
'soilMoist3': 'soilmoist3', 'soilMoist4': 'soilmoist4', 'soilMoist5': 
'soilmoist5', 'soilMoist6': 'soilmoist6', 'soilMoist7': 'soilmoist7', 
'soilMoist8': 'soilmoist8', 'soilMoist9': 'soilmoist9', 'soilMoist10': 
'soilmoist10', 'soilMoist11': 'soilmoist11', 'soilMoist12': 'soilmoist12', 
'soilMoist13': 'soilmoist13', 'soilMoist14': 'soilmoist14', 'soilMoist15': 
'soilmoist15', 'soilMoist16': 'soilmoist16', 'soilMoistBatt1': 'wh51_ch1_batt', 
'soilMoistBatt2': 'wh51_ch2_batt', 'soilMoistBatt3': 'wh51_ch3_batt', 
'soilMoistBatt4': 'wh51_ch4_batt', 'soilMoistBatt5': 'wh51_ch5_batt', 
'soilMoistBatt6': 'wh51_ch6_batt', 'soilMoistBatt7': 'wh51_ch7_batt', 
'soilMoistBatt8': 'wh51_ch8_batt', 'soilTemp1': 'temp9', 'soilTemp2': 'temp10', 
'soilTemp3': 'temp11', 'soilTemp4': 'temp12', 'soilTemp5': 'temp13', 
'soilTemp6': 'temp14', 'soilTemp7': 'temp15', 'soilTemp8': 'temp16', 
'soilTemp9': 'soiltemp9', 'soilTemp10': 'soiltemp10', 'soilTemp11': 
'soiltemp11', 'soilTemp12': 'soiltemp12', 'soilTemp13': 'soiltemp13', 
'soilTemp14': 'soiltemp14', 'soilTemp15': 'soiltemp15', 'soilTemp16': 
'soiltemp16', 'soilTempBatt1': 'wh34_ch1_batt', 'soilTempBatt2': 
'wh34_ch2_batt', 'soilTempBatt3': 'wh34_ch3_batt', 'soilTempBatt4': 
'wh34_ch4_batt', 'soilTempBatt5': 'wh34_ch5_batt', 'soilTempBatt6': 
'wh34_ch6_batt', 'soilTempBatt7': 'wh34_ch7_batt', 'soilTempBatt8': 
'wh34_ch8_batt', 'totalRain': 'raintotal', 'UV': 'uvi', 'uvradiation': 'uv', 
'weekRain': 'rainweek', 'wh24_batt': 'wh24_batt', 'wh24_sig': 'wh24_sig', 
'wh25_sig': 'wh25_sig', 'wh26_batt': 'wh26_batt', 'wh26_sig': 'wh26_sig', 
'wh31_ch1_sig': 'wh31_ch1_sig', 'wh31_ch2_sig': 'wh31_ch2_sig', 'wh31_ch3_sig': 
'wh31_ch3_sig', 'wh31_ch4_sig': 'wh31_ch4_sig', 'wh31_ch5_sig': 'wh31_ch5_sig', 
'wh31_ch6_sig': 'wh31_ch6_sig', 'wh31_ch7_sig': 'wh31_ch7_sig', 'wh31_ch8_sig': 
'wh31_ch8_sig', 'wh34_ch1_sig': 'wh34_ch1_sig', 'wh34_ch2_sig': 'wh34_ch2_sig', 
'wh34_ch3_sig': 'wh34_ch3_sig', 'wh34_ch4_sig': 'wh34_ch4_sig', 'wh34_ch5_sig': 
'wh34_ch5_sig', 'wh34_ch6_sig': 'wh34_ch6_sig', 'wh34_ch7_sig': 'wh34_ch7_sig', 
'wh34_ch8_sig': 'wh34_ch8_sig', 'wh35_ch1_sig': 'wh35_ch1_sig', 'wh35_ch2_sig': 
'wh35_ch2_sig', 'wh35_ch3_sig': 'wh35_ch3_sig', 'wh35_ch4_sig': 'wh35_ch4_sig', 
'wh35_ch5_sig': 'wh35_ch5_sig', 'wh35_ch6_sig': 'wh35_ch6_sig', 'wh35_ch7_sig': 
'wh35_ch7_sig', 'wh35_ch8_sig': 'wh35_ch8_sig', 'wh40_sig': 'wh40_sig', 
'wh41_ch1_sig': 'wh41_ch1_sig', 'wh41_ch2_sig': 'wh41_ch2_sig', 'wh41_ch3_sig': 
'wh41_ch3_sig', 'wh41_ch4_sig': 'wh41_ch4_sig', 'wh45_sig': 'wh45_sig', 
'wh51_ch1_sig': 'wh51_ch1_sig', 'wh51_ch2_sig': 'wh51_ch2_sig', 'wh51_ch3_sig': 
'wh51_ch3_sig', 'wh51_ch4_sig': 'wh51_ch4_sig', 'wh51_ch5_sig': 'wh51_ch5_sig', 
'wh51_ch6_sig': 'wh51_ch6_sig', 'wh51_ch7_sig': 'wh51_ch7_sig', 'wh51_ch8_sig': 
'wh51_ch8_sig', 'wh51_ch9_batt': 'wh51_ch9_batt', 'wh51_ch9_sig': 
'wh51_ch9_sig', 'wh51_ch10_batt': 'wh51_ch10_batt', 'wh51_ch10_sig': 
'wh51_ch10_sig', 'wh51_ch11_batt': 'wh51_ch11_batt', 'wh51_ch11_sig': 
'wh51_ch11_sig', 'wh51_ch12_batt': 'wh51_ch12_batt', 'wh51_ch12_sig': 
'wh51_ch12_sig', 'wh51_ch13_batt': 'wh51_ch13_batt', 'wh51_ch13_sig': 
'wh51_ch13_sig', 'wh51_ch14_batt': 'wh51_ch14_batt', 'wh51_ch14_sig': 
'wh51_ch14_sig', 'wh51_ch15_batt': 'wh51_ch15_batt', 'wh51_ch15_sig': 
'wh51_ch15_sig', 'wh51_ch16_batt': 'wh51_ch16_batt', 'wh51_ch16_sig': 
'wh51_ch16_sig', 'wh55_ch1_sig': 'wh55_ch1_sig', 'wh55_ch2_sig': 
'wh55_ch2_sig', 'wh55_ch3_sig': 'wh55_ch3_sig', 'wh55_ch4_sig': 'wh55_ch4_sig', 
'wh57_sig': 'wh57_sig', 'wh65_sig': 'wh65_sig', 'wh68_batt': 'wh68_batt', 
'wh68_sig': 'wh68_sig', 'windBatteryStatus': 'ws80_batt', 'windchill': 
'windchill', 'windDir': 'winddir', 'windGust': 'gustspeed', 'windSpeed': 
'windspeed', 'ws80_sig': 'ws80_sig', 'ws90_batt': 'ws90_batt', 'ws90_sig': 
'ws90_sig', 'yearRain': 'rainyear'}
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO user.gw1000: Driver version is 
0.4.2KW (Hardware GW1000A_V1.7.6)
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO user.gw1000: GW1000 address is 
192.168.178.34:45000
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO user.gw1000: poll interval is 
20 seconds
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG user.gw1000: max tries is 3, 
retry wait time is 10 seconds
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG user.gw1000: broadcast address 
is b'255.255.255.255':46000, broadcast timeout is 5 seconds
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG user.gw1000: socket timeout is 
2 seconds
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.engine.StdTimeSynch
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.engine.StdTimeSynch
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.engine.StdConvert
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: StdConvert target 
unit is 0x1
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.engine.StdConvert
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.engine.StdCalibrate
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.engine.StdCalibrate
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.engine.StdQC
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.engine.StdQC
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.wxservices.StdWXCalculate
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.wxservices: 
StdWXCalculate will use data binding wx_binding
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.wxservices.StdWXCalculate
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.wxxtypes.StdWXXTypes
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.wxxtypes.StdWXXTypes
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.wxxtypes.StdPressureCooker
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.wxxtypes.StdPressureCooker
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.wxxtypes.StdRainRater
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.wxxtypes.StdRainRater
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.wxxtypes.StdDelta
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.wxxtypes.StdDelta
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.engine.StdArchive
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: Archive will use 
data binding wx_binding
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: Record generation 
will be attempted in 'software'
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: Using archive 
interval of 300 seconds (software record generation)
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Use LOOP data in 
hi/low calculations: 1
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.engine.StdArchive
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.restx.StdStationRegistry
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.restx: StationRegistry: 
Registration not requested.
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.restx.StdStationRegistry
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.restx.StdWunderground
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.restx: Wunderground: 
Posting not enabled.
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.restx.StdWunderground
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.restx.StdPWSweather
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.restx: PWSweather: 
Posting not enabled.
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.restx.StdPWSweather
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.restx.StdCWOP
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.restx: CWOP: Posting not 
enabled.
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.restx.StdCWOP
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.restx.StdWOW
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.restx: WOW: Posting not 
enabled.
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.restx.StdWOW
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.restx.StdAWEKAS
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.restx: AWEKAS: Posting 
not enabled.
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.restx.StdAWEKAS
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.engine.StdPrint
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.engine.StdPrint
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Loading service 
weewx.engine.StdReport
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: 'pyephem' 
detected, extended almanac data is available
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Finished loading 
service weewx.engine.StdReport
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO __main__: Starting up weewx 
version 5.0.2
Feb 18 21:02:24 raspberrypi weewxd[35139]: DEBUG weewx.engine: Station does not 
support reading the time
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.manager: Starting 
backfill of daily summaries
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.manager: Daily summaries 
up to date
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO weewx.engine: Starting main 
packet loop.
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO user.gw1000: Using 'rainyear' 
for rain total
Feb 18 21:02:24 raspberrypi weewxd[35139]: INFO user.gw1000: skipping rain 
measurement of 48.3: no last rain
Feb 18 21:03:04 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:03:24 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:03:44 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:04:05 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:04:25 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:04:45 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:05:05 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:05:25 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:05:25 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:05:00 CET (1708286700) to database 'weewx.sdb'
Feb 18 21:05:25 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:05:00 CET (1708286700) to daily summary in 'weewx.sdb'
Feb 18 21:05:25 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
reports for latest time in the database.
Feb 18 21:05:25 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'SeasonsReport'
Feb 18 21:05:25 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Feb 18 21:05:25 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Feb 18 21:05:25 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['user.historygenerator.MyXSearch', 
'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 
'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:05:25 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:05:31 raspberrypi weewxd[35139]: INFO weewx.cheetahgenerator: 
Generated 9 files for report SeasonsReport in 5.10 seconds
Feb 18 21:05:31 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:05:32 raspberrypi weewxd[35139]: INFO weewx.imagegenerator: Generated 
32 images for report SeasonsReport in 1.06 seconds
Feb 18 21:05:32 raspberrypi weewxd[35139]: INFO weewx.reportengine: Copied 5 
files to /var/www/html/weewx/seasons
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'FTP'
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': 
Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Feb 18 21:05:32 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Attempting 
connection to grabowski2000.selfhost.eu
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Connected 
to grabowski2000.selfhost.eu
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 0 
./yesterday.html 
b43fcc7f001f93104834d411d7b0d6895674835fc0c4ff842c0193245278be06
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/yesterday.html to /weewx/yesterday.html
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 1 
./year.html 2012d86be54e545e22671bd2fe31f3d83d5454d5311ce216058f101d1f1f43c4
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year.html to /weewx/year.html
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 2 
./month.html 27c3d6874849455d6fa1fd3ced1e9f370a261ed4df041aee1df3746b455458b7
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month.html to /weewx/month.html
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 3 
./telemetry.html 
a992a6f9c54fa7e80e9cc0d9343b3a245f9a16109a014817037420ac1f9db24a
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/telemetry.html to /weewx/telemetry.html
Feb 18 21:05:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 4 
./index.html bdaae1e12be41c204709c671a86eaaf61131bec0d9ae7613792d1c9080e97ffd
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/index.html to /weewx/index.html
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 5 
./almanac.html 9272566051ac96e69094c0b7ca8f304bdf7a1f403b6801158c06ee23d4f2d28b
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/almanac.html to /weewx/almanac.html
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 6 
./week.html 24c0a866e11573fa14306cb9d3a7256a27578c59dccf25cbf9f98301f1aca71e
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/week.html to /weewx/week.html
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 7 
./year-2024.html 
fb74723f7187691ce4e6ac39cc25f58908d7d20cbae4794ec2e3591c9b17ae89
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year-2024.html to /weewx/year-2024.html
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 8 
./month-2024-02.html 
555a2c135372f753d2b1f639e9496a8a02ceee51f2256f9fd7d16e822a2e090e
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month-2024-02.html to /weewx/month-2024-02.html
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 9 
./archive.html 348d7c01eafee373d28f17ecca558c504503c8e42156e8b5e9ca2e65fb5ab30e
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive.html to /weewx/archive.html
Feb 18 21:05:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 10 
./seasons/daytempdew.png 
99c7cd7b6adba783ec8a6ee17912b8a5bcc7bad598fa29920b660c241458c2ff
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempdew.png to /weewx/seasons/daytempdew.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 11 
./seasons/daysoilMoist.png 
5b99a4702551eaff7ecb092259410c1778437b6e4ec07a8d79102a56487f23fb
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist.png to 
/weewx/seasons/daysoilMoist.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 12 
./seasons/dayvolt.png 
51b6068c17032d52f9b7f53f28c1caa6b9311bd5f558f3491ec0178b8910f16c
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayvolt.png to /weewx/seasons/dayvolt.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 13 
./seasons/daylightningdistance.png 
df5424c3d5706ba5dff1d863f5a267714df3c430572eb8723dfb0fa18196363c
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningdistance.png to 
/weewx/seasons/daylightningdistance.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 14 
./seasons/dayhumex3.png 
fab93b9ed6af4d4399f09f3bd394a9044e36aa433da5ec3b5c47bfc16ce29234
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex3.png to /weewx/seasons/dayhumex3.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 15 
./seasons/dayhumex1.png 
fde1dea5cc455f52cdd6ec468ad7dfbcaeeefdfac8f62da160e00aa4afab0443
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex1.png to /weewx/seasons/dayhumex1.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 16 
./seasons/daybarometer.png 
a6ba31e5962cbfe3470164626d16102281ffd8552ecf77fdbd1b2f860a266910
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daybarometer.png to 
/weewx/seasons/daybarometer.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 17 
./seasons/dayppm2.png 
5ec9578ccbf690a3d5c82bef97a8b58b01c1017942f5b34c45d8373ae10a43be
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm2.png to /weewx/seasons/dayppm2.png
Feb 18 21:05:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 18 
./seasons/daysoilMoistBatt.png 
baf41ac4dc3ef63161fe222f3c347b770b644769cfd9df3d972b978fd76853d9
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoistBatt.png to 
/weewx/seasons/daysoilMoistBatt.png
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 19 
./seasons/daytemp2.png 
40f3b057c9be440dbd8d8ef71c3ff3db27e8fc60190bc3abc9a1d010ec3b8ffe
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp2.png to /weewx/seasons/daytemp2.png
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 20 
./seasons/daytempin.png 
b4275a083a7e5226852881a446cc426de9e97ff9fcedba283727a376695e7d5a
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempin.png to /weewx/seasons/daytempin.png
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 21 
./seasons/telemetry.html 
06d67f9ec0f3bd691d5c54f08d28a2b911c46a121dbef986cb3acf5e29fcab2b
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/telemetry.html to /weewx/seasons/telemetry.html
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 22 
./seasons/daylightningcount.png 
216e8da4c3dc16eaddcf2e3acb6e1420ec8f5fee8c2deeda4ed3335d8b9dae43
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningcount.png to 
/weewx/seasons/daylightningcount.png
Feb 18 21:05:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 23 
./seasons/daysoilMoist2.png 
eb063201c71037f8d5d42212d80f9caa41d5aae5d3dadc0168349c2459df9354
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist2.png to 
/weewx/seasons/daysoilMoist2.png
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 24 
./seasons/statistics.html 
253c36cbb317cf6e811cbddf2e8b83756b70fef43b329f363bd7e0e25e875975
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/statistics.html to 
/weewx/seasons/statistics.html
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 25 
./seasons/dayhumin.png 
334cfab54f6a6728f7147ed9d65e44c57d4f999e213ee4654f0949a09070ed23
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumin.png to /weewx/seasons/dayhumin.png
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 26 
./seasons/dayrain.png 
0bfdfa95c561f025a80287919be157caa57a676a74e2043c232ba40ca1dccf7a
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrain.png to /weewx/seasons/dayrain.png
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 27 
./seasons/dayppm.png 
890c4e067fa96bbc40fa13156a1a627e80656495d5bd8a8fe1ece4649199f6c7
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm.png to /weewx/seasons/dayppm.png
Feb 18 21:05:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 28 
./seasons/simple.txt 
4f20362c7047df1399fb19b89455afbccc8573ed1dd8d2d8b7f51a266977ecf4
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/simple.txt to /weewx/seasons/simple.txt
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 29 
./seasons/dayrx.png 
cea20672eb28add4a7bc624d95f18e67c292d89307dcdd8e12761e7ae5d69932
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrx.png to /weewx/seasons/dayrx.png
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 30 
./seasons/daywinddir.png 
7398369553b35b727fba611d1845fba76a13d1a457f3f37dd360299a8c45cab0
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywinddir.png to /weewx/seasons/daywinddir.png
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 31 
./seasons/daytempsoil.png 
43a79b628e12530bfabcd32d9ea2857d9b48cafc65c3f402114abffe37e31c4c
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempsoil.png to 
/weewx/seasons/daytempsoil.png
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 32 
./seasons/index.html 
1815af53e5eb98c8e20f895155bcd1109332e6a6d29e9b43b2864810ee9eb734
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/index.html to /weewx/seasons/index.html
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 33 
./seasons/dayppm1.png 
d9adfe97c51d27c9697c1558954423b235b674a53cabf71c7603574199745332
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm1.png to /weewx/seasons/dayppm1.png
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 34 
./seasons/dayradiation.png 
475a6265c99ee92bce36b9901ac919de9a17385e2d63f4274973dd6b9a58ca3a
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayradiation.png to 
/weewx/seasons/dayradiation.png
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 35 
./seasons/dayleafwet.png 
dcbb527a1bc1222b32d57b28fb35ffcdac8c07e6126a0bd08e142a375f59edbc
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayleafwet.png to /weewx/seasons/dayleafwet.png
Feb 18 21:05:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 36 
./seasons/tabular.html 
5628bb206430013e0dbfdacffd498186c8828cf79bc91951932b6285507df72b
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/tabular.html to /weewx/seasons/tabular.html
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 37 
./seasons/celestial.html 
20a8f8867a4f71570f31a57ba86edefef7f2e0d29372045c0ea5884df916653a
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/celestial.html to /weewx/seasons/celestial.html
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 38 
./seasons/dayhum.png 
5820e8e6964150423f7cca549172718269afe64cd7649b0cbdff5fce38cfec1e
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhum.png to /weewx/seasons/dayhum.png
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 39 
./seasons/daysunshine.png 
2dee3a83e767ca2d8331a9f5d0c866b029f6f47447c64a225863a96575399265
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysunshine.png to 
/weewx/seasons/daysunshine.png
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 40 
./seasons/daytemp.png 
250078839942bc66e4205c4dde1cbf27866ebed4a08d4065d74e565e52a75a24
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp.png to /weewx/seasons/daytemp.png
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 41 
./seasons/daywind.png 
d9905115aecfdfc71017c76af8b17a5a090a484e8e9a1a3ed101e41d09cac8ca
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywind.png to /weewx/seasons/daywind.png
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 42 
./seasons/dayhumex2.png 
0ae8fe68609252a2c6e0deec87293cb9276985cdd5e122aad1ea591a0c5ffc8b
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex2.png to /weewx/seasons/dayhumex2.png
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 43 
./seasons/daytempfeel.png 
3f8f0aeed571c80eb744719a2b60956f7f6cc602f28f4295e7be1a88b4f284a4
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempfeel.png to 
/weewx/seasons/daytempfeel.png
Feb 18 21:05:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 44 
./seasons/daytemp3.png 
d1ffffa2bed61da0ee1533183a46c232bafcd42772714849085aeceb4fe380e3
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp3.png to /weewx/seasons/daytemp3.png
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 45 
./seasons/daytempleaf.png 
fc6be4b8161609e47c52e6d4291767470fd3b884799043bedd6188b67724d7dc
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempleaf.png to 
/weewx/seasons/daytempleaf.png
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 46 
./seasons/rss.xml 
ee13ae223eaf8f7c9fbb68731023a0317cc4d820c930aaca7632298eef2ca009
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/rss.xml to /weewx/seasons/rss.xml
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 47 
./seasons/daywindvec.png 
c69e28616659493d3f1990eab69d34fe2f2eb5354287074146a9ad66123e17ea
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywindvec.png to /weewx/seasons/daywindvec.png
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 48 
./seasons/dayuv.png 
ef4699108b82447acb20a88dbee9be40f6af930b267bb4db3037cb905f7c678b
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayuv.png to /weewx/seasons/dayuv.png
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 49 
./seasons/NOAA/NOAA-2024-02.txt 
e980b431603b71a4e3e04852aaaf3dd1df8463472271475966561e015c233d45
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/NOAA/NOAA-2024-02.txt to 
/weewx/seasons/NOAA/NOAA-2024-02.txt
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 50 
./archive/NOAA-2024-02.txt 
2f8e89ab1574958c127fe1c1c8c016532e6030849fd472b3511acc6aced291d7
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive/NOAA-2024-02.txt to 
/weewx/archive/NOAA-2024-02.txt
Feb 18 21:05:40 raspberrypi weewxd[35139]: INFO weewx.reportengine: 
ftpgenerator: Ftp'd 51 files in 8.77 seconds
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'RSYNC' not enabled. Skipping.
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'StandardReport'
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/neowx-material/skin.conf for report 
'StandardReport'
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/neowx-material/lang/en.conf for report 
'StandardReport': Config file not found: 
"/etc/weewx/skins/neowx-material/lang/en.conf".
Feb 18 21:05:40 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:05:41 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'StandardReport' in directory 
'/etc/weewx/skins/neowx-material'
Feb 18 21:05:41 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:05:41 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month__Y__m_html_tmpl.py:406: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month__Y__m_html_tmpl.py:418: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month__Y__m_html_tmpl.py:430: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month__Y__m_html_tmpl.py:481: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month__Y__m_html_tmpl.py:493: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month__Y__m_html_tmpl.py:505: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_head_inc.py:172: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_head_inc.py:184: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:100: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:131: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:150: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:169: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:188: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:207: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:226: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:245: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:263: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_header_inc.py:276: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:152: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:170: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:178: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:201: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:212: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:223: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:234: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:295: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:41 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_footer_inc.py:305: SyntaxWarning: "is not" with 
a literal. Did you mean "!="?
Feb 18 21:05:42 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year__Y_html_tmpl.py:412: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:42 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year__Y_html_tmpl.py:424: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:42 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year__Y_html_tmpl.py:436: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:42 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year__Y_html_tmpl.py:487: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:42 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year__Y_html_tmpl.py:499: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:42 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year__Y_html_tmpl.py:511: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:45 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:05:50 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_index_html_tmpl.py:448: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:05:50 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_index_html_tmpl.py:460: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:05:50 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_index_html_tmpl.py:472: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:05:54 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_yesterday_html_tmpl.py:372: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:54 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_yesterday_html_tmpl.py:381: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:54 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_yesterday_html_tmpl.py:390: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:54 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_yesterday_html_tmpl.py:428: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:54 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_yesterday_html_tmpl.py:437: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:05:54 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_yesterday_html_tmpl.py:446: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
Feb 18 21:06:01 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_week_html_tmpl.py:395: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:01 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_week_html_tmpl.py:407: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:01 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_week_html_tmpl.py:419: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:02 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month_html_tmpl.py:395: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:02 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month_html_tmpl.py:407: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:02 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_month_html_tmpl.py:419: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:05 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:06:06 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year_html_tmpl.py:417: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:06 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year_html_tmpl.py:429: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:06 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year_html_tmpl.py:441: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:06 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year_html_tmpl.py:492: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:06 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year_html_tmpl.py:504: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:06 raspberrypi weewxd[35139]: 
_etc_weewx_skins_neowx_material_year_html_tmpl.py:516: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
Feb 18 21:06:21 raspberrypi weewxd[35139]: INFO weewx.cheetahgenerator: 
Generated 12 files for report StandardReport in 40.63 seconds
Feb 18 21:06:21 raspberrypi weewxd[35139]: INFO weewx.reportengine: Copied 97 
files to /var/www/html/weewx
Feb 18 21:06:25 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:06:45 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:07:06 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:07:26 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:07:46 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:08:06 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:08:26 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:08:46 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:09:06 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:09:26 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:09:46 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:10:06 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:10:26 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:10:26 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:10:00 CET (1708287000) to database 'weewx.sdb'
Feb 18 21:10:27 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:10:00 CET (1708287000) to daily summary in 'weewx.sdb'
Feb 18 21:10:27 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
reports for latest time in the database.
Feb 18 21:10:27 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'SeasonsReport'
Feb 18 21:10:27 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Feb 18 21:10:27 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Feb 18 21:10:27 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['user.historygenerator.MyXSearch', 
'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 
'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:10:27 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:10:30 raspberrypi weewxd[35139]: INFO weewx.cheetahgenerator: 
Generated 9 files for report SeasonsReport in 3.65 seconds
Feb 18 21:10:30 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:10:31 raspberrypi weewxd[35139]: INFO weewx.imagegenerator: Generated 
32 images for report SeasonsReport in 0.99 seconds
Feb 18 21:10:31 raspberrypi weewxd[35139]: INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx/seasons
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'FTP'
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': 
Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Feb 18 21:10:31 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Attempting 
connection to grabowski2000.selfhost.eu
Feb 18 21:10:32 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Connected 
to grabowski2000.selfhost.eu
Feb 18 21:10:32 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 0 
./yesterday.html 
28b4f8004b7d3d3cd6106bea65e74350cc6bbc2b3fe7c8ab47c54ada0076e05c
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/yesterday.html to /weewx/yesterday.html
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 1 
./year.html 06e994c6cb8f7b0304e02ca50eac1382e5533f812c9bddc15877d57aa4dff839
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year.html to /weewx/year.html
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 2 
./month.html 58c0247e95b760486abf5f94932d3b1ddb3386f416454304a0072d0ec31caaea
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month.html to /weewx/month.html
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 3 
./telemetry.html 
51126454ff313f8a6b9fba3960d4a264680aaf3c2f6cafcbf5ea6365442e8183
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/telemetry.html to /weewx/telemetry.html
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 4 
./index.html 323bd57c3bb91e1ef9498ba73465004f751bdad0f994f4ec5356a24e486c5e6d
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/index.html to /weewx/index.html
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 5 
./almanac.html 294a80dfd2263c427567333ea2de7c0a9d079b6158967b3d3112c665a44f1d7b
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/almanac.html to /weewx/almanac.html
Feb 18 21:10:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 6 
./week.html 4d1b39be0813bb9656e058f7f8e1e6dd06d336824c6c16e388c5197fe8c67117
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/week.html to /weewx/week.html
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 7 
./year-2024.html 
280c909bbf7a7869613961acd663b28c299b36b071993bc9c30e286886750b36
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year-2024.html to /weewx/year-2024.html
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 8 
./month-2024-02.html 
a84a5c09286846f90518b1b3b9442a091beef2afb714a8e955ae766644c40834
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month-2024-02.html to /weewx/month-2024-02.html
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 9 
./archive.html 8d4a5e3c75194e67873f69ad218beb5df844cf993c23445c8e6f6888cc8a2c6e
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive.html to /weewx/archive.html
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 10 
./seasons/daytempdew.png 
225f18c8cbd2a79a3f8005bc85f1e2be2f45ae2abe15ea743b409bcd63cde99d
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempdew.png to /weewx/seasons/daytempdew.png
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 11 
./seasons/daysoilMoist.png 
56fdcf1c4c22955ccd7fbc4d13406aa06981efc9517d9f694a8dda7f0069e048
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist.png to 
/weewx/seasons/daysoilMoist.png
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 12 
./seasons/dayvolt.png 
f60f15396b664546250b82eda59c646521e71235a026a9a75ce563432a20d3db
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayvolt.png to /weewx/seasons/dayvolt.png
Feb 18 21:10:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 13 
./seasons/daylightningdistance.png 
a5bacc88d3e6e0ba2a0b6cfe038ab8c3a396ef21cadb4c9ae940fb7f02cf915e
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningdistance.png to 
/weewx/seasons/daylightningdistance.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 14 
./seasons/dayhumex3.png 
ef9038865d44e9715a571daf706bd820100f7db54bbe09c3ec11140fb6e4afb6
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex3.png to /weewx/seasons/dayhumex3.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 15 
./seasons/dayhumex1.png 
34c975316479f25338794646f895ca6c60eff80c9cb2aeded3d98adacc003137
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex1.png to /weewx/seasons/dayhumex1.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 16 
./seasons/daybarometer.png 
b52cad521b14bde959654aadf1836e9b9dc5b1a3247c6824d969287dcf77549c
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daybarometer.png to 
/weewx/seasons/daybarometer.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 17 
./seasons/dayppm2.png 
e2370bd38668db60b0f1cd4d40b511a62ddaee09973d80a73f074c3db706e2d4
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm2.png to /weewx/seasons/dayppm2.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 18 
./seasons/daysoilMoistBatt.png 
774bf4e7dcd7e891db0faf407dfa7eaf0f96ffedf62414f2edccbc57f05c1160
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoistBatt.png to 
/weewx/seasons/daysoilMoistBatt.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 19 
./seasons/daytemp2.png 
f5165a186533aa2a31ec6b53ba677d828deb4624793d8c5d12b35f7a987fba96
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp2.png to /weewx/seasons/daytemp2.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 20 
./seasons/daytempin.png 
218c4fd09d21508f0bcb3f0576d77c0a66a289028f6e60dfbbddf7b233edd8ba
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempin.png to /weewx/seasons/daytempin.png
Feb 18 21:10:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 21 
./seasons/telemetry.html 
ceaff11dacdc2197fbd6887da9254a6e22fb11d9100548b84951c1cfec101779
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/telemetry.html to /weewx/seasons/telemetry.html
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 22 
./seasons/daylightningcount.png 
92c651886d8b4689ec2f8c151c474f510c4e9f225cac17ad179f39691f1d7e53
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningcount.png to 
/weewx/seasons/daylightningcount.png
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 23 
./seasons/daysoilMoist2.png 
dc8cb0c21c8700e73770f883c6f6aa9070d63227a5ca904894db6d733dcfd673
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist2.png to 
/weewx/seasons/daysoilMoist2.png
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 24 
./seasons/statistics.html 
1a1b31807d658f78a0874c656ab507f94bcb110854c5fcbd60f175e8b141d571
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/statistics.html to 
/weewx/seasons/statistics.html
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 25 
./seasons/dayhumin.png 
740a4f635df0ff7833309ca4472c4537cf53699567d053aa983272ba38d8f2d7
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumin.png to /weewx/seasons/dayhumin.png
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 26 
./seasons/dayrain.png 
16388837297e8d86ed95ee2f3888f5531a52f60d68ea7f478592ace0b6091fdf
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrain.png to /weewx/seasons/dayrain.png
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 27 
./seasons/dayppm.png 
2026eddaa6c99c24d09396d3899493201455bd33089690b7965fb9aac8fedb42
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm.png to /weewx/seasons/dayppm.png
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 28 
./seasons/simple.txt 
62cb502ccd6d359f6387f07943c5260ca3187798ec2488fc15222a51ad141f6c
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/simple.txt to /weewx/seasons/simple.txt
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 29 
./seasons/dayrx.png 
a70645141d81bc6768f99f333133dbdaad51821578579301a1038c80cae7bdd9
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrx.png to /weewx/seasons/dayrx.png
Feb 18 21:10:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 30 
./seasons/daywinddir.png 
f7d4353edef4f0c58ed13a382c74b6b72b7b3f6003aebeead455eaa9bd7de124
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywinddir.png to /weewx/seasons/daywinddir.png
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 31 
./seasons/daytempsoil.png 
419349b76ea53d5b9b2e778b8f4406594a4f3196def97422c176e109fb391360
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempsoil.png to 
/weewx/seasons/daytempsoil.png
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 32 
./seasons/index.html 
054a409bd8015a8239e3a1973de257b86d9286680c61d8d5d3472e8ca61db6c3
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/index.html to /weewx/seasons/index.html
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 33 
./seasons/dayppm1.png 
b1de3e24393a50144f97c053f7a7e515bf9e51488ed11c015fb940423fa57649
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm1.png to /weewx/seasons/dayppm1.png
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 34 
./seasons/dayradiation.png 
4fca8b2b9846bf5fda60a3ffad873ae6a25c3d723f7823ee37a9f6508c1bd7de
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayradiation.png to 
/weewx/seasons/dayradiation.png
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 35 
./seasons/dayleafwet.png 
90fd29a85edb9c8a58aa6f046f5a876981de251c8f1124d3f39c6b1321d3b6ac
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayleafwet.png to /weewx/seasons/dayleafwet.png
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 36 
./seasons/tabular.html 
ca143477309cf7e604bce012e7ab643b16b00c586f7635d5fa5bd603e347c37c
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/tabular.html to /weewx/seasons/tabular.html
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 37 
./seasons/celestial.html 
5138a1849216a257054e527b560b32098063c09058ae9632b18c860456e012ef
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/celestial.html to /weewx/seasons/celestial.html
Feb 18 21:10:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 38 
./seasons/dayhum.png 
473e83a74be982f395d61a8e9cb85575b0014a14617cb50dbf03cf756316256b
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhum.png to /weewx/seasons/dayhum.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 39 
./seasons/daysunshine.png 
66726fe62456fac8ae38da105da8ce628cec821732cf0de9335c93ae1610e114
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysunshine.png to 
/weewx/seasons/daysunshine.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 40 
./seasons/daytemp.png 
cf02353c764fd8a4eb965e210a56d0bbd86519b5f4fc8271fc71dba63b92b5a4
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp.png to /weewx/seasons/daytemp.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 41 
./seasons/daywind.png 
a77214288ed1d6fe8bd99f5e491dc92533e222ba900179b74ee4ca3cc7637518
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywind.png to /weewx/seasons/daywind.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 42 
./seasons/dayhumex2.png 
d3dcb73b75321f48a9a569e24d31434a74d6693e50f25df2701bed0ef2d42832
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex2.png to /weewx/seasons/dayhumex2.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 43 
./seasons/daytempfeel.png 
e043fe82b93636ca9d1a0c8f0428a82af8d68d075f4f8549ab0b3fcd0e30987d
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempfeel.png to 
/weewx/seasons/daytempfeel.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 44 
./seasons/daytemp3.png 
a6a2789d19ee9b4b13f75fac9cd6b702c9217d611a1bbb01640fd2635f9c9a24
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp3.png to /weewx/seasons/daytemp3.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 45 
./seasons/daytempleaf.png 
c063a04842a5e8b2bcd90902c45822c3999c727d18fe7c165cb1af1123e11d6a
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempleaf.png to 
/weewx/seasons/daytempleaf.png
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 46 
./seasons/rss.xml 
6b4d36864b81e22b3e0b32e9f4bd7860518bdc8b3857cdfad0bd05b1f4fd581a
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/rss.xml to /weewx/seasons/rss.xml
Feb 18 21:10:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 47 
./seasons/daywindvec.png 
f740d4afb7161a46be048d2a0aa4d3fe9c15a0b940cbc3ee62a89d44b660674c
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywindvec.png to /weewx/seasons/daywindvec.png
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 48 
./seasons/dayuv.png 
a05e825124dbe1244c128e52c621e2e6198ac89f6a629c7b6e0b3d7b6ee10adf
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayuv.png to /weewx/seasons/dayuv.png
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 49 
./seasons/NOAA/NOAA-2024-02.txt 
d95920cd8c905d4d3ba94a7c440737a09628b431c485557caa4bf6844e5506f6
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/NOAA/NOAA-2024-02.txt to 
/weewx/seasons/NOAA/NOAA-2024-02.txt
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 50 
./archive/NOAA-2024-02.txt 
95212b4409e3867c3e0b3ce62a6e1179b31214de87b157206d1c8b4e4c61b0a5
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive/NOAA-2024-02.txt to 
/weewx/archive/NOAA-2024-02.txt
Feb 18 21:10:39 raspberrypi weewxd[35139]: INFO weewx.reportengine: 
ftpgenerator: Ftp'd 51 files in 7.55 seconds
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'RSYNC' not enabled. Skipping.
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'StandardReport'
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/neowx-material/skin.conf for report 
'StandardReport'
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/neowx-material/lang/en.conf for report 
'StandardReport': Config file not found: 
"/etc/weewx/skins/neowx-material/lang/en.conf".
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'StandardReport' in directory 
'/etc/weewx/skins/neowx-material'
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:10:39 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:10:46 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:11:07 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:11:17 raspberrypi weewxd[35139]: INFO weewx.cheetahgenerator: 
Generated 12 files for report StandardReport in 38.26 seconds
Feb 18 21:11:17 raspberrypi weewxd[35139]: INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx
Feb 18 21:11:27 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:11:47 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:12:07 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:12:27 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:12:47 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:13:07 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:13:27 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:13:47 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:14:07 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:14:27 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:14:48 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:15:08 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:15:28 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:15:28 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:15:00 CET (1708287300) to database 'weewx.sdb'
Feb 18 21:15:28 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:15:00 CET (1708287300) to daily summary in 'weewx.sdb'
Feb 18 21:15:28 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
reports for latest time in the database.
Feb 18 21:15:28 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'SeasonsReport'
Feb 18 21:15:28 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Feb 18 21:15:28 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Feb 18 21:15:28 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['user.historygenerator.MyXSearch', 
'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 
'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:15:28 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:15:32 raspberrypi weewxd[35139]: INFO weewx.cheetahgenerator: 
Generated 9 files for report SeasonsReport in 3.71 seconds
Feb 18 21:15:32 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:15:33 raspberrypi weewxd[35139]: INFO weewx.imagegenerator: Generated 
32 images for report SeasonsReport in 0.98 seconds
Feb 18 21:15:33 raspberrypi weewxd[35139]: INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx/seasons
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'FTP'
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': 
Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Feb 18 21:15:33 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Attempting 
connection to grabowski2000.selfhost.eu
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Connected 
to grabowski2000.selfhost.eu
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 0 
./yesterday.html 
8e409327e170fc87836d7f76deeb434d6e4c8a431be2eceb72aca4bd90157ac8
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/yesterday.html to /weewx/yesterday.html
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 1 
./year.html cb560387d6c0d3dbabd2dec108159223ac715826ccdb7e18991542a6e633a50a
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year.html to /weewx/year.html
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 2 
./month.html 2522a1292bd707f2bd997aa1c7db02f036f06c1c8adf730830e4e5089d771a9c
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month.html to /weewx/month.html
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 3 
./telemetry.html 
dcc06d83d660cd6604465f02348f5ba6cfec326a289d3d548127a6aac169b72a
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/telemetry.html to /weewx/telemetry.html
Feb 18 21:15:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 4 
./index.html 04afaa6a4d4b6145d485bebe11a559df052902caf4c0b10f083de46e3d68a989
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/index.html to /weewx/index.html
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 5 
./almanac.html 688ec035191bf2546d00de39ae1c62cd385a990c7fa7a16ef114fce0c30bb217
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/almanac.html to /weewx/almanac.html
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 6 
./week.html a2891c9297c8b19978c6f865458ea40e6647a44823feb50d85704efc63fa3140
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/week.html to /weewx/week.html
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 7 
./year-2024.html 
1e312db084fa164199353b0d2db2d9b3f31b4b64941d6e835589c91942939e84
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year-2024.html to /weewx/year-2024.html
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 8 
./month-2024-02.html 
4641610572570cb9a4ed15dad253ee3836d07035bbf1d895abfc1f87828a7149
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month-2024-02.html to /weewx/month-2024-02.html
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 9 
./archive.html 7a7a25ea51b71c40a80fb8745efc7af3b1c362d47f1c22e6fcea0b8875803d1e
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive.html to /weewx/archive.html
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 10 
./seasons/daytempdew.png 
542658c6bc37394fef88d9c3e1851a63e21185e320889d44741638bd056c8dab
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempdew.png to /weewx/seasons/daytempdew.png
Feb 18 21:15:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 11 
./seasons/daysoilMoist.png 
5896999f9e8109be9af4dd7338f4baa145a7043fd91a0eb45b807002eed440bf
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist.png to 
/weewx/seasons/daysoilMoist.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 12 
./seasons/dayvolt.png 
6a24700b7c59690101e2716b1edf38aa11a306c200e5f866c833f928327394d8
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayvolt.png to /weewx/seasons/dayvolt.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 13 
./seasons/daylightningdistance.png 
ae90474d96d4511c2d449471fe01aeefa4426ef56eba390ba79e149c848e1515
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningdistance.png to 
/weewx/seasons/daylightningdistance.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 14 
./seasons/dayhumex3.png 
60c3fa9096bfcde264f145604a8aedbf901307310def69e7d13609a82c2e16d9
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex3.png to /weewx/seasons/dayhumex3.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 15 
./seasons/dayhumex1.png 
1fbef460614bc94ddc527e2407a4c0cb52c2197c7bd4f0d2b575dab76825997e
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex1.png to /weewx/seasons/dayhumex1.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 16 
./seasons/daybarometer.png 
8bea6fded0269923c087935fe01ac5e64a9dfad8f107eeffc0c9e22a22d72736
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daybarometer.png to 
/weewx/seasons/daybarometer.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 17 
./seasons/dayppm2.png 
165aafeade868637951c118e554cad0bc207a83f3ae4ce4fc3c754003fff8bbe
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm2.png to /weewx/seasons/dayppm2.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 18 
./seasons/daysoilMoistBatt.png 
bbbf542af617953e4abbe51ba0a0aef1ada36467c987d2d23925b9c5ef2f754e
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoistBatt.png to 
/weewx/seasons/daysoilMoistBatt.png
Feb 18 21:15:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 19 
./seasons/daytemp2.png 
0c867616f14fcb0d1b854cacf7f8343bad15c550e8b7ac79bda8155525ebea2f
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp2.png to /weewx/seasons/daytemp2.png
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 20 
./seasons/daytempin.png 
0769996a84ee65cd8482cbb45cdd64c163db49643e81d455a00765f533581c01
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempin.png to /weewx/seasons/daytempin.png
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 21 
./seasons/telemetry.html 
b261136cd7fa86da85d597ad3162d74d11baed6db4d37252fc449a150649b0c3
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/telemetry.html to /weewx/seasons/telemetry.html
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 22 
./seasons/daylightningcount.png 
03341687e04e93be348c721e98af39bdff44162fc63bc22edb48e6984b53bfed
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningcount.png to 
/weewx/seasons/daylightningcount.png
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 23 
./seasons/daysoilMoist2.png 
6b4663d106afc8b1e0cb7fb1b394d2c8f8cc81da628e0c75251ec5bc84cae745
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist2.png to 
/weewx/seasons/daysoilMoist2.png
Feb 18 21:15:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 24 
./seasons/statistics.html 
4519b166448547e34f4ec531ae4619440d33b39c9ed5d91f338075ee127708cb
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/statistics.html to 
/weewx/seasons/statistics.html
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 25 
./seasons/dayhumin.png 
9d24a1125a42893f74bd24fe27a6e8fd1596efedf4ab9172aaaf3f7638e4dd4a
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumin.png to /weewx/seasons/dayhumin.png
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 26 
./seasons/dayrain.png 
ae12d5122c41a24cf223ca23fce844ab0d9a713e2ebd71de5914e4aab2b15409
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrain.png to /weewx/seasons/dayrain.png
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 27 
./seasons/dayppm.png 
c395495b3ee63fde2a77d590563ff7318fe03639cf760ff6fbb613ecfe30a1d8
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm.png to /weewx/seasons/dayppm.png
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 28 
./seasons/dayrx.png 
f5625eb0c9b562d212b71f6765a9d1f690db12a6adea82960aeb02cd03248199
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrx.png to /weewx/seasons/dayrx.png
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 29 
./seasons/daywinddir.png 
34c141e1df7d18c8d83734451eec5cb66559cbe555539b4274892af5314589a5
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywinddir.png to /weewx/seasons/daywinddir.png
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 30 
./seasons/daytempsoil.png 
25841f05004921d20de1ecb1e8a88d4f52fc79cfc78400eb5b83e0a2c068470d
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempsoil.png to 
/weewx/seasons/daytempsoil.png
Feb 18 21:15:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 31 
./seasons/index.html 
f73073c740a846674d23acebc950eafc34e4439a19d4609a38c7a9b131f57dd5
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/index.html to /weewx/seasons/index.html
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 32 
./seasons/dayppm1.png 
8cf9c620767c42fef5a7ce3890e0a495dd8022f281ed4bf999d3ef78c4d5fb9a
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm1.png to /weewx/seasons/dayppm1.png
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 33 
./seasons/dayradiation.png 
d81d52f8fb4fe28b8ea93b220efad68a077f6381bc5a92e1ec9a9afbbfde653f
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayradiation.png to 
/weewx/seasons/dayradiation.png
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 34 
./seasons/dayleafwet.png 
0a12e0e6df907e74f55d89689ec0461e9a096b782420cf99cb7eefd64e4a0e9e
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayleafwet.png to /weewx/seasons/dayleafwet.png
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 35 
./seasons/tabular.html 
ed9bc2e0078f62c3e7882989e87b60366fd97f03e3b462154a3d1d88dd130c4b
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/tabular.html to /weewx/seasons/tabular.html
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 36 
./seasons/celestial.html 
06195640f5c440fb353e7fbc5ae495f5d82e032b9b2af5141b201045fd3f55b0
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/celestial.html to /weewx/seasons/celestial.html
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 37 
./seasons/dayhum.png 
0c672c1d5b2941d16be8439a374d8e54fffb9713c9416f5c42b41abbba4a4a1a
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhum.png to /weewx/seasons/dayhum.png
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 38 
./seasons/daysunshine.png 
82a8dc1428efd9d0ad6375e0528e31fa447fb2ef1df478a28b01ba650a177b4f
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysunshine.png to 
/weewx/seasons/daysunshine.png
Feb 18 21:15:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 39 
./seasons/daytemp.png 
2be1d925f9fe00814db5985b31c230f486014399314c530fdfe8aeda9fb8e2bf
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp.png to /weewx/seasons/daytemp.png
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 40 
./seasons/daywind.png 
eb7ab39cde4d2370626a71ac4fc37512d6d8061b600cf4c731c00ea60293e497
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywind.png to /weewx/seasons/daywind.png
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 41 
./seasons/dayhumex2.png 
2d057faebb0efefd0a59cde4fb293036784805b4e78d3dd6f7eca6fef9147be5
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex2.png to /weewx/seasons/dayhumex2.png
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 42 
./seasons/daytempfeel.png 
aff3e92bbaae3952f39e15bc5af0143515e4d44414b537cc6652807c3a101a28
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempfeel.png to 
/weewx/seasons/daytempfeel.png
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 43 
./seasons/daytemp3.png 
923752175e7ce89300c8d164d2f2ecf4abe4b09fa6cb67f497c7e5d02b1e265f
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp3.png to /weewx/seasons/daytemp3.png
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 44 
./seasons/daytempleaf.png 
2e08e46a0d3cc9147b4b429bc8e34c3014a71eb3b8bd6488be29ac9f61a9e4ff
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempleaf.png to 
/weewx/seasons/daytempleaf.png
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 45 
./seasons/rss.xml 
ace7ac20e0434a4338bcd4fe1fac1bbe15e37172c172acd193699722fbfcca10
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/rss.xml to /weewx/seasons/rss.xml
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 46 
./seasons/daywindvec.png 
de7b10e87b5bc096c56da4935a37377b3bb8d9328f1e83358a62f4c847081981
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywindvec.png to /weewx/seasons/daywindvec.png
Feb 18 21:15:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 47 
./seasons/dayuv.png 
5a9bebbbba99ce0898811332bd49d22ff3a6562f1040699f32f731614e6ef284
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayuv.png to /weewx/seasons/dayuv.png
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 48 
./seasons/NOAA/NOAA-2024-02.txt 
f1d6f939c63065b8e55098b3ddd91461d3a329a4b434b4f8a112f8b3f401cb36
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/NOAA/NOAA-2024-02.txt to 
/weewx/seasons/NOAA/NOAA-2024-02.txt
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 49 
./archive/NOAA-2024-02.txt 
c625dc41a3adf2f5abd87e334c3407b5835b17ff803e23b08685fb7135d3c99b
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive/NOAA-2024-02.txt to 
/weewx/archive/NOAA-2024-02.txt
Feb 18 21:15:41 raspberrypi weewxd[35139]: INFO weewx.reportengine: 
ftpgenerator: Ftp'd 50 files in 7.95 seconds
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'RSYNC' not enabled. Skipping.
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'StandardReport'
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/neowx-material/skin.conf for report 
'StandardReport'
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/neowx-material/lang/en.conf for report 
'StandardReport': Config file not found: 
"/etc/weewx/skins/neowx-material/lang/en.conf".
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'StandardReport' in directory 
'/etc/weewx/skins/neowx-material'
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:15:41 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:15:48 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:16:08 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:16:21 raspberrypi weewxd[35139]: INFO weewx.cheetahgenerator: 
Generated 12 files for report StandardReport in 40.37 seconds
Feb 18 21:16:21 raspberrypi weewxd[35139]: INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx
Feb 18 21:16:28 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:16:48 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:17:08 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:17:28 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:17:48 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:18:08 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:18:28 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:18:49 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:19:09 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:19:29 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:19:49 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:20:09 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:20:29 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds
Feb 18 21:20:29 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:20:00 CET (1708287600) to database 'weewx.sdb'
Feb 18 21:20:29 raspberrypi weewxd[35139]: INFO weewx.manager: Added record 
2024-02-18 21:20:00 CET (1708287600) to daily summary in 'weewx.sdb'
Feb 18 21:20:29 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
reports for latest time in the database.
Feb 18 21:20:29 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'SeasonsReport'
Feb 18 21:20:29 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Feb 18 21:20:29 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Feb 18 21:20:29 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['user.historygenerator.MyXSearch', 
'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 
'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:20:29 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:20:33 raspberrypi weewxd[35139]: INFO weewx.cheetahgenerator: 
Generated 9 files for report SeasonsReport in 3.65 seconds
Feb 18 21:20:33 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:20:34 raspberrypi weewxd[35139]: INFO weewx.imagegenerator: Generated 
32 images for report SeasonsReport in 1.08 seconds
Feb 18 21:20:34 raspberrypi weewxd[35139]: INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx/seasons
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'FTP'
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': 
Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Feb 18 21:20:34 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Attempting 
connection to grabowski2000.selfhost.eu
Feb 18 21:20:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Connected 
to grabowski2000.selfhost.eu
Feb 18 21:20:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 0 
./yesterday.html 
ca3ffdf770471035b99217ea7b75c1174e3136fee0a7a0ebd34ce95433ef9b0f
Feb 18 21:20:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/yesterday.html to /weewx/yesterday.html
Feb 18 21:20:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 1 
./year.html 33ba27f4b557aba2866c269e002ba488fd6089f82adc8c2f0e51536dffb26537
Feb 18 21:20:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year.html to /weewx/year.html
Feb 18 21:20:35 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 2 
./month.html 09fb114da19a0b2628608ec10193785ac41dc874433a854a819e7abbb75a82f5
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month.html to /weewx/month.html
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 3 
./telemetry.html 
1761a253dfb22b70beabd47981729ee2d3f2d13b2a4f43c4df8674d0d26aa747
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/telemetry.html to /weewx/telemetry.html
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 4 
./index.html fe606612455a5487990ab5150b0f55a3c1f7d56268620d8466387e70ef076bd7
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/index.html to /weewx/index.html
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 5 
./almanac.html bc32b711368d099fe2a79d97ff71ec7c1d22435470dcd2be6003da70a50cd505
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/almanac.html to /weewx/almanac.html
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 6 
./week.html a28c1a08ab5dc0712039ed9652ce0f208a60e6adfe58c65d55df264575e3f2ca
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/week.html to /weewx/week.html
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 7 
./year-2024.html 
d7e3ec9178c39904a117b9f51679f3b94fbd2b84bf3e2ec653086b0ef513d8a4
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/year-2024.html to /weewx/year-2024.html
Feb 18 21:20:36 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 8 
./month-2024-02.html 
22b6c9e43afdf7d971fef5f639d8ec3fd978fd600dfd1d52f7b3e8f95976d6b4
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/month-2024-02.html to /weewx/month-2024-02.html
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 9 
./archive.html baaace946f4a3ca9d4c9dca7c0a8f4fc78265647ec6dd086118f644c07fe6132
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive.html to /weewx/archive.html
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 10 
./seasons/daytempdew.png 
c1fdb4423dc5b2b2f05ce67fd0b6332b85cc4f6ada21ae26a90f96b2da5aed52
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempdew.png to /weewx/seasons/daytempdew.png
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 11 
./seasons/daysoilMoist.png 
77a59590558f0ab48196f372aeb6bbf0d4a01c49022324454fea3198ad6cd880
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist.png to 
/weewx/seasons/daysoilMoist.png
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 12 
./seasons/dayvolt.png 
49c8f8a914c31f7df27f300742794bf924d37af15615dbf12b7c1a886fd9cbb0
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayvolt.png to /weewx/seasons/dayvolt.png
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 13 
./seasons/daylightningdistance.png 
774d053b6e0d422ccfeb8b520d1548c78ce57a1a46b82af512a3ae1155d9008e
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningdistance.png to 
/weewx/seasons/daylightningdistance.png
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 14 
./seasons/dayhumex3.png 
cfa6df2880ab7a564531f579545a3a67cf6471a4a5d32a3326581d983c9b3289
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex3.png to /weewx/seasons/dayhumex3.png
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 15 
./seasons/dayhumex1.png 
3655815596b78bc6e1489d5cee852158d0e70f6044acfe9ec87fd42a1db61297
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex1.png to /weewx/seasons/dayhumex1.png
Feb 18 21:20:37 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 16 
./seasons/daybarometer.png 
3201746ed553991995dedd1d1f3cfe4e82cf54d9dc43dd7a7d44799b3322124c
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daybarometer.png to 
/weewx/seasons/daybarometer.png
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 17 
./seasons/dayppm2.png 
1258e95838a5520a61fcfe665b0071850616414849015d2f9b9e25985afeda26
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm2.png to /weewx/seasons/dayppm2.png
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 18 
./seasons/daysoilMoistBatt.png 
8e8afbfce38f20e62b8ca52ea0ed92eb74558253db53d1c982f6170d1bf10d29
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoistBatt.png to 
/weewx/seasons/daysoilMoistBatt.png
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 19 
./seasons/daytemp2.png 
6f7d7f83361d9d5e946d384caafb5c1942934712e8c6892a86cca266f2fd9cf2
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp2.png to /weewx/seasons/daytemp2.png
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 20 
./seasons/daytempin.png 
1b11cdd0daeca640ac342caa971c00fbe7f5ebe55b5bfc546947b915289b6aa2
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempin.png to /weewx/seasons/daytempin.png
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 21 
./seasons/telemetry.html 
9c45a3cadbfa91014755f4c38682bdd0c8ae5a98fe9cab5ace7afba78033a3cf
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/telemetry.html to /weewx/seasons/telemetry.html
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 22 
./seasons/daylightningcount.png 
489df5c99e5ec95f7fbb8a7c131609ed770b966cd647bd29f01c014d00313985
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daylightningcount.png to 
/weewx/seasons/daylightningcount.png
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 23 
./seasons/daysoilMoist2.png 
85d7a96b1b00ec0c4be15715a35c5e0647ac87904194f582519f35e1b105da70
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysoilMoist2.png to 
/weewx/seasons/daysoilMoist2.png
Feb 18 21:20:38 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 24 
./seasons/statistics.html 
9ecd45d260e8c697daf3f06c4f6370cb83befba3f1b8cf0ecae5a301509bf890
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/statistics.html to 
/weewx/seasons/statistics.html
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 25 
./seasons/dayhumin.png 
95fbff70e8d2faeb2a684b88a9f8b0a455f0565f1555ec3839212ac94e7b9cc9
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumin.png to /weewx/seasons/dayhumin.png
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 26 
./seasons/dayrain.png 
49581f848288f9b24c569fab8bc35750cce6088fee30c2a90bab6a3d2e5f4d2b
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrain.png to /weewx/seasons/dayrain.png
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 27 
./seasons/dayppm.png 
b68390a72ae3bb6de7efd061c6d7565a0d7b02cc0b814c20b93b1fdec8aa9f8f
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm.png to /weewx/seasons/dayppm.png
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 28 
./seasons/simple.txt 
25638cef33acc6c591b8ff0ee67193aaf5bf2dac6220ba8111685eb617177336
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/simple.txt to /weewx/seasons/simple.txt
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 29 
./seasons/dayrx.png 
c4d0544887c6cffc54c73eecfada7e5e24e8dcb87eba99d5da9db597b3b6182d
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayrx.png to /weewx/seasons/dayrx.png
Feb 18 21:20:39 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 30 
./seasons/daywinddir.png 
c542e5e56f3e6be8833c8f3197426262bf41484b5c061eeec7a6d5c5e91aaadf
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywinddir.png to /weewx/seasons/daywinddir.png
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 31 
./seasons/daytempsoil.png 
da0c9c55d879a9de1ba429e5a8b7f04478dd7bb69c39e10edfb372f43cc21b51
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempsoil.png to 
/weewx/seasons/daytempsoil.png
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 32 
./seasons/index.html 
2ca7efeef463772117bfb03c9b2685c8cdac7edfcf13be9c536aa2bf00e12de2
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/index.html to /weewx/seasons/index.html
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 33 
./seasons/dayppm1.png 
b1a5d52e41aa08db52694a94085943d04500b7539d72bb683ef6d10be2b8e1cf
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayppm1.png to /weewx/seasons/dayppm1.png
Feb 18 21:20:40 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 34 
./seasons/dayradiation.png 
c5be634435f8b6285b25a1f3006da1679a9b002da3e05a70d495afa9bf0ab7c6
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayradiation.png to 
/weewx/seasons/dayradiation.png
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 35 
./seasons/dayleafwet.png 
a79a37ef17ac577dc138de8370715959ee513ddc29eb1df17d36fca2d0bc1f30
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayleafwet.png to /weewx/seasons/dayleafwet.png
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 36 
./seasons/tabular.html 
e735bc7f2952d62bbaa4cc7e47986a7b4c0745ac554311f1f546d4d5d4bcaa2d
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/tabular.html to /weewx/seasons/tabular.html
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 37 
./seasons/celestial.html 
883aa8515263ef4414edff09457156a31dec53c67501837f888fb5653a4f7f2f
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/celestial.html to /weewx/seasons/celestial.html
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 38 
./seasons/dayhum.png 
28da5ce65d381e5806ca91dfbf73a2d46b899991cc3bd154a9f8c6a777dd47dd
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhum.png to /weewx/seasons/dayhum.png
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 39 
./seasons/daysunshine.png 
a8e14ec7c059f4837118059b7ac7b36712348f339f9c2700148511989f14668e
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daysunshine.png to 
/weewx/seasons/daysunshine.png
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 40 
./seasons/daytemp.png 
bd44cc21b49ed05be6d6e387bec2ba3205f297fe4e3677d95011746f701fc1f8
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp.png to /weewx/seasons/daytemp.png
Feb 18 21:20:41 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 41 
./seasons/daywind.png 
175b088650ac35dff160018df91c8a7aa4f2b96ff1792874f2b0a0b9dac6e793
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywind.png to /weewx/seasons/daywind.png
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 42 
./seasons/dayhumex2.png 
55489c8f0323e868c0c9aac94cd1c05b610076b783b4e17cbc975f459521998f
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayhumex2.png to /weewx/seasons/dayhumex2.png
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 43 
./seasons/daytempfeel.png 
9e0cd1b9f70a7140ca980fe38c734d051b4d89a801f5e588c13aaa2c3b9645cd
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempfeel.png to 
/weewx/seasons/daytempfeel.png
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 44 
./seasons/daytemp3.png 
e0262a57ad0a0c792bf1ba822173b6b7168c0334477795826248a890b2f2b464
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytemp3.png to /weewx/seasons/daytemp3.png
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 45 
./seasons/daytempleaf.png 
118ad5b76935aefbb694f3e47755f4771fcdd2a83e488933fa47acaf42417bf4
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daytempleaf.png to 
/weewx/seasons/daytempleaf.png
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 46 
./seasons/rss.xml 
5ee196a0943d10a3e2d5f312d811f0f7ce336d62c619cd2f2ac3ffab84603d9b
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/rss.xml to /weewx/seasons/rss.xml
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 47 
./seasons/daywindvec.png 
5885268014aee0a146ae1e9e166c342bccefc308090eee072b41d6a0cc570e31
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/daywindvec.png to /weewx/seasons/daywindvec.png
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 48 
./seasons/dayuv.png 
be0c9d8b579199a43f05200501cbb6b4990af0dc47fd69057ddf6cf138c629c2
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/dayuv.png to /weewx/seasons/dayuv.png
Feb 18 21:20:42 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 49 
./seasons/NOAA/NOAA-2024-02.txt 
bbe8e71bb2504d40a34c1ece974046c4b3d25e282b9047be54c8ac7452897c63
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/seasons/NOAA/NOAA-2024-02.txt to 
/weewx/seasons/NOAA/NOAA-2024-02.txt
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: 50 
./archive/NOAA-2024-02.txt 
9e3e52e32e5e0111d9d71dc48cbe0eac2f8e906ab3881525ea5aab4b4842709e
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weeutil.ftpupload: Uploaded 
file /var/www/html/weewx/archive/NOAA-2024-02.txt to 
/weewx/archive/NOAA-2024-02.txt
Feb 18 21:20:43 raspberrypi weewxd[35139]: INFO weewx.reportengine: 
ftpgenerator: Ftp'd 51 files in 8.69 seconds
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Report 
'RSYNC' not enabled. Skipping.
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
report 'StandardReport'
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/neowx-material/skin.conf for report 
'StandardReport'
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/neowx-material/lang/en.conf for report 
'StandardReport': Config file not found: 
"/etc/weewx/skins/neowx-material/lang/en.conf".
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: **** Using 
defaults instead.
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.reportengine: Running 
generators for report 'StandardReport' in directory 
'/etc/weewx/skins/neowx-material'
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.cheetahgenerator: Using 
search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Feb 18 21:20:43 raspberrypi weewxd[35139]: DEBUG weewx.manager: Daily summary 
version is 4.0
Feb 18 21:20:49 raspberrypi weewxd[35139]: DEBUG user.gw1000: Next update in 20 
seconds





Reply via email to