[weewx-development] Re: Debug verbosity in V3.7

2017-03-11 Thread mwall
On Saturday, March 11, 2017 at 10:08:44 PM UTC-5, Darryn Capes-Davis wrote: > > Yes, specifically it is Wunderground code. Introduce in Nov for caching > rapid fire values. I suppose this code would have well helped for > developing, but too verbose in my opinion for debug=1. > fixed at commit 6

[weewx-development] Re: Debug verbosity in V3.7

2017-03-11 Thread Darryn Capes-Davis
Yes, specifically it is Wunderground code. Introduce in Nov for caching rapid fire values. I suppose this code would have well helped for developing, but too verbose in my opinion for debug=1. def new_loop_packet(self, event): """Puts new LOOP packets in the loop queue""" sys

[weewx-development] Re: Debug verbosity in V3.7

2017-03-11 Thread mwall
darryn, could you be more specific about which log messages? for restful services, doing debug=2 should show the url/data before actually uploading, so that you can debug network issues from the client point of view. there is also log_failure and log_success that should apply to each restful

[weewx-development] Debug verbosity in V3.7

2017-03-11 Thread Darryn Capes-Davis
Tom, Just upgraded to V3.7 and note the extra verbosity from the RESTX service for loop packets. Can this sort of debug verbosity be only generated with say debug=2? Just a thought. The 3.7 change has added much verbosity to my log file. I am often running debug=1 for debugging extensions etc.

[weewx-development] Re: weewx won't start with user.wh23xx driver

2017-03-11 Thread mwall
On Saturday, March 11, 2017 at 6:30:47 PM UTC-5, Thom Rogers wrote: > > Hi Matt, > > I found the usb repo, but not sure what I need to download from there (and > where to put it ) in order to use with my wh23xx driver. > thom, the usb branch includes the wh23xx driver. the lower-level code is

[weewx-development] Re: weewx won't start with user.wh23xx driver

2017-03-11 Thread Thom Rogers
Hi Matt, I found the usb repo, but not sure what I need to download from there (and where to put it ) in order to use with my wh23xx driver. On Saturday, February 18, 2017 at 11:35:20 PM UTC-7, Thom Rogers wrote: > > Running on a Mini-Mac w 8GB RAM and OSX 10.11.6 (El Capitan) > I've installed t

Re: [weewx-development] Re: Advice on a new driver and how to make it available

2017-03-11 Thread Robert Clare
Hi Susan, could you please bump the version number consistently? You've got 0.2 in install.py and 0.1 in HP1000.py. And could you bump it to 0.3? I used 0.2 internally for my own station for your last version, just so that I knew what version I was using... At the moment it could easily be j

[weewx-development] Re: continuation of discussion on wxMesh MQTT

2017-03-11 Thread Wysiwyg
Hi all ! I worked a bit on this python, not easy but maybe I have something not so bad... here it is: def on_message(self, client, userdata, msg): self.payload = str(msg.payload) string_topic = str(msg.topic) key = string_topic.split('/')[-1] self.receive_b

[weewx-development] Re: update weewx-database

2017-03-11 Thread gjr80
Hallo Hartmut, Thanks. I have run that --clear-v2-data code and it behaved as it should though my setup was not quite the same as yours (SQLite vs MySQL for starters). I will have to call it a night now, I will sit down tomorrow and better replicate your setup to see if we can work out the prob

[weewx-development] Re: update weewx-database

2017-03-11 Thread Hartmut Schweidler
Hallo Gary, have at test01.txt root@acer:/home/weewx/bin/user# date Sa 11. Mär 13:34:38 CET 2017 root@acer:/home/weewx/bin/user# ./weewxwd_config.py --clear-v2-data --wx-binding=wx_binding Using configuration file /home/weewx/weewx.conf Using database binding 'wx_binding', which is bound to datab

[weewx-development] Re: update weewx-database

2017-03-11 Thread gjr80
Hallo Hartmut, Something does not add up. The following says we are going to clear binding wx_binding which is bound to database archive_mysql: root@acer:/home/weewx/bin/user# ./weewxwd_config.py --clear-v2-data > --wx-binding=wx_binding > Using configuration file /home/weewx/weewx.conf > Using

[weewx-development] Re: update weewx-database

2017-03-11 Thread Hartmut Schweidler
Hallo Gary, i use the original weewx-wd / bin / user

[weewx-development] Re: Advice on a new driver and how to make it available

2017-03-11 Thread vk3anz
Last (I hope) test version before release. Cleaned up the code, the install process and the variable names etc. Susan hp1000.tar.gz Description: Binary data