[weewx-user] Re: OS-WEEWX compatibility question

2022-11-03 Thread vince
There is no need to change your os to add Home Assistant under docker... But to answer: - weewx runs fine on debian on any hardware, as well as debian derivatives (RaspiOS, Ubuntu) - Home Assistant in docker runs fine on a pi4 over RaspiOS - If you purchase a Flirc case for your

[weewx-user] Re: cant registrer my weather stations

2022-11-03 Thread vince
On Thursday, November 3, 2022 at 10:48:59 AM UTC-7 hobbyl...@gmail.com wrote: > > Nov 3 19:45:28 metfm weewx[10655] DEBUG weewx.restx: StationRegistry: > Failed upload attempt 2: b"FAIL: execute failed: Incorrect string value: > '\\xCE\\x9C\\xCE\\xB5\\xCF\\x84...' for column 'description' at r

[weewx-user] Re: cant registrer my weather stations

2022-11-03 Thread vince
gt; # The start of the rain year (1=January; 10=October, etc.). This is > # downloaded from the station if the hardware supports it. > rain_year_start = 1 > > # Start of week (0=Monday, 6=Sunday) > week_start = 6 > > Στις Πέμπτη 3 Νοεμβρίου 2022 στι

[weewx-user] Re: first user - a lot of issues

2022-11-03 Thread vince
You need to install a syslog daemon . sudo apt-get install -y rsyslog On Thursday, November 3, 2022 at 12:13:07 PM UTC-7 vanuxe...@gmail.com wrote: > Hi Guys, > > I'm Alex from Belgium, a weather amateur, got a Vantage Pro 2, airlinks, > and soil and leaf sensors. > > got a website at Meteo S

[weewx-user] Re: first user - a lot of issues

2022-11-03 Thread vince
he log? not in var/log... apologize for my dumbness, > thanks again > > Op donderdag 3 november 2022 om 20:26:50 UTC+1 schreef vince: > >> You need to install a syslog daemon . >> >> sudo apt-get install -y rsyslog >> >> On Thursday, November 3, 2022 at 12

[weewx-user] Re: UDP listener (for Weatherflow Tempest) won't run

2022-11-03 Thread vince
normal so it can be ignored. On Thursday, November 3, 2022 at 1:26:06 PM UTC-7 weatherl...@gmail.com wrote: > I realize this is not strictly a WeeWx issue but perhaps Vince can see > from the Terminal results below what I might be doing wrong. > > I've always been able to run

Re: [weewx-user] Re: first user - a lot of issues

2022-11-03 Thread vince
. There's nothing there on both locations specified in the doc > you posted. Thanks though any other suggestions? Grtz alex > > > > Op do 3 nov. 2022 21:59 schreef vince : > >> Look at the bottom of >> https://github.com/weewx/weewx/wiki/WeeWX-Frequently-A

Re: [weewx-user] Re: first user - a lot of issues

2022-11-04 Thread vince
We really need more information on your setup. It 'seems' like you are trying to run a rather unusual configuration. I noticed this in your errors.txt file: - "Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29" ==> are you trying to run weewx under Windows WSL perhaps

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2022-11-04 Thread vince
You can also use the -n switch to go back in the file longer. For example to go back 500 lines: sudo tail -n 500 -f /var/log/syslog On Friday, November 4, 2022 at 12:46:56 PM UTC-7 Tom Keffer wrote: > You're starting up weewxd, then doing tail -f /var/log/syslog. By the time > you do the "t

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2022-11-05 Thread vince
e you say something to me it doesn't tell anything. > > I would like to thank you once again for your help. > Greetings Günther > > > Das ist für jenige wie mich die in Englisch eine vier hatten. > > Hallo ich habe nun beide Dateien unten eingefügt. > Nun sieht ma

[weewx-user] Re: wee_extension - ModuleNotFoundError: No module named 'configobj

2022-11-05 Thread vince
Guessing you installed weewx using python2 originally. Lets see what you're actually running. Try "ps axu | grep wee" and it should show us which python version you're running. An example will look something like the following for a python3 packaged install on debian 11: root 394 0.2

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2022-11-07 Thread vince
You seem to have multiple weewx instances running. One is process 18497, one is process 29729. Run "ps axu | grep wee" and I suspect you will see more than one weewx running. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe fro

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2022-11-09 Thread vince
ile=/var/run/weewx.pid > /etc/weewx/weewx.conf > root 29729 1.7 3.9 92136 37184 ?Sl Nov01 200:45 python3 > /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid > /etc/weewx/weewx.conf > > Thank you for help! > > vince schrieb am Montag, 7. Novem

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2022-11-09 Thread vince
oops - that should of course be "29729" in my reply below. You want to stop the process by its id. On Wednesday, November 9, 2022 at 9:44:59 AM UTC-8 vince wrote: > > sudo kill -9 18497 > sudo kill -9 29720 > then check again and they should be gone > then start we

