I am setting up a WeeWx for a remote site, it will be running a Weatherfllow Tempest
just like my home system.
This ia a RPi Zero 2W I have installed WeeWx 5.1.0 on this device. I followed the
instructions under the Debian install got the stinking Locale thing straight.
Now I am met with the message:
ModuleNotFoundError: No module named 'user.weatherflowudp'
Here is the log of the messages in the dump:
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: engine = weewx.engine.StdEngine(config_dict)
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: File "/usr/share/weewx/weewx/engine.py", line 80, in __init__
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: self.setupStation(config_dict)
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: File "/usr/share/weewx/weewx/engine.py", line 104, in setupStation
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: __import__(driver)
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: ModuleNotFoundError: No module named 'user.weatherflowudp'
Dec 07 17:34:15 kp4djt-weewx02 weewxd[34772]: CRITICAL __main__: **** Exiting.
Dec 07 17:34:15 kp4djt-weewx02 systemd[1]: weewx.service: Main process exited, code=exited, status=1/FAILURE
Dec 07 17:34:15 kp4djt-weewx02 systemd[1]: weewx.service: Failed with result 'exit-code'.
In the past I recall just installing the text files and setting the system up, and after a
bit it was scraping UDP frames off of the network and populating the screen but, so far this has been a failure. I found a file which I downloaded and tried to install but it does not have the driver that is being called for.
I have never had issues getting WeeWx going until now. Even when I moved to the Tempest it was pretty straight forward.