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

2022-04-30 Thread William Garber
thanks anyhow. :-) On Friday, April 29, 2022 at 6:06:46 PM UTC-7 gjr80 wrote: > I'm sorry I don't use SDR and only have basic knowledge of it's > use/config. You probably want an SDR user to comment. > > Gary > > On Saturday, 30 April 2022 at 05:08:38 UTC+10 william...@att.net wrote: > >> regard

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

2022-04-29 Thread gjr80
I'm sorry I don't use SDR and only have basic knowledge of it's use/config. You probably want an SDR user to comment. Gary On Saturday, 30 April 2022 at 05:08:38 UTC+10 william...@att.net wrote: > regarding this discussion > https://groups.google.com/g/weewx-user/c/JA7VptqXNI4 > (1) if all of

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

2022-04-29 Thread William Garber
regarding this discussion https://groups.google.com/g/weewx-user/c/JA7VptqXNI4 (1) if all of your sensors communicate via radio through one rtl-sdr dongle (2) each instance of weewx uses the weewx-sdr driver using the option "cmd = rtl_433 -d rtl_tcp" then the "-d rtl_tcp" option should make al

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

2022-04-25 Thread William Garber
The following may be useful for someone who wants to do this on fedora attached is a "goodie bag" full of stuff for setting up a multiple weather station system on *fedora*. It uses systemd services and timers. It is based on the three- weewx.conf file setup; two for archiving data from weathe

[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 wil

[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 Sun

[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 ci

[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 24,