[weewx-user] Re: Weewx won't Install Correctly Mint 20.3 UNA

2022-11-10 Thread vince
Lets see your latitude and longitude lines in weewx.conf I suspect you have two numbers on the latitude line... On Thursday, November 10, 2022 at 10:51:40 AM UTC-8 timwill...@gmail.com wrote: > Hi to all, For what ever reason weewx will not work after installing > via the instructions here:

[weewx-user] Re: Weewx won't Install Correctly Mint 20.3 UNA

2022-11-10 Thread vince
specify an URL. This is required if >>> you >>> # intend to register your station. >>> #station_url = http://www.example.com >>> >>> # The start of the rain year (1=January; 10=October, etc.). This is >>> # downloaded from t

[weewx-user] Re: Weewx won't Install Correctly Mint 20.3 UNA

2022-11-10 Thread vince
d at least. Perhaps add the -n 200 switch to your tail command to try to catch more lines if you're not comfortable with the command line. On Thursday, November 10, 2022 at 2:22:27 PM UTC-8 timwill...@gmail.com wrote: > IThanks vince, t's the /dev/ttyUSB0 so I edited my weewx co

[weewx-user] Re: Weewx won't Install Correctly Mint 20.3 UNA

2022-11-10 Thread vince
On Thursday, November 10, 2022 at 6:40:55 PM UTC-8 timwill...@gmail.com wrote: > Nov 10 20:23:59 willie-ThinkPad-X131e weewx[13771] CRITICAL __main__: > Unable to load driver: [Errno 2] could not open port /dev/vpro: [Errno 2] > No such file or directory: '/dev/vpro' > Again, as I said earlier

[weewx-user] Re: not reading data after reboot

2022-11-13 Thread vince
Lets start by setting debug=1 and restarting weewx, then giving us the debug logs please. Your logs should look a lot like the following with lots of DEBUG messages Give us everything starting with: Nov 13 19:51:31 pi4 systemd[1]: Started weewx weather system. Nov 13 19:51:31 pi4 weewx[306

[weewx-user] Re: Rsync Help or User Help :o)

2022-11-14 Thread vince
Two things. One is you need to do your steps as the account weewx runs as, which is likely root. While doing your steps from the unprivileged account 'fiaranch' does prove the remote side works and the key works, it has nothing to do with weewx at all. To get weewx rsync working you need to

[weewx-user] Re: Rsync Help or User Help :o)

2022-11-14 Thread vince
ror. But... we will see > > Thanks. > > > On Monday, November 14, 2022 at 12:29:08 PM UTC-7 vince wrote: > >> Two things. One is you need to do your steps as the account weewx runs >> as, which is likely root. While doing your steps from the unprivileged >

[weewx-user] Re: Neowx skin sample site

2022-11-14 Thread vince
It has been 2.5 YEARS since your previous post in this thread and I cannot understand what you are asking. I would suggest you open a new thread with a much better problem description. Perhaps google translate would be helpful ? Please also read "How to report a problem"

[weewx-user] Re: Rsync Help or User Help :o)

2022-11-14 Thread vince
tream (code 12) at io.c(235) > [sender=3.1.3] > > I tried one thing went into the config and added a second / after the > directory "weather//" think it might pick up the first one. No deal > > Any thoughts / ideas on that one?? > > Again, thanks for y

Re: [weewx-user] Re: wee_extension - ModuleNotFoundError: No module named 'configobj

2022-11-15 Thread vince
t;> Weewx was originally installed using python3 (running on rpi 4 with >>>> buster) >>>> >>>> Running "ps axu | grep wee" >>>> >>>> root 15080 15.8 3.3 122252 64084 ?Sl Nov04 388:36 >>>> python3 /usr/share/

[weewx-user] Re: installing belchertown extension

2022-11-15 Thread vince
Look for Belchertown with an upper case 'B'. You should see a long stanza for Belchertown in the StdReport section of weewx.conf On Tuesday, November 15, 2022 at 11:30:05 AM UTC-8 vanuxe...@gmail.com wrote: > Hi all, > > I installed the belchertown skin into the wee_extension. > > if i do a --

Re: [weewx-user] Re: installing belchertown extension

