[weewx-user] Modify StdPrint to not print loop packets?

2021-01-02 Thread bdf0506
My log file is far too noisy in my docker implementation of wee experience, so I’m looking for a quick and easy way to only print the archive packets with StdPrint and then only print loop packets if debug is enabled. Is this easily possible? Or will I have to create my own service to run, as

Re: [weewx-user] Re: weewx crashed - issue with gw1000.py when Ecowitt WH45 5-in-1 combo sensor gets activated (5= T+PM2.5+PM10) [2b]

2021-01-02 Thread gjr80
OK, understand. Nothing to concern the GW1000 driver. I suspect the vast majority of cases where WH45 obs are included in a skin will be user modified/developed skins and experience shows the user will format/order as the user sees fit. I suspect the default skins that ship with WeeWX will

Re: [weewx-user] Re: Rolling average for inTemp

2021-01-02 Thread Tom Keffer
The problem is that the value for line_gap_fraction is too low. It should be more like 0.05. Commit 94ae1e6 . That doesn't help existing users, but it does it make less likely that new users will trip up on it. -tk

Re: [weewx-user] Re: Rolling average for inTemp

2021-01-02 Thread p q
Thanks! Works now. So I think the example in the customization guide won't work either. I can update it and put in a pull request if that helps the next guy. On Sat, Jan 2, 2021 at 3:27 PM Tom Keffer wrote: > You're getting bitten by "line gap fraction >

Re: [weewx-user] Re: Rolling average for inTemp

2021-01-02 Thread Tom Keffer
You're getting bitten by "line gap fraction ". This is an option that prevents lines from being drawn across big gaps in the data. The default is 0.01 (1%) of the x domain, or .27h, in this case. Your aggregation interval is 30 minutes, a bit

Re: [weewx-user] Re: Rolling average for inTemp

2021-01-02 Thread p q
[image: image.png] I guess the Groups UI doesn't like embedded images On Sat, Jan 2, 2021 at 3:13 PM peterq...@gmail.com wrote: > FYI. This is what it looks like > > > On Saturday, January 2, 2021 at 11:24:26 AM UTC-8 peterq...@gmail.com > wrote: > >> Hi, >> >> I'm trying to overlay a rolling

[weewx-user] Re: Rolling average for inTemp

2021-01-02 Thread peterq...@gmail.com
FYI. This is what it looks like On Saturday, January 2, 2021 at 11:24:26 AM UTC-8 peterq...@gmail.com wrote: > Hi, > > I'm trying to overlay a rolling average for inside temp. The heater going > on and off introduces a cyclical pattern that I want to damp out. I'm > following the example >

Re: [weewx-user] Re: change wind direction from degress

2021-01-02 Thread gjr80
Hi, There is no single setting you can change to have Seasons display directions as ordinates, unfortunately you will need to go through the relevant report templates(s) and change the formatting for each tag concerned to use .ordinal_compass. You will need to take care as some of the tags

Re: [weewx-user] Rainfall data on 29 Feb

2021-01-02 Thread Tom Keffer
Still not following. What do you mean by "monthly mean precipitation"? Do you mean the monthly total precipitation? If so, what do you mean by "agree with my calculations"? How did you calculate February's total? Directly from the database? Or, are you saying that the total given for February on

Re: [weewx-user] Re: change wind direction from degress

2021-01-02 Thread Δημήτρης Βήχος
i have allready read this section. the ask in if theres option to apears in seasons skin the ordinates not with degress by default , with setting in skin.conf. reading the docs says the only option for group_direction is degree_compass. tried to set degree_compass=ordinal_compass but weewx

Re: [weewx-user] Re: New to weewx, AW WS-2000

2021-01-02 Thread vince
That is a great summary link. Thanks ! On Saturday, January 2, 2021 at 12:40:26 PM UTC-8 lang@googlemail.com wrote: > It works with all Ambient Weather sensors which are clones of Fine Offset > sensors. > > (Ambient also sells non-Fine Offset clone sensors and weather stations) > > What

Re: [weewx-user] Re: CRITICAL __main__: **** must be real number, not NoneType OR CRITICAL __main__:*** %x formatpe or : an integer is required, not float

2021-01-02 Thread Co van der lee
Hi Luc, Thanks a lot for your quick action, great! I found v0.20, brand new :) I will update the driver with the following commands on the Rpi - sudo wget -O weewx-rtldavis-master.zip https://github.com/lheijst/weewx-rtldavis/archive/master.zip - sudo ./bin/wee_extension --install

Re: [weewx-user] Re: New to weewx, AW WS-2000

