Hi, thanks for getting back to me.
I went to the wiki:
and downloaded
then I downloaded the zip from
This file weatherflow-udp-master.zip
I moved the file to my Raspberry Pi
I unzip: ```unzip weatherflow-udp-master.zip
Archive: weatherflow-udp-master.zip
eedfaf7b1ee1d0eb51513966b7a09e7622858791
creating: weatherflow-udp-master/
inflating: weatherflow-udp-master/.project
creating: weatherflow-udp-master/bin/
creating: weatherflow-udp-master/bin/user/
inflating: weatherflow-udp-master/bin/user/weatherflowudp.py
inflating: weatherflow-udp-master/bin/user/weatherflowudp.py.python2
inflating: weatherflow-udp-master/changelog
inflating: weatherflow-udp-master/install.py
inflating: weatherflow-udp-master/license
inflating: weatherflow-udp-master/readme
inflating: weatherflow-udp-master/sample_Tempest_sensor_map
inflating: weatherflow-udp-master/todo```
in the bin/user
weatherflowudp.py weatherflowudp.py.python2
fixed some permission issues
``` ./install.py
./install.py: line 9: import: command not found
./install.py: line 10: from: command not found
./install.py: line 12: try:: command not found
./install.py: line 14: from: command not found
./install.py: line 15: except: command not found
./install.py: line 17: from: command not found
./install.py: line 21: VERSION: command not found
./install.py: line 22: NAME: command not found
./install.py: line 23: DESCRIPTION: command not found
./install.py: line 24: AUTHOR: command not found
./install.py: line 25: AUTHOR_EMAIL: command not found
./install.py: line 29: syntax error near unexpected token `('
./install.py: line 29: `def loader():'```
I then run the
```sudo python3 install.py``` and get the error
Traceback (most recent call last):
File ...../Downloads/weatherflow-udp-master/install.py", line 10, in <module>
from setup import ExtensionInstaller
ModuleNotFoundError: No module named 'setup'
g6sga@Pi5nvme:/home/g6sga/Downloads/weatherflow-udp-master $
So I think there are issues with the file - am I correct?
My Setup: I have a Win11 PC. RPi 5 with NVME, on a home network latest OS and updates on everything
A home network
The Tempest (PWS)
P.S. I am a 70yo radio amateur, not a computer man, so coding and the like is
really difficult. I can just about get by with win SCP and running SSH between the two
Would appreciate links to working files and guidance that will work.
I really would like to be able to send the data to weather underground & WoW etc.
Still learning
Thanks again
Stephen