[weewx-user] Re: Ftp upload

2022-03-09 Thread vince
On Wednesday, March 9, 2022 at 9:27:38 AM UTC-8 kalli...@gmail.com wrote: > Mar 9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weeutil.ftpupload: > Failed uploading /home/weewx/public_html/monthhum.png to server > francium.selfhost.de. Reason: '550 /home/weewx/public_html/monthhum.png: > No such

Re: [weewx-user] 'wee_database --calc-missing' long to execute

2022-03-08 Thread vince
> slower. the larger dataset (vp2-originated) gobbles >95% cpu but the > smaller dataset (gw1000-originated) <0.3%. it must be something to do with > the nature of the data, not the quantity. > ⊣ *Graham Eddy* ⊢ > > On 9 Mar 2022, at 12:11 pm, vince wrote: > >

[weewx-user] Re: 'wee_database --calc-missing' long to execute

2022-03-08 Thread vince
Need some info on which computer(s) you are doing this on. Normally when I see long run times and low cpu, it's out of RAM or waiting for i/o. What does something like 'htop' show ? Have you tried to split your input data into smaller pieces ? Perhaps try a year as a test and see if that's

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-03-08 Thread vince
For python3 sudo apt install python3-usb For python2 sudo apt install python-usb On Tuesday, March 8, 2022 at 3:59:55 AM UTC-8 f4n...@gmail.com wrote: > Unfortunately it didn't work: > > CRITICAL __main__: > line 252, in > import usb > ImportError: No module named usb > -- You receive

Re: [weewx-user] Re: WeeWX WebP image plot test

2022-03-08 Thread vince
You might consider finding another service provider that 'does' support rsync. If you're comfortable setting up a small webserver, Amazon Lightsail is under $4 per month. On Tuesday, March 8, 2022 at 9:40:06 AM UTC-8 tom.h...@gmail.com wrote: > I thought of that, but the only supported method

Re: [weewx-user] Re: WeeWX WebP image plot test

2022-03-07 Thread vince
Looks ok if I use chrome on the same iPad. -- 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 discussion on the

[weewx-user] Re: WeeWX WebP image plot test

2022-03-05 Thread vince
I get no images shown in Safari 15.3 on an Intel MacBook Air. -- 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

[weewx-user] Re: how to delete '#FTP.last' file

2022-03-02 Thread vince
escape the # sign with a backslash cd into the directory then rm -i ./\#FTP.last The -i will prompt you juust in case you typo it and would otherwise do something unexpected/bad. Tests ok on a pi here. On Wednesday, March 2, 2022 at 1:27:16 PM UTC-8 n8a...@gmail.com wrote: > Need to

[weewx-user] how to grab LOOP data to post here (FAQ)

2022-03-01 Thread vince
fyi - I added a FAQ page on how to run weewxd interactively to grab a few LOOP data snippets since this one comes up so often https://github.com/weewx/weewx/wiki/faq-running-weewxd-directly -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

Re: [weewx-user] Wrong conversion rainRate?

2022-03-01 Thread vince
On Tuesday, March 1, 2022 at 12:02:51 PM UTC-8 luis@gmail.com wrote: > > Now the question is, is there a way to prevent recording impossible data > or detecting bad data quality due to signal problems? > Try StdQC and see if that helps. Be caref

Re: [weewx-user] no rain data available

