[weewx-development] Re: InfluxDB Support?

2016-08-10 Thread mwall
On Tuesday, August 9, 2016 at 11:11:47 PM UTC-4, Vince Skahan wrote: > > On Tuesday, August 9, 2016 at 7:53:35 PM UTC-7, mwall wrote: >> >> try this: >> >> https://github.com/matthewwall/weewx-influx >> >> > > Matthew - you have a lot of cool

[weewx-development] Re: candidate for Standard skin replacement

2017-01-22 Thread mwall
another update to the newskin candidate: http://lancet.mit.edu/mwall/projects/weewx-newskin/ changes include: - lightened up the graphic design and layout - rudimentary color scheme elements - using a much-less-ugly font (currently uses google font server, but i'm evaluating fonts to include

[weewx-development] Re: WRM300 barometer problem

2017-01-23 Thread mwall
On Monday, January 23, 2017 at 10:25:27 AM UTC-5, Agusti Rifer wrote: > > I have placed the added file wmr300-0.18rc1, i have downloaded the > generation time to 2 minutes, but the problem persists. > Every 15 minutes makes a correct barometer and the rest all N/A. > you must replace wmr300.py

[weewx-development] Re: For your consideration: new driver called socketlogger

2017-01-30 Thread mwall
pat, please take a look at this weewx wiki page: https://github.com/weewx/weewx/wiki/observer the interceptor approach is pretty much the only option for the fine offset bridges, but there is a direct-connect approach for the fine offset wifi consoles that requires zero configuration (no

[weewx-development] Re: For your consideration: new driver called socketlogger

2017-01-30 Thread mwall
On Monday, January 30, 2017 at 9:56:05 AM UTC-5, Pat O'Brien wrote: > > Hey Matthew, your GitHub link 404s. Do you have an updated link for it? > https://github.com/matthewwall/weewx-observer

[weewx-development] Re: candidate for Standard skin replacement

2017-01-29 Thread mwall
here is another update to the new Standard replacement candidate: http://lancet.mit.edu/mwall/projects/weewx-newskin/ changes include: - separate page for celestial details - consolidate and simplify css - a new 'sensor status' section - modified simulator to emit battery status, voltages

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

2017-02-21 Thread mwall
bill, you might want a separate thread in the wxMesh driver - one thread that receives mqtt data and puts it on a queue, then the main thread that runs genLoopPackets and picks data off the queue as soon as they arrive. see the ws3000 driver for a pretty simple example implementation. it has

[weewx-development] Re: foobot air quality monitory

2017-02-18 Thread mwall
On Saturday, February 18, 2017 at 9:18:07 PM UTC-5, Inoukb wrote: > > Hello, Inouk from Foobot here. Available to help if necessary. > > Not sure why you guys don't use our API though: > http://api.foobot.io/apidoc/index.html > hello inouk! is it possible to configure the foobot to send to a

[weewx-development] Re: What prevents archives and generated files?

2017-02-20 Thread mwall
On Monday, February 20, 2017 at 8:27:07 PM UTC-5, crich...@gmail.com wrote: > > Here's the comment from the top of the file: Derived (shamelessly stolen) > from Matthew Wall's Observer driver by Chris Richmond. > Meaning the basic structure is still there, just the additions to deal > with my

[weewx-development] Re: What prevents archives and generated files?

2017-02-20 Thread mwall
On Monday, February 20, 2017 at 2:27:55 PM UTC-5, crich...@gmail.com wrote: > > I'm making progress with my driver, and I'm making LOOPs in weewk now, but > the archive's and generated files aren't happening. > There aren't any errors anywhere, just no DB updates, pictures, or web > pages. The

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

2017-02-20 Thread mwall
On Sunday, February 19, 2017 at 1:35:20 AM UTC-5, Thom Rogers wrote: > > > Any advice on how to overcome the "No backend available" error? > thom, you have to install a usb 'backend' that is supported by pyusb. three examples are libusb, libusb1, or openusb. libusb1 is probably your best

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

2017-02-20 Thread mwall
On Monday, February 20, 2017 at 9:45:55 PM UTC-5, vk3...@gmail.com wrote: > > I think I'm nearly ready to release this but I'd still like a comment on > hwo to best handle the new version (V3.7.0) > susan, you should not have to do anything special for weewx 3.7.0 - there are no changes in 3.7

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

