Re: [weewx-user] Installation at remote site using RPi and VNC?

2020-12-09 Thread weather list
Two other considerations: Power supply: give some thought to a solar system to power the Pi. If it is as remote as it sounds, it sounds as if outages might easily occur? A solar system might even power the Davis unit; I don’t know the Envoy but if it uses alkaline batteries I am not sure of the

Re: [weewx-user] Ubuntu 20.04.1 errors

2020-12-25 Thread weather list
Not sure it’s kosher but I like to use "sudo tail -f /var/log/syslog | grep weewx” to eliminate that background noise. > On 25 Dec, 2020, at 17:34, Tom Keffer wrote: > > That's just some operating system chatter having to do with where dbus should > be listening. It has nothing to do with WeeW

[weewx-user] Display both °C and °F

2020-12-30 Thread weather list
My system uses US units but I’ve been looking to see if I can somehow display the temp in both systems: e.g.: 74 °F / 23 °C Perhaps this is in the docs but I have missed it? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from th

Re: [weewx-user] Display both °C and °F

2020-12-30 Thread weather list
$trend.outTemp > > > Wind Chill > $current.windchill / > $current.windchill.degree_C > > > Feels Like > $current.heatindex / > $current.heatindex.degree_C > >

Re: [weewx-user] Re: Corrupted Memory card. Now I lost 6 months of data?

2021-01-01 Thread weather list
The Meteobridge builder requires a high endurance microSD card for their NANO SD unit; I haven’t investigated to see if they come in higher capacities though it seems likely they would. Choice of microSD Card To avoid lots of system fails caused by worn out consumer microSD cards we restrict m

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

[weewx-user] Ambient Weather WH31P Multi-channel temp sensor with 10 ft. probe

2021-01-15 Thread weather list
AW Multi-channel temp sensor with 10 ft. probe. Ambient says this is not a standalone unit and has to be used with one of their stations but it does use 915 Mhz. Has anyone tried reading this unit with rtl_433? I cannot get it to appear using rtl_433 -f 915 (or with: -f 915 -G). -- You receive

[weewx-user] NOAA Reports showing back to 1969

2021-01-22 Thread weather list
I’m pretty sure I have missed a basic setting about when my station was installed or similar. My NOAA page is displaying years back to 1969, where of course there is no data. This is a site-in-progress. Is there a known fix for this?

Re: [weewx-user] New Units and Unit Groups for MQTT