2022-03-01 Thread vince
Run the following: sudo python3 /usr/share/weewx/weewxd /etc/weewx/weewx.conf Let it display a few LOOP messages, then hit control-C to stop it. It should look something like this example: sudo python3 /usr/share/weewx/weewxd /etc/weewx/weewx.conf LOOP: 2022-03-01 18:01:11 UTC (1

[weewx-user] Clean your rain gauges

2022-02-28 Thread vince
I noticed 1.83" rain here since yesterday in my CoCoRAHS gauge but only 0.5" in the VP2 so I did a quick check and found the weep hole plugged up and the rain cone half full of water. I saved the water in a pot and slowly poured into the cleaned rain cone and listened for the tipper. Probab

[weewx-user] Re: Weather34

2022-02-27 Thread vince
On Sunday, February 27, 2022 at 12:02:05 PM UTC-8 matthieu89...@gmail.com wrote: > When i use sudo python3 /home/pi/weewx-Weather34/w34_installer.py > *Cannot find ../services.txt file INSTALL ABORTED* > Whereas my file service.txt is in /home/pi > > It is trying to find services.txt using a r

[weewx-user] Re: Weather34

2022-02-27 Thread vince
Looks like you need to use sudo On Sunday, February 27, 2022 at 10:04:29 AM UTC-8 matthieu89...@gmail.com wrote: > Yes, I download the new version with the method setup py. > I have a permission denied : home/weewx/bin/user/w34hightchartsSearchX.py > > And I always have the error messages i

Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread vince
> at all. > > So, Tom & VInce, I suspect this is a different issue, if it's an issue at > all. > Think it's a different issue. The extra leafWet4 and soilLeafAlarm1-4 items we see on VP2 aren't even in the extended schema so we might just be getting lucky the

Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread vince
Ancient wireless VP2 here with original firmware and serial datalogger (and serial2usb adaptor) - I see zeroes for various leaf-related sensors that I do not have. From the sticker on the console Product #6312 IC. 3788A-6312 Mfg. codeA90127N012<= major=A, made 01/27/200

[weewx-user] Re: Problem with Vantage Vue

2022-02-20 Thread vince
Connection refused is the other computer isn't listening and accepting traffic on that port. Check you have the right ip address set in your weewx.conf file -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-20 Thread vince
On Sunday, February 20, 2022 at 11:15:42 AM UTC-8 muchgoo...@gmail.com wrote: > I then ran all of your commands by hand. The first was running "docker > build ." to initiate the build. I then did each command one by one. That > seemed to go well - I see the image and the folders populated as

[weewx-user] Re: Delete/repair bad records

2022-02-17 Thread vince
Did you look at the wiki (link) ? Since you manually edited things, you probably want to run wee_database --rebuild_daily and use the --date or --from and --to options. On Thursday, February 17, 2022 at 10:02:20 AM UTC-8 kac...@gm

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-15 Thread vince
Wild guess is that you either tried to map to directories that don't exist, or your volume mounts aren't working. -- 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] Re: Belchertown w/MQTT Temperature not updating?

2022-02-15 Thread vince
On Tuesday, February 15, 2022 at 1:24:28 PM UTC-8 DaveStLou wrote: > On my station website OakvilleWX.com, I see MQTT updates most values > real-time as it's supposed to. If I leave it up for a time though, I've > noticed that the temperature doesn't update unless I refresh the page. > > In the

[weewx-user] Re: windDir is None since upgrading to 4.6.2 from 4.5.1 on VP2

2022-02-15 Thread vince
Your windSpeed and windGust are 0.0 so there is no direction. -- 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

Re: [weewx-user] Re: WeeWX V4.6.1 released

2022-02-14 Thread vince
So where are the extra leaf1+2 and soil1+2+3+4 (apologies for my earlier typos) sensors coming from ? Are there references to any of them in your skin.conf or weewx.conf files ? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

[weewx-user] Re: Upgrade Raspberry Pi 2 to Raspberry Pi 4

2022-02-14 Thread vince
Experimentation will tell you. The worst that happens is it doesn't work. But personally I'd upgrade to the current os and take this as an opportunity to start cleanly and document how you (re)installed everything. On Monday, February 14, 2022 at 1:34:31 PM UTC-8 bchap...@gmail.com wrote: > Can

Re: [weewx-user] Re: WeeWX V4.6.1 released

2022-02-14 Thread vince
(oops - degree_F there) On Monday, February 14, 2022 at 11:27:03 AM UTC-8 vince wrote: > You have to have something mapped to a lot of leaf and soil sensors. > We'd need to see all your skin.conf files and your weewx.conf file to know > for sure where they're coming

Re: [weewx-user] Re: WeeWX V4.6.1 released