2017-02-20 Thread mwall
On Sunday, February 12, 2017 at 10:26:35 PM UTC-5, vk3...@gmail.com wrote: > > Just noticed that the beta of V3.7.0 is available. > In the release notes from Tom he noted that any missing 'windGustDir' is > to be determined by Weewx with this version. > Please note that the last version of my

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-17 Thread mwall
On Friday, February 17, 2017 at 2:22:44 PM UTC-5, Thom Rogers wrote: > > Not sure what this tells us, but here's the output of those commands: > trying to figure out whether you have multiple python installations did you set PYTHONPATH? what happens when you run with no PYTHONPATH set?

[weewx-development] Re: format of what genLoopPackets yields with "yield packet"

2017-02-16 Thread mwall
On Thursday, February 16, 2017 at 10:36:10 PM UTC-5, crich...@gmail.com wrote: > > OK, I think I've got it. One more thing. Is there a point to including > pairs where the value is zero, or is that assumed when the data gets rolled > up for archive or plotting? > Thx, Chris >> >> >>> chris,

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-16 Thread mwall
On Thursday, February 16, 2017 at 9:50:28 PM UTC-5, Thom Rogers wrote: > > Even though I've successfully installed configobj via the pip install > configobj command, when I try to start weewx it errors with "No module > named configobj" > can you import configobj at a python prompt?

[weewx-development] Re: What prevents archives and generated files?

2017-02-25 Thread mwall
On Saturday, February 25, 2017 at 11:07:01 AM UTC-5, crich...@gmail.com wrote: > > I tried this again with more messaging enabled, and I think the problem is > that the times in the records have to be local times, not something from > the past, and not actually UTC. Both those cases result in

[weewx-development] Re: What prevents archives and generated files?

2017-02-25 Thread mwall
On Saturday, February 25, 2017 at 1:50:23 PM UTC-5, crich...@gmail.com wrote: > > Thanks. I'll get to cleaning up the code later, but on the time thing... > here's the code and values that are part of rec_time being sent in. > It sure looks to me that int(time.time()+0.5) gives local time. Of

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

