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 ?
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'
On Monday, August 24, 2020 at 5:30:14 PM UTC-7 vince wrote:
> On Monday, August 24, 2020 at 3:26:47 PM UTC-7, Dennis Clark wrote:
>
>> 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.
>>
>>
>>
> Looks like your latitude line in weewx.conf is incorrect...
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/657cfcf3-0285-4afb-8c91-bb5f33a2e716n%40googlegroups.com.