2021-01-02 Thread Rainer Lang
It works with all Ambient Weather sensors which are clones of Fine Offset sensors. (Ambient also sells non-Fine Offset clone sensors and weather stations) What sensors these are, you can see at https://www.wxforum.net/index.php?topic=40730.0 On 02.01.2021 21:34, George Morgan wrote: Does

Re: [weewx-user] Re: New to weewx, AW WS-2000

2021-01-02 Thread George Morgan
Does the GW1000 work with all the AW sensors? On Sat, Jan 2, 2021, 11:41 AM galfert wrote: > Well there is a way to get from WS-2000 AW protocol to WeeWX...but you > need a translator. You can use FOSHKplugin and that will convert AW > protocol to Ecowitt protocol and then you can use the WeeWX

[weewx-user] Re: HP1000 and MQTT

2021-01-02 Thread bell...@gmail.com
Sounds like you might be interested in my MQTTSubscribeService extension. rich On Saturday, 19 December 2020 at 10:45:47 UTC-5 ried...@gmail.com wrote: > Hi there I run Weewx with an HP1000 weather station. Is it possible to > receive sensors

Re: [weewx-user] Re: New to weewx, AW WS-2000

2021-01-02 Thread galfert
Well there is a way to get from WS-2000 AW protocol to WeeWX...but you need a translator. You can use FOSHKplugin and that will convert AW protocol to Ecowitt protocol and then you can use the WeeWX Interceptor driver. On Saturday, January 2, 2021 at 2:17:39 PM UTC-5 gm@gmail.com wrote: >

[weewx-user] Rolling average for inTemp

2021-01-02 Thread peterq...@gmail.com
Hi, I'm trying to overlay a rolling average for inside temp. The heater going on and off introduces a cyclical pattern that I want to damp out. I'm following the example in the customization guide, except using

Re: [weewx-user] Re: New to weewx, AW WS-2000

2021-01-02 Thread George Morgan
Is there an effort to support the AW protocol for the WS-2000 server? As a developer I would be interested in working on this if it is documented (and maybe even if it is not). My WS-2000 has the latest wifi and base firmware installed. I will also look into the GW-1000 and RTL SDR options. On

[weewx-user] Re: MQTT & Belchertown - mixed F & C units