2021-01-23 Thread weather list
Karen, When you have a moment I would be interested in the devices you are using to measure water level and flow. > On 23 Jan, 2021, at 16:18, Karen K wrote: > > I installed MQTTSubscribe service. In this case it provides data about water > level (unit cm) and water flow (unit cubic meter per

Re: [weewx-user] NOAA Reports showing back to 1969

2021-01-23 Thread weather list
very old > timestamp. > > Take a look at this thread > <https://groups.google.com/g/weewx-user/c/sunTiSNUn6s/m/zJnyhIzNBgAJ> and see > if it answers your question. > > On Fri, Jan 22, 2021 at 8:40 AM weather list <mailto:weatherlists2...@gmail.com>> w

Re: [weewx-user] NOAA Reports showing back to 1969

2021-01-23 Thread weather list
On 22 Jan, 2021, at 12:56, vince wrote: > > Any time you see 1969 it means your VM came up with a time of zero seconds > (or close) since the unix epoch of 1/1/1970 midnight UTC. You're seeing > 1969 because you are a few hours behind UTC in your timezone. I've never > seen this in bring

Re: [weewx-user] NOAA Reports showing back to 1969

2021-01-24 Thread weather list
On 24 Jan, 2021, at 01:48, vince wrote: > > I think if you look at all your VM logs you'll find firstboot started at 1969 > or 1970 and then shortly thereafter it got time from either the host os or > from an internet ntp site. There's really no other explanation. Thanks, I will do that. Mean

Re: [weewx-user] Two instances of RTL_433 ?

2021-01-31 Thread weather list
For me, using a couple of 433 sensors and one 915, this command works in the SDR config: [SDR] # This section is for the software-defined radio driver. # The driver to use driver = user.sdr # cmd = rtl_433 -M utc -M level -F json # For only 433 sensors cmd = rtl_433 -f 43

Re: [weewx-user] Re: Attempting to integrate Acurite 6045M, rtl_433 does not show parsed data, cannot figure out entry for sensor map

2021-02-10 Thread weather list
Try using a wildcard: temperature.0009.Acurite6045M temperature.*.Acurite6045M > On 10 Feb, 2021, at 12:03, Nick Kavanagh wrote: > > That is not working. It seems like the problem is the id number of the > sensor. The Id is "9". Converting to hexadecimal, the number is9. Or with > twos co

Re: [weewx-user] tag date and time of the last rain

2021-03-22 Thread weather list
OMG, that is a book. 50 pages of stream-of-consciousness, leading into a fabulous tale. > On 22 Mar, 2021, at 20:20, Les Niles wrote: > > Now that’s a name I've not heard in a long time. I remember the story well, > but had forgotten the title. Thanks for the pointer! > > The other one that

[weewx-user] Weewx-envoy driver

2021-04-04 Thread weather list
Does anyone have this running? Installed it on my WeeWx install and it appears in the wee_extension —list results but does not show up if I do a wee_config —reconfigure, even when I open a new terminal session. Intel NUC Debian 10 (Raspian Desktop) W

Re: [weewx-user] Weewx-envoy driver

2021-04-04 Thread weather list
Apr 2021, at 7:53 am, weather list wrote: >> >> Does anyone have this running? Installed it on my WeeWx install and it >> appears in the wee_extension —list results but does not show up if I do a >> wee_config —reconfigure, even when I open a new terminal session. >> &

[weewx-user] Envoy Driver

2021-04-06 Thread weather list
Working on getting Matthew Wall’s weewx-envoy driver running under Python3. I’m no Python guru but I think I have fixed the print() and Except: errors, but this one I don’t know how to fix: WeeWx 4.4.0 (using new DB schema) Python3 Intel NUC Raspian Desktop Buster, fully updated Running envoy.c

Re: [weewx-user] Envoy Driver

2021-04-06 Thread weather list
on. > > Try installing this: > https://github.com/chaunceygardiner/weewx-forecast > <https://github.com/chaunceygardiner/weewx-forecast> > >> On Apr 6, 2021, at 2:18 PM, weather list wrote: >> >> Working on getting Matthew Wall’s weewx-envoy driver running und

Re: [weewx-user] Envoy Driver

2021-04-06 Thread weather list
Brilliant John, many thanks. > On 6 Apr, 2021, at 22:26, John Kline wrote: > > Have a look here: > http://python-future.org/compatible_idioms.html?highlight=urllib > <http://python-future.org/compatible_idioms.html?highlight=urllib> > >> On Apr 6, 2021, a

[weewx-user] Adding a new type to an SQLite DB

2021-04-16 Thread weather list
>From the WeeWx docs: > Adding a new type to an existing database > Here's how you would add the observation type electricity (from the example > Adding a second data source > ) to an existing > database by using wee_database: > > wee_dat

Re: [weewx-user] Adding a new type to an SQLite DB

2021-04-19 Thread weather list
I am asking just that but I can’t see how —binding might work When I installed the Envoy drive, it still uses wx_binding when in creates envoy.sdb So I tried: In /home/weewx: sudo bin/wee_database --add-column=energy_total --config=archive/envoy.sdb And it throws an error: wee_database: erro

Re: [weewx-user] Adding a new type to an SQLite DB

2021-04-19 Thread weather list
Thanks. Upgrade to 4.5.1 went fine, but this command throws an error which puzzles me: /home/weewx $ sudo bin/wee_database --add-column=energy_total --type=REAL --config=archive/envoy.sdb Traceback (most recent call last): File "bin/wee_database", line 1138, in main() File "bin/wee_data

Re: [weewx-user] Adding a new type to an SQLite DB

2021-04-19 Thread weather list
Ah good, makes sense indeed. Please ignore my last message with the error message. > On 19 Apr, 2021, at 20:13, Tom Keffer wrote: > > Vince is right that you need V4.5. > > But, your command is also wrong. Review the docs for wee_database >

[weewx-user] Reverse Y-axis data in Belchertown charts

2021-04-28 Thread weather list
HC offers an option to view y-axis data with the high-low values inverted. yAxis: { reversed: true }, Here is a JSfiddle example . Can someone point me to how I would u

Re: [weewx-user] Best air quality sensor for weewx

2021-04-28 Thread weather list
Karen, Can WeeWx collect the output of the air-Q units directly via an API? > On 23 Apr, 2021, at 05:36, Karen K wrote: > > airQ > > xsli...@gmail.com schrieb am Freitag, 23. April 2021 um > 08:04:22 UTC+2: > Hello, > > I'd like to ask t

Re: [weewx-user] Best air quality sensor for weewx Air-Q

2021-05-18 Thread weather list
Karen, Can WeeWx collect the output of the air-Q units directly via an API? > On 23 Apr, 2021, at 05:36, Karen K > wrote: > > airQ > > xsli...@gmail.com schrieb am Freitag, 23. April 2021 um > 08:04:22 UTC+2: >

[weewx-user] Does WeeWx-Multi work on Raspian Desktop Buster + Python 3.7?

2021-05-24 Thread weather list
And where do I locate the weewx-multi files? I find this page with a script but are there other installation files required? -- You received this message because you are subscribed to the Google Groups "weewx-user"

Re: [weewx-user] Re: Does WeeWx-Multi work on Raspian Desktop Buster + Python 3.7?

2021-05-24 Thread weather list
Thanks Vince, I had lost the link to that page. > On 24 May, 2021, at 15:42, vince wrote: > > How about https://github.com/weewx/weewx/wiki/weewx-multi > > On Monday, May 24, 2021 at 12:40:20 PM UTC-7 weatherl...@gmail.com wrote: > And where do I locate the weewx-multi files? > > I find this p

[weewx-user] Display both metric and imperial values

2021-06-11 Thread weather list
Original thread on this is here. "My system uses US units but I’ve been looking to see if I can somehow display the temp in both systems: e.g.: 74 °F / 23 °C" That was answered helpfully in the original thread. New questions: In the Belc

Re: [weewx-user] Display both metric and imperial values

2021-06-11 Thread weather list
t; Various unit systems can be toggled from the menu (hamburger button top left) > > Ian > >> On 11 Jun 2021, at 22:53, weather list > <mailto:weatherlists2...@gmail.com>> wrote: >> >> Original thread on this is here. >> <https://groups.google.co

Re: [weewx-user] Display both metric and imperial values

2021-06-12 Thread weather list
gt; in the skin. > > > > On Fri, 11 Jun 2021 at 23:56, weather list <mailto:weatherlists2...@gmail.com>> wrote: > Yes, those Weather34 version have always done that. I’m interested in whether > it’s possible to do that in the Belchertown skin. > > >> On

Re: [weewx-user] measuring river depth

2020-08-22 Thread weather list
Graham, I note that sensor transmits on 433 MHz. Could one just use an SDR receiver instead of passing through their own receiver box —> to computer? > On 22 Aug, 2020, at 11:30, Graham Eddy wrote: > > i measure river depth using an off-the-shelf product - the hardware is usable > but i repla

Re: [weewx-user] Advice on moving to new station hardware (prob ecowitt or ambinent)

2020-08-24 Thread weather list
I’ve bought two Davis VP2 wireless units used via Craigslist for $200 - $300 over the past 8 years; both work fine, one in warm salt air (FL) one in coastal NE summer/winter salt air conditions. Davis has parts for all of them, and re-conditioned ISS units and very good support. They seem to me

Re: [weewx-user] Problems installing weewx-purple extension

2020-08-26 Thread weather list
Sorry to be back late to my thread. It’s Raspian Desktop (recent) and fully updated. When I start WeeWx manually, this is the log at startup: > pi@NUC62:/home/weewx $ sudo tail -f /var/log/syslog | grep weewx > Aug 26 21:19:48 NUC62 weewx[21100] INFO __main__: Initializing weewx version > 4.1.1

Re: [weewx-user] Problems installing weewx-purple extension

2020-08-26 Thread weather list
rsyslog timidity useradd anacron avahi-daemon bsdmainutils crda dbus gpsd grub.ucf-dist intel-microcode keyboardmysql nfs-common ntp rsync ssh triggerhappy > > -tk > > > On Wed, Aug 26, 2020 at 6:46 PM weather list <mailt

Re: [weewx-user] measuring river depth

2020-09-09 Thread weather list
There is a Maxbotix extension already available for WeeWx. > On 9 Sep, 2020, at 19:33, Jason Harrop wrote: > > electrosense emailed back saying they no longer sell their Aquagauge. lots > of options for diy submerged pressure gauges though. > >

[weewx-user] New Tempest Station

2020-09-24 Thread weather list
I received my new Tempest unit the other day. It connects up immediately to their Tempest app on the iPad. So I wanted to get the raw packets to make a sensor map for weewx. I ran Vince’s UDP listener, with the following results, which don’t loo

Re: [weewx-user] Re: New Tempest Station

2020-09-24 Thread weather list
On 24 Sep, 2020, at 13:21, vince wrote: > > On Thursday, September 24, 2020 at 8:29:38 AM UTC-7, Dan'l B wrote: > I ran Vince’s UDP listener, with the following results, which don’t look > anything like the older Air/Sky unit outputs. > > > > Right - a Tempest is a different sensor than the A

[weewx-user] WeeWx-Purple extension

2020-09-28 Thread weather list
This works nicely but I have not puzzled out the UNBC and LRAPA labels. Are these just naming conventions to distinguish those authorities’ values, or is there a calculation in the code (which I am not good enough to find) to produce a result according to their standards? I’m running: Weatherfl

Re: [weewx-user] Slightly OT: My Vantage Vue is dying

2020-10-04 Thread weather list
Davis will also ship an already done rebuild to you so you won’t have to wait for yours to be rebuilt. I’ve used this a couple of times with two ISS units and it keeps you up and running. > On 4 Oct, 2020, at 15:29, Daniel Rich wrote: > > Davis has a rebuild program where they will completely

Re: [weewx-user] Clean install - restore data from old version

2020-10-10 Thread weather list
It works fine to just put the old .sdb file in the archive folder. If you night eventually want to make use of the new schema however, you might want to let the fresh install create a new .sdb and then import the data from the old one. > On 10 Oct, 2020, at 11:00, karlg...@gmail.com wrote: > >

[weewx-user] Belchertown: Running a new index.htm.temp template

2020-10-31 Thread weather list
I’ve added a folder in the Belchertown folder, arranged it to show and work in the navigation header. I have a custom index.html.tmpl in that folder, and in Belchertown skin.conf: But that template doesn’t run, even on a restart of weewx. What am I missing to cause that to happen? Added: [[To

Re: [weewx-user] Belchertown: Running a new index.htm.temp template

2020-10-31 Thread weather list
Fixed but it appears to have no effect so far. > On 31 Oct, 2020, at 19:55, Graham Eddy wrote: > > ‘Belchertown’ has too few brackets > >> On 1 Nov 2020, at 10:50 am, weather list > <mailto:dan.hinck...@gmail.com>> wrote: >> >>[[[w

Re: [weewx-user] Belchertown: Running a new index.htm.temp template

2020-10-31 Thread weather list
effect’ very unlikely. same outcome possible if more errors. post log > around template generation > >> On 1 Nov 2020, at 12:18 pm, weather list > <mailto:dan.hinck...@gmail.com>> wrote: >> >> Fixed but it appears to have no effect so far. >> >>

Re: [weewx-user] Belchertown: Running a new index.htm.temp template

2020-10-31 Thread weather list
d > html > >> On 1 Nov 2020, at 1:44 pm, weather list > <mailto:dan.hinck...@gmail.com>> wrote: >> >> Quite right, might be: >> >> Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: >> Generate fa

Re: [weewx-user] Belchertown: Running a new index.htm.temp template

2020-11-01 Thread weather list
include file. but: ‘main’ is invalid > html > >> On 1 Nov 2020, at 1:44 pm, weather list > <mailto:dan.hinck...@gmail.com>> wrote: >> >> Quite right, might be: >> >> Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx

[weewx-user] No PFM found for MEZ025

2020-11-01 Thread weather list
I have fthe forecast extension installed, with NWS set up as: [[NWS]] lid = MEZ025 foid = GYX WeeWx log reports: Nov 1 22:04:27 raspberry-NUC62 weewx[27447] ERROR user.forecast: NWSThread: NWS: no PFM found for MEZ025 in forecast from GYX Nov 1 22:05:18 raspberry-NUC62 weewx[

[weewx-user] Forecast extension Cheetah Generator options

2020-11-02 Thread weather list
I note that the forecast extension has a template called tides-graphic.htmk.tmpl but I can find no indication of that template file. Anyone know what this is about? [[[tidesgraphic]]] #template = tides-graphic.html.tmpl # configuration file for the forecast skin demonstration # $Id:

Re: [weewx-user] Re: New Router, New Fiber and 4.1 Weewx

2020-11-16 Thread weather list
You don’t mention if you are connection to the Vantage via wi-fi (Meteobridge NANO or similar) or a TP-link 3020 (or similar) flashed with Metoebridge, or something else. If you are using a Meteobridge NANO that relies on wi-fi, set your router to use a specific channel. I had these troubles fo

[weewx-user] Davis VP2 data station stats: is there a list of these somewhere?

2020-11-17 Thread weather list
on his Belchertown Weather site About page , Pat has a nice display of stats from the VP2. Can someone point me to where I can find a list of all those items? -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

Re: [weewx-user] Weatherlink IP replacement

2020-11-18 Thread weather list
I have two of the Meteobridge NANO SD units, not cheap at all but very capable units, and they free you from needing to use a USB cable. But galfert’s summary of the WLLive is compelling, especially as you can run multiple idfferent systems against it at once. > On 18 Nov, 2020, at 00:13, Robin

Re: [weewx-user] Davis Vantage Vue 6110 (ISS Only) + WeatherLink Live 6100 + WeeWx A Good Combo for Weather Telemetry?

2020-11-27 Thread weather list
I have bought two Davis VP2 units on Craigslist, sight unseen, and both are still running after 5 and 8 years, with the odd replacement of solar ISS panels and regular battery changes. Both run in humid, windy, coastal salt water environments. Davis service is impeccable, and they have a setup w

Re: [weewx-user] Storm!

2023-12-22 Thread weather list
Where is this event happening? > On 23 Dec, 2023, at 00:56, 'michael.k...@gmx.at ' via > weewx-user mailto:weewx-user@googlegroups.com>> > wrote: > > The neighbors roof is half gone, parts of my pv went flying, one rain gauge > is in a yet undefined state, my wind mast is banke

Re: [weewx-user] RS485 Pyranometer and Weewx

2024-02-01 Thread weather list
Jon, Did you make any progress with either of those units? I'd be glad to hear any details. > On 6 Jan, 2024, at 09:48, 'Jon Fear' via weewx-user > mailto:weewx-user@googlegroups.com>> wrote: > > Hi Folks > > Just been gifted a Vaisala WTX536 which will now become my goto device for my > wea

Re: [weewx-user] Hardware that "Connects to the Internet vi WiFi..."

2021-11-22 Thread weather list
I’ve been running two Davis VP2 wireless units for nearly ten years, bought both on Craigslist (USA), and have replaced one humidity sensor; both run in seaside, salt air conditions: one in Florida: think hot, humid; the other in Maine: think winter temps down to -20° F (each unattended 6 months

Re: [weewx-user] water tank level monitoring ?

2023-04-24 Thread weather list
Thank you, appreciated. > On 19 Apr, 2023, at 16:28, matthew wall wrote: > > >> On 19 Apr 2023, at 15:32, Karen K wrote: >> >> I realized the Maxbotix Wiki page, and from my location no picture is found. > > karen found the maxbotix guide while it is still in draft form. pictures and > the

Re: [weewx-user] WeeWX Forecast - Tides Question

2023-05-27 Thread weather list
Here’s another way to display tide forecasts. > On 27 May, 2023, at 07:53, 'Rory Gillies' via weewx-user > mailto:weewx-user@googlegroups.com>> wrote: > > OK, answered my own question again but it may be useful for others. I added

Re: [weewx-user] How does WeeWx use the database file?

2023-09-11 Thread weather list
Can you not simply add that snow depth DB as another data binding in weewx.conf and read the data from it as needed? >From the docs : > Binding names > While most users will only need the one weather database that comes with > WeeWX, the report

Re: [weewx-user] How does WeeWx use the database file?

2023-09-11 Thread weather list
Can you not simply add that snow depth DB as another data binding in weewx.conf and read the data from it as needed? >From the docs : > Binding names > While most users will only need the one weather database that comes with > WeeWX, the report

Re: [weewx-user] weewx with rtl-davis - Installation Assistance?

2023-09-12 Thread weather list
I had to replace the Supercap, which had leaked. Also had to re-solder the contacts of the battery bracket to the PC board. Problem solved. > On 12 Sep, 2023, at 20:42, John Argue > wrote: > > The problem is definitely the battery. I didn’t have it installed because

Re: [weewx-user] Thanks a Lot Darksky (NOT!!)

2020-04-26 Thread weather list
Has anyone made this link work? I have a valid, working PWS login but it fails everytime I try that ink with this message: “Something went wrong, please try submitting again" > On 23Apr, 2020, at 13:25, galfert wrote: > > Aeris Weather seems to be a replacement for Dark Sky that people are g

Re: [weewx-user] Thanks a Lot Darksky (NOT!!)

2020-04-26 Thread weather list
That did it, thanks Gary. I had missed that step. > On 26Apr, 2020, at 17:14, gjr80 wrote: > > Have you created and logged into your AerisWeather account before submitting > details via that link? I had a similar problem until I read the following > line near the top of the page: > > Log in t

[weewx-user] Enphase-envoy driver

2020-04-30 Thread weather list
I’ve been working on getting this going and have some questions. Reading Matthew Wall’s notes in envoy.py, my Envoy appears to be the ovular unit. Current Software Version R3.12.34 (2e8bfe) Software Build Date Wed Apr 29, 2015 02:28 PM PDT On my unit, http://192.168.1.16/api/v1/production outpu

[weewx-user] weewx-multi and sdr.conf

2020-05-31 Thread weather list
I have three instances running in multi (weewx, sdr, wflow) but the sdr.instance throws this error: > > May 31 15:29:38 NUC2498 weewx-sdr[4919]: import of driver failed: failed to start process 'rtl_433 -M utc -F json -G': [Errno 2] No such file or directory () which rtl_433 /usr/local/bin/rtl

[weewx-user] Problems with SDR driver failure to start process.

2020-06-11 Thread weather list
Running RTL_433 manually outputs: time : 2020-06-11 14:09:10 model : Ambient Weather F007TH Thermo-Hygrometer House Code: 175 Channel : 1 Battery : OK Temperature: 89.3 F Humidity : 41 % Integrity : CRC Running sud

[weewx-user] Failure starting RTL_433

2020-06-16 Thread weather list
Can anyone point me to why this error occurs? sdr: MainThread: startup process 'rtl_433 -M utc -F json' Jun 16 13:44:51 NUC2498 weewx-sdr[15765]: import of driver failed: failed to start process 'rtl_433 -M utc -F json': [Errno 2] No such file or directory () Jun 16 13:44:51 NUC2498 weewx-sdr[157

[weewx-user] Re: Failure starting RTL_433

2020-06-16 Thread weather list
Thanks! That did it! On Tuesday, June 16, 2020 at 1:50:25 PM UTC-4, weather list wrote: > > Can anyone point me to why this error occurs? > sdr: MainThread: startup process 'rtl_433 -M utc -F json' > Jun 16 13:44:51 NUC2498 weewx-sdr[15765]: import of driver failed: fail

[weewx-user] Problem with WeatherFlow UDP packets

2020-06-16 Thread weather list
Running a wflow.conf file from the command line, the wind packets appear as expected: Jun 16 22:08:55 NUC2498 weewx[24540]: weatherflowudp: MainThread: sensor map is {'outTemp': 'air_temperature.AR-00019047.obs_air', 'outHumidity': 'relative_humidity.AR-00019047.obs_air', 'pressure': 'station_p

Re: [weewx-user] snow data

2020-07-06 Thread weather list
I’d be very interested in the details of your setup for the depth sensor if you’re willing to share. > On 5 Jul, 2020, at 23:16, Graham Eddy wrote: > > i have added external river depth sensor (pressure not ultrasonic but same > principle) - wrote a data service that inserts its readings into

Re: [weewx-user] snow data

2020-07-07 Thread weather list
eewx-user/638DA29F-AFC3-431E-8743-518ED26D4899%40gmail.com > > <https://groups.google.com/d/msgid/weewx-user/638DA29F-AFC3-431E-8743-518ED26D4899%40gmail.com?utm_medium=email&utm_source=footer>. > > >> On 7 Jul 2020, at 10:29 am, weather list > <mailto:dan.hinc

Re: [weewx-user] snow data

2020-07-07 Thread weather list
email to weewx-user+unsubscr...@googlegroups.com > <mailto:weewx-user+unsubscr...@googlegroups.com>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/638DA29F-AFC3-431E-8743-518ED26D4899%40gmail.com > > <https://groups.goo

[weewx-user] Enphase Envoy Driver

2020-01-06 Thread weather list
Can someone point me to how to make this work? It appears that since it adds an Envoy driver to the list, when doing the --reconfigure you are creating an "envoy.conf" with a station_type = Envoy. Can this be set up as a service to be used in a "norm

[weewx-user] Adding a Belchertown chart with a data_binding value

2020-03-03 Thread weather list
Following the excellent instructions I’ve managed to add a new chart but cannot work out how to get the data I need into it. The value in question is from an SDR device mapped to leafTemp2 (I’m running two instances of weewx: weewx.conf and sir.conf), so I usually use it as ‘$latest($data_bindi

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-03-05 Thread weather list
Doesn't seem to work in that format, or as: [[chart6]] title = Water level [[[leafTemp2]]] $data_binding='sdr_binding' yAxis_tickInterval = 6 name = Water level The contents of leafTemp2 are in the form: 62.9921259843 Perhaps all those decimal places cau

[weewx-user] SteelSeries Gauges for WeeWx install problem

2020-04-06 Thread weather list
Using the downloaded master from here, I ran the standard install: $ sudo bin/wee_extension --install /home/pi/Downloads/weewx-steelseries- master.zip --config=weewx.conf Request to install '/home/pi/Downloads/weewx-steelseries-master.zip' Extracting f

[weewx-user] Re: SteelSeries Gauges for WeeWx install problem

2020-04-06 Thread weather list
Ah, it looks as if perhaps I got the wrong repository/version. This <https://github.com/gjr80/weewx-steelseries/releases/tag/v2.7.4> seems to be the correct one. Will try again. On Monday, April 6, 2020 at 2:05:03 PM UTC-4, weather list wrote: > > Using the downloaded mast

Re: [weewx-user] Re: SteelSeries Gauges for WeeWx install problem

2020-04-06 Thread weather list
I did finally get the right repo after digging around, and all is well. Apologies for not having dug far enough down to figure it out! Thanks for your good work! > On 6Apr, 2020, at 16:21, gjr80 wrote: > > To install the SteelSeries Gauges extension using wee_extension you need to > download

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-04-21 Thread weather list
re bracket section. Then the > 3 square bracket observations match the column name within that custom > database. > > > On Thursday, March 5, 2020 at 2:48:41 PM UTC-5, weather list wrote: >> >> Doesn't seem to work in that format, or as: >> >> [[chart6

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-04-22 Thread weather list
Vince, Thanks, removing the single quote doesn't help. Feels as I'm making an obvious error here and can't see it. On Tuesday, April 21, 2020 at 6:00:47 PM UTC-4, vince wrote: > > On Tuesday, April 21, 2020 at 8:58:31 AM UTC-7, weather list wrote: >> >> Final

Re: [weewx-user] Increase/decrease in length of the day

2025-01-17 Thread weather list
base, which is in > minutes. > > -tk > > > On Fri, Jan 17, 2025 at 10:53 AM weather list <mailto:weatherlists2...@gmail.com>> wrote: > Actually, I'd like to say "Today is xx minutes longer/shorter than yesterday." > > Is $sun_visible_change.

Re: [weewx-user] WWL 6100 or VP2 6312 with USB Data Logger

2025-01-26 Thread weather list
I've been using a Meteobridge Nano SD for a few years with a couple of 6312's and WeeWX on an NUC 5; it has also proved very solid, and not bothered by power flickers. Downside? They're pricey. Upside: lots of reports available nativ

Re: [weewx-user] WWL 6100 or VP2 6312 with USB Data Logger

2025-01-26 Thread weather list
ver to use: driver = weewx.drivers.vantage > On 26 Jan, 2025, at 19:33, scott pierce wrote: > > How does the Meteobridge Nano SD connect to WeeWx on the Raspberry Pi? > On Sunday, January 26, 2025 at 5:55:31 PM UTC-5 weather list wrote: > I've been using a Meteobridge Nano SD

Re: [weewx-user] Increase/decrease in length of the day

2025-01-17 Thread weather list
Thanks Tom, perfect. > On 17 Jan, 2025, at 09:19, Tom Keffer wrote: > > The standard "Seasons" skin already includes that. It's implemented using the > following, which you can put in your skin. You need pyephem for it to work. > > ## For the change in daylight, pick a string to indicate whe

Re: [weewx-user] Increase/decrease in length of the day

2025-01-17 Thread weather list
Actually, I'd like to say "Today is xx minutes longer/shorter than yesterday." Is $sun_visible_change.raw expressed in minutes or seconds? > On 17 Jan, 2025, at 09:19, Tom Keffer wrote: > > The standard "Seasons" skin already includes that. It's implemented using the > following, which you can

Re: [weewx-user] Forecast variable and the Forecast extension

2025-03-27 Thread weather list
John, Bingo, I should have seen that myself! Many thanks. > On 27 Mar, 2025, at 18:54, 'John Kline' via weewx-user > wrote: > > I don’t use Betchlertown, but from your error, I wonder if you’ve added the > search list extension for the forecast variables to the CheetahGenerator > section of

Re: [weewx-user] No data from Tempest via weewx WeatherFlowUDP

2025-06-16 Thread weather list
https://github.com/vinceskahan/wfudptools vinceskahan/wfudptools: WeatherFlow UDP API tools github.com > On Jun 16, 2025, at 15:30, Chuck Hast wrote: > > Where do I get it?? > > On Mon, Jun 16, 2025 at 2:13 PM vince > wrote: >> Run my wfudptools listener and do