2022-11-16 Thread vince
belchertown. > > Please advise. > > Thx > > Alex > > Op di 15 nov. 2022 21:37 schreef vince : > >> Look for Belchertown with an upper case 'B'. >> >> You should see a long stanza for Belchertown in the StdReport section of >> weewx.conf >&

[weewx-user] Re: WeeWX-MQTTSubscribe - Filter unwanted devices

2022-11-16 Thread vince
Add ignore=true to the ones you want to.ignore... [[[ecowitt/loop]]] outTemp_F name = extraTemp1 units = degree_F extraTemp5_F name = extraTemp5 units = degree_F dat

Re: [weewx-user] Re: WeeWX-MQTTSubscribe - Filter unwanted devices

2022-11-16 Thread vince
On Wednesday, November 16, 2022 at 10:06:05 AM UTC-8 bryan...@gmail.com wrote: > Thanks for the reply, however, if I ignore it, it will ignore it entirely, > not just for the one with bad data. Maybe you didn't see that part of my > question. 2 stations are reporting weather data with the sam

Re: [weewx-user] Re: installing belchertown extension

2022-11-16 Thread vince
On Wednesday, November 16, 2022 at 9:57:59 AM UTC-8 vanuxe...@gmail.com wrote: > Did uninstall and instal a few times. And i always use sudo. > Download a new copy of the Belchertown skin and try installing that. -- You received this message because you are subscribed to the Google Groups "w

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
Bottom to top ? C'mon. Run "tail" please so people can have a chance to try to help. https://github.com/weewx/weewx/wiki/faq-how-to-report-a-problem#providing-log-files On Thursday, November 17, 2022 at 1:31:36 PM UTC-8 rose0...@gmail.com wrote: > After running weewx with a ecowitt gw1000 for

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
restx.StdWOW > Nov 17 16:13:44 ubuntserver weewx[720039] INFO weewx.restx: WOW: Posting > not enabled. > Nov 17 16:13:44 ubuntserver weewx[720039] DEBUG weewx.engine: Finished > loading service weewx.restx.StdWOW > Nov 17 16:13:44 ubuntserver weewx[720039] DEBUG weewx.engine: Loading > service weewx.r

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
PM UTC-8 rose0...@gmail.com wrote: > Thanks Vince, > I did move the db aside and weewx created new one. I do have " > record_generation = software". > Step 4 produces > ~$ PYTHONPATH=/home/weewx/bin python3 -m user.gw1000 --test-driver > /usr/bin/python3: Error while findi

Re: [weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
cowitt Data to WeeWX > (cougar.eu.com) > <https://www.cougar.eu.com/useful-guides/weewx-guides/rasberry-pi/add-ecowitt/modify-weewx.html>. > > And used that. So, I probably have it all wrong. > > On Thursday, November 17, 2022 at 5:39:43 PM UTC-7 Glenn McKechni

[weewx-user] Re: Issue: Mac Install - No Backend Available

2022-11-20 Thread vince
Google for "mac usb.core.NoBackendError: No backend available" and check out the top hits there On Sunday, November 20, 2022 at 10:28:12 AM UTC-8 fredric...@gmail.com wrote: > >- Fresh install of Weewx running on a Mac mini (M1, 2020) running Big >Sur (11.6.4), for an acurite weath

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-21 Thread vince
Sorry for the late reply. Rebuilding/consolidating my docker setups and had a question... Removing StdPrint 'does' work for suppressing the LOOP messages in Docker, but is there a way to get the same effect via a custom [Logging] stanza ? I got very lost under the hood trying to follow how Std

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-22 Thread vince
ler that sends log messages to "console," that is, > stdout. So, what you're looking at is a mixture of print() statements and > logging messages. > > Hope that helps. > > > > On Mon, Nov 21, 2022 at 5:09 PM vince wrote: > >> Sorry for the

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-23 Thread vince
On Wednesday, November 23, 2022 at 4:21:07 AM UTC-8 t...@tom.org wrote: > Phusion is a weird base image, but it did a nice job of supporting the > logging requirements of weewx. I would love a collaborator to either > optimize this one or base it on another base altogether. I think Doug is > wo

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-23 Thread vince
Mine is https://github.com/vinceskahan/weewx-docker if anybody has interest. Not too bad at 205MB with Belchertown installed and enabled :-) Hardest thing is lots of extensions/skins are either mis(un)configured out of the box or disabled. The configobj format of weewx.conf makes it particula

[weewx-user] Re: mqtt issues

2022-11-26 Thread vince
Connection refused means the computer you specified (localhost) is not listening on the port you specified (9001). So you have more software to install and configure in addition to weewx and the skin. Reread https://github.com/poblabs/weewx-belchertown#mqtt-and-mqtt-websockets-optional and h

[weewx-user] Re: Steady memory leak in weewx

2022-11-27 Thread vince
On Sunday, November 27, 2022 at 1:10:19 PM UTC-8 cma...@gmail.com wrote: > The weewx python3 process grows at a pretty steady rate, a little over > 150MB resident per minute > Couple questions - it looks like you used the rpm version of weewx, is that correct ? And did you install the python p

[weewx-user] Re: Steady memory leak in weewx

2022-11-27 Thread vince
On Sunday, November 27, 2022 at 5:01:07 PM UTC-8 cma...@gmail.com wrote: > Yes, I'm using the RPM version from the weewx EL8 repo. Really the only > significant change from that is to mask the systemd unit auto-created from > the SysV-init script and using my own systemd unit (which then allows

[weewx-user] Re: Steady memory leak in weewx

2022-11-28 Thread vince
Your lowest blood pressure option is likely to just run RaspiOS on it, which doesn't leak almost at all. I just got f37 on a spare pi4 so I'll see if I can duplicate your problem (using a Simulator driver). Geez what an awful experience trying to bring up a fedora pi in comparison to RaspiOS. B

[weewx-user] Re: Steady memory leak in weewx

2022-11-28 Thread vince
2 hours, 25 minutes 0 days, 1 hour, 52 minutes So my VSS is 351688 and RSS is 48124 for my weewx process. It's rock solid here in the Simulator FWIW once it reached that size after a few minutes. On Monday, November 28, 2022 at 11:49:58 AM UTC-8 vince wrote: > Your lowest blood pre

[weewx-user] Re: Steady memory leak in weewx

2022-11-28 Thread vince
One last update - installed weewx and all the packages from rpms and I see 'no' memory growth at all for the Simulator over f37 on a pi4. Same VSS and RSS that weewx used when running pip-installed software in a python venv. Unfortunately I can't duplicate your issue... -- You received this

[weewx-user] Re: Interceptor empty queue

2022-12-03 Thread vince
On Saturday, December 3, 2022 at 9:59:27 AM UTC-8 goo...@effsec.nl wrote: > Hi, I have got the same issueL user.interceptor: empty queue. Probably > cannot install "pip install pypcap". how can I install python pypcap? We need to know what os and version you are running. On a current Raspi it

Re: [weewx-user] Moving SQL servers causing errors

2022-12-06 Thread vince
Read the link Tom provided again and look at the last bullet item for what to do on your database setup. You're going to have to find your 'my.cnf' file for where it puts things under Windows, but there are lots of google links for how to do that. -- You received this message because you are

[weewx-user] Re: Weather underground failed to publish

2022-12-10 Thread vince
We can't read minds. Start with https://github.com/weewx/weewx/wiki/faq-how-to-report-a-problem and https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user and lets see some debug=1 logfile info. And did it 'ever' work ? Weather Underground is very unstable and frequently just breaks

[weewx-user] Re: Multi-station system adding ecowitt components - clarification requested

2022-12-17 Thread vince
A somewhat more complicated setup that I use... Primary station = weewx using Vantage driver on a pi for the VP2 station Secondary items = weewx using gw1000 driver in docker on a separate system. That system also runs a docker MQTT broker. The ecowitt setup publishes to MQTT. The VP2 (primary

[weewx-user] Re: Not syncing to Wunderground or PWS Weather

2022-12-23 Thread vince
Standard FAQ and Wiki answers apply... https://github.com/weewx/weewx/wiki/faq-how-to-report-a-problem https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user On Friday, December 23, 2022 at 11:37:00 AM UTC-8 je...@japps.co wrote: > I was able to get Weewx for work on Mint Linux and it's

[weewx-user] Re: Weewx crash with interceptor extension

2022-12-25 Thread vince
What version of ubuntu ? Did you install the desktop or server version ? Look up "Operation not permitted /root/.cache/doc" in Google. This seems to be an os issue. If you try "df" does it throw the same error ? On Saturday, December 24, 2022 at 6:44:26 AM UTC-8 sc.lep...@gmail.com wrote: > He

[weewx-user] Re: WeatherFlowUDP: should ignore HB device type!

2022-12-27 Thread vince
I answered you over in the WF forums a couple times. The reference WF UDP driver (https://github.com/captain-coredump/weatherflow-udp - last changed 2.5 years ago) doesn't even talk REST so you must be using a forked variant from some of the efforts to add REST support. You'll likely need to

[weewx-user] Re: Add daylight hours in almanac data for Standard skin

2022-12-27 Thread vince
Same as editing any other skin. Copy the 4-line snippet for that info from the seasons.inc file in the Seasons skin and insert it where you want it in the .tmpl file(s) you want the info added to in the Standard skin. Which file(s) you need to edit depends on which day/week/month/year file(s)

[weewx-user] Re: Add daylight hours in almanac data for Standard skin

2022-12-27 Thread vince
oops - that's celestial.inc in the Seasons skin of course. Sorry. On Tuesday, December 27, 2022 at 2:06:07 PM UTC-8 vince wrote: > Same as editing any other skin. > > Copy the 4-line snippet for that info from the seasons.inc file in the > Seasons skin and insert it where y

[weewx-user] Re: Add daylight hours in almanac data for Standard skin

2022-12-28 Thread vince
ght information #include "standard_celestial.inc"*   $gettext("Since Midnight") On Tuesday, December 27, 2022 at 2:08:07 PM UTC-8 vince wrote: > oops - that's celestial.inc in

[weewx-user] Re: separate log in interceptor Weewx extension

2022-12-30 Thread vince
Do it in rsyslog.d of course. On Friday, December 30, 2022 at 12:10:24 PM UTC-8 sc.lep...@gmail.com wrote: > Hello > I ve seen when debug=1 in weewx.conf in main log there are this : > > > Dec 30 20:52:37 meteo-Ubuntu weewx-FROGGIT[1708329] DEBUG > user.interceptor: raw packet: {'dateTime': 1672

[weewx-user] Re: WeatherFlowUDP: should ignore HB device type!

2022-12-30 Thread vince
ime to learn > enough so I can provide a proper patch myself... I supposedly am a > semi-retired dev myself LOL!) > > I think we're done here. Appreciate the feedback muchly. > Pete > > On Tuesday, December 27, 2022 at 10:28:36 AM UTC-7 vince wrote: > >> I

[weewx-user] Re: separate log in interceptor Weewx extension

2022-12-30 Thread vince
in source of interceptor.py file ! > > Can you help me ? > > > Le vendredi 30 décembre 2022 à 21:26:18 UTC+1, vince a écrit : > >> Do it in rsyslog.d of course. >> >> On Friday, December 30, 2022 at 12:10:24 PM UTC-8 sc.lep...@gmail.com >> wrote: >&

[weewx-user] Re: Never thought it could happen

2022-12-31 Thread vince
Here between Seattle+Tacoma the Pacific North Wet laughs at your thresholds :-) Not a bad year here, pretty typical. About 37 inches and 160 days rain. We've had worse in both directions. Rainiest month here was dec'2015 at 11.05" rain I suspect those in hurricane country just think "so you h

[weewx-user] Re: separate log in interceptor Weewx extension

2023-01-01 Thread vince
lo > It is not possible to modify interceptor.py extension ? to log this > ? > That's a shame no ? > > Le vendredi 30 décembre 2022 à 23:09:10 UTC+1, vince a écrit : > >> Edit weewx.conf and set debug=1 >> Then restart weewx >> >> No reas

[weewx-user] Re: The MQTT no longer works.

2023-01-02 Thread vince
On Monday, January 2, 2023 at 3:55:50 AM UTC-8 blaise@gmail.com wrote: > [[MQTT]] > server_url = 192.168.0.51:1883 > > Jan 2 12:16:42 PiMeteo weewx[26975] ERROR weewx.restx: *** raise > ValueError('Invalid host.') > Jan 2 12:16:42 PiMeteo weewx[26975] ERROR weewx.restx: **

[weewx-user] Re: WeatherFlowUDP: should ignore HB device type!

2023-01-02 Thread vince
ious >> recalibration of the raw rain data. Collected a whole season last year; >> will soon submit it to them. >> I'm wondering if "modified" rain data from REST includes recalibrated >> rain, while UDP rain is uncalibrated? >> >> On Friday,

[weewx-user] Re: weewx server?

2023-01-03 Thread vince
If you're asking that question, you really shouldn't do it for security reasons. There are s many bots and automated scanners out there looking for victim sites that you'd be massively attacked within literally a minute or two. Please don't. Really. But to answer - you'd need to alter you

Re: [weewx-user] Re: weewx server?

2023-01-04 Thread vince
On Tuesday, January 3, 2023 at 6:41:01 PM UTC-8 do...@dougjenkins.com wrote: > If you are willing to roll up your sleeves and get technical, serving your > website at home can be done safely and securely without changing your > firewall. There are some steps to do, but at the end it will save yo

Re: [weewx-user] Davis VP2 reliability with Rasp Pi zero

2023-01-06 Thread vince
On Friday, January 6, 2023 at 4:59:16 AM UTC-8 Tom Keffer wrote: > Graham is probably right: a power spike from when power comes on is likely > the problem. It's coming through either the VP2 power supply or, more > likely, the Pi's. > > Try at least a surge suppressor. > We took a crazy set o

[weewx-user] Re: Corrections for barometric pressure from TWI station

2023-01-07 Thread vince
Be sure to read https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter Perhaps not a help, but Weatherflow has the calculations they use documented https://weatherflow.github.io/Tempest/api/derived-metric-formulas.html A while back I did the sea-level pressure calculation using t

[weewx-user] Re: "Image" and "Cheetah" modules not found - even though I've reinstalled Cheetah, and Pil numerous times

2023-01-08 Thread vince
You didn't say which os/version you are on, but it might be a "pip" (v2) versus "pip3" (v3) issue. Do 'pip list' and 'pip3 list' and compare the two. I suspect only one has the modules you're looking for. -- You received this message because you are subscribed to the Google Groups "weewx-u

Re: [weewx-user] Re: "Image" and "Cheetah" modules not found - even though I've reinstalled Cheetah, and Pil numerous times

2023-01-09 Thread vince
C-8 tke...@gmail.com wrote: > >> Could be, but he did a package install. >> >> On Sun, Jan 8, 2023 at 2:10 PM vince wrote: >> >>> You didn't say which os/version you are on, but it might be a "pip" (v2) >>> versus "pip3" (v3) is

[weewx-user] Re: GW1000 Ecowitt Gateway

2023-01-09 Thread vince
The driver isn't going to alter your weewx db schema if that's what you're asking. There's no extraTemp9 or extraHumid9 in the weewx db schema. You might want to map your ecowitt sensors to some elements already in the weewx schema to keep things simple. What sensors do you have and what chan

[weewx-user] Re: GW1000 Ecowitt Gateway

2023-01-09 Thread vince
that I will move away from > > > On Monday, January 9, 2023 at 2:03:47 PM UTC-7 vince wrote: > >> The driver isn't going to alter your weewx db schema if that's what >> you're asking. >> >> There's no extraTemp9 or extraHumid9 in the weewx

[weewx-user] Re: GW1000 Ecowitt Gateway

2023-01-09 Thread vince
Here for me, I mapped the inside T+H since the gateway is in a different room, but ignore anything else it might have since the VP2 is about 5 feet away as the long power drill drills... On Monday, January 9, 2023 at 2:21:35 PM UTC-8 jmltech wrote: > Thanks Vince. That sounds easy enough. W

[weewx-user] Re: CWOP Connection Failure Error -3 name resolution failure

2023-01-11 Thread vince
You're doing something unusual with the mentions of Kaspersky and Windows Defender and routing at a minimum, so I'm not quite sure what your LAN looks likethe mention of port 23 in your logs looks unexpected too. Regardless, if you didn't change anything and it stopped working, it's likely

Re: [weewx-user] Re: "Image" and "Cheetah" modules not found - even though I've reinstalled Cheetah, and Pil numerous times

2023-01-12 Thread vince
Perhaps scan your filesystem at see where it is installed today. Here's mine from a pi4 running RaspiOS. I know from the logs you're running ubuntu 64 bit but it should be similar... pi@pi4:~ $ sudo find / -name Cheetah\* -print /usr/lib/python3/dist-packages/Cheetah3-3.2.6.egg-info /usr/lib/py

Re: [weewx-user] Re: "Image" and "Cheetah" modules not found - even though I've reinstalled Cheetah, and Pil numerous times

2023-01-12 Thread vince
3.9/site-packages/Cheetah/Tests/__pycache__/CheetahWrapper.cpython-39.pyc > > /home/pi/.local/lib/python3.9/site-packages/Cheetah/__pycache__/CheetahWrapper.cpython-39.pyc > /home/pi/.local/lib/python3.9/site-packages/Cheetah3-3.2.6.dist-info > pi@ubuntu:~ $ > > On Thu, Jan 12, 2023 at 1

Re: [weewx-user] Re: "Image" and "Cheetah" modules not found - even though I've reinstalled Cheetah, and Pil numerous times

2023-01-12 Thread vince
get update' and 'apt-get upgrade' all your packages. It's easy to get pieces mismatched. On Thursday, January 12, 2023 at 1:46:32 PM UTC-8 kevi...@gmail.com wrote: > I tried that. Still the same problems. :( > > On Thu, Jan 12, 2023 at 12:19 PM vince wrote: > >

[weewx-user] Re: New to Weewx - Weewx fording to another Weewx and Usng multiple SDR's

2023-01-13 Thread vince
I guess I have to ask what kind of computer is running your virtual machine, and what virtualization software are you running. We kinda need to know your whole setup from a hardware perspective. For (1) FWIW - I use MQTT. I run a primary Davis VP2 station connected to a pi4. I run a secondar

Re: [weewx-user] wee_config utility (and others) won't run

2023-01-14 Thread vince
The 'command not found' problem has been documented in the FAQ for a long time. Re: mariadb vs, mysqld, I know RaspiOS (Debian-ish) helps there and even tells you what the new name is... # sudo apt install mysql-client Reading package

[weewx-user] Re: Recent radar no working

2023-01-15 Thread vince
What skin are you running ? That one does not look familiar. What does your weewx.conf stanza for that skin contain ? Do you have any errors in your logs ? On Sunday, January 15, 2023 at 2:47:24 PM UTC-8 christiansch...@gmail.com wrote: > Hello weewx friends, > > my system is running in docke

[weewx-user] Re: Recent radar no working

2023-01-15 Thread vince
gt; enable = true > lang = de > > I have only the output from the docker log, no logfiles stored > */var/log/weewx* or */home/weewx/* > > *[image: weewx.png]* > vince schrieb am Montag, 16. Januar 2023 um 00:31:30 UTC+1: > >> What skin are you running

[weewx-user] Re: Recent radar no working

2023-01-16 Thread vince
Quick google says the -aa hostname was a hack somebody figured out years ago when WU broke things. It doesn't even resolve in a DNS lookup today. "radblast.wunderground.com" does resolve in DNS but doesn't respond to a URL query. So WeatherUnderground is broken. Like it always seems to be.

[weewx-user] Re: No updates after sensor failure and replacement

2023-01-20 Thread vince
Each Tempest has a unique ID. If you replaced your Tempest sensor, your ST-00044122 is now incorrect and you need to edit weewx.conf to use the new sensor's device ID so the driver looks for readings from 'that' new device. -- You received this message because you are subscribed to the Google

[weewx-user] Re: No updates after sensor failure and replacement

2023-01-20 Thread vince
7:27:02 PM UTC-8 gdan...@gmail.com wrote: > Thanks Vince, but the Tempest phone app has a replacement feature that > renames the new unit to the old sensor so that history is not lost. My new > sensor is now also ST-00044122 when I look at it in the phone app, and as > I mentioned,

[weewx-user] Re: Migration Plan

2023-01-25 Thread vince
Set debug=1, make sure you have quality system time (hint - run ntpd) and just figure it all out experimentally - which driver does your ancient station need ? - does weewx wake up your console ok via your RS232 HAT ? - does it try to download historical records from the logger ? - if

Re: [weewx-user] Corrections for barometric pressure from TWI station

2023-01-27 Thread vince
You want to 'fork' that repo in github, make your changes in your fork and commit to your forked repo on github, and then you should be able to do a PR. On Friday, January 27, 2023 at 10:17:40 AM UTC-8 pannetron wrote: > I've added and committed my proposed changes to twi.py but I can't push m

Re: [weewx-user] Re: Migration Plan

2023-01-28 Thread vince
Really depends on how much you personally have an itch to scratch there. The driver has one one-line change in 18 months, so it's uncertain how actively the author is working on this one currently. Low blood pressure approach if you can already import your .wlk data is to just go with (a) and

[weewx-user] Re: SQLite schema report

2021-02-25 Thread vince
echo ".schema" | sqlite3 mydatabasename.sdb or look at https://github.com/weewx/weewx/blob/master/bin/schemas/wview_extended.py for the default schema for current v4 weewx. On Thursday, February 25, 2021 at 1:48:45 PM UTC-8 david.a@gmail.com wrote: > Looking through both SQLite and Weewx

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-02-25 Thread vince
So go ahead and restart it now. On Thursday, February 25, 2021 at 1:02:41 PM UTC-8 monmul wrote: > pi@WeatherPi:~ $ sudo /etc/init.d/weewx stop > [ ok ] Stopping weewx (via systemctl): weewx.service. > pi@WeatherPi:~ $ sudo killall screen > screen: no process found > pi@WeatherPi:~ $ sudo lsof /d

[weewx-user] Re: WE4000SE WiFi Intercept without network connection

2021-02-26 Thread vince
On Friday, February 26, 2021 at 6:30:46 AM UTC-8 Max wrote: > After some traffic analysis, I suppose that there is some kind of > handshake or perquisite to be done before the station provides > corresponding data after a restart. It becomes apparent that a TCP request > to 47.102.253.116:80 (r

[weewx-user] Re: Saving database etc to external drive

2021-02-27 Thread vince
On Saturday, February 27, 2021 at 4:16:03 PM UTC-8 ken@gmail.com wrote: > I am a very new user of Raspberry Pi and a LINUX neophyte! > > If you're willing to invest some of your time and do some free self-paced training, one course that over 675,000 people have taken is https://www.edx.org/c

[weewx-user] Re: SQLite schema report

2021-02-27 Thread vince
I'd suggest your commentary is more than a little bit unfair and inaccurate, and I'll leave it at that. Weewx by default uses an underlying sqlite3 database and puts its readings into an 'archive' table that has a large number of fields for the actual weather measurements. CREATE TABLE archive

[weewx-user] Re: SQLite schema report

2021-02-28 Thread vince
of Weewx to process and create reports. >> >> I'm a bit rusty in data-mapping (did it from 1975 through 1998) so i'm >> sure any post-grad would be sharper at this then I am. Perhaps having some >> Data Science Professor create a post-doc project that would help

Re: [weewx-user] Simple Question for Standard Skin

2021-03-01 Thread vince
On Monday, March 1, 2021 at 6:57:54 AM UTC-8 wagt...@charter.net wrote: > I assumed that is commonly understood. Guess I asked in the wrong place. I > was looking for some help with that. Also wondering why a simple "just > html" thing isn't included in the standard skin. -saw- > > Wow. You can

Re: [weewx-user] ;:; SQLite schema report

2021-03-03 Thread vince
That's a lot of words, but I still think you're possibly overthinking. Anyway, I'm pretty lost re: what you're actually trying to do. - There is a sample mapping of Tempest UDP elements to Weewx database elements both in the driver code and in the docs on the github site for the drive

Re: [weewx-user] ;:; SQLite schema report

2021-03-03 Thread vince
It's not rocket science. Don't overthink it. It's solid under the hood. I still don't know what mapping you're looking for that hasn't been asked+answered already, but dozens of people use WeatherFlow and hundreds use Belchertown, so whatever you're looking to do has almost certainly been as

Re: [weewx-user] ;:; SQLite schema report

2021-03-03 Thread vince
weewx ever sees the assembled LOOP. Sometimes it's easier to just look at the code or do a little experimentation. On Wednesday, March 3, 2021 at 1:42:13 PM UTC-8 david.a@gmail.com wrote: > Vince, if i'm reading your post correctly (and carefully reading the links > you&#x

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-04 Thread vince
One good way to identify a USB device is to unplug it, plug it back in, and see what the 'dmesg' command reported.You'll tend to be able to figure out which USB port it connected to that way. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. T

Re: [weewx-user] Which Raspberry Pi to use? Will more memory help at all?

2021-03-07 Thread vince
You do 'not' need a fan on a pi4 if you get a quality case like a FLIRC which passively cools through the case itself. Works great. -- 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,

[weewx-user] Re: Belchertown Skin Assistance

2021-03-09 Thread vince
Well there are several thousand here who would help for free if you could describe what you're trying to do. It's unlikely you're trying to do things not done before. On Tuesday, March 9, 2021 at 9:38:17 AM UTC-8 Pat W. wrote: > Hello! > > I've had weewx running on RPi's on two different weather

Re: [weewx-user] Belchertown skin not linked to nginx

2021-03-11 Thread vince
On Thursday, March 11, 2021 at 3:25:55 AM UTC-8 kk44...@gmail.com wrote: > Belchertown is a very complex skin with lots of JavaScript and Python > scripts contributing some values. Major changes in layout require deep > study of the internal structure. If you have to fulfill special > requireme

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread vince
On Thursday, March 11, 2021 at 11:00:23 AM UTC-8 troutwitted wrote: > I guess I'm curious what kind of file weewx-weatherlink-live is? I'd have > more confidence if I saw an extension from that name. > > Uncertain what you're asking or why. There is an extension named that at https://github.co

[weewx-user] Re: Error Weewx.lis invalid file extension

2021-03-11 Thread vince
On Thursday, March 11, 2021 at 11:43:37 AM UTC-8 Artvd wrote: > N: Ignore file 'weewx.lis' in directory '/etc/apt/sources.list.d/' because > it has an invalid file extension > > I think it wants the filename to be weewx.list there - rename the file -- You received this message because you are

<    1   2   3   4   5   6   7   8   9   10   >