2021-01-02 Thread David Levine
I did some more troubleshooting this morning. I looked at the weewx-mqtt code and saw if debug = 2, it would log the messages to the broker queue. What I see are only F values being sent to the MQTT broker such as: Jan 2 17:30:36 raspberrypi weewx[14221] DEBUG user.mqtt: data: {'dateTime':

[weewx-user] Re: New to weewx, AW WS-2000

2021-01-02 Thread galfert
The best way is to buy the GW1000 and then it will pick up al your WS-2000 sensors. Then you install WeeWX with the GW1000 API driver. https://github.com/gjr80/weewx-gw1000 There is not telnet with the WS-2000. The Interceptor driver will not pick up all your sensorsif you have added

Re: [weewx-user] Re: change wind direction from degress

2021-01-02 Thread p q
Have you looked here: http://weewx.com/docs/customizing.htm#Wind ? On Sat, Jan 2, 2021 at 9:31 AM Δημήτρης Βήχος wrote: > in current direction ok. i like to apply in all stastics in day, weewk, > month, year . > > Στις Σάββατο, 2 Ιανουαρίου 2021 στις 2:57:27 μ.μ. UTC+2, ο χρήστης >

[weewx-user] Re: change wind direction from degress

2021-01-02 Thread Δημήτρης Βήχος
in current direction ok. i like to apply in all stastics in day, weewk, month, year . Στις Σάββατο, 2 Ιανουαρίου 2021 στις 2:57:27 μ.μ. UTC+2, ο χρήστης storm...@gmail.com έγραψε: > try this: $current.windDir.ordinal_compass > > On Saturday, January 2, 2021 at 6:42:00 AM UTC-5

[weewx-user] Re: change wind direction from degress

2021-01-02 Thread Δημήτρης Βήχος
in current dir ok. i like to apply in all statistics. in day in month etc. something like $day.windDir.ordinal_compass works? Στις Σάββατο, 2 Ιανουαρίου 2021 στις 2:57:27 μ.μ. UTC+2, ο χρήστης storm...@gmail.com έγραψε: > try this: $current.windDir.ordinal_compass > > On Saturday,

[weewx-user] Re: CRITICAL __main__: **** must be real number, not NoneType OR CRITICAL __main__:*** %x formatpe or : an integer is required, not float

2021-01-02 Thread Luc Heijst
Hi Co, The error on line 938 occurs when no single message is received from the Davis station during an archive interval (typical 5 minutes). The error on line 1200 occurs when data is reveived from an analog temperature sensor. The 12-bit raw data is converted to 10 bits causing the integer

[weewx-user] Re: CRITICAL __main__: **** must be real number, not NoneType OR CRITICAL __main__:*** %x formatpe or : an integer is required, not float

2021-01-02 Thread Luc Heijst
The errors are fixed in version 0.20 these are the changes: line 935 if total_max_count > 0: if total_max_count > 0 and self.stats['pct_good_all'] is not None: line 941 if self.stats['curr_cnt'][i] > 0 and self.stats['count'][i] > 0: if

Re: [weewx-user] Rainfall data on 29 Feb

2021-01-02 Thread Roger Saunders
When I select yearly summary on the weewx page: weewx/NOAA/NOAA-2020.txt the monthly mean precipitation listed there all agree with my calculations except for February. I tracked down the reason was that the rainfall amount on 29 Feb is not included in the Feb mean printed in NOAA-2020.txt Does

[weewx-user] Re: best way to use weewx with a Davis station

2021-01-02 Thread Mark Jenks
You can still find the 6510USB for sale online. On Thursday, December 31, 2020 at 2:41:01 PM UTC-6 pedal...@gmail.com wrote: > Yes you can. I have a Davis Vantage Vue and Weatherlink Live and have that > ability with weewx > > On Thursday, December 31, 2020 at 12:45:40 PM UTC-5 Juan Antonio

[weewx-user] New to weewx, AW WS-2000

2021-01-02 Thread George Morgan
Hi All, I received a weather station for Christmas and realized really quickly that I want / need something like weewx to make it much more capable. I saw in the list archives that others are using weewx with the WS-2000, intercepting WU data. Is there another method where weewx polls the

Re: [weewx-user] CRITICAL __main__: **** must be real number, not NoneType OR CRITICAL __main__:*** %x formatpe or : an integer is required, not float

2021-01-02 Thread Co van der lee
Thanks for your quick response Tom, I posted it on lheist's Git. I hope he can fix it? The crazy thing is the spontaneous occurrence, every 5 minutes the loop runs, some days without error and then suddenly this happend As a workaround for the time to fix . - appear there other errors if

Re: [weewx-user] Rainfall data on 29 Feb

2021-01-02 Thread Tom Keffer
Hello, Roger Can you be more specific about what you're seeing? What stats are you referring to? The tag $year.rain.sum? Something else? How is it not matching your expectations? -tk On Sat, Jan 2, 2021 at 4:54 AM Roger Saunders wrote: > Hi! > I noticed that the annual rainfall stats from

Re: [weewx-user] CRITICAL __main__: **** must be real number, not NoneType OR CRITICAL __main__:*** %x formatpe or : an integer is required, not float

2021-01-02 Thread Tom Keffer
These are both simple errors in the driver rtldavis. Ask the driver's author to fix the problem. On Sat, Jan 2, 2021 at 5:47 AM Co van der lee wrote: > Hi all, > > > > Ik hope someone can help me to automate errorhandling………. > > > > The Rpi with SDR (weewx 4.2 / Mysql / apache) runs well, at

[weewx-user] CRITICAL __main__: **** must be real number, not NoneType OR CRITICAL __main__:*** %x formatpe or : an integer is required, not float

2021-01-02 Thread Co van der lee
Hi all, Ik hope someone can help me to automate errorhandling………. The Rpi with SDR (weewx 4.2 / Mysql / apache) runs well, at inexplicable moments the loop is interrupted, see parts op the logfile. the weewx.service remains active only sub-processes have been stopped. a /etc/init.d./weewx

[weewx-user] Re: change wind direction from degress

2021-01-02 Thread storm...@gmail.com
try this: $current.windDir.ordinal_compass On Saturday, January 2, 2021 at 6:42:00 AM UTC-5 hobbyl...@gmail.com wrote: > hi everybody and happy new year! > > I wonder if there is a way to chande the wind direction statistics from > degrees to direction original > for example from 360 to N

[weewx-user] Rainfall data on 29 Feb

2021-01-02 Thread Roger Saunders
Hi! I noticed that the annual rainfall stats from weewx doesn't include the 29th Feb in its calculations, easy to understand why. Roger PS Overall though really grateful of this useful software -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

[weewx-user] Adding new folder to Belchertown skin

2021-01-02 Thread weather list
I have added a folder to the Belchertown skin containing some html files which are updated daily. The folder has an index.html.tmpl file and adding to the skin.conf [[ToDate]] list creates the folder and generates the index.html page but the HTML files are not updated. How do I configure it so

[weewx-user] change wind direction from degress

2021-01-02 Thread hobbyl...@gmail.com
hi everybody and happy new year! I wonder if there is a way to chande the wind direction statistics from degrees to direction original for example from 360 to N thank you! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from