Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread Remy Lavabre
[image: Capture d’écran de 2022-02-13 10-14-16.png] Same problem for me ! Since weewx 4.6.x windGustDir is always N/A but the value is correct. I never had this problem before with 4.5.x or before... Only since 4.6.x Would it be possible to tell me how to get the loop packages so that I can pos

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread Remy Lavabre
[image: Capture d’écran de 2022-02-13 10-14-16.png] Same problem for me ! Since weewx 4.6.x windGustDir is always N/A but the value is correct. I never had this problem before with 4.5.x or before... Only since 4.6.x WindGustDir is always None in loop package values : LOOP: 2022-02-13 10:32:

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread Tom Keffer
I was able to replicate the problem. Pre V4.6, if windGustDir was missing, windDir was substituted. That behavior went away with v4.6. This patch restores it. Index: bin/weewx/wxxtypes.py === diff --git a/bin/weewx/wxxtypes.py b/bin/w

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread Remy Lavabre
Yes !! Thank-you Tom it works great now : [image: Capture d’écran de 2022-02-13 15-26-27.png] Le dimanche 13 février 2022 à 14:33:57 UTC+1, tke...@gmail.com a écrit : > I was able to replicate the problem. Pre V4.6, if windGustDir was missing, > windDir was substituted. That behavior went away w

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread Aslak Vaa
Brilliant, now it work just fine. Thanks a lot. On Sunday, February 13, 2022 at 3:28:45 PM UTC+1 remy.l...@gmail.com wrote: > Yes !! Thank-you Tom it works great now : > > [image: Capture d’écran de 2022-02-13 15-26-27.png] > Le dimanche 13 février 2022 à 14:33:57 UTC+1, tke...@gmail.com a écrit

[weewx-user] Problem with units

2022-02-13 Thread kludo
Hello all, I have updated this weekend to WeeWX version 4.6.2. Actually everything works as usual, but in my photovoltaic data no units are displayed anymore. I have changed the assignment in the units.py as follows "signal1" : "group_energy", but without success. Who knows advice? -- You re

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-13 Thread Adam Morgan
Thank you again Doug! Yeah, I've used nginx a bit in my day job (software developer) and it is definitely a must-have for serving sites. I finally got a chance to give this a try and unfortunately I am getting an error: *Creating network "" with the default driver could not find an available,

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread paul...@gmail.com
I don't report wind gust values/direction in the Current Conditions section of my Seasons skin (version 4.6.2) but in the Statistics (previously High/Low) section I've always had a Max Wind entry with both speed and direction reported. Since 4.6.2 the direction is reported as N/A so I've follow

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-13 Thread Adam Morgan
Ok, I got to the bottom of the previous problem. Actually this helped me to solve a problem that I have been having for two years - I could not successfully forward ports to docker containers. It turns out that I had openvpn running inside of one of the containers and that was causing my prob

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-13 Thread vince
I'd run "docker ps -a" and look at which containers are forwarding which ports. > -- 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...@googlegr

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread Remy Lavabre
Hi Paul. Have you triedto stop weewx and restart it ? You must do that if you modify python file. Cordialy Le dimanche 13 février 2022 à 18:32:38 UTC+1, paul...@gmail.com a écrit : > I don't report wind gust values/direction in the Current Conditions > section of my Seasons skin (version 4.6.2

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-13 Thread Adam Morgan
Thank you, that's a good thought. I did verify that nothing else is using that port (I only have 10ish containers). I did notice that this created a new network. Could that be the issue? In my limited experience I have only ever used "host". This is a device running on my network and not lo

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread paul...@gmail.com
Hi Remy Yes I did sudo /etc/init.d/weewx restart. Just in case I've done it again but no change. Can I just check I swapped the correct wxxtypes.py file. I swapped the one in /usr/share/weewx/weewx Paul On Sunday, 13 February 2022 at 18:08:44 UTC remy.l...@gmail.com wrote: > Hi Paul. > Have you

Re: [weewx-user] windGustDir is always set to NULL in database after upgrating to weewx version 4.6.0/4.6.2

2022-02-13 Thread Remy Lavabre
Yes, it’s the good python file, same as me (if standard installation...) The Tom’s update/patch solves perfectly the problem and also min/max windGustDir data base. Try stop and start weewx (logicaly same thing as restart... !?) Try to look for all wxxtype.py on your system to see if there is ano

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-13 Thread Adam Morgan
Sorry, still struggling with this one. I don't want a new network created. Instead, I just want to bind to the host. Any help would be greatly appreciated. Thank you again! On Sunday, February 13, 2022 at 1:54:28 PM UTC-5 Adam Morgan wrote: > Thank you, that's a good thought. I did verify

Re: [weewx-user] DEFAULT_DELTATIME_FORMAT

2022-02-13 Thread 'Werner Krenn' via weewx-user
Tom, your patch " +if context == 'current': +context = 'delta_time' " solves the problem. Many thanks for this. Ok, explicit formatting should always work, but this should be the last option, to get correct values. (My personal meaning) tke...@gmail

[weewx-user] Re: Problem with units

2022-02-13 Thread gjr80
Making changes to units.py is a poor approach to dealing with problems and should be avoided, at best your changes will not survive a WeeWX upgrade; at worst your changes could unknowingly cause problems elsewhere with WeeWX. If you wish to assign an observation type to a unit group this is bes

Re: [weewx-user] Problem with units

2022-02-13 Thread Graham Eddy
at risk of hijacking this thread, there is only one copy of user/extensions.py, used in all instances of weewx (if you are running multiple instances off same code base). is there an easy way to distinguish instances from within user/extensions.py? ⊣ Graham Eddy ⊢ > On 14 Feb 2022, at 11:58 am,

Re: [weewx-user] Problem with units

2022-02-13 Thread gjr80
On Monday, 14 February 2022 at 11:06:00 UTC+10 graha...@gmail.com wrote: > at risk of hijacking this thread, there is only one copy of > user/extensions.py, used in all instances of weewx (if you are running > multiple instances off same code base). is there an easy way to distinguish > instanc

Re: [weewx-user] Re: WeeWX V4.6.1 released

2022-02-13 Thread matthew wall
On Saturday, February 12, 2022 at 3:47:09 PM UTC-5 robcr...@gmail.com wrote: > Matthew, > > pi@pi3b:/etc/weewx $ wee_extension --list > > Extension NameVersion Description > Belchertown 1.2 A clean modern skin with real time streaming > updates and interactive charts. Modeled

[weewx-user] Re: WeeWX V4.6.1 released

2022-02-13 Thread matthew wall
On Sunday, February 13, 2022 at 1:09:29 AM UTC-5 roger...@gmail.com wrote: > 1) This was the first time have run it directly :) > pi@weather-pi:/etc/weewx/scripts $ sudo ./weewxd > REC:2022-02-12 21:50:00 PST (1644731400) 'altimeter': '30.2184565672 > <(218)%20456-5672>', 'appTemp': '48.4