[weewx-user] Re: how to merge data from two weather stations. fedora

2022-04-24 Thread gjr80
Impossible to answer in a meaningful way without knowing what you are trying to do to what and in what way. Simple answer is that no, one of the binding does not need to be wx_binding; however, wx_binding is the default binding so if whatever you may be doing cannot find a binding to use it

[weewx-user] Re: how to merge data from two weather stations. fedora

2022-04-24 Thread William Garber
File "/usr/share/weewx/weewx/manager.py", line 701, in get_manager_dict_from_config raise weewx.UnknownBinding("Unknown data binding '%s'" % e) weewx.UnknownBinding: Unknown data binding ''wx_binding'' I am getting this error. Does one of the bindings have to be called wx_binding? On

[weewx-user] Re: how to merge data from two weather stations. fedora

2022-04-24 Thread gjr80
If you have two weather stations and wish to run weewx-multi you will typically run two WeeWX instances not three. In terms of combined reporting there are two basic options; first have one of your instances generate the combined reports or second, as Matthew mentions in a post in the thread

[weewx-user] Re: how to merge data from two weather stations. fedora

2022-04-24 Thread William Garber
https://groups.google.com/g/weewx-user/c/FsKRIt8wG5IA very similar discussion but no specific answer I think. In the "[Station] section what "station_type" would I choose? In the "[Engine]" section could I just leave "archive_services = " blank? I am afraid to try it. On Sunday, April

[weewx-user] how to merge data from two weather stations. fedora

2022-04-24 Thread William Garber
following https://groups.google.com/g/weewx-development/c/H14rxbBENp8 According to Tom Keffer there are two strategies. I am doing the first one as documented here https://github.com/weewx/weewx/wiki/weewx-multi I can not use the init.d script "weewx-multi" since I am using fedora which does

Re: [weewx-user] Re: Merge database failed

2022-04-24 Thread vince
I have no idea where sunshine_hours comes from. Did you add it to your old weewx schema ? If so you'd need to similarly add it to the new schema probably before doing your conversion and see if wee_database is smart enough to do the right thing. (untested - but give it a try. This is why

Re: [weewx-user] Re: Merge database failed

2022-04-24 Thread Schnidrig Stefan
Hello Vince Many thanks for your response. I moved my old weewx.sdb to the new weewx version and then created it in the new format with "wee_database weewx.conf --reconfigure". Unfortunately, the "sunshine_hours" was deleted in the process. Can I somehow transfer these to the new scheme? Greeting

Re: [weewx-user] WeeWX V4.8.0 available

2022-04-24 Thread matthew wall
the suse and rhel/centos repos have been updated with 4.8.0-2. this fixes the systemd unit file for weewx. the raw rpms are now available in the download area. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and

[weewx-user] Re: Merge database failed

2022-04-24 Thread vince
v4 shipped with the wview_extended schema as the default, which has 114 fields. You need to convert your old db to the extended schema, then redo your dump and import commands (which look good). See if https://github.com/weewx/weewx/wiki/Switching-to-the-new-wview_extended-schema helps

[weewx-user] Merge database failed

2022-04-24 Thread Meteo Oberwallis
Hello, everyone. I wanted to merge my old weewx.sbd (Version 3.9.2) with the new version of weewx 4.8.0. I did this via: Dump the db1.sdb database to a file: $sqlite3 /path/to/db1.sdb sqlite> .output /var/tmp/db1.dump sqlite> .dump sqlite> .quit Now import the dumped data into the final