[weewx-user] Re: Cydia pomonella

2017-09-23 Thread Andrew Milner
I got intrigued by this, but also got nowhere!! NOAA reports report heating and cooling days, which I think are probably using a base temperature of 65F. I cannot find however where the base temperature is set up, or even how the NOAA template manages to evaluate tags such as

[weewx-user] Cydia pomonella

2017-09-23 Thread crhode
That's codling moth, the worm in the apple. I have a decade-old backyard orchard and have built up a sustaining population of these buggers. Next year I'm going to get serious about hunting them down -- every one of them. To this end, I put up a new Ambient WS2095 weather station and

[weewx-user] Re: Lightning Strikes on weewx-sdr Issue

2017-09-23 Thread Paul Oversmith
Thanks so much for the quick response. I felt it was something I missed in the setup. Changes made. Need the next thunderstorm to make sure it is working. Also thanks for the suggestion on LightningDistance. I changed the field to REAL. On Saturday, September 23, 2017 at 7:03:21 PM UTC-4,

Re: [weewx-user] Lightning Strikes on weewx-sdr Issue

2017-09-23 Thread Clay Jackson
Ah, thanks for the clarification! Sent from my iPhone Clay Jackson > On Sep 23, 2017, at 5:44 PM, mwall wrote: > >> On Saturday, September 23, 2017 at 7:11:55 PM UTC-4, Clay Jackson wrote: >> I'm having the same issue - and just caught the FLOAT vs INTEGER

Re: [weewx-user] New location for custom generators

2017-09-23 Thread gjr80
Hi, FWIW having seen your code I don't think you will have too many issues (if any at all). All of the skin.conf stuff is still very much the same as it was; besides you are only really feeding your generator with config settings (that your generator decodes) and calling your generator. True,

Re: [weewx-user] Lightning Strikes on weewx-sdr Issue

2017-09-23 Thread mwall
On Saturday, September 23, 2017 at 7:11:55 PM UTC-4, Clay Jackson wrote: > > I'm having the same issue - and just caught the FLOAT vs INTEGER problem. > Don't understand the accumulator piece, shouldn't that be default? > the accumulator determines how values will be aggregated over time

Re: [weewx-user] Lightning Strikes on weewx-sdr Issue

2017-09-23 Thread Clay Jackson
I'm having the same issue - and just caught the FLOAT vs INTEGER problem. Don't understand the accumulator piece, shouldn't that be default? Sent from my iPhone Clay Jackson > On Sep 23, 2017, at 2:40 PM, Paul Oversmith wrote: > > I am having a real problem with the graph

[weewx-user] Re: Lightning Strikes on weewx-sdr Issue

2017-09-23 Thread mwall
On Saturday, September 23, 2017 at 5:40:05 PM UTC-4, Paul Oversmith wrote: > > I am having a real problem with the graph for lightning strikes using an > Acurite 6045 lighting detector and the weewx-sdr driver. > > The total number of strikes and distance reports correctly, the strikes >

[weewx-user] Lightning Strikes on weewx-sdr Issue

2017-09-23 Thread Paul Oversmith
I am having a real problem with the graph for lightning strikes using an Acurite 6045 lighting detector and the weewx-sdr driver. The total number of strikes and distance reports correctly, the strikes (delta) is not right (the strike are reported as .02 to .06 rather than an integer count,

Re: [weewx-user] New location for custom generators

2017-09-23 Thread Joe Percival
and, here is the original skin configuration file with urls, ports, and passwords redacted: # # #

Re: [weewx-user] New location for custom generators

2017-09-23 Thread Joe Percival
and here is the complete listing of the custom generator code: # -*- coding: utf-8 -*- import Image, ImageFont, ImageDraw, urllib, urllib2, time import os, weewx.reportengine #=== #Class ImageGenerator

Re: [weewx-user] New location for custom generators

2017-09-23 Thread Joe Percival
First, an explanation... I'm adding a report that downloads images from webcams, manipulates them, and copies them to a local file. An FTP report then sends them to a specific location on my remote web server. The skin for this custom report includes a configuration file but does not use a

Re: [weewx-user] weewx not starting after reboot (manual intervention necessary)

2017-09-23 Thread Dave Harper
On Friday, September 22, 2017 at 11:42:32 PM UTC-5, Andrew Milner wrote: > > I think it has started when wifi network was up rather than Ethernet > network. Did you set wait for network in raspi-config - which is the RPi > method of ensuring network is available while booting. > >> >> Thanks

Re: [weewx-user] WeeWX, is daylight?

2017-09-23 Thread Thomas Keffer
No, there isn't, but it's a good idea. I've opened Issue #276 to discuss. -tk On Sat, Sep 23, 2017 at 4:43 AM, Antony K. wrote: > Is there someway with an extra tag so the weeWX can return 1 if it is > daylight or 0 if

Re: [weewx-user] weewx not starting after reboot (manual intervention necessary)

2017-09-23 Thread Dave Harper
On Friday, September 22, 2017 at 9:25:58 PM UTC-5, Tom Keffer wrote: > > Sorry. The WLIP logger is a common nickname for the Davis "WeatherLink IP > logger". Like this > . > > I'm officially embarrassed - apparently I was

Re: [weewx-user] Wind Gust N/A

2017-09-23 Thread Thomas Keffer
Make sure you put ignore_zero_wind in the right location. Your configuration file should look like: [StdWXCalculate] ignore_zero_wind = false [[Calculations]] . . . Another option is that .format() can take an argument containing what you want when the value is None. See the

[weewx-user] Re: Intermittent dew point data to Wunderground

2017-09-23 Thread mwall
On Friday, September 22, 2017 at 11:50:23 PM UTC-4, Patrick Boyle wrote: > > I should add I'm running weewx on a version of Slackware (unRAID) > installed via the python script. My station is an Acurite 5 in 1. > >> >> whoops! i am a bit behind here (having some network issues). acurite

[weewx-user] Radar images

2017-09-23 Thread zkab
I can't find any radar images - like https://radar.weather.gov/ridge/lite/N0R/AKQ_loop.gif - for my area, which is Stockholm, Sweden. I tested with following (skin.conf) and it works OK: radar_img = https://radar.weather.gov/ridge/lite/N0R/AKQ_loop.gif radar_url =

[weewx-user] WeeWX, is daylight?

2017-09-23 Thread Antony K.
Is there someway with an extra tag so the weeWX can return 1 if it is daylight or 0 if it is night using current time, sunrise and sunset? $current.isDaylight -> True or False. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

[weewx-user] Re: Intermittent dew point data to Wunderground

2017-09-23 Thread mwall
On Friday, September 22, 2017 at 11:48:05 PM UTC-4, Patrick Boyle wrote: > > > Hello, new weewx user here. Loving it so far. It's working perfecty with > one exception. When looking at my station on wunderground I see extremely > intermittent dew point data, as in there are hours of time between

[weewx-user] Bootstrap extra gauges problem

2017-09-23 Thread Antony K.
I want to add 2 more gauges to display Solar and UV radiation so I have inserted the following: [[radiation]] minvalue = 0 maxvalue = 1800 majorstep = 50 minorstep = 25 history = 24 bins = 50 [[UV]] minvalue = 0 maxvalue = 16 majorstep = 5 minorstep = 1 digitformat = %d history = 24

[weewx-user] Re: Gauges resolution and quality

2017-09-23 Thread Antony K.
The problem was the anti-alias parameter, which didn't work with the fuzzy-archer version 2.2 I installed version 2.24 and everything is fine. Thank you very much! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group

Re: [weewx-user] Unable to disable logging?

2017-09-23 Thread Phil Green
Ok thanks Andrew. I did have a system lockup shortly before and had to restart the pi and was unsure whether this was causing problems. Normally I don’t look at the log as everything works ok. Thanks Phil -- You received this message because you are subscribed to the Google Groups

Re: [weewx-user] Re: One shot 'Daily Summaries' using php.

2017-09-23 Thread Glenn McKechnie
On 23 September 2017 at 09:59, Thomas Keffer wrote: [...] > In any case, it was an early design decision not to entangle the HTML pages > with database access. It requires colocation of the database and the > webserver, which most people can't do. Ah, good point. I'd better

Re: [weewx-user] Unable to disable logging?

2017-09-23 Thread Andrew Milner
Yes, that is not debug information - that is correct logging information of actions undertaken by weewx. On Saturday, 23 September 2017 10:05:15 UTC+3, Phil Green wrote: > > This is what I am seeing every logging interval even though debug = 0 > > record 2017-09-23 08:00:00 BST (150615) to

Re: [weewx-user] Unable to disable logging?

2017-09-23 Thread Phil Green
This is what I am seeing every logging interval even though debug = 0 record 2017-09-23 08:00:00 BST (150615) to database 'weewx.sdb' Sep 23 08:00:15 Pi3-Weewx weewx[1616]: manager: Added record 2017-09-23 08:00:00 BST (150615) to daily summary in 'weewx.sdb' Sep 23 08:00:17 Pi3-Weewx