2022-02-14 Thread vince
You have to have something mapped to a lot of leaf and soil sensors. We'd need to see all your skin.conf files and your weewx.conf file to know for sure where they're coming from. If you can't find it, I'd suggest you use StdQC to just filter out the extraneous things (link to User's Guide) <

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-13 Thread vince
I'd run "docker ps -a" and look at which containers are forwarding which ports. > -- 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...@googlegr

[weewx-user] Re: Updated weewx-cwxn extension for use with aprx

2022-02-12 Thread vince
What exactly is the question ? On Saturday, February 12, 2022 at 10:53:07 AM UTC-8 kb3...@gmail.com wrote: > I recently updated my weather station here at home and wanted to get a > better APRS txt file to run with aprx on my raspberry pi. I have taken what > was already done by Matthew and upd

Re: [weewx-user] DEFAULT_DELTATIME_FORMAT

2022-02-12 Thread vince
On Saturday, February 12, 2022 at 10:41:49 AM UTC-8 xzei...@googlemail.com wrote: > raised alway an execption here: >>> >>> $obs.label.uptime >>> >> class="data">$current($max_delta=3600,$data_binding='davishealthapi_binding').uptime >>> >>> >>> It is likely associated with

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-12 Thread vince
Try adding: ports: - :8080 To map container port 8080 to host port (as an example) On Saturday, February 12, 2022 at 10:06:09 AM UTC-8 muchgoo...@gmail.com wrote: > Thank you so much Doug! That is fantastic information. I have one more > question that I meant to ask earli

[weewx-user] Re: WeeWX V4.6.1 released

2022-02-12 Thread vince
Matthew - I run the same purpleair extension and version. It just grabs some simple AQ stuff. And sends it to a secondary db. CREATE TABLE archive (`dateTime` INTEGER NOT NULL PRIMARY KEY, `usUnits` INTEGER NOT NULL, `interval` INTEGER NOT NULL, `purple_temperature` REAL, `purple_humidity` RE

[weewx-user] Re: Installing on Raspberry Pi OS bullseye distribution

2022-02-11 Thread vince
I just did a clean SD installation of bullseye lite 64 bit on a pi4 and it worked fine. On Friday, February 11, 2022 at 8:09:34 AM UTC-8 asla...@gmail.com wrote: > However, if I alter */etc/apt/sources.list.d/weewx.list* to "*deb > [arch=all] http://weewx.com/apt/python3

[weewx-user] Re: Significado de cada variable

2022-02-09 Thread vince
Which variables do you need to know about ? Many of these are documented in the code in wxformulas.py On Wednesday, February 9, 2022 at 2:38:37 PM UTC-8 juak...@gmail.com wrote: > Muy buenas tardes Necesito conocer el significado de cada variable conozco > algunas pero otras no las necesito par

[weewx-user] Re: weewx-wd (tags.py) fails after upgrade to 4.6

2022-02-09 Thread vince
Some log snippets or pointer to the tags.py file you are using would be helpful On Wednesday, February 9, 2022 at 9:39:19 AM UTC-8 bob_linux_user wrote: > I have been attempting to find the API calls to fix 4.6. It fails in > tags.py with the the group_deltatime issue. I have not been able

[weewx-user] Re: Belchertown - No lines on Day Graphs?

2022-02-09 Thread vince
Perhaps rename your custom graphs.conf temporarily and see if the built-in defaults show a different result. That said, mine sets lineWidth=0 for the wind speed and direction graph. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

[weewx-user] Re: Problem since Weewx 4.6

2022-02-07 Thread vince
Yes - I updated my lastrain extension on github yesterday... -- 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

[weewx-user] quick weewx backup command

2022-02-07 Thread vince
Given everybody updating to the new 4.6.0 version, I thought I'd post a couple quick tar commands to back up your weewx setup. # for a packaged install using the Debian example tar zcvf /var/tmp/weewx-backup.tgz --exclude=.git* --exclude=__pycache__ /etc/weewx /usr/share/weewx /var/lib/weewx /v

[weewx-user] Re: Problem since Weewx 4.6

2022-02-07 Thread vince
Feb 7 17:55:17 RPiMeteo weewx[29371] ERROR weewx.cheetahgenerator: Ignoring template /etc/weewx/skins/Seasons2/index.html.tmpl Feb 7 17:55:17 RPiMeteo weewx[29371] ERROR weewx.cheetahgenerator: Reason: %x format: an integer is required, not dict I saw this when I upgraded my system y

[weewx-user] Re: Belchertown skin - large rsync uploads?

2022-02-03 Thread vince
rsync syncs whatever you have it configured to sync and does so every archive interval. A 20-second archive interval is very quick especially since your ecowitt gear only changes readings once per minute probably for most of the readings other than wind. You might want to look into the websoc

Re: [weewx-user] Rainfall Totals with Weatherflow Tempest

2022-02-02 Thread vince
I would just compare my NOAA rain total for a particular date with what WF shows on their site. On Wednesday, February 2, 2022 at 2:24:40 PM UTC-8 Jeremy A wrote: > Hi Tom, > I used: the query below and looked at the sum column which that value > shows as 1.034435039370079 which is what I see o

[weewx-user] Re: Rainfall Totals with Weatherflow Tempest

2022-02-02 Thread vince
You likely have RainCheck enabled in your WF settings. If so, they modify your readings based on data from nearby stations early in the morning the day afterward. Turn that off to disable them "helping". On Wednesday, February 2, 2022 at 11:09:34 AM UTC-8 Jeremy A wrote: > Rain totals in Wee

[weewx-user] Re: quick and dirty remove 'inside' displays from webpage.

2022-01-30 Thread vince
On Sunday, January 30, 2022 at 12:16:08 PM UTC-8 techno curmudgeon wrote: > Full disclosure: I don't know *&^$# about web pages. I have successfully > avoided having to deal with the guts of them for my whole career. Until > now. > > Ummm, no, it's not quite that easy. There is a little work

Re: [weewx-user] Re: High CPU usage with Mysql and GW100 driver

2022-01-27 Thread vince
I did notice you have at least some errors in your weewx.conf You are trying to MQTT subscribe to nonexistent topics [[[first/topic]]] [[[FIRST/REPLACE_ME]]] [[[SECOND/REPLACE_ME]]] Also - did you add a custom graphs.conf file to your Belchertown installation to define pm10_0 perhaps ? If so,

[weewx-user] Re: High CPU usage with Mysql and GW100 driver

2022-01-26 Thread vince
Your English is fine! Next disable Seasons and Standard and turn on 'minimal' Belchertown. Set mqtt_websockets_enabled = 0 so it only updates the data every 300 seconds. Then restart weewx and check your cpu usage. -- You received this message because you are subscribed to the Google Groups "

[weewx-user] Re: High CPU usage with Mysql and GW100 driver

2022-01-26 Thread vince
On Wednesday, January 26, 2022 at 2:53:42 AM UTC-8 carlo74 wrote: > I activate MySql log and now I see thousand and thousand of row like this > for "lightning_distance" "pm2_5" and "pm10_0" > > 2022-01-26T10:45:26.498249Z 20 QuerySELECT > avg(lightning_distance) FROM archive

[weewx-user] Re: Adding database columns on WeeWX3.9.1?

2022-01-24 Thread vince
On Monday, January 24, 2022 at 11:55:38 AM UTC-8 pmen...@gmail.com wrote: > I'm just worried about breaking things with upgrading. > > Hundreds of people have succeeded in doing soand it's simpler and less risky than doing what you're asking about altering the v3 database. Just do a backup o

[weewx-user] Re: Adding database columns on WeeWX3.9.1?

2022-01-24 Thread vince
That version is almost 3 years old. I'd suggest you simply upgrade to the current version. The current weewx also has the wview_extended schema (link ) which has 'many' more fields defined. It's possible the o

[weewx-user] Re: Problem with weather34 & weewx

2022-01-23 Thread vince
On Sunday, January 23, 2022 at 11:53:21 AM UTC-8 matthieu89...@gmail.com wrote: > After, I don't know what to do ? > > You seem like a very new Linux user. I would suggest you learn a little more about Linux by taking https://www.edx.org/course/introduction-to-linux The answer to your questi

Re: [weewx-user] Skin with webcam?

2022-01-19 Thread vince
On Wednesday, January 19, 2022 at 5:37:02 PM UTC-8 DaveStLou wrote: > After downloading and installing the master.zip mentioned in issue 703, my > MQTT live connection is failing. Using ?debug=true, I see "Cannot connect > to MQTT broker" in the browser console. I'd really like to take advantage

[weewx-user] Re: weewx-interceptor and Python3 on Raspbian 10 buster?

2022-01-15 Thread vince
I asked the same question in another thread last week. I got nowhere trying to get the pypcap stuff going on debian11 or debian10 with python3, but since it was a nice-to-have only, I basically gave up trying. -- You received this message because you are subscribed to the Google Groups "weewx

Re: [weewx-user] Re: recommendation: "open-friendly" hardware; ideally ethernet; feature set equivalent to Vantage pro 2

2022-01-15 Thread vince
On Saturday, January 15, 2022 at 12:25:42 PM UTC-8 tom.h...@gmail.com wrote: > I poked around some this morning but haven't yet found the docs on the > Live to see if it will save/upload data locally. I use weewx to upload to > WU, CWOP, AWEKAS, etc. and I believe the Live only supports WU (and

Re: [weewx-user] Vanage Pro 2 crashes WeeWx daily

2022-01-15 Thread vince
If you changed out the pi, sd card, and pi power supply then you've probably proven your logger is ill. -- 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

[weewx-user] Re: rsync not working (weewx-Belchertown skin)

2022-01-14 Thread vince
yes - connect in once as whatever user weewx is running as (which is almost always root) On Friday, January 14, 2022 at 3:17:18 PM UTC-8 gszla...@gmail.com wrote: > Thanks vince! > > I assume that weewx is running as root for a normal apt-get debian type of > install. > > It

Re: [weewx-user] Re: windspeed extreme values

2022-01-14 Thread vince
UTC-8 jputt...@gmail.com wrote: > @vince; > Database changed > MariaDB [weewx_eco]> SELECT * FROM `archive` WHERE `*windGust*` > 100; > *Empty set (9.819 sec)* > > It wasn'nt > > vince schrieb am Freitag, 14. Januar 2022 um 19:34:05 UTC+1: > >> Those peaks

[weewx-user] Re: Having trouble setting up MQTTSubscribe

2022-01-14 Thread vince
On Friday, January 14, 2022 at 12:53:06 PM UTC-8 kavanag...@gmail.com wrote: > However, when I attempt to start, it now returns a very similar error: > no module named 'user.lightning_strikes' > > I suspect something in weewx.conf or skin.conf > Yes - you are referencing something that you don't

[weewx-user] Re: SDR and Backfill

2022-01-14 Thread vince
(following up for others who might help) Stefanos told me via email that his rain sensor reports a rain_total value that continually increments, so what he's looking to do is reflect whatever the sensor detected during a power outage and have an accurate total rain for the day. The example he

Re: [weewx-user] Re: windspeed extreme values

2022-01-14 Thread vince
Those peaks are windGust, not wind. You need to also clean up the windGust values. -- 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...@googlegro

[weewx-user] Re: Having trouble setting up MQTTSubscribe

2022-01-14 Thread vince
If it installed correctly, you should see it installed as /usr/share/weewx/user/MQTTSubscribe.py Run "wee_extension --list" to see the list of extensions you have installed. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from thi

Re: [weewx-user] Vanage Pro 2 crashes WeeWx daily

2022-01-13 Thread vince
On Thursday, January 13, 2022 at 3:57:17 PM UTC-8 jo...@johnkline.com wrote: > It’s not the greatest for stable time, but it’s good enough for most. > I’ve ripped this out on my machines. > Me too. Just install ntp on all your systems which just plain works. You don't even need to disable t

[weewx-user] Re: windspeed extreme values

2022-01-13 Thread vince
When you picked mysql you essentially signed up for learning more on your own. See if https://www.mysqltutorial.org/mysql-update-data.aspx helps you any in figuring out the mysql command to do something similar to what the wiki sqlite3 example is doing. On Thursday, January 13, 2022 at 2:25:4

Re: [weewx-user] Vanage Pro 2 crashes WeeWx daily

2022-01-13 Thread vince
te the pi(s) as being the > culprits. I am also trying to locate another logger. > > Don't know what to say about the network time synchronizations. > > Thanks again you guys.. > > Tim > On Thursday, January 13, 2022 at 10:42:25 AM UTC-10 vince wrote: > >> All

Re: [weewx-user] Vanage Pro 2 crashes WeeWx daily

2022-01-13 Thread vince
All I can suggest is that if you can swap in a different pi/SD/power-supply and it goes away, that would point to the pi3 being the problem. If the problem continues with a different computer, that would point to your datalogger probably. Your logger will save a week of readings, so there's li

Re: [weewx-user] Vanage Pro 2 crashes WeeWx daily

2022-01-13 Thread vince
Are you plugging stuff in and unplugging it a lot ? Do you have 'just' the usb keyboard plugged in ? Is there anything else plugged into the USB slots ? How are you powering your pi ? Most issues on a pi are from a slow SD card, or an overburdened USB subsystem or the pi is being powered with a w

[weewx-user] Re: rsync not working (weewx-Belchertown skin)

2022-01-13 Thread vince
"Host key verification failed." is the indicator here. You need to attempt to ssh into the remote computer as the local weewx user (probably root) at least once so that ssh saves the other side's host key. When it prompts you, say yes. It should look something like this example: # ssh testus

Re: [weewx-user] Vanage Pro 2 crashes WeeWx daily

2022-01-13 Thread vince
Please run: dmesg --ctime I see it went whacko at 00:44 or so but I sure don't see anything saying why. -- 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 wee

Re: [weewx-user] Vanage Pro 2 crashes WeeWx daily

2022-01-12 Thread vince
On Wednesday, January 12, 2022 at 5:26:22 PM UTC-8 timot...@gmail.com wrote: > It seems the crashes only occur roughly between 10pm and 2am either side > of midnight. > > Well when it happens again, we need to see /var/log/messages and /var/log/syslog for the period before+after it fails, and a

Re: [weewx-user] Re: Vanage Pro 2 crashes WeeWx daily

2022-01-12 Thread vince
"right on time" What time ? Do you have some cron job running at a particular time of day that might be messing with the USB bus ? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails fr

Re: [weewx-user] Interceptor driver "cannot assign requested address" - noob here - thoughts?

2022-01-12 Thread vince
Probably silly question, but does the interceptor stuff work for 'sniff' mode on a modern python3-only system ? I got pretty much nowhere trying to get the prereqiosote libpcap stuff installed on debian10 or debian11 under python3, but it seems to install ok on debian10 under python2. -- You

[weewx-user] Re: Interceptor driver "cannot assign requested address" - noob here - thoughts?

2022-01-11 Thread vince
You didn't literally type "https://groups.google.com/d/msgid/weewx-user/27f5b1b8-8de7-4036-8a87-74940bc1a7c7n%40googlegroups.com.

[weewx-user] Re: Faster way to recover from deleting latest records

2022-01-11 Thread vince
Run wee_database --help and check out the --from and --to and --date options. They let you rebuild things for only a specified date or range of dates. That should sped things up a lot. wee_database --rebuild-daily [--date=-mm-dd | [--from=-mm-

Re: [weewx-user] Re: Vanage Pro 2 crashes WeeWx daily

2022-01-11 Thread vince
p://www.weewx.com/docs/hardware.htm#vantage_clear_console_memory>. >>> >>> If that doesn't work, let us know, but this time include more of the >>> log, and please do not use a screenshot. See the wiki article *Help! >>> Posting to weewx user

[weewx-user] Re: Vanage Pro 2 crashes WeeWx daily

2022-01-10 Thread vince
How is your VP2 connected to the pi ?Are you using some non-Davis logger or the like ? -- 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...@

[weewx-user] Re: SDR and Backfill

2022-01-10 Thread vince
Where would weewx get the data from ? If you lose power, your SDR isn't listening to the sensors, so how could weewx know what the weather conditions were ? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

[weewx-user] Re: Error MQTTSubscribe - on_message_json failed with

2022-01-08 Thread vince
extraTemp12 -- 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 discussion on the web visit https://groups.

Re: [weewx-user] Re: lightning sensor made at home cheaply - WORKS!

2022-01-07 Thread vince
On Friday, January 7, 2022 at 12:13:06 PM UTC-8 blu...@gmail.com wrote: > Any ideas? I have not had any lightning events. > > Caught unrecoverable exception in generator > 'user.belchertown.HighchartsJsonGenerator’ > ERROR weewx.reportengine: Error trying to use database > bindin

[weewx-user] Re: Moving from one Raspberry to another - no data from Ecowitt station

2022-01-04 Thread vince
On Tuesday, January 4, 2022 at 1:01:42 PM UTC-8 uwe.sc...@gmail.com wrote: > Any idea where to start looking at it? > > As always, start with your system logs. Set debug=1 and restart weewx or run weewx interactively. (https://weewx.com/docs/usersguide.htm#Running_directly) I can only guess

Re: [weewx-user] Re: lightning sensor made at home cheaply - WORKS!

2022-01-02 Thread vince
Perhaps he edited the file and forgot to stop+restart weewx ? Suggest trying: ps axu | grep weewx A typical output would look like: # ps axu | grep weewx | grep -v grep root 24655 41.2 39.2 165944 48372 ?Sl2021 5890:56 /usr/bin/python3 /home/weewx/bin/weewxd --daemo

Re: [weewx-user] working weewx 4.5.1 - errors after Ubuntu OS update

2021-12-31 Thread vince
TSubscribe section of weewx.conf so it calls out "listener > = 1883" rather than "port = 1883"? > > > On Friday, December 31, 2021 at 4:20:01 PM UTC-6 vince wrote: > >> So is it working ? Not working ? >> We can't read minds and your followup

Re: [weewx-user] working weewx 4.5.1 - errors after Ubuntu OS update

2021-12-31 Thread vince
So is it working ? Not working ? We can't read minds and your followups are rather cryptic. Is there any mosquitto process running ? If so stop it and try again with 'sudo systemctl start mosquitto' If you want to try to run mosquitto in the foreground to debug it, add the -v switch to make it

Re: [weewx-user] working weewx 4.5.1 - errors after Ubuntu OS update

2021-12-31 Thread vince
On Friday, December 31, 2021 at 11:04:00 AM UTC-8 Eric K wrote: > This confirms that mosquitto 2.x requires passwords (where version 1.x > does not). > see: https://mosquitto.org/documentation/migrating-to-2-0/ > No, it doesn't. The example I posted worked fine either way. I ran it successfull

Re: [weewx-user] working weewx 4.5.1 - errors after Ubuntu OS update

2021-12-31 Thread vince
If your mosquitto server won't start, run it in the foreground and it'll tell you what line is wrong... mosquitto -c /etc/mosquitto/mosquitto.conf This is a minimalist /etc/mosquitto/conf.d/myconfig.conf file that works on ubuntu #--- ###

Re: [weewx-user] working weewx 4.5.1 - errors after Ubuntu OS update

2021-12-31 Thread vince
On Thursday, December 30, 2021 at 8:38:58 PM UTC-8 Eric K wrote: > Simply reinstalling python3-paho-mqtt has not fixed the system. > > I tried the mosquitto_sub command and mosquitto refused the connection. > weewx@Ubuntu20-WEEWX:~$ mosquitto_sub -h 192.168.7.22 -p 1883 -t > tele/BMP280/SENSOR -d

Re: [weewx-user] working weewx 4.5.1 - errors after Ubuntu OS update

2021-12-29 Thread vince
On Tuesday, December 28, 2021 at 7:45:22 PM UTC-8 Eric K wrote: > After re-installing python3-paho-mqtt into Ubuntu 21.04 with "sudo apt-get > install python3-paho-mqtt" > /usr/local/lib/python3.9/dist-packages/ is empty > I'm not sure where the reinstalled python3-paho-mqtt files got installed?

Re: [weewx-user] working weewx 4.5.1 - errors after Ubuntu OS update

2021-12-28 Thread vince
You're probably overthinking this one, but I'd suggest you avoid using pip or pip3 unless absolutely necessary. My recollection is that modern ubuntu/debian/raspbian have everything you need available in packages nowadays. Using pip should be pretty rarely needed. apt-get install python3-pah

[weewx-user] Re: Parsing Ecowitt WH31, WN34L and WH57

2021-12-27 Thread vince
(quick followup re: using Gary's data and what normal looks like...) here's the test info for my setup here... root@bullseye:/etc/weewx# PYTHONPATH=/usr/share/weewx python3 -m user.gw1000 --test-driver Using configuration file /etc/weewx/weewx.conf Interrogating GW1000 at 192.168.2.103:45000 2

[weewx-user] Re: Parsing Ecowitt WH31, WN34L and WH57

2021-12-27 Thread vince
Gary's gw1000 driver tends to catch up to new sensors very quickly and is much easier to set up than interceptor. Give that a try. FWIW - I have the following: - gw1000 for inside T+H - WH32 for outside T+H - four extra inside WH31 T+H sensors - one WH51 soil sensor On Wednesday, D

[weewx-user] Re: Critical error/value error in Tempest driver

2021-12-26 Thread vince
You probably forgot the comma in weewx.conf where you set the altitude of your station On Sunday, December 26, 2021 at 11:24:57 AM UTC-8 gcp...@gmail.com wrote: > I am running WeeWx on a Raspi 3B+ running Buster; Weewx version 4.3.0. I > am trying to convert from a Davis Vantage Pro to a Tempe

[weewx-user] Re: Change to DocumentRoot has no effect

2021-12-25 Thread vince
The instructions you're following are incorrect for Fedora. You want to do 'systemctl restart httpd' after editing the file and it'll work. (tested on fedora-35) On Saturday, December 25, 2021 at 10:54:40 AM UTC-8 vince wrote: > Did you restart apache ? > Did you look

[weewx-user] Re: Change to DocumentRoot has no effect

2021-12-25 Thread vince
Did you restart apache ? Did you look at your apache access and error logs ? Did you look at your weewx logs ? -- 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 weew

[weewx-user] Re: WeeWX on Raspberry Pi Pico and MicroPython

2021-12-23 Thread vince
On Thursday, December 23, 2021 at 6:02:57 PM UTC-8 garrya...@gmail.com wrote: > With apologies if there is already a thread about this but will WeeWX run > on a Raspberry Pi Pico with MicroPython? > If no one has actually tried it, and the consensus is that it might/should > work, I might give

[weewx-user] Re: gw1000 stopped working this morning

2021-12-23 Thread vince
On Thursday, December 23, 2021 at 2:30:18 PM UTC-8 ti...@skybase.net wrote: > Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__: File > "/usr/share/weewx/user/aqi/service.py", line 311, in new_archive_record > Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__:

[weewx-user] mqtt extension - how to force float for values

2021-12-23 Thread vince
I recently went through a full rebuild of my reasonably complicated weewx setup and noticed from my grafana (over influxdb) dashboard that I wasn't getting any weewx data displayed any more in grafana. After scratching my head a bit I remembered that wy back I had to hack on mqtt to force t

[weewx-user] Re: Minor Belchertown issue

2021-12-22 Thread vince
;s configurable. The code always wins, as a former coworker used to say... On Wednesday, December 22, 2021 at 2:18:47 PM UTC-8 vince wrote: > Yes - typo (sigh). > Basically you add a [ ] as you go one level deeper. > > Something like the following. > Indenting doesn't m

[weewx-user] Re: Minor Belchertown issue

2021-12-22 Thread vince
Yes - typo (sigh). Basically you add a [ ] as you go one level deeper. Something like the following. Indenting doesn't matter, I just use it in my weewx.conf for readability. [StdReport] [[Belchertown]] enable = true [[[Extras]]] earthquake_enabled = 1 [[[Labels]]]

[weewx-user] Re: Minor Belchertown issue

2021-12-22 Thread vince
The docs can be a little hard to decipher Try putting them under: [[Extras]] [[[Labels]]] Generic powered_by = My Fabulous Station That said, this one's on me. Looks like when I gave Pat a PR to try to write a complete commented-out template i

[weewx-user] Re: AERIS Forecast (authentication change)

2021-12-20 Thread vince
You might to generate a new key since you posted your keys here. If you have a link regarding them asking folks to reset their account (whatever that means), it would be nice to pass along. On Monday, December 20, 2021 at 11:29:00 AM UTC-8 do...@dougjenkins.com wrote: > I was wondering if

[weewx-user] Re: Belchertown - Windy and Forecast Incorrect Location

2021-12-20 Thread vince
I'm assuming your forecast now shows snow :-) Just in case, check your weewx.conf to see if it's correct there. -- 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 we

[weewx-user] Re: Belchertown skin render issues with Android 10

2021-12-19 Thread vince
yes - I see the same thing on an android-10 Lenovo tablet in landscape mode. android-7 on an ancient Tab2, ipadOS 15.2 on a ipad mini, and a kindle-8 (Silk browser) look like your android-9 except the wind box and barometer etc. boxes are exchanged in location, but I don't know if I've altered m

Re: [weewx-user] logrotate permissions problem

2021-12-19 Thread vince
According to the github repository that file hasn't changed in 4 years. Suggest you simply copy it into your /etc/logrotate.d directory and set the permission once 'there' rather than symlinking it. There's no need to overwrite this one every time you do an update. It never changes release t

Re: [weewx-user] HTML Production Stopped After Update

2021-12-18 Thread vince
loading service weewx.wxxtypes.StdRainRater >>>>>>> Dec 17 15:36:25 WeewxWeatherServer weewx[825] DEBUG weewx.engine: >>>>>>> Loading service weewx.wxxtypes.StdDelta >>>>>>> Dec 17 15:36:25 WeewxWeatherServer weewx[825] DEBUG weewx

<    5   6   7   8   9   10   11   12   13   14   >