[weewx-user] 4.10.1 Error 'driver'

2023-01-30 Thread Little Old Me
After upgrading to version 4.10.1 this error is occurring originally installed from the apt repository on Ubuntu 22.04. INFO __main__: Initializing weewx version 4.10.1 INFO __main__: Using Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] INFO __main__: Located at /bin/python3 INFO __mai

Re: [weewx-user] Uptime in seconds with v4.10.0?

2023-01-30 Thread Al Barnes
Tom Keffer wrote: Thanks for catching these! Fixed in commit b6d8057 . That was quick! I copied the updated celestial.inc to my current weewx skins/Seasons directory and everything is perfect now. Thank you!

Re: [weewx-user] Uptime in seconds with v4.10.0?

2023-01-30 Thread Tom Keffer
Thanks for catching these! Fixed in commit b6d8057 . On Mon, Jan 30, 2023 at 5:05 PM Al Barnes wrote: > Tom Keffer wrote: > > It's worth reading the Upgrade Guide: /Breaking changes for skins that > > use delta tim

Re: [weewx-user] Uptime in seconds with v4.10.0?

2023-01-30 Thread Al Barnes
Tom Keffer wrote: It's worth reading the Upgrade Guide: /Breaking changes for skins that use delta time/ Looking at this, the example in the upgrade guide for Seasons/celestial.inc shows no difference be

[weewx-user] Re: 4.10.1 ERROR in imagegenerator.py

2023-01-30 Thread blu...@gmail.com
I just stuck the message in Github. On Monday, January 30, 2023 at 7:39:07 PM UTC-5 blu...@gmail.com wrote: > I don't know where to report this. I just updated to 4.10.1 and was > getting errors in syslog. There is an extra "f" in line 259 of > imagegenerator.py > > diff imagegenerator.py

[weewx-user] 4.10.1 ERROR in imagegenerator.py

2023-01-30 Thread blu...@gmail.com
I don't know where to report this. I just updated to 4.10.1 and was getting errors in syslog. There is an extra "f" in line 259 of imagegenerator.py diff imagegenerator.py imagegenerator.py.orig 259c259 < log.error("Unknown plot type {plot_type}. Ignored") --- >

Re: [weewx-user] Weewx died with update to 4.10

2023-01-30 Thread Darryl
If I wasn't such a Linux noob I would have known that I caused the problem myself. Tnx, Darryl On Monday, January 30, 2023 at 2:58:03 PM UTC-6 tke...@gmail.com wrote: > Everything seems to be running normally with weewxd. > > I don't why you're trying to run wee_reports simultaneously, but it d

Re: [weewx-user] Uptime in seconds with v4.10.0?

2023-01-30 Thread Tom Keffer
It's worth reading the Upgrade Guide: *Breaking changes for skins that use delta time* On Mon, Jan 30, 2023 at 10:32 AM WindnFog wrote: > Thank you, Marius. That fixed it. > > Weewx uptime: 0 days, 3 hour

Re: [weewx-user] Weewx died with update to 4.10

2023-01-30 Thread Tom Keffer
Everything seems to be running normally with weewxd. I don't why you're trying to run wee_reports simultaneously, but it does not have the necessary permissions to access the HTML area /var/www/html/weewx. Most likely because it was not run with 'sudo'. -tk On Mon, Jan 30, 2023 at 10:20 AM Darr

Re: [weewx-user] Uptime in seconds with v4.10.0?

2023-01-30 Thread WindnFog
Thank you, Marius. That fixed it. Weewx uptime: 0 days, 3 hours, 47 minutes Server uptime: 0 days, 3 hours, 49 minutes weewx v4.10.0 - Paul VE1DX On Monday, January 30, 2023 at 2:25:33 PM UTC-4 mscham...@gmail.com wrote: > I also ran into that after the update to 4.10.0. > > You need to edit t

Re: [weewx-user] Uptime in seconds with v4.10.0?

2023-01-30 Thread Marius Schamschula
I also ran into that after the update to 4.10.0. You need to edit that section to read Weewx uptime: $station.uptime.long_form Server uptime: $station.os_uptime.long_form weewx v$station.version > On Jan 30, 2023, at 12:21 PM, WindnFog wrote: > > Since updating weew

[weewx-user] Uptime in seconds with v4.10.0?

2023-01-30 Thread WindnFog
Since updating weewx this morning, I noted the weewx and server uptime is reported in seconds: Weewx uptime: 2 seconds Server uptime: 12678 seconds weewx v4.10.0 Is this something I'm doing, or a slight bug in the code? I'm using the Standard index.html.tmpl template. This is the code I belie

[weewx-user] Weewx died with update to 4.10

2023-01-30 Thread Darryl
Was running 4.9.1 with a modified vantage.py driver Skin is WDC. Here is the syslog: Jan 30 11:52:55 raspberrypi systemd[1]: Starting LSB: weewx weather system... Jan 30 11:52:56 raspberrypi weewx[1681] INFO __main__: Initializing weewx version 4.10.1 Jan 30 11:52:56 raspberrypi weewx[1681] INF

[weewx-user] Weewx... refreshing?!

2023-01-30 Thread Jochem _
I am playing with the Weewx (https://github.com/martinwiest/WeeWX-Docker) distribution and since I am a sort of stuck I hope someone can help me. The issues I am facing: 1. HTML pages are not generates (except I force this through ./wee_reports ../weewx.conf 2. For some reason I can’t link t

Re: [weewx-user] New Timespan $daylight for the time while sun is up

2023-01-30 Thread 'Rory Gillies' via weewx-user
Thanks Again Karen K! It needed a little bit of tweaking but now it’s working great. Here’s the working code extract from week.html.tmpl: #from weewx.units import ValueTuple, ValueHelper #attr $dayradiationacc=0 #attr $n=0 #for $dd in $year.days