Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL weewx.engine: **** File "/usr/share/weewx/weewx/drivers/vantage.py", line 1897, in __init__
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL weewx.engine: **** Vantage.__init__(self, **config_dict[DRIVER_NAME])
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL weewx.engine: **** File "/usr/share/weewx/weewx/drivers/vantage.py", line 511, in __init__
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL weewx.engine: **** self.port.openPort()
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL weewx.engine: **** File "/usr/share/weewx/weewx/drivers/vantage.py", line 344, in openPort
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL weewx.engine: **** raise weewx.WeeWxIOError(ex)
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL weewx.engine: **** weewx.WeeWxIOError: [Errno 111] Connection refused
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL __main__: Unable to load driver: [Errno 111] Connection refused
Aug 24 22:20:50 raspberrypi weewx[1853] CRITICAL __main__: **** Exiting...
Tried a couple of times with same results. The I Uninstalled again and this time choose Simulator instead of my Vantage station. Results below:
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** self.preLoadServices(config_dict)
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** File "/usr/share/weewx/weewx/engine.py", line 112, in preLoadServices
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** self.stn_info = weewx.station.StationInfo(self.console, **config_dict['Station'])
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** File "/usr/share/weewx/weewx/station.py", line 51, in __init__
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** self.latitude_f = float(stn_dict['latitude'])
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** ValueError: could not convert string to float: '32.46077 -11112799'
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** Exiting.
Aug 24 23:19:59 raspberrypi weewx[2594]: Starting weewx weather system: weewx.
Aug 24 23:19:59 raspberrypi systemd[1]: Started LSB: weewx weather system.
Trying to install on a new RP4. New to both the Rpi and Weewx so not sure where my error lies. Looking for some next steps.
After getting it installed and checking the syslog I get the following:
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** ValueError: could not convert string to float: '32.46077 -11112799'
Aug 24 23:19:59 raspberrypi weewx[2610] CRITICAL __main__: **** Exiting.
Specify the IP address (e.g., 192.168.0.10) or hostname
(e.g., console or console.example.com) for stations with
an ethernet interface.
host [10.1.1.91]:
Traceback (most recent call last):
File "/usr/lib/python3.7/shutil.py", line 563, in move
os.rename(src, real_dst)
PermissionError: [Errno 13] Permission denied: '/etc/weewx/weewx.conf' -> '/etc/weewx/weewx.conf.20200825170437'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/weewx/wee_config", line 123, in <module>
main()
File "/usr/share/weewx/wee_config", line 117, in main
config_mgr.run(args, options)
File "/usr/share/weewx/weecfg/config.py", line 126, in run
backup_path = weecfg.save(config_dict, output_path, not options.no_backup)
File "/usr/share/weewx/weecfg/__init__.py", line 194, in save
backup_path = weeutil.weeutil.move_with_timestamp(config_path)
File "/usr/share/weewx/weeutil/weeutil.py", line 1309, in move_with_timestamp
shutil.move(filepath, newpath)
File "/usr/lib/python3.7/shutil.py", line 577, in move
copy_function(src, real_dst)
File "/usr/lib/python3.7/shutil.py", line 263, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.7/shutil.py", line 121, in copyfile
with open(dst, 'wb') as fdst:
PermissionError: [Errno 13] Permission denied: '/etc/weewx/weewx.conf.20200825170437'
So yes, found I omitted the comma between latitude and longitude. Tried a new install with correctly added comma and now it apperas I may have it narrowed down to some sort of permissions error???When I did a manual weeconfig --reconfigure to check things out it errors after entering the IP of my Weatherlink.Any thoughts ?
sudo tail -f /var/log/syslog. was used to get errors shown in last post.
I am at the point of doing a fresh install of the pi followed by all the weewx install steps again.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e1f33e20-1a79-4d1b-ba68-1cd77065e37bn%40googlegroups.com.
> On 4 Sep 2020, at 6:39 am, lodewyk...@gmail.com <lodewy...@gmail.com> wrote:
>
> <syslog_200904.txt>