RE: [weewx-user] Re: Ventus W830 or Ecowitt GW2000 help for Raspberry Pi

2024-03-31 Thread rkludington
That path originally didn’t work for me either, try the same one I have

 

From: weewx-user@googlegroups.com  On Behalf Of 
vince
Sent: Saturday, March 30, 2024 7:16 PM
To: weewx-user 
Subject: Re: [weewx-user] Re: Ventus W830 or Ecowitt GW2000 help for Raspberry 
Pi

 

Without providing logs, there is little we can do to read your mind.

 

This script works on a 'clean' pi to install weewx+interceptor using the dpkg 
and install interceptor over v5 weewx.   You'll have to manually edit 
weewx.conf to set the listening port to match your station's setup (this 
example uses 8000) and then you'll need to restart weewx to make it take 
effect. 

 

Unfortunately I don't have any gear to listen to, so I can't test it 
completely, but weewx 'does' run the interceptor and it 'does' listen on the 
specified port.

 

#-- install weewx using the dpkg installation method

sudo apt install -y wget gnupg
wget -qO - https://weewx.com/keys.html | \
sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpg

echo "deb [arch=all] https://weewx.com/apt/python3 buster main" | \
sudo tee /etc/apt/sources.list.d/weewx.list

sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt install -y weewx

#--- install interceptor and hook into weewx
sudo apt-get install -y libpcap-dev
sudo python3 -m pip install libpcap pypcap --break-system-packages
sudo weectl extension install 
https://github.com/matthewwall/weewx-interceptor/archive/master.zip
sudo weectl station reconfigure --no-prompt --driver=user.interceptor

#--- add weewx to all the groups typical 'pi' is
# which should permit binding to non-privileged ports
for g in adm dialout cdrom sudo audio video plugdev games users input render 
netdev gpio i2c spi
do
  sudo usermod -aG $g weewx
done

#--- manual steps to do to complete the installation are below

#
# sudo vi /etc/weewx.conf
#   and add "listen = 8000" to the Interceptor section
#   and run "sudo systemctl restart weewx" to restart weewx
#
# sudo tail /var/log/syslog should show weewx log entries
# or alternately "sudo journalctl -xe -u weewx" to do it that way
#

 

On Saturday, March 30, 2024 at 12:21:36 PM UTC-7 radio4pi wrote:

Thank you all for your help on this.

 

I am still struggling unfortunately, and not understanding what I am doing 
wrong. Nor, to be honest, not understanding what I am doing? I am not a 
programmer, and I am just following what others have written verbatim. So when 
it fails I don't know why? It would be great to have a Step-by-step guide, even 
though the Help pages are very informative, it doesn't alter the fact that I 
don't know what I don't know. Sort of like learning to drive a car without 
having a car, if you get what I mean? This must he frustrating for you all too?

 

The Android app that I use is WS View Plus;


  

 

I kept getting Timeout Errors when trying to get the "Customized" set to Port 
8080. But I managed to get it set to Port 8000 as suggested elsewhere. I also 
had Timeout Errors when trying to set the Path, but it seems to like the Path 
set as "/". Again as suggested elswhere. At some point I did get it set to Path 
8000.


  

 

 

But I am still struggling trying to get the Interceptor to install? Whether I 
am in the wrong Folder, or the respective part of the Installation is in the 
wrong Folder, or I am not in Root, or whatever else Error I get, I am unable to 
resolve the issue. 

 

I think eventually the penny will drop, and it will "click" as to what I am 
reading, and I will suddenly see what I am doing wrong. But when sat in front 
of the Keyboard and Screen on my own, without anyone to guide me, or anyone 
else to soundboard off of, this is a bit of a learning curve. But that's half 
of the fun! When I get it working correctly I'll let you all know .

On 29 Mar 2024 at 15:53, Kruse Ludington mailto:rklud...@gmail.com> > wrote: 

I had to struggle to but mine now works and hopefully the below information 
will help. 

 

I have a Raspberry PI connected by ethernet to the same network that my 
AmbientWeather WS-2902C console is connected to, so they can talk to each other.

 

The interceptor section of my weewx.conf file has (between the  only):



[Interceptor]
# This section is for the network traffic interceptor driver.

# The driver to use:
driver = user.interceptor

# Specify the hardware device to capture.  Options include:
#   acurite-bridge - acurite internet bridge, smarthub, or access
#   observer - fine offset WH2600/HP1000/HP1003, ambient WS2902
#   lw30x - oregon scientific LW301/LW302
#   lacrosse-bridge - lacrosse GW1000U/C84612 internet bridge
#   ecowitt-client - 

