progress:
using windows 11 22H2 Pro
using wsl2
using ubuntu 20.04
got systemd and syslog installed
got data sending to /var/www/weewx/html
strugling with the connection between windows and wsl; can somebody help
with a updated anw working how to, tried a 1000 things, not much succes.
how to upload to my external paid server?
is the path : /weewx /weewx/ /wwwroot/weewx or any other combinations?
installed also vsftpd
see attachment for ftp settings and syslog
many thx , learning a lot about linux, many thx!!
Op dinsdag 8 november 2022 om 00:34:30 UTC+1 schreef Alex Vanuxem:
> Hi Rainer,
>
> don't seem to be able to install the systemd with the script, im sorry
>
> after which when i close the terminal and re-open it , it closes really
> quick, and i can read something about 'sleeping'..
> can't reopen anymore
> in attachment the log i get after installing the script
>
> thx for your effort
>
>
>
> Op ma 7 nov. 2022 om 09:23 schreef Rainer Lang <lang....@gmail.com>:
>
>> this log doesn't say anything regarding weewx except that weewx wrote two
>> records to its database which is already (at least a partial) success.
>> Such clipped logfiles are not very helpful.
>> Otherwise I cannot see any weewx related error.
>> You have to add debug = 1 to your weewx.conf (at the top of weewx.conf -
>> change debug = 0 to debug =1),
>> save and restart weewx.
>> And then provide the COMPLETE syslog entries from weewx start until at
>> least one, better two, archiving cycles.
>> One cycle starts usually every 5 minutes (depending on your settings in
>> weewx.conf).
>> Without that we can only poke in the dark.
>>
>>
>> On 06.11.2022 23:43, Alex Vanuxem wrote:
>>
>> thx man;
>>
>> so where I am at:
>> installed hyper-v on windows 11
>> installed an ubuntu virtual machine
>> tried to instal weewx
>> got a syslog see attachment
>> got data in, but with errors, see log
>> still need to connect the virtual machine with windows, struggling with
>> that
>> still need to install system.d struggling with that too
>>
>>
>>
>>
>>
>> Op za 5 nov. 2022 om 09:23 schreef Rainer Lang <lang....@gmail.com>:
>>
>>> one more thing:
>>> first of all you have to check if systemd is installed in your ubuntu
>>> installation - if not you need to install it (or something equivalent)
>>> how to find out ?
>>> run
>>> sudo
>>>
>>> *service --status-all (or when you are the root user without the "sudo")
>>> *
>>> If systemd is not installed, have a look at
>>>
>>> e.g. https://github.com/DamionGans/ubuntu-wsl2-systemd-script
>>>
>>> with the below commands you can install systemd under ubuntu on WSL2
>>>
>>> sudo apt install git
>>> git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git
>>> cd ubuntu-wsl2-systemd-script/
>>> bash ubuntu-wsl2-systemd-script.sh
>>> # Enter your password and wait until the script has finished
>>> systemctl
>>>
>>>
>>> You also have to look if the rsyslog service is installed/running (see
>>> above command service --status-all)
>>> if not, you can try
>>> sudo apt-get install rsyslog
>>>
>>> On 05.11.2022 07:33, Rainer Lang wrote:
>>>
>>> maybe we are talking cross-purpose:
>>> what you describe below is exactly the installation of WSL (exactly
>>> speaking WSL2) under Windows 11.
>>> Also with Win 11 you have to create the connection between the Windows
>>> 11 installation and the VM if some application or device in the local
>>> network
>>> wants to connect with an application inside the VM (here weewx).
>>> Ubuntu on WSL2 doesn't contain by default certain services like systemd
>>> or rsyslogd. They need to be installed by you manually.
>>> Again, there is plenty of documentation for this. Especially for
>>> installing systemd under WSL2.
>>> e.g. for the network integration and firewall
>>>
>>> https://stackoverflow.com/questions/61002681/connecting-to-wsl2-server-via-local-network
>>> If you use such environments, you need to know their "shortcoming" and
>>> needs. 😎
>>>
>>> On 05.11.2022 03:31, Alex Vanuxem wrote:
>>>
>>> hey,
>>>
>>> It was under wsl.
>>> *but now i installed under windows 11, hyper-v and installed an ubuntu
>>> latest version under a virtual machine, i have the full program;*
>>> now i'm struggling again;
>>> again no syslog, it says its installed, but cant start it
>>> i can invoke ./bin/weewxd , i see a lot of data coming in in my
>>> terminal, but no reports to var/www/html/ weewx,
>>> i guess it something to do with permissions? or am i just dumb
>>> thank you for your time,
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Op vr 4 nov. 2022 om 22:24 schreef Rainer Lang <lang....@gmail.com>:
>>>
>>>> When you want to use weewx under WSL (which works perfectly by the way
>>>> - at least with the Interceptor and the Ecowitt Gateway driver),
>>>> you need to make sure that the connectivity between the virtual machine
>>>> in which WSL is running and the local network the WSL host computer is
>>>> running in
>>>> has been established.
>>>> There are recipes for that - Google is your friend - they describe
>>>> Windows Powershell commands to be applied for this to work.
>>>>
>>>> That's not a weewx specific issue - it applies to any application
>>>> running in WSL (Windows Subsystem for Linux) and needing to
>>>> contact/communicate
>>>> with the local network of the host computer.
>>>>
>>>> On 04.11.2022 19:47, vince wrote:
>>>>
>>>> We really need more information on your setup.
>>>>
>>>> It 'seems' like you are trying to run a rather unusual configuration.
>>>>
>>>> I noticed this in your errors.txt file:
>>>>
>>>> - "Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29"
>>>>
>>>> ==> are you trying to run weewx under Windows WSL perhaps ?
>>>>
>>>> I also see the following:
>>>>
>>>> - Message: 'Socket error while opening port %d to ethernet host
>>>> %s.' Arguments: (22222, '192.168.0.248') --- Logging error ---
>>>> Traceback
>>>> (most recent call last): File
>>>> "/usr/share/weewx/weewx/drivers/vantage.py",
>>>> line 338, in openPort self.socket.connect((self.host, self.port))
>>>> OSError:
>>>> [Errno 113] No route to host
>>>>
>>>> ==> this is a networking issue in your setup
>>>>
>>>> We can't try to duplicate the problem(s) without knowing more about
>>>> your setup.
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "weewx-user" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to weewx-user+...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/weewx-user/19a056c8-8f87-4460-b31c-feb78448ccbbn%40googlegroups.com
>>>>
>>>> <https://groups.google.com/d/msgid/weewx-user/19a056c8-8f87-4460-b31c-feb78448ccbbn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "weewx-user" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to weewx-user+...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/weewx-user/fef7077b-712b-cc8e-9aa2-02c9e91e260f%40gmail.com
>>>>
>>>> <https://groups.google.com/d/msgid/weewx-user/fef7077b-712b-cc8e-9aa2-02c9e91e260f%40gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/CAHaYyo%2BUxKKd55E8VixmNnARUgsF-bEzqZvNQbjjD8UGxDNjLA%40mail.gmail.com
>>>
>>> <https://groups.google.com/d/msgid/weewx-user/CAHaYyo%2BUxKKd55E8VixmNnARUgsF-bEzqZvNQbjjD8UGxDNjLA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/fbd1bfa3-b750-b82d-b034-f9c733d6f5e4%40gmail.com
>>>
>>> <https://groups.google.com/d/msgid/weewx-user/fbd1bfa3-b750-b82d-b034-f9c733d6f5e4%40gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/CAHaYyo%2BRqGAXg_xSZn3TyH7WZTrKOq8mrjKJfGv2-U0FPOHjAA%40mail.gmail.com
>>
>> <https://groups.google.com/d/msgid/weewx-user/CAHaYyo%2BRqGAXg_xSZn3TyH7WZTrKOq8mrjKJfGv2-U0FPOHjAA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to weewx-user+...@googlegroups.com.
>>
> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/f5a3886c-76e3-c538-a621-6d6d6c103014%40gmail.com
>>
>> <https://groups.google.com/d/msgid/weewx-user/f5a3886c-76e3-c538-a621-6d6d6c103014%40gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/a804b855-3c68-4ce6-a8c1-85a5548a9d6cn%40googlegroups.com.
[[FTP]]
# FTP'ing the results to a webserver is treated as just another report,
# albeit one with an unusual report generator!
skin = Ftp
# If you wish to use FTP, set "enable" to "true", then
# fill out the next four lines.
# Use quotes around passwords to guard against parsing errors.
enable = true
user = sintkatelijnewavermeteobe
password = mypassword
server = apache53.cloud.telenet.be # The ftp server name, e.g,
www.myserver.org
path = /weewx # The destination directory, e.g., /weather
# Set to True for an FTP over TLS (FTPS) connection. Not all servers
# support this.
secure_ftp = False
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = var/www/html/weewx
# Most FTP servers use port 21
port = 21
# Set to 1 to use passive mode, zero for active mode
passive = 1
alex@LAPTOP-M848VS7O:~$ sudo nano /home/weewx/weewx.conf
[sudo] password for alex:
alex@LAPTOP-M848VS7O:~$ sudo /etc/init.d/weewx restart
Restarting weewx (via systemctl): weewx.service.
alex@LAPTOP-M848VS7O:~$ sudo tail -f /var/log/syslog
Nov 9 02:10:42 LAPTOP-M848VS7O weewx[1636] INFO weewx.restx: CWOP: Posting not
enabled.
Nov 9 02:10:42 LAPTOP-M848VS7O weewx[1636] INFO weewx.restx: WOW: Posting not
enabled.
Nov 9 02:10:42 LAPTOP-M848VS7O weewx[1636] INFO weewx.restx: AWEKAS: Posting
not enabled.
Nov 9 02:10:42 LAPTOP-M848VS7O weewx[1636] INFO weewx.engine: 'pyephem'
detected, extended almanac data is available
Nov 9 02:10:42 LAPTOP-M848VS7O weewx[1636] INFO __main__: Starting up weewx
version 4.9.1
Nov 9 02:10:44 LAPTOP-M848VS7O weewx[1636] INFO weewx.engine: Clock error is
-0.18 seconds (positive is fast)
Nov 9 02:10:44 LAPTOP-M848VS7O weewx[1636] INFO weewx.engine: Using binding
'wx_binding' to database 'weewx.sdb'
Nov 9 02:10:44 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Starting
backfill of daily summaries
Nov 9 02:10:44 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Daily summaries
up to date
Nov 9 02:10:46 LAPTOP-M848VS7O weewx[1636] INFO weewx.engine: Starting main
packet loop.
Nov 9 02:11:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:11:00 CET (1667956260) to database 'weewx.sdb'
Nov 9 02:11:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:11:00 CET (1667956260) to daily summary in 'weewx.sdb'
Nov 9 02:11:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.39 seconds
Nov 9 02:11:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:11:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 5
files to /var/www/html/weewx
Nov 9 02:12:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:12:00 CET (1667956320) to database 'weewx.sdb'
Nov 9 02:12:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:12:00 CET (1667956320) to daily summary in 'weewx.sdb'
Nov 9 02:12:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.25 seconds
Nov 9 02:12:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:12:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:13:05 LAPTOP-M848VS7O snapd[148]: taskrunner.go:271: [change 10
"Request device serial" task] failed: cannot retrieve request-id for making a
request for a serial: Post
"https://api.snapcraft.io/api/v1/snaps/auth/request-id": dial tcp: lookup
api.snapcraft.io on [::1]:53: read udp [::1]:40930->[::1]:53: read: connection
refused
Nov 9 02:13:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:13:00 CET (1667956380) to database 'weewx.sdb'
Nov 9 02:13:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:13:00 CET (1667956380) to daily summary in 'weewx.sdb'
Nov 9 02:13:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.25 seconds
Nov 9 02:13:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:13:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:14:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:14:00 CET (1667956440) to database 'weewx.sdb'
Nov 9 02:14:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:14:00 CET (1667956440) to daily summary in 'weewx.sdb'
Nov 9 02:14:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:14:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:14:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:15:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:15:00 CET (1667956500) to database 'weewx.sdb'
Nov 9 02:15:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:15:00 CET (1667956500) to daily summary in 'weewx.sdb'
Nov 9 02:15:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.26 seconds
Nov 9 02:15:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:15:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:16:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:16:00 CET (1667956560) to database 'weewx.sdb'
Nov 9 02:16:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:16:00 CET (1667956560) to daily summary in 'weewx.sdb'
Nov 9 02:16:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:16:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:16:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:17:01 LAPTOP-M848VS7O CRON[1675]: (root) CMD ( cd / && run-parts
--report /etc/cron.hourly)
Nov 9 02:17:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:17:00 CET (1667956620) to database 'weewx.sdb'
Nov 9 02:17:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:17:00 CET (1667956620) to daily summary in 'weewx.sdb'
Nov 9 02:17:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:17:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:17:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:18:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:18:00 CET (1667956680) to database 'weewx.sdb'
Nov 9 02:18:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:18:00 CET (1667956680) to daily summary in 'weewx.sdb'
Nov 9 02:18:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:18:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:18:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:19:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:19:00 CET (1667956740) to database 'weewx.sdb'
Nov 9 02:19:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:19:00 CET (1667956740) to daily summary in 'weewx.sdb'
Nov 9 02:19:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.26 seconds
Nov 9 02:19:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:19:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:20:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:20:00 CET (1667956800) to database 'weewx.sdb'
Nov 9 02:20:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:20:00 CET (1667956800) to daily summary in 'weewx.sdb'
Nov 9 02:20:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:20:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:20:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:21:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:21:00 CET (1667956860) to database 'weewx.sdb'
Nov 9 02:21:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:21:00 CET (1667956860) to daily summary in 'weewx.sdb'
Nov 9 02:21:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:21:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:21:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:22:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:22:00 CET (1667956920) to database 'weewx.sdb'
Nov 9 02:22:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:22:00 CET (1667956920) to daily summary in 'weewx.sdb'
Nov 9 02:22:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.25 seconds
Nov 9 02:22:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:22:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:23:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:23:00 CET (1667956980) to database 'weewx.sdb'
Nov 9 02:23:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:23:00 CET (1667956980) to daily summary in 'weewx.sdb'
Nov 9 02:23:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.26 seconds
Nov 9 02:23:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:23:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:24:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:24:00 CET (1667957040) to database 'weewx.sdb'
Nov 9 02:24:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:24:00 CET (1667957040) to daily summary in 'weewx.sdb'
Nov 9 02:24:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:24:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:24:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:25:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:25:00 CET (1667957100) to database 'weewx.sdb'
Nov 9 02:25:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:25:00 CET (1667957100) to daily summary in 'weewx.sdb'
Nov 9 02:25:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:25:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:25:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:26:16 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:26:00 CET (1667957160) to database 'weewx.sdb'
Nov 9 02:26:16 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:26:00 CET (1667957160) to daily summary in 'weewx.sdb'
Nov 9 02:26:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.25 seconds
Nov 9 02:26:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:26:17 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:27:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:27:00 CET (1667957220) to database 'weewx.sdb'
Nov 9 02:27:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:27:00 CET (1667957220) to daily summary in 'weewx.sdb'
Nov 9 02:27:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:27:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.24 seconds
Nov 9 02:27:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:28:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:28:00 CET (1667957280) to database 'weewx.sdb'
Nov 9 02:28:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:28:00 CET (1667957280) to daily summary in 'weewx.sdb'
Nov 9 02:28:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Nov 9 02:28:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:28:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:29:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:29:00 CET (1667957340) to database 'weewx.sdb'
Nov 9 02:29:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:29:00 CET (1667957340) to daily summary in 'weewx.sdb'
Nov 9 02:29:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.25 seconds
Nov 9 02:29:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:29:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:30:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:30:00 CET (1667957400) to database 'weewx.sdb'
Nov 9 02:30:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:30:00 CET (1667957400) to daily summary in 'weewx.sdb'
Nov 9 02:30:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.25 seconds
Nov 9 02:30:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:30:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:31:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:31:00 CET (1667957460) to database 'weewx.sdb'
Nov 9 02:31:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:31:00 CET (1667957460) to daily summary in 'weewx.sdb'
Nov 9 02:31:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.25 seconds
Nov 9 02:31:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.23 seconds
Nov 9 02:31:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Nov 9 02:32:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:32:00 CET (1667957520) to database 'weewx.sdb'
Nov 9 02:32:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.manager: Added record
2022-11-09 02:32:00 CET (1667957520) to daily summary in 'weewx.sdb'
Nov 9 02:32:18 LAPTOP-M848VS7O weewx[1636] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.28 seconds
Nov 9 02:32:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.imagegenerator:
Generated 19 images for report SeasonsReport in 0.25 seconds
Nov 9 02:32:19 LAPTOP-M848VS7O weewx[1636] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx