Re: [weewx-user] MQTT / Belchertown / Connected. Waiting for data.

2023-07-25 Thread Graham Eddy
ould mqtt_websockets_topic look like? e.g. = > weather/inTemp_degree_C/loop? > > TIA, > Stefan > > On Tuesday, July 25, 2023 at 9:45:40 AM UTC+2 Graham Eddy wrote: >> referenced topic not listed in the topics of published messages >> ⊣GE⊢ >&

Re: [weewx-user] Understanding Weewx new method of logging

2023-07-27 Thread Graham Eddy
see https://docs.python.org/3/library/logging.config.html - weewx logging uses this yaml (translated into ini syntax). perhaps your best option is to set logging level at ‘error’, which is not verbose unless you really really need it ⊣GE⊢ > On 27 Jul 2023, at 11:08 pm, Tomasz Lewicki wrote: >

Re: [weewx-user] Connecting to new Davis Console model 6313

2023-08-08 Thread Graham Eddy
have a look at LoRaWAN (and run your own Network Server, several are available to install). their whole point in open communications to sensors (mqtt). the price points are higher than Ecowitt, but nowhere near as expensive as Davis ⊣GE⊢ > On 9 Aug 2023, at 9:30 am, Greg from Oz wrote: > > It

Re: [weewx-user] Connecting to new Davis Console model 6313

2023-08-08 Thread Graham Eddy
swap vantage to ecowitt and you lose the data logger (stored in local hardware) → one day you lose critical data ecowitt already have a ‘regularly call home' to china built in that adds no value to customer, only a dependency on ecowitt company. if ecowitt turn off their ‘ok’ response, everyone

Re: [weewx-user] Installing weewx without root access

2023-08-09 Thread Graham Eddy
read up on python ‘virtual environment’ (venv) to get your libraries etc in place. running it while not logged in - best way depends upon your o/s (eg user mode of systemd) ⊣GE⊢ > On 10 Aug 2023, at 2:06 am, Matthew Fields wrote: > > Might seem like an odd request, but I'm trying to find some

Re: [weewx-user] SolarEdge PV API

2023-08-15 Thread Graham Eddy
i have been polling a SolarEdge HDWave inverter for a few years. my inverter has the LED, so it is not the latest version, and doesn’t have direct API, so i use the API to the (yuck) vendor cloud API (and not happy about it). vendor API throttles to about 1 call/15 mins. i have a simple daemon th

Re: [weewx-user] WeeWX v5 pip Install into venv

2023-08-24 Thread Graham Eddy
use ‘python3 -m venv ~/venv’ to create the environment in ~/venv. then in your shell run ’source ~/venv/bin/activate’ to set up the shell environment (initialised python bindary, PYTHONPATH etc). i put this in my ~/.bashrc a key trick is that running the initialised python binary (~/venv/bin/pyt

Re: [weewx-user] Getting data from weewx

2023-08-26 Thread Graham Eddy
not quite what is being asked re ‘extract data for the last 5 minutes’… given weewx usually generates data reports each 5 mins, presumably you just want a file generated with the data you specifically want. i create a json file with basic wx info each 5 mins as a javascript-friendly api - it is j

Re: [weewx-user] comma in label in Seasons skin.conf causes failure

2023-08-30 Thread Graham Eddy
for the forum search record, you can do a lot of stuff (especially using services) within one instance of weewx. you only *must* use separate instances when you need multiple drivers, or services conflict with each other. you *may* separate instances for operational or scalability purposes ⊣GE⊢

Re: [weewx-user] Is WeeWx 5.0 beta stable enough for non-experts to fool around with?

2023-08-30 Thread Graham Eddy
my experiments with multiple instances and topologies have been very smooth with pip install - that is quite elegant. i tried the documented github install and fell on my face, even after working out to select V5 to clone. i’m not github-savvy (but i look at the source code a lot) so ‘here be dr

Re: [weewx-user] Is WeeWx 5.0 beta stable enough for non-experts to fool around with?

2023-08-31 Thread Graham Eddy
in V5 i am assuming a single station can be created but separate weewx.conf’s used, as in V4 weewx-multi config, with the downside that they share same extensions.py i.e. not utilising V5’s design change in my case, i want same codebase and python modules available to all weewx instances but ea

Re: [weewx-user] weewx V5 report not updating

2023-09-03 Thread Graham Eddy
perhaps it was generating all reports, as from a clean slate, and in future it could just be incremental and less of an issue ⊣GE⊢ > On 4 Sep 2023, at 12:10 pm, Greg from Oz wrote: > > I guess it was wdc: > Sep 3 00:21:24 moonbi weewx[1440347] INFO weewx.cheetahgenerator: Generated > 11 files

Re: [weewx-user] Weewx mqtt

2023-09-13 Thread Graham Eddy
an item timestamped 21:10:05 belongs to the reporting period after 21:10 - it doesn’t matter when the report is actually generated ⊣GE⊢ > On 14 Sep 2023, at 11:35 am, kufuu wrote: > > I reboot the pi zero-w and seen it didnt add the files to database till it > ran the second payload > > > Se

Re: [weewx-user] mosquitto & SSL

2023-09-29 Thread Graham Eddy
try sudo journalctl -u mosquitto -n 50 to see the log messages (or sudo tail -50 /var/log/mosquitto/* if it puts them there instead) ⊣GE⊢ > On 29 Sep 2023, at 11:35 pm, Stefan Gliessmann > wrote: > > I am trying to get my weather station web presence secure with https:// > Therefore, I also ne

Re: [weewx-user] mosquitto & SSL

2023-09-29 Thread Graham Eddy
> > On Fri, Sep 29, 2023 at 3:41 PM Graham Eddy <mailto:g...@geddy.au>> wrote: >> try sudo journalctl -u mosquitto -n 50 to see the log messages (or sudo tail >> -50 /var/log/mosquitto/* if it puts them there instead) >> ⊣GE⊢ >> >>> On 29

Re: [weewx-user] MQTTSubscribeDriver TLS

2023-11-04 Thread Graham Eddy
for the record, a reminder: conf syntax is driven by the [..[ ]..] sections, not by indent. putting ‘username’ after ‘[[tls]]’ means username is inside [[tls]] section, not in parent section (indenting irrelevant) ⊣GE⊢ > On 5 Nov 2023, at 2:34 am, Fjordey wrote: > > #2 That told me right there

Re: [weewx-user] The People's Pluviograph!

2023-11-06 Thread Graham Eddy
i posted details of my implementation of lorawan river level sensors reporting via weewx on this forum about a year (or two?) ago. they are anxiously watched by community when we have severe rain events in the region (we flood fairly often - you learn to deal with weather extremes) ditto re mea

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-02 Thread Graham Eddy
server just to prove i’m running python3.7 via macports in preparation to moving weewx to 4.x :-) Graham Eddy > On 2 May 2020, at 7:37 pm, Greg from Oz wrote: > > ps -ef|grep weewx > > root 29803 1 1 May01 ?00:26:50 python2 > /usr/share/wee

[weewx-user] 4.x logging format

2020-05-02 Thread Graham Eddy
i am trying to change the weewx log format. i have added the following to my weewx.conf, but it has no effect. how should i do it? (weewx 4.0.0 on macos 10.13.6 high sierra). and can i use { style? [Logging] [[formatters]] [[[verbose]]] format = '%(asctime)s %(levelname)s %(name)s|%(

[weewx-user] Re: 4.x logging format

2020-05-02 Thread Graham Eddy
format of course [Logging] [[formatters]] [[[standard]]] format = '%(message)s' > On 2 May 2020, at 10:02 pm, Graham Eddy wrote: > > i am trying to change the weewx log format. i have added the following to my > weewx.conf, but it has no effect. how should i

Re: [weewx-user] Re: 4.x logging format

2020-05-02 Thread Graham Eddy
%(message)s'}, 'standard': {'format': 'weewx[%(process)d] %(levelname)s %(name)s: %(message)s'}, 'verbose': {'format': '%(asctime)s weewx[%(process)d] %(levelname)s %(name)s: %(message)s', 'datefmt': '%Y-%m

Re: [weewx-user] Python versions

2020-05-02 Thread Graham Eddy
as others have already mentioned you can instruct use of python3 either (a) system-widee.g. /etc/default or defaults (b) startupe.g. /etc/init.d/weewx or /Library/LaunchDaemons/com .weewx.weewxd (c) embedded e.g. shebang (insert #!python3

Re: [weewx-user] need to modify daily rain in weewx.sdb

2020-05-02 Thread Graham Eddy
wview was brilliant in its time but it was brittle. weewx is a lot more forgiving and flexible so “having a bit of a fiddle” is fine (as long as you save the master data beforehand :-) the biggest rigidity removed was wview’s reliance on invariant archiveInterval - weewx is happy to intermix time

Re: [weewx-user] Re: 4.x logging format

2020-05-02 Thread Graham Eddy
[loggers]] > [[[root]]] > handlers = syslog, rotate > [[handlers]] > [[[rotate]]] > filename = /tmp/weewx.log > > By default, it logs to /var/log/weewx.log. Hence, the need to override that > option if you want to log to /tmp/weewx.log. > > -

Re: [weewx-user] Re: 4.x logging format

2020-05-03 Thread Graham Eddy
woops! i missed your reference to replacement weeutil/logger.py… putting that in place, it works fine on macos. it achieves the two things i was after: logs entries in a file (a basic function missing from weewx on macos for such a long time!), and allows customising message formats i have two c

Re: [weewx-user] Python versions

2020-05-04 Thread Graham Eddy
i have only just become interested in mqtt (to make my custom weewx gauges near realtime). the link to the MQTT weewx extension mentioned below lists two prerequisites: paho-mqtt, python-cjson. paho-mqtt installed fine. python-cjson fails. i haven't found anything in the forum relating to this fa

Re: [weewx-user] Python versions

2020-05-04 Thread Graham Eddy
this (ujson instead of python-cjson, then install mqtt extension) seems to have worked up to point that weewx.log reports its mqtt client is successfully publishing loop data sudo python3.7 -m pip install ujson > On 4 May 2020, at 8:58 pm, Graham Eddy wrote: > > i have only ju

[weewx-user] Re: [weewx-development] Feature Request : Add calculate method standard OMM on daily database

2020-05-05 Thread Graham Eddy
i don’t know what the OMM standard is either, but australian BOM (govt weather bureau) uses 9am-9am as its rainfall reporting period. i have been meaning to get around to writing an extension to support this duration this since i first read the weex customisation documentation… > On 6 May 2020,

Re: [weewx-user] Re: [weewx-development] Feature Request : Add calculate method standard OMM on daily database

2020-05-05 Thread Graham Eddy
“seek, and ye shall find” :-) anything out there for 9am-9am the *previous* day? (or even since 9am yesterday so i can subtract since 9am today) > On 6 May 2020, at 2:07 pm, John Smith wrote: > > > > On Wednesday, 6 May 2020 10:20:04 UTC+10, Graham Eddy wrote: > i don’t

Re: [weewx-user] [weewx-development] Feature Request : Add calculate method standard OMM on daily database

2020-05-06 Thread Graham Eddy
will try thank - thanks > On 6 May 2020, at 3:49 pm, John Smith wrote: > > On Wednesday, 6 May 2020 15:01:20 UTC+10, Graham Eddy wrote: > “seek, and ye shall find” :-) > > anything out there for 9am-9am the *previous* day? (or even since 9am > yesterday so i can sub

Re: [weewx-user] [weewx-development] Feature Request : Add calculate method standard OMM on daily database

2020-05-09 Thread Graham Eddy
hello nigel, i was pointed to the Since search list extension and it is now working fine on my website $since(hour=9) 24 hours finishing at next 9am $since(hour=9,$today=False) 24 hours finishing at previous 9am cheers > On 9 May 2020, at 5:57

Re: [weewx-user] mqtt and Soilmoisture

2020-05-11 Thread Graham Eddy
suppose you configure the mqqt plug-in to send to topic “tiz” (in weewx.conf). by default the plug-in will send a message with all the data in the weewx packet to topic tiz/loop and each individual value in the weewx packet to its own dedicated topic e.g. tiz/soilMoisture you can configure the p

Re: [weewx-user] mysql data import from weewx 3.9. in 4.0

2020-05-11 Thread Graham Eddy
unless you are using features of the new database, you can simply continue using the old database (no unload/reload - keeping a copy of old database before using it with updated weewx, of course). g-eddy > On 11 May 2020, at 8:53 pm, Joachim Puttkammer wrote: > > Hi all, > I have reinstalled w

Re: [weewx-user] Re: Mqtt read all information

2020-05-11 Thread Graham Eddy
or install the plug-in and turn weewx debug on to see from log what weewx is sending > On 12 May 2020, at 9:30 am, Greg from Oz wrote: > > mosquitto_sub -v -h -t "#" > > That will show everything that goes to the broker. > > On Tuesday, 12 May 2020 04:02:18 UTC+10, Wifi75 wrote: > Hello how

Re: [weewx-user] Problem with alarm.py in Weewx 4.0

2020-05-22 Thread Graham Eddy
bin/user under your weewx root. if your weewx root is /usr/share/weewx, then /usr/share/weewx/bin/user > On 23 May 2020, at 2:23 am, Remy Lavabre wrote: > > > Hello, > I have a problem using Alarm.py: > > I entered the configuration in the weewx.conf file with the correct > parameters: > >

[weewx-user] Re: [weewx-development] Version 4.1.0 is ready

2020-05-26 Thread Graham Eddy
update 4.0.0 to 4.1.0 on macOS using setup.py was smooth. g-eddy > On 26 May 2020, at 5:35 am, Tom Keffer wrote: > > A couple new features, but mostly lots of little bug fixes. > > New features: > Archive records emitted by the Vantage driver now include the number of wind > samples per archive

Re: [weewx-user] Re: draw user-defined lines in graphics

2020-05-28 Thread Graham Eddy
modifying steelseries gauges, in particular changing or adding gauges. there are three main areas to change: (1) html/css files. easy - weewx templates. (2) gauges data exchange file content. easy - weewx template. (3) javascript driving the gauges. not so easy - custom js coding. i have been t

Re: [weewx-user] Re: Using a ProData WiFi Logger?

2020-05-31 Thread Graham Eddy
backup batteries in the davis console were fairly new at the time (and i still had a house). it was wview then, weewx just being conceived, but it is the same davis sensors and data logger in place now (with most of the individual bits replaced over the years…) Graham Eddy > On 1

Re: [weewx-user] Wrong wind speeds on AWEKAS

2020-05-31 Thread Graham Eddy
3.2 m/s is about 11 km/h Graham Eddy > On 1 Jun 2020, at 9:28 am, Felix Maltzahn wrote: > > Hello again > > I`ve seen that the windspeed on AWEKAS is not correct... :-( > Station (TFA Nexus TE923): 11 km/h > Wunderground: 11km/h > PWSWeather: 11km/h >

Re: [weewx-user] Wrong wind speeds on AWEKAS

2020-06-01 Thread Graham Eddy
maybe put some variation of the following in bin/user/extensions.py (updates METRICWX, not just AWEKAS): weewx.units.MetricWXUnits.prepend({ 'group_speed' : 'km_per_hour', }) g-eddy > On 1 Jun 2020, at 9:05 pm, gjr80 wrote: > > Hmm, near as I can tell a merge around 15 July 2019 chang

Re: [weewx-user] Re: Version 4.1.1

2020-06-02 Thread Graham Eddy
in weewx.conf, try changing “level = {log_level}” to “level = DEBUG" Graham Eddy > On 2 Jun 2020, at 7:11 pm, Jacques Terrettaz wrote: > > > After some investigation, it seems to be related to the [Logging] section I > added in my weewx.conf. This was wo

Re: [weewx-user] Version 4.1.1

2020-06-02 Thread Graham Eddy
when i copy&paste your logging config of Jun 2020 02:11:13 -0700 (PDT)⁩ into my weewx.conf for 4.1.0, it works fine. i think look elsewhere for your issue ____ Graham Eddy > On 2 Jun 2020, at 9:27 pm, Jacques Terrettaz wrote: > > Thanks for the suggestion, but the syntax e

Re: [weewx-user] Re: TypeError with last gauge-data.txt.tmpl

2020-06-02 Thread Graham Eddy
“unsupported operand type(s) for *: 'NoneType' and 'int’” seems to match only several rain*rain_mult lines in that template > On 2 Jun 2020, at 9:41 pm, gjr80 wrote: > > Thank you , you have the latest .tmpl. Could you please run WeeWX directly >

Re: [weewx-user] Substitute readings from additional sensors for those from a weather station's sensors

2020-06-04 Thread Graham Eddy
and replacing a value Graham Eddy > On 5 Jun 2020, at 4:34 am, p q wrote: > > I've done this for outtemp. Should be possible with inside temp. I modified > the driver to do it, but there may be an easier way. > https://hackaday.io/project/101680-solar-powered-wif

Re: [weewx-user] Stackedwindrose and Weewx 4.0.0

2020-06-06 Thread Graham Eddy
it is better to group under duration (day, week, etc) to inherit same duration and aggregation e.g. [[week_images]] < < < < x_label_format = %d bottom_label_format = %x %X time_length = 604800 # 7 days < < < < aggregate_type = avg a

Re: [weewx-user] weewx 4.1.1.1 error query

2020-06-06 Thread Graham Eddy
you would probably get that error if you tell weewx to use StdStationRegistry service e.g. in weewx.conf something like: restful_service = weewx.restx.StdStationRegistry, ... but not defined a RESTful definition stanza in weewx.conf e.g. [StdRESTful]< < < < this key missing

Re: [weewx-user] Stackedwindrose and Weewx 4.0.0

2020-06-07 Thread Graham Eddy
not all items are generated at every cycle - it is graduated. for example, why generate a yearly graph every 5 mins. scheduling options are available to override defaults. g-eddy > On 8 Jun 2020, at 10:40 am, Jerry Keefe wrote: > > StackedWindRose is now generating daily and weekly images but on

Re: [weewx-user] Re: move from old 3.9 (python2) machine to a new machine running 4.1.1 (python3) with mysql database from 3.9 to 4.1...?

2020-06-20 Thread Graham Eddy
suggest you look in index.html.tmpl for an expression of the form #if x > y, where x could produce value None and y is an int. g-eddy > On 20 Jun 2020, at 10:30 pm, Cameron D wrote: > > Hi Christian, > That error has me lost. I use only a heavily modified Seasons skin, which I > migrated by m

Re: [weewx-user] Re: After fresh installation no current data

2020-06-22 Thread Graham Eddy
it says it is generating files. check the timestamps on the files in the weewx public_html directory (where the generated files are put) > On 22 Jun 2020, at 6:45 pm, Andre wrote: > > Here my syslog after reboot > > Jun 22 10:40:16 weewx weewx[1426] DEBUG weewx.drivers.vantage: Getting > arch

Re: [weewx-user] Newbie Looking For Hardware Recommendations

2020-07-04 Thread Graham Eddy
when you follow the wires you’ll probably find you are more than 200 km from the dam! :-) need for UPS: interesting weather → unreliable external power supply → provide own power during interesting events Graham Eddy > On 5 Jul 2020, at 1:26 pm, Tom Keffer wrote: > &

Re: [weewx-user] Newbie Looking For Hardware Recommendations

2020-07-04 Thread Graham Eddy
logger on vantage pro2 with its own AA battery backup → no need for generator to avoid weather data loss for very long outages Graham Eddy > On 5 Jul 2020, at 2:08 pm, John Pierce wrote: > > > > On Sat, Jul 4, 2020, 8:52 PM Graham Eddy <mailto:graham.e...@gmail.com&g

Re: [weewx-user] snow data

2020-07-05 Thread Graham Eddy
i have added external river depth sensor (pressure not ultrasonic but same principle) - wrote a data service that inserts its readings into weewx loop records; defined new database column for it to persist. g-eddy > On 6 Jul 2020, at 9:25 am, Wes Witt wrote: > > Is there an extension for addin

Re: [weewx-user] snow data

2020-07-06 Thread Graham Eddy
this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/638DA29F-AFC3-431E-8743-518ED26D4899%40gmail.com. # Copyright (c) 2015-20 Graham Eddy # Distributed under the terms of the GNU Public License (GPLv3) """ aqua module provides weewx data service for Aquag

Re: [weewx-user] Re: Bad Data after Maintenance

2020-07-07 Thread Graham Eddy
usUnits==1 → rainRate is inches/hour. are you looking for > 13 inches/hour? also, for easier reading of timestamps, you could use SELECT datetime(dateTime,’unixepoch’,’localtime'),usUnits,rainRate FROM archive ... > On 7 Jul 2020, at 5:06 pm, Andre wrote: > > Thanks again, Gary. > This is my

Re: [weewx-user] snow data

2020-07-07 Thread Graham Eddy
nit <http://www.electrosense.com.au/liquid-level.htm>? > >> On 7 Jul, 2020, at 00:35, Graham Eddy > <mailto:graham.e...@gmail.com>> wrote: >> >> happy to share. haven’t put in github because (a) i need to learn git; and >> (b) controller i use i

Re: [weewx-user] Re: Bad Data after Maintenance

2020-07-07 Thread Graham Eddy
be a display issue. Not sure. > You could see it live here www.wetter-norderstedt.de > <http://www.wetter-norderstedt.de/> - please take a look at "Stärkster Regen: > 13107,0 mm/h" on frontpage. > I'm now not sure where I can take another look for identifying w

[weewx-user] /etc/init.d/weewx not stopping weewx

2020-07-08 Thread Graham Eddy
i am setting up weex on a new raspberry pi (re-aquainting with debian after years away - it has changed!). at this stage, i am using simulator driver. weewx runs non-root as wxsys:wxsys quite happily (with pidfile in weewx/run/ not /var/run/), generating graphs etc, no problems in log "/etc/init

Re: Re: [weewx-user] /etc/init.d/weewx not stopping weewx

2020-07-08 Thread Graham Eddy
it is a new install with no extensions and unchanged skin. i banged my head against this problem all day yesterday, and today it works fine and i can’t reproduce it :-/ an example syslog extract from yesterday using ‘/etc/init.d/weewx stop'. note that weewx does not report receiving SIGTERM: Jul

Re: [weewx-user] /etc/init.d/weewx not stopping weewx

2020-07-08 Thread Graham Eddy
my workaround goes back in place. cheers g-eddy > On 8 Jul 2020, at 11:38 pm, Graham Eddy wrote: > > will report in when i can reproduce the problem again... > thanks > g-eddy > >> On 8 Jul 2020, at 9:37 pm, mwall > <mailto:mw...@users.sourceforge.net>> wrote

Re: [weewx-user] /etc/init.d/weewx not stopping weewx

2020-07-09 Thread Graham Eddy
the ‘stop’ request in weewx script becomes start-stop-daemon --stop --pidfile $WEEWX_PID --user $(echo $WEEWX_USER | sed 's/:.*$//') and it works like a charm! > On 9 Jul 2020, at 3:19 pm, Graham Eddy wrote: > > * ’sudo /etc/init.d/weewx stop’ and ’sudo /systemctl stop wee

Re: [weewx-user] Logging or displaying LOOP packets

2020-07-10 Thread Graham Eddy
run weewx in the foreground, not as a daemon, and it should print out packets as they arrive i.e. stop weewx, cd to weewx’s root dir, then $ bin/weewxd weewx.conf if nothing is printing, make sure StdPrint service is enabled e.g. find in weewx.conf report_services = weewx.engine.StdPrint, wee

Re: [weewx-user] Re: Apache is not showing /weewx on Ubuntu 16.04.1

2020-07-12 Thread Graham Eddy
it’s all very clear in the manual. see User Guide, “Integrating with a Web Server”. cheers > On 13 Jul 2020, at 4:58 am, Michael Grossie wrote: > > Answered one of my questions - I changed the Weather Station to Simulator and > the weewx/public_HTML folder was created and populated. > However r

Re: [weewx-user] Re: Belchertown MQTT live stats problem

2020-07-28 Thread Graham Eddy
maybe they turned off unencrypted mode. try turning on SSL and use encrypted websockets port (8081 on test.mosquitto.org ) re logs, need option in mosquitto.conf ‘log_type all’ (or at least ‘log_type websockets’) plus (i haven’t tried this) ‘websockets_log_level {some

Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-29 Thread Graham Eddy
i expect my new GW1000 (to augment my vp2) to arrive monday so have started planning… looking at gw1000 driver default_field_map, there seem to be a few mislabelled mappings into wview_extended.schema and weewx.units.obs_group_dict, they should be: gw1000 → weewx rainday → dayRain

Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-29 Thread Graham Eddy
> Not sure why you think ‘uvi’ is mapped to ‘uv’, it is and always has been > mapped to ‘UV’. i misread the code and thought the case was wrong (it isn’t). i blame my spectacles. cheers -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubsc

Re: [weewx-user] Re: wind chill for Vantage Pro 2

2020-07-30 Thread Graham Eddy
ctl-Z stop just means you have paused the command and placed it in background - it is still there, waiting, but paused (and holding the lock). bring it back to foreground to resume and interact with it by $ fg then kill it with ctl-C (or use some other method to kill it gently such as

Re: [weewx-user] Re: Weewx -> Homepage

2019-11-23 Thread Graham Eddy
… or [[RSYNC]] section Graham Eddy > On 23 Nov 2019, at 9:19 pm, Andrew Milner wrote: > > configure the ftp section of standard reports in weewx.conf > > > > On Saturday, 23 November 2019 11:49:59 UTC+2, Michael Stuhldreier wrote: > Hello everyone :-)

Re: [weewx-user] Removing erroneous rain readings from the database

2019-12-22 Thread Graham Eddy
weewx.sdb sqlite> select datetime(max(dateTime), "unixepoch”, "localtime"), rain from archive; ____ Graham Eddy > On 23 Dec 2019, at 8:51 am, Dana Roode wrote: > > Hello, > > I've had some issues with the rain collector on my Vantage Pro2 this y

Re: [weewx-user] my weewx high records error value need help how to edit

2020-01-22 Thread Graham Eddy
if you are looking for barometer values higher than 100, then sqlite3 /var/tmp/backup.sdb "SELECT * FROM archive WHERE (barometer > 100);" ____ Graham Eddy > On 22 Jan 2020, at 9:38 pm, Mike Harold Chan wrote: > > I tried these instructions "echo &

[weewx-user] change archive interval?

2019-05-05 Thread graham . eddy
i have wview data collected since 2007 that i do not want to lose. the archive interval on the VP2 is 30 mins, which is fine for historical recording. wview allows reports to be generated every minute, irrespective of the archive interval i have just realised that weewx ties report generation pe

Re: [weewx-user] Re: change archive interval?

2019-05-06 Thread Graham Eddy
after several days running this change on test platform, turned it on yesterday on actual weather station. all is well so far. cheers Graham Eddy > On 7 May 2019, at 9:13 am, gjr80 wrote: > > Hi, > > Provided you are using v3.7.0 or later WeeWX will have no pr

[weewx-user] have completed migration from wview with lost of customisations

2019-05-13 Thread Graham Eddy
i am now operational on weewx after migrating from wview with 12 years of data. lots of customisations: river temperature (extraTemp1), river level (external sensor), wview-style alarms, and steelseries gauges for all the sensors including river i enabled weewx registration of the station coupl

Re: [weewx-user] Re: have completed migration from wview with lost of customisations

2019-05-13 Thread Graham Eddy
(some?) major errors and stack dumps that way. easy to do with syslogd but the mac’s logging has me baffled. education would be appreciated! Graham Eddy > On 14 May 2019, at 1:18 am, mwall wrote: > > > > On Monday, May 13, 2019 at 10:42:03 AM UTC-4, Graham Edd

Re: [weewx-user] Re: have completed migration from wview with lost of customisations

2019-05-13 Thread Graham Eddy
that fixed it within seconds - now duly registered as a weewx station On Tuesday, 14 May 2019 01:42:05 UTC+10, Graham Eddy wrote: > > looking at weewx.restx.StdStationRegistry, i see: > This will periodically do a http GET with the following information: > station_url

Re: [weewx-user] Unexpected text traffic

2019-06-02 Thread Graham Eddy
is running as you want, set it up as a daemon per instructions (details depend on your operating system e.g. linux derivatives, macOS) - daemons have no stdin/stdout/stderr Graham Eddy > On 3 Jun 2019, at 1:51 am, Jardi Martínez wrote: > > On Sun, Jun 2, 2019, 8:

Re: [weewx-user] Re: have completed migration from wview with lost of customisations

2019-06-19 Thread Graham Eddy
, how long before this alarm can trigger again) mailto (when triggered, action is to send email to comma-separated recipient list) e.g. [[Hot Outside]] metric = outTemp is_rising = true threshold = 30.0, degree_C mailto = 'Graham Eddy '

Re: [weewx-user] Using Temporal Analysis for Temperature QC?

2019-06-23 Thread Graham Eddy
] range of the variable Graham Eddy > On 24 Jun 2019, at 7:14 am, Thomas Keffer wrote: > > Unfortunately, StdQC can only reject values that are outside of a [min, max] > range. > > However, this would not be a very hard service to write. Something like (NOT >

Re: [weewx-user] Re: weewx station_url

2019-07-01 Thread Graham Eddy
i ran into this when i installed weewx. ‘register_this_station’ has no effect unless ‘station_url’ is set Graham Eddy > On 1 Jul 2019, at 11:13 pm, Gandalf wrote: > > Thank you for your reply. I edited the entry in the "weewx.conf" > "[StdRestfu

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-30 Thread Graham Eddy
not-quite-right data in the wview db that weewx objected to, probably caused by my patching a few data entries years ago with strings not numbers, which was simple to fix Graham Eddy > On 31 Jul 2019, at 10:50 am, vince wrote: > > On Tuesday, July 30, 2019 at 5:23:58

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Graham Eddy
ook at chapter 7 of the wview users guide ( > > http://www.wviewweather.com/release-notes/wview-User-Manual.html#Advanced-wlk > ). I'm pretty sure it's called wview-archive.sdb. > > Or, ask Graham Eddy. > > > > On Wed, Jul 31, 2019 at 2:46 PM Richard Rosa

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Graham Eddy
The NOAA files contain data only of interest to US govt so miss extra sensors etc _ Graham Eddy via phone: forgive brevity On Thu, 1 Aug. 2019, 8:31 am Richard Rosa, wrote: > It looks like I have an alternative: > > Thankfully, WVIEW saved a bunch of .txt files for eve

Re: [weewx-user] Re: Amusing interference with wind speed

2019-08-06 Thread Graham Eddy
i get kookaburras. anemometer arm is ideal height for waiting and pouncing on ground prey. they just spin the arm around when they take off Graham Eddy > On 6 Aug 2019, at 8:27 pm, Peter_F wrote: > > I've noticed an Australian Magpie on the wind vane of my Vant

Re: [weewx-user] Wind vector direction pointer

2019-08-11 Thread Graham Eddy
vector_rotate (degrees) sets the arrow orientation for progressive vector plots (in “Customization Guide”) Graham Eddy > On 12 Aug 2019, at 4:32 pm, Greg from Oz wrote: > > Does anyone know where the directional pointer in the wind vector graph gets > its orientation

Re: [weewx-user] How to pronounce "WeeWX"

2019-08-12 Thread Graham Eddy
i pronounce it “wee-wux” with short ‘u' Graham Eddy > On 12 Aug 2019, at 4:49 pm, Michi Kaa wrote: > > I've searched the docs, the forum, the web. > > How is "WeeWX" pronounced? > > Or maybe first: Is "WeeWX" pronounced? Or

Re: [weewx-user] How to pronounce "WeeWX"

2019-08-12 Thread Graham Eddy
much, much easier to customise! Graham Eddy > On 13 Aug 2019, at 12:24 am, Thomas Keffer wrote: > > The "wee" part refers to my intention to make it a small, simple utility (as > opposed to its predecessor, wview). Unfortunately, it has since grown into >

Re: [weewx-user] Delay Weewx at start up or reboot

2019-08-18 Thread Graham Eddy
it is possible to delay weewx for 45 seconds from boot. the method depends upon the type of your operating system and configuration Graham Eddy > On 19 Aug 2019, at 12:43 pm, Timothy L wrote: > > Is it possible to delay weewx at start up or reboot with a cron job

Re: [weewx-user] rsync fails with host key error in weewx, not from command line

2019-08-21 Thread Graham Eddy
is it same user running ssh manually as weewx runs as? Graham Eddy > On 21 Aug 2019, at 11:29 pm, Chris Richmond wrote: > > Hi, >I'm not new to ssh and all, but this one doesn't make sense. I'm messing > around with > getting a set of hardwar

[weewx-user] check with IE

2019-08-26 Thread Graham Eddy
operly. that’s all! thanks ____ Graham Eddy -- 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...@googlegroups.com. To view this discu

Re: [weewx-user] check with IE

2019-08-26 Thread Graham Eddy
erwin, thank you Graham Eddy > On 27 Aug 2019, at 4:43 pm, m...@erwinheger.de wrote: > > and by the way: the Buttons work ;-) > > Erwin > > Am 27.08.2019 um 05:36 schrieb Graham Eddy <mailto:graham.e...@gmail.com>>: > >> could someone

Re: [weewx-user] day is out of range for month

2019-09-19 Thread Graham Eddy
don’t know enough about specifying timespans within weewx but you can do things like sqlite3> select datetime(dateTime, 'unixepoch’, ’localtime’, ’-1 months’) from archive; and bash$ date -v-1m ____ Graham Eddy > On 19 Sep 2019, at 4:37 pm, gjr80 wrote: > > I ha

Re: [weewx-user] day is out of range for month

2019-09-19 Thread Graham Eddy
329120019' Thu 28 Feb 2019 12:00:00 AEDT bash$ date -j -v-1m '0330120019' Thu 28 Feb 2019 12:00:00 AEDT bash$ date -j -v-1m '0331120019' Thu 28 Feb 2019 12:00:00 AEDT Graham Eddy > On 19 Sep 2019, at 8:39 pm, Andrew Milner wrote: > > what do sqlite3 a

Re: [weewx-user] day is out of range for month

2019-09-19 Thread Graham Eddy
"When I use a word," Humpty Dumpty said, in rather a scornful tone, "it means just what I choose it to mean—neither more nor less." just be consistent, whether it be ‘right’ or ‘wrong’ by "common sense" Graham Eddy > On 20 Sep 2019, at 4:21 a

Re: [weewx-user] day is out of range for month

2019-09-19 Thread Graham Eddy
sqlite> select datetime('2016-02-29 12:00:00', '-1 years'); 2015-03-01 12:00:00 bash$ date -j '0229120016' Mon 29 Feb 2016 12:00:00 AEDT bash$ date -j -v-1y '0229120016' Sun 1 Mar 2015 12:00:00 AEDT Graham Eddy > On 20 Sep 2019, at 10:

Re: [weewx-user] How to retrieve Davis forecastRule as a text string into my webpage?

2019-11-14 Thread Graham Eddy
snippets from my gauges-lite.js code:// forecast descriptions associated with forecastRule.// one forecast desc per line, the first line corresponds to forecastRule 0var FORECASTRULES_FILE = "forecastrules.txt”;… … var Forecast_list = null;            // table of forecast stringsfunction start_gaug

Re: [weewx-user] Upgrading to v5 from v4 - Insufficient privileges claiming USB

2024-06-24 Thread Graham Eddy
from memory, ‘magic error’ numbers pop up mostly with corrupt executables (or wrong processor) and filesys mounts (unsupported format) ⊣GE⊢ > On 25 Jun 2024, at 2:01 AM, mike.t...@noworries.plus.com > wrote: > > when running with sudo I see an error "unrecognised magic number 5528" in the > l

Re: [weewx-user] Upgrading to v5 from v4 - Insufficient privileges claiming USB

2024-06-24 Thread Graham Eddy
*sigh* .. ‘magic number’ errors .. ⊣GE⊢ > On 25 Jun 2024, at 1:22 PM, Graham Eddy wrote: > > from memory, ‘magic error’ numbers pop up mostly with corrupt executables (or > wrong processor) and filesys mounts (unsupported format) > ⊣GE⊢ > >> On 25 Jun

Re: [weewx-user] Include $almanac.moonphase in an

2024-06-24 Thread Graham Eddy
it removes ambiguity - distinguish ${almanac}.moonphase.jpg from ${almanac.moonphase}.jpg from ${almanac.moonphase.jpg} ⊣GE⊢ > On 25 Jun 2024, at 7:35 AM, 'W2DEN' via weewx-user > wrote: > > this works(not real sure why but it does.) > > > -- You received this message because you are

Re: [weewx-user] External Website not updating.

2024-07-04 Thread Graham Eddy
looks like their AI learnt from microsoft support messages - lots of words and no content ⊣GE⊢ > On 5 Jul 2024, at 9:03 AM, Tom Keffer wrote: > > And, frankly, the message from your hosting company is completely useless. -- You received this message because you are subscribed to the Google Gr

Re: [weewx-user] Problems Updating 4.10.2 to 5.1

2024-07-05 Thread Graham Eddy
this doesn’t look right ⊣GE⊢ > On 5 Jul 2024, at 11:59 PM, Martin Davies wrote: > > 2024-07-05T14:40:14.766546+01:00 croft301 weewxd[4080]: DEBUG > weewx.reportengine: Running report 'SeasonsReport' > 2024-07-05T14:40:14.767221+01:00 croft301 weewxd[4080]: DEBUG > weewx.reportengine: Cannot re

Re: [weewx-user] Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-07-05 Thread Graham Eddy
try ' sudo -u weewx -i ‘ to get an interactive shell as weewx ⊣GE⊢ > On 5 Jul 2024, at 11:48 PM, Ben W. wrote: > > For this step... > > # su to the weewx account > su - weewx > (you will be in a shell as weewx) > > ...it is asking for a password. If I can no longer remember it or cannot find

<    1   2   3   4   5   >