2017-02-23 Thread mwall
On Thursday, February 23, 2017 at 7:59:13 AM UTC-5, Bill Morrow wrote: > > I discovered a possible problem with this approach working well with other > parts of weewx. Last night I was attempting to get the Realtime Gauge-Data ( > https://github.com/gjr80/weewx-realtime_gauge-data) extension

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

2017-02-21 Thread mwall
On Tuesday, February 21, 2017 at 10:49:35 AM UTC-5, Thom Rogers wrote: > > I'm confused as to why you are talking about an acurite driver. I'm > interfacing to an Excelvan WH2310 which I believe is a Fine Offset station, > not Acurite. > i mistyped. i meant the fine offset wh23xx.

[weewx-development] Re: Loop vs Archive

2017-02-12 Thread mwall
On Thursday, February 9, 2017 at 1:00:08 AM UTC-5, Clay Jackson wrote: > > I've got an Acurite 5n1 that I'm reading using the SDR radio driver. > Since that doesn't provide a barometer, I'm reading an APRS formatted > stream from another station I have, and grabbing the barometer from there

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-17 Thread mwall
On Friday, February 17, 2017 at 8:24:19 AM UTC-5, Thom Rogers wrote: > > No. No luck on that either > > > >>> import configobj > > Traceback (most recent call last): > > File "", line 1, in > > ImportError: No module named configobj > >> >> which python do you get when you invoke the shell?

[weewx-development] Re: New driver for Ambient ObserverIP

2017-01-16 Thread mwall
On Monday, January 16, 2017 at 12:24:42 PM UTC-5, blown46pwr wrote: > > Does this help? > https://www.dropbox.com/s/bawuan2dfdqs5az/Alma%2C%20MI%20Current%20Weather%20Conditions.htm?dl=0 > that is the page generated by weewx. we need the page that you get when you connect to the observer.

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

2017-01-19 Thread mwall
perhaps most important items as you make your work available to others: - add a copyright line to the top of readme, install.py, and the driver .py itself: Copyright 2017 Susan email address is optional. - if you want to distribute under a license, then include a file called

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

2017-01-19 Thread mwall
On Thursday, January 19, 2017 at 11:54:26 PM UTC-5, vk3...@gmail.com wrote: > > Thanks for all of the feedback - brilliant! > Mike - I was a bit wary of claiming too much 'copyright' as I must admit > I've "borrowed" quite a bit from your "pmon" extension. > I noticed that using the

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

2017-01-19 Thread mwall
finally, and most importantly,... very nicely done!

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

2017-01-19 Thread mwall
here is a bit more unsolicited advice: - split the code into two classes: HP1000Driver and HP1000Station. the station class should do all the work - that is where the network stuff happens, and that is where the decoding happens. then you can derive a TESTStation from HP1000Station to put

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

2017-01-19 Thread mwall
On Friday, January 20, 2017 at 12:40:51 AM UTC-5, dr__bob wrote: > > So a try, except bracketing the sendto would help. With a configurable > delay? With a configurable number of retries? But I've really got to > figure out why my cable modem apparently periodically restarts. > weewx is

[weewx-development] Re: Davis Vantage Pro 2 Plus <--> Raspi 2 (weewx) <---> vserver (weewx)

2016-09-11 Thread mwall
hello Björn, you have many options. basically you install a weewx uploader extension on the pi that feeds data to your server. here are a few: MQTT - very low bandwidth, easy to integrate with many other systems InfluxDB - easy integration with grafana and other plotting tools, but not so

[weewx-development] Re: acurite bridge firmware update change

2016-09-12 Thread mwall
radar, thanks for posting the sensor outputs. these have been incorporated into the interceptor driver as of v0.10rc2. it *should* automatically detect whether the acurite bridge has older firmware that emits chaney's format or the newer firmware that puts out the wu-ish format. m

[weewx-development] Re: creating new Driver/service

2016-09-14 Thread mwall
On Wednesday, September 14, 2016 at 10:56:56 AM UTC-4, jmltech wrote: > > What would be a good example to follow for creating a new driver and > service? joe, first of all, you should decide whether to do a driver or a service. a driver is the primary source of data when you run weewx. a

Re: [weewx-development] Re: New OpsGenie Heartbeat and Alerts integration

2016-09-18 Thread mwall
On Saturday, September 17, 2016 at 10:31:41 PM UTC-4, Darryn Capes-Davis wrote: > > Thanks all for the feedback. Now have > https://github.com/dcapslock/Weewx-OpsGenie with first release > https://github.com/dcapslock/Weewx-OpsGenie/releases/download/v0.1/Weewx-OpsGenie.tar.gz. > > Will write

[weewx-development] Re: Meteostick driver for weewx

2016-10-01 Thread mwall
this is regarding the commits for meteostick driver 0.45, which included removal of the use of weewx.units.Converter() for unit conversions and the change to weewx.METRICWX from weewx.US for the unit system of LOOP packets emitted by the meteostick driver. there have been many exchanges via

[weewx-development] Re: candidate for Standard skin replacement

2016-11-12 Thread mwall
thanks to chris for his work on 'Standard Skin Version 2', as well as the feedback from glenn, alan, vince, steve, and others in that thread. hopefully we can get the momentum to make it happen this time...

Re: [weewx-development] Re: candidate for Standard skin replacement

2016-11-12 Thread mwall
forgot the .inc files in setup.py manifest fixed at 2cdea68 you'll have to re-install, or copy the .inc files manually

Re: [weewx-development] candidate for Standard skin replacement

2016-11-14 Thread mwall
thank you for the feedback! what features/functionality do you consider must-have for the standard skin? what other attributes should the new standard skin have, e.g., "easy for new users to understand", "easy to extend", "show all sensor data", "illustrate core weewx capabilities" change up

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

2017-01-11 Thread mwall
On Wednesday, January 11, 2017 at 10:01:58 PM UTC-5, vk3...@gmail.com wrote: > > At present the code includes 'testing code' that I've used to confirm that > the various unit transformations all work, and this is controlled by a > single class boolean variable. Is it better to leave this code in

[weewx-development] Re: New driver for Ambient ObserverIP

2017-01-09 Thread mwall
On Monday, January 9, 2017 at 10:13:31 PM UTC-5, blown46pwr wrote: > > The web page is still loading as simulator. > you need to remove the 'break' line too. better yet, do some captures of the web page and post them, then i can ensure that the driver works with them. the code could be

[weewx-development] Re: New driver for Ambient ObserverIP

2017-01-09 Thread mwall
On Monday, January 9, 2017 at 9:52:15 PM UTC-5, blown46pwr wrote: > > Thanks for helping. > > Which file am I supposed to edit? I do not see "logdbg" in the config file > and it only goes to line 506? >> >> >> modify the driver file user/observerip.py. and i mistyped. it should be this:

[weewx-development] Re: New driver for Ambient ObserverIP

2017-01-09 Thread mwall
On Monday, January 9, 2017 at 9:29:55 PM UTC-5, blown46pwr wrote: > > Now the only questionable message I get is this: observerip: packet > missing UV but it is running. However the index.html file is still loading > the simulator information. > apparently the web page on your station does not

Re: [weewx-development] Bug in uwxutils.py

2017-01-11 Thread mwall
On Wednesday, January 11, 2017 at 7:45:38 PM UTC-5, Tom Keffer wrote: > > Gack! That's been in there since the original translation from Pascal, now > 4 years ago! > there is a fair amount of unused code in uwxutils - apparently none of the functions that use uwxutils.CToF are actually used:

[weewx-development] Re: idokep.hu

2016-12-28 Thread mwall
sandor, around line 70 of idokep.py, change this: site_dict.setdefault('station_type', 'WS23XX') site_dict.setdefault('database_dict', config_dict['Databases' ][config_dict['StdArchive']['archive_database']]) to this: site_dict.setdefault('station_type',

Re: [weewx-development] Dynamic History Plots using D3

2017-01-07 Thread mwall
chris, angular (1 or 2) has way too much overhead react is more heavyweight than i would like as well i lean toward riot: http://riotjs.com/ if you're going to do dashboards right, you either need a dashboard framework that can do everything, or you need a bunch of components that play well

[weewx-development] Re: Json data for Graphing

2017-01-08 Thread mwall
darryn, as you design this json interface, i hope that we can avoid the mess that is customraw.txt and realtime.txt those two files are output by weather-display and cumulus, respectively. those are the primary mechanism for getting data from those applications to their non-native displays,

[weewx-development] Re: New driver for Ambient ObserverIP

2017-01-10 Thread mwall
On Monday, January 9, 2017 at 10:13:31 PM UTC-5, blown46pwr wrote: > > The web page is still loading as simulator. > > Appreciate the help. Have to go to bed. Will tackle more tomorrow. Thanks! > please try pulling the latest from github (driver version 0.6), then try again. m

[weewx-development] Re: idokep.hu

2016-12-27 Thread mwall
On Tuesday, December 27, 2016 at 6:41:52 PM UTC-5, Sándor Makány wrote: > > Kedves Lóránt! > > Próbálom beüzemelni a modulod, azonban az alábbi hibába futok bele: > File "/usr/share/weewx/user/idokep.py", line 63, in __init__ > Dec 27 23:37:45 raspberrypi weewx[4830]: site_dict = >

[weewx-development] Re: candidate for Standard skin replacement

2016-12-06 Thread mwall
thanks for the feedback thus far! try the latest iteration on the new Standard skin in the newskin branch, or look at a snapshot here: http://lancet.mit.edu/mwall/projects/weewx-newskin-161104/ a few things to note: - celestial now includes daylight hours. tested for extreme polar locations

[weewx-development] Re: Modifying the database schema using variables from weewx.config

2017-03-24 Thread mwall
On Friday, March 24, 2017 at 4:38:00 PM UTC-4, Thomas Carlin wrote: > > One thing that is worth mentioning, I don't intend to use this to replace > the weatherstation driver, in my case Vantage. I have been following the > code examples listed in Adding a second datasource, >

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

2017-03-15 Thread mwall
On Sunday, March 12, 2017 at 6:49:17 AM UTC-4, Wysiwyg wrote: > > This has no meaning and I guess it would be better to filter. > also it may happens that some mqtt topics may be not for weewx but for > other personnal use. > > I would like to check if a key is existing in weewx schema before put

[weewx-development] Re: A strange way to "read a station"

2017-03-15 Thread mwall
On Wednesday, March 15, 2017 at 5:24:23 PM UTC-4, Ian Boag wrote: > > I think I have it . > > In simulator.py . getLoopPackets > > for obs_type in self.observations: > _packet[obs_type]=self.observations ... blah .. blah > > Hijacking this looks like it should work . ? > just use

[weewx-development] Re: New Parser in SDR

2017-03-09 Thread mwall
On Thursday, March 9, 2017 at 8:01:26 PM UTC-5, Clay Jackson wrote: > > I just picked up an Acurite 275M outdoor temp/humidity sensor that has an > external probe – I want to set up at least one, and maybe 2 or 3 for Soil > Temp recorders. RTL_433 will read them and produce this – all I need

[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: 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

[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] Re: A strange way to "read a station"

2017-03-08 Thread mwall
On Tuesday, March 7, 2017 at 11:36:53 PM UTC-5, Ian Boag wrote: > > Not sure where to start - the obvious place is the fousb.py driver and > have it go to a file with the downloaded query in it (instead of talking to > the station). I can read the numbers etc. I assume that fousb.py just >

[weewx-development] Re: Remote sensor collection - files or RPC or.....

2017-07-24 Thread mwall
clay, if you've got a tcp/ip network between the data collection stations, then there are quite a few options: a) run an instance of emoncms, use the weewx-emoncms extension to send data from weewx to emoncms. create dashboards in emoncms. b) run a MQTT broker, use the weewx-mqtt extension

Re: [weewx-development] Re: Radiation and ET - Sunshine Duration

2017-07-24 Thread mwall
On Monday, July 24, 2017 at 5:52:14 PM UTC-4, Clay Jackson wrote: > > Thanks, Matt – I was more interested in how to get the “sunshine > duration”, which would be the number of seconds during the day where the > radiation was greater than 120W/m^2. I suppose I could do that as a > service

[weewx-development] Re: Rainwise WS-2000 Support

2017-06-30 Thread mwall
On Monday, June 26, 2017 at 10:32:02 PM UTC-4, Harry Bruce wrote: > > Has anyone worked on supporting the older Rainwise WS-2000 Computer > Interface? > is that a serial interface? > Is there a guide for developing new Device Drivers? I'm planning on > trying to start with the CC-3000

[weewx-development] Re: retrieving total rain in a custom service

2017-04-25 Thread mwall
On Tuesday, April 25, 2017 at 4:13:56 PM UTC-4, Daniel Jönsson wrote: > It seems to me that 'rainTotal' is the same as rain in that table. > the fine offset hardware reports an integer counter, which is the number of bucket tips. the fousb driver converts that counter to 'rainTotal' the

[weewx-development] Re: La Crosse WS3650

2017-06-17 Thread mwall
shunra, it looks like there is some code available that talks to the ws3600 series of weather stations: https://sourceforge.net/projects/open3600/ so that could be a starting point for a ws3600 driver for weewx fwiw, the ws3600 was the followup to the ws2300 (more memory, touch screen, cup

[weewx-development] Re: Weewx auto start

2017-09-13 Thread mwall
On Wednesday, September 13, 2017 at 9:31:57 AM UTC-4, mjsw...@gmail.com wrote: > > OK, assuming I am not as skilled as a programmer as you and that I am > reasonably skilled enough to set up weewx, Allstar, or Xastir and manage > cron jobs, how would I go about getting info from the log?

[weewx-development] Re: Weewx auto start

2017-09-12 Thread mwall
On Tuesday, September 12, 2017 at 5:08:43 PM UTC-4, Mike Swiatkowski wrote: > > Has anyone had issues with weewx not starting on bootup? I tried > update-rc.d /etc/init.d/weewx defaults 98. It does not seem to autostart > on reboot. I am running debian 8 x64. What is the proper procedure to

[weewx-development] Re: Query against archive_day_outTemp

2017-11-19 Thread mwall
On Tuesday, November 14, 2017 at 10:20:16 AM UTC-5, Clay Jackson wrote: > > My “day job” is supporting Quest Foglight (a database monitoring tool) – > just for fun, I pointed it at the weewx database. > clay, is there any chance you could point that profiling tool at a weewx instance that is

[weewx-development] Re: [RFC] Support for the Oregon Scientific WMR89

2018-01-10 Thread mwall
ray, 'marunio' over at wxforum figured out that the baud rate on the wmr89 is non-standard. that is why no one has been able to make any sense of the comms. now that we know the baud rate (128000) it should be pretty easy to make a weewx driver for the wmr89. it looks like the

Re: [weewx-development] NMEA Support - Raspberry PI

2018-01-16 Thread mwall
On Tuesday, January 16, 2018 at 9:25:44 AM UTC-5, Thomas Boström wrote: > > Are there any documentation how to change the station/driver to the Airmar > driver, I am running the Simulator for the moment. > (I think I have solved my problem with the weewx.drivers) > this has all the gory details:

[weewx-development] Re: [RFC] Support for the Oregon Scientific WMR89

2018-01-17 Thread mwall
On Wednesday, January 17, 2018 at 5:32:07 PM UTC-5, andr3id wrote: > > Anyway, with the information found on wxforum > , I've managed to modify > a linux kernel driver to make the WMR89 show up as a USB serial interface > in Linux. > welcome!

[weewx-development] Re: [RFC] Support for the Oregon Scientific WMR89

2018-01-26 Thread mwall
On Friday, January 26, 2018 at 4:34:07 PM UTC-5, andr3id wrote: > > It worked with a newer version of Python and a newer pyserial. I've build > python 3.6.4 on the RPi and then installed pyserial through the built-in > pip tool. To test the weewx driver I have to fix a newer Python 2 on RPi >

[weewx-development] Re: [RFC] Support for the Oregon Scientific WMR89

2018-01-26 Thread mwall
oops! andr3id not ray!

[weewx-development] Re: [RFC] Support for the Oregon Scientific WMR89

2018-01-01 Thread mwall
ray, nice work! you might want to do this as a standalone driver instead of try to merge the functionality into the wmr9x8 driver. it probably means quite a bit of code duplication, at least for the first implementation. but there is already a lot of duplication between the wmr drivers

[weewx-development] notes about grafana, mqtt, influx, and weewx

2018-09-07 Thread mwall
vince and i have been having a discussion about how to get data from weewx into grafana. i figured there are others who could benefit from this discussion, and i'm sure there are some grafana/influx/mqtt users who could contribute. vince's application is to compare data from three different

[weewx-development] Re: prerequisites for running the weewx test suite

2018-04-05 Thread mwall
On Thursday, April 5, 2018 at 10:40:37 PM UTC-4, Vince Skahan wrote: > > I'm fiddling with trying 'make test' to run the test suite, and all the > mysql tests fail ala: > > "BadPasswordError: (1045, "Access denied for user 'weewx1'@'localhost' > (using password: YES)") > > > I added

Re: [weewx-development] MacOS (10.11.6) wview user converting to weewx, python errors

2018-03-05 Thread mwall
On Saturday, March 3, 2018 at 6:43:19 PM UTC-5, Tom Keffer wrote: > > Nice to have a Mac expert around! Perhaps in a quiet moment you can tell > me how to get the system logger to work on High Sierra. > yes, please, i would like some of that magic too!

Re: [weewx-development] MacOS (10.11.6) wview user converting to weewx, python errors

2018-03-05 Thread mwall
> > > > On Mon, Mar 5, 2018 at 5:13 AM, kdbarto > wrote: > >> >> Pip wasn’t installed and failed to self-install. So i reverted to >> easy_install. >> > this is why the macos installation guide says to use easy_install, not pip. python installation and dependencies are

Re: [weewx-development] MacOS (10.11.6) wview user converting to weewx, python errors

2018-03-05 Thread mwall
this looks like a problem with the python installation, not with the current directory. you do not have to be in the /Users/Shared/weewx directory to run weewxd. On Sunday, March 4, 2018 at 12:04:24 PM UTC-5, Tom Keffer wrote: > > The problem is that you are in the wrong subdirectory and, as a

[weewx-development] Re: adding hardware type to the hardware guide

2018-10-07 Thread mwall
On Sunday, October 7, 2018 at 8:10:19 PM UTC-4, Vince Skahan wrote: > > > do we keep track of those kind of stations someplace in weewx-land ? > there are a few places: 1) the 'drivers' section of the wiki lists all of the known drivers for various types of hardware. as of 07oct2018, there

[weewx-development] Re: adding hardware type to the hardware guide

2018-10-07 Thread mwall
On Sunday, October 7, 2018 at 5:09:52 PM UTC-4, Vince Skahan wrote: > > I wanted to take a crack at adding the WeatherFlow Smart Weather Station ( > http://weatherflow.com/smart-home-weather-stations/) to the hardware > guide. What's the best way to cook up a new section for that and get into

[weewx-development] Re: White listing files with install.py?

2018-09-03 Thread mwall
On Monday, September 3, 2018 at 4:46:55 PM UTC-4, Pat O'Brien wrote: > > In case I've overlooked something - which is highly possible - is it > possible to install files with install.py - but also "white list" certain > files? Such that "if file exists, do not re-install (overwrite)"? > nope.

[weewx-development] Re: Meteostick not handling negative temperature?

2019-01-21 Thread mwall
pat, it is not clear what the problem is. are you saying that weewx crashes whenever there is a negative temperature from the sensors? if so, we need to see the stack trace, and the code if you have made modifications. m

[weewx-development] Re: stuck with new driver

2019-01-23 Thread mwall
On Wednesday, January 23, 2019 at 2:05:58 PM UTC-5, Alan W. wrote: > > > My config file points to the driver in my home dir, and the group has been > changed to weewx from my group - I am a member of the weewx group. This > looks to my that the appropriate bit of weewx doesn't see the driver,

[weewx-development] Re: running weewx on a pi but unable to get data fron lw30x

2018-12-03 Thread mwall
this question was addressed here: https://github.com/matthewwall/weewx-interceptor/issues/39 if you still need help, please post to weewx-user and explain your configuration. when sniffing/listening to network traffic, the logical and physical configurations of your network really matter. m

[weewx-development] Re: Misol weather station

2019-01-03 Thread mwall
On Wednesday, December 12, 2018 at 11:10:20 PM UTC-5, Leon Lessing wrote: > > Hi guys, > > I got this working via rflink, I am using the .deb installation file. > (ubuntu 16.04) > Couple of things I found. > 1. Editing /etc/weewx/weewx.conf directly does not affect the > configuration, you

[weewx-development] Re: Meteostick not handling negative temperature?

2019-01-26 Thread mwall
changes applied at commit 043fa5a for weewx-meteostick v0.50 m

Re: [weewx-development] Database access from driver

2019-03-25 Thread mwall
On Monday, March 25, 2019 at 11:41:13 AM UTC-4, Louis De Lange wrote: > > I am thinking about some workarounds for the genArchiveRecords() methods. > Since the historical data request does not contain the cost data it would > be useful to be able to pull the cost from the last record in the

Re: [weewx-development] Developing a WeeWX-Driver for custom weather station hardware (adding custom sensors)

2019-02-21 Thread mwall
On Thursday, February 21, 2019 at 1:59:25 PM UTC-5, Henry Denston wrote: > > But can you answer me the question if there are limitations regarding the > color formatting in the skin.conf? > E.g. I can not set the color '0xD17729' in the ImageGenerator Section for > the label

Re: [weewx-development] Re: Vantage LOOP2 packets (for THSW index)

2019-02-12 Thread mwall
On Monday, February 11, 2019 at 6:03:22 PM UTC-5, Deborah Pickett wrote: > > While I have your attention, a bikeshed-style question about schema > naming. Is there a preferred naming style for new database columns? > THSWIndex? thswIndex? thswindex? Or something else more verbose? > i like

[weewx-development] Re: Help analyzing data from LaCrosse V21WTH to build interceptor driver

2019-02-05 Thread mwall
hi dan, could you post a few json packets so we can see how they differ? also, if you could make a table with two columns - first column is the data string, second column is the list of ALL conditions at/near the time you saw the data string. it would be most helpful to see a range of

Re: [weewx-development] Windy website API under definition ?

2019-04-16 Thread mwall
the weewx-windy uploader should work with python3 now please try it and let me know how it works for you sorry i cannot test it fully - windy.com is refusing my attempts to create test stations

Re: [weewx-development] Windy website API under definition ?

2019-04-16 Thread mwall
please try the latest (at least commit 71d72da i had to revert to using http GET instead of POST because the windy.com server won't accept what looks like a properly encoded JSON request (and they

Re: [weewx-development] Re: [patch] station.py support OS uptime for FreeBSD 11

2019-04-14 Thread mwall
On Thursday, April 11, 2019 at 5:23:58 PM UTC-4, Jon Marnock wrote: > > Would it be better to just use something more generic like uptime(1) and > parse the output? > > pure python would be preferable to calling out to a system utility. remember that weewx runs on windows too.

[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-16 Thread mwall
On Thursday, May 16, 2019 at 11:46:51 AM UTC-4, Sean Begley wrote: > > > My setup includes a RaspberryPi (or any linux machine) with an RTL-SDR > based receiver attached. Using rtl_433 I can receive all data from the > sensor units. I'm in the process of writing a python script to transform

[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-17 Thread mwall
On Thursday, May 16, 2019 at 11:05:17 PM UTC-4, Sean Begley wrote: > > > I'd like to have a small, stand alone device (basically just like the > ObserverIP only not locked down to ambientweather.net and wunderground.com) > that can catch the 915MHz from a physically ideal location and send the

[weewx-development] Re: Packaging the weather34 Template (WX-HWS)

2019-05-25 Thread mwall
another thing to consider is when to write something yourself in your extension versus use what has already been written in another extension. for example, forecasting. you could easily make queries to wu or other forecast service in the weewx-wx34 extension. or you could make the weewx-wx34

[weewx-development] Re: WU Forecast

2019-06-23 Thread mwall
On Sunday, June 23, 2019 at 10:19:23 AM UTC-4, St. B. wrote: > > I can email the update forecast.py file if you want, until Matthew shows > up with the appropriate code. > do you mind posting it in this thread? then i can merge it into the forecast codebase and get a new release out. many of

[weewx-development] Re: Weather Link Live - Driver

2019-06-24 Thread mwall
On Monday, June 24, 2019 at 12:34:31 AM UTC-4, Tom wrote: > > Hello All, > I'm trying to write my own driver to locally pull data from a weather link > live box (because I couldn't find one elsewhere), and I'm struggling - this > is my first deeper exploration into python. > > I'm wondering

[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-18 Thread mwall
On Saturday, May 18, 2019 at 1:26:23 AM UTC-4, Sean Begley wrote: > > My plan is to have my device (what I'm currently calling ObserverPi) > receive asynchronous messages from 915MHz sensors (could be extended to > other frequencies and sensors), populate a data structure and then have >

Re: [weewx-development] Windy website API under definition ?

2019-04-18 Thread mwall
weewx-windy 0.2 only supports http GET, and station identifier is not necessary for that. set station=0 and everything should work. apparently the station identifier is only necessary for the POST protocol. the spec indicates that a station identifier is an integer.

Re: [weewx-development] Windy website API under definition ?

2019-04-18 Thread mwall
On Thursday, April 18, 2019 at 12:23:32 PM UTC-4, Wysiwyg wrote: > > api_key is filled by the key I get from > https://stations.windy.com/stations > it's a very long key ( ~124 characters) > yes, the api_key is ridiculously long. they must be expecting data from every atom in the universe.

[weewx-development] Re: Packaging the weather34 Template (WX-HWS)

2019-07-04 Thread mwall
> > >> On 04 Jul 2019, at 08:56, steeple ian wrote: >> >> Matthew, >> >> Yes I did, >> >> This is from the syslog: - >> >> reportengine: Caught unrecoverable exception in generator >> 'weewx.reportengine.CopyGenerator' >> Jul 4 13:40:44 DietPi weewx[7627]: [Errno 21] Is a >>

[weewx-development] Re: Packaging the weather34 Template (WX-HWS)

2019-07-04 Thread mwall
On Wednesday, July 3, 2019 at 7:21:53 PM UTC-4, steeple ian wrote: > > If I want to copy_once an entire folder containing mixed type files and > sub folders, is there a syntax for that or do I have to list each wild-card > file type and sub-folder? > did you try it? no magic syntax, just what

Re: [weewx-development] Windy website API under definition ?

2019-04-15 Thread mwall
here is an uploader for windy: https://github.com/matthewwall/weewx-windy unfortunately it is not yet working - when i hit node.windy.com i get: Cannot GET /pws/update i'm guessing its an https thing... m

  1   2   >