RE: [weewx-user] Re: Are both meteo-services.com and weather365 now defunct?

2023-07-28 Thread rkludington
Agreed. And I see meteoservices is now back up and running 

 

From: weewx-user@googlegroups.com  On Behalf Of 
Tomasz Lewicki
Sent: Friday, July 28, 2023 6:06 AM
To: weewx-user 
Subject: [weewx-user] Re: Are both meteo-services.com and weather365 now 
defunct?

 

When you enter https://www.weather365.net, you got infographics that this site 
is closed since 31.12.2020 and it automatically redirects to 
https://meteo-services.com - is this the site you are looking for?

 

WHOIS for meteoservices.com:

 

Updated Date: 2023-07-20T05:35:03Z
Creation Date: 2002-07-26T00:00:00Z

Registrar Registration Expiration Date: 2024-07-25T00:00:00Z

Registrar: Eurodns S.A.

 

So probably this site expired and registrar "intercept" it. Maybe someone 
forgot to extend the validity of domain or just abandoned it.

czwartek, 27 lipca 2023 o 23:43:27 UTC+2 Kruse Ludington napisał(a):

I feed data to numerous places via weewx, but since yesterday my attempts to 
send weewx data to weather365 - and meteroservices.com 
  - are no longer working. The last transmission I 
was able to make - to both of them - was at exactly 9:30pm EST July 26, 2023 
(does the same corporatre entity own them both?). In the weewx wiki I don't see 
weather365 (not sure if it used to be there, I thought it was) - and now I am 
unable to get to the weather365 web site. I am unable to get to the 
meteoservices.com   web site either. Anybody notice 
this? Is this just an outage they are having, or are they both gone for good? 
Was there any kind of an announcement that went out - for either?

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/VcvOGdkhUik/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e67de2e8-9500-4e3a-88ea-0c0763d71811n%40googlegroups.com
 

 .

-- 
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.google.com/d/msgid/weewx-user/000a01d9c176%2429f2f3f0%247dd8dbd0%24%40gmail.com.


RE: [weewx-user] Re: Unable to publish to previmeteo

2022-06-30 Thread rkludington
Well here are the two attempts…. All the other extensions worked fine for me (I 
did have to use sudo for those as well) but they were all zip files. As this 
one is a ‘tar.gz’ am I missing the utility for doing so on my rpi maybe? – or I 
was searching around and is it possible someone tried to compress it twice?

 

pi@kruse-pi:~ $ sudo wee_extension --install weewx-previmeteo-v0.1.tar.gz

Request to install 'weewx-previmeteo-v0.1.tar.gz'

Extracting from tar archive weewx-previmeteo-v0.1.tar.gz

Traceback (most recent call last):

  File "/usr/share/weewx/wee_extension", line 92, in 

main()

  File "/usr/share/weewx/wee_extension", line 84, in main

ext.install_extension(options.install)

  File "/usr/share/weewx/weecfg/extension.py", line 122, in install_extension

member_names = weecfg.extract_tar(extension_path,

  File "/usr/share/weewx/weecfg/__init__.py", line 1805, in extract_tar

tar_archive = tarfile.open(filename, mode='r')

  File "/usr/lib/python3.9/tarfile.py", line 1616, in open

raise ReadError("file could not be opened successfully")

tarfile.ReadError: file could not be opened successfully

 

pi@kruse-pi:~ $ sudo /home/weewx/bin/wee_extension --install 
weewx-previmeteo-v0.1.tar.gz

sudo: /home/weewx/bin/wee_extension: command not found

 

-Kruse

(M):   +1.201.925.4410

(O):   +1.862.308.7040

(H):   +1.201.857.8307

(F):   +1.201.857.7188

 

From: rkluding...@gmail.com  
Sent: Thursday, June 30, 2022 10:35 PM
To: 'weewx-user@googlegroups.com' 
Subject: RE: [weewx-user] Re: Unable to publish to previmeteo

 

I’ll give them both a shot - thanks

 

-Kruse

(M):   +1.201.925.4410

(O):   +1.862.308.7040

(H):   +1.201.857.8307

(F):   +1.201.857.7188

 

From: weewx-user@googlegroups.com   
mailto:weewx-user@googlegroups.com> > On Behalf 
Of vince
Sent: Thursday, June 30, 2022 10:20 PM
To: weewx-user mailto:weewx-user@googlegroups.com> >
Subject: [weewx-user] Re: Unable to publish to previmeteo

 

If you did a package install of weewx, try "sudo wee_extension --install 
weewx-previmeteo-v0.1.tar.gz", assuming you are in the same working directory 
as the .tar.gz file

 

If you did a setup.py install of weewx, it would be "sudo 
/home/weewx/bin/wee_extension --install weewx-previmeteo-v0.1.tar.gz"

 

On Thursday, June 30, 2022 at 7:00:50 PM UTC-7 rklud...@gmail.com 
  wrote:

 Regarding this:

https://github.com/previmeteo/weewx-previmeteo#readme

Running this:

setup.py install --extension weewx-previmeteo-v0.1.tar.gz

ends up giving me this error:

bash: setup.py: command not found

So I also tried….

python3 setup.py install --extension weewx-previmeteo-v0.1.tar.gz

which gives me a similar error about not being able to fins setup.py

FYI, there are about a gazillion “setup.py” files all over my machine – all 
different sizes - but none in any weewx directory I can find –

Thoughts? Anyone publishing to previmeteo?

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/WN4vQOyNFrQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/76727a09-c125-4f57-bd4a-26df9cb66df4n%40googlegroups.com
 

 .

-- 
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.google.com/d/msgid/weewx-user/001801d88cf5%24464a72f0%24d2df58d0%24%40gmail.com.


RE: [weewx-user] Re: Unable to publish to previmeteo

2022-06-30 Thread rkludington
I’ll give them both a shot - thanks

 

-Kruse

(M):   +1.201.925.4410

(O):   +1.862.308.7040

(H):   +1.201.857.8307

(F):   +1.201.857.7188

 

From: weewx-user@googlegroups.com  On Behalf Of 
vince
Sent: Thursday, June 30, 2022 10:20 PM
To: weewx-user 
Subject: [weewx-user] Re: Unable to publish to previmeteo

 

If you did a package install of weewx, try "sudo wee_extension --install 
weewx-previmeteo-v0.1.tar.gz", assuming you are in the same working directory 
as the .tar.gz file

 

If you did a setup.py install of weewx, it would be "sudo 
/home/weewx/bin/wee_extension --install weewx-previmeteo-v0.1.tar.gz"

 

On Thursday, June 30, 2022 at 7:00:50 PM UTC-7 rklud...@gmail.com 
  wrote:

 Regarding this:

https://github.com/previmeteo/weewx-previmeteo#readme

Running this:

setup.py install --extension weewx-previmeteo-v0.1.tar.gz

ends up giving me this error:

bash: setup.py: command not found

So I also tried….

python3 setup.py install --extension weewx-previmeteo-v0.1.tar.gz

which gives me a similar error about not being able to fins setup.py

FYI, there are about a gazillion “setup.py” files all over my machine – all 
different sizes - but none in any weewx directory I can find –

Thoughts? Anyone publishing to previmeteo?

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/WN4vQOyNFrQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/76727a09-c125-4f57-bd4a-26df9cb66df4n%40googlegroups.com
 

 .

-- 
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.google.com/d/msgid/weewx-user/001301d88cf3%2428178040%24784680c0%24%40gmail.com.


RE: [weewx-user] register_this_station = true... has no effect?

2022-02-02 Thread rkludington
I see, in a different section – updated, we will see if it appears

 

-Kruse

(M):   +1.201.925.4410

(O):   +1.862.308.7040

(H):   +1.201.857.8307

(F):   +1.201.857.7188

 

From: weewx-user@googlegroups.com  On Behalf Of 
Tom Keffer
Sent: Monday, January 31, 2022 10:55 AM
To: weewx-user 
Subject: Re: [weewx-user] register_this_station = true... has no effect?

 

It may take a little while for the station to appear.

 

Make sure you have an entry for option "station_url" as well. It is necessary 
for station registration. 

 

On Mon, Jan 31, 2022 at 7:41 AM Kruse Ludington mailto:rkluding...@gmail.com> > wrote:

I've got this in my weewx.conf:

 

register_this_station = true

 

But when I go here:

 

https://www.weewx.com/stations.html 

 

...my station is not appearing, although my Weewx is successfully uploading to 
Awekas, etc. (it has actually been up and running only since 1/17). Is there a 
30 day delay for new stations, to be refreshed in the list and map, or - ?

-- 
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.google.com/d/msgid/weewx-user/2279451a-a054-41e6-a7a5-a8ebd87dd73cn%40googlegroups.com
 

 .

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/9pA6jqlKiBs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEB20xX%3DX_-0C_x-ikPdOO7nHhBr_NU_uhe%2BaAuy91szzw%40mail.gmail.com
 

 .

-- 
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.google.com/d/msgid/weewx-user/01d8183e%246a21d230%243e657690%24%40gmail.com.