[weewx-user] How to refer to a remote database when configuring multiple bindings?

2019-12-18 Thread PJD
The Customization Guide has an example where multiple binding appears to involve two databases on the same LAN. What syntax would be needed, following the example in the guide, so that weewx on my local system could find the weewx.sdb on the remote system (not on the same LAN)? For example, as

[weewx-user] How to refer to a remote database setting up multiple bindings?

2019-12-18 Thread PJD
The Customization Guide has an example where multiple binding appears to involve two databases on the same LAN. What syntax would be needed, following the example in the guide, so that weewx on my local system could find the weewx on the remote system (not on the same LAN). For example, assume

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread peter
Thanks for clarification. I will search the forum for solution (probably discussed already). I probably need to remove those entries from the database. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiv

[weewx-user] Multiple bindings when remote database is not on LAN

2019-12-18 Thread PJD
I'm trying to bind two weewx databases and am following the "Using multiple bindings" section in the Customization Guide. If I'm following the example correctly, the remote database being bound is on the same LAN, given that the hostname of the database is given as rpi-bug. My question is abou

[weewx-user] Re: Acurite 01019M weewx compatable?

2019-12-18 Thread mwall
On Wednesday, December 18, 2019 at 6:15:56 PM UTC-5, dhimelic wrote: > > I have a Acurite 01019M weather station and purchased a Nooelec nesdr mini > usb rtl-sdr & Ads-B receiver set. I am using a Raspberry Pi 3 mode b > running Debian. Trying to upload my weather data to Weatherunderground. Is

Re: [weewx-user] Weewx convert units problems....

2019-12-18 Thread Thomas Keffer
If you want metric units, just follow the instructions in the section *How to change units * in the Customizing Guide. -tk On Wed, Dec 18, 2019 at 4:25 PM Julio Morais wrote: > Hi Thomas, > After a battle to reinstall everything aga

[weewx-user] Re: Acurite 01019M weewx compatable?

2019-12-18 Thread rich T
Did you review this: https://github.com/weewx/weewx/wiki/sdr-rpi-recipe You be able to receive the data from the 5 n1 sensors, but not pressure if you are using a SDR. On Wednesday, December 18, 2019 at 6:15:56 PM UTC-5, dhimelic wrote: > I have a Acurite 01019M weather station and purchased a

[weewx-user] Acurite 01019M weewx compatable?

2019-12-18 Thread dhimelic
I have a Acurite 01019M weather station and purchased a Nooelec nesdr mini usb rtl-sdr & Ads-B receiver set. I am using a Raspberry Pi 3 mode b running Debian. Trying to upload my weather data to Weatherunderground. Is the 01019M compatible with the Nooelec nesdr? I don't see it on the hardware

[weewx-user] Re: Weewx sensor data comma and point problem

2019-12-18 Thread Andreas Weber
Has solved itself, I have solved the problem, now I have all sensor data with point. Many weather websites on the net have this comma display no matter what language. A setting in Raspberry pi Localization is necessary, mine was in German but English is necessary. If it is not English, you ha

[weewx-user] Re: Ambient WS-2000 + ATMOCOM weewx rain way too high

2019-12-18 Thread Arthur Emerson
FYI, there is a detailed explanation of the various rain measurements and why the default sensor map value was chosen in the weewx-atmocom-udp station driver's README file: https://github.com/captain-coredump/weewx-atmocom-udp/blob/master/README Rain Delta Calculations: Weewx likes its "ra

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread Thomas Keffer
> > A little off-topic: in my another setup, the archive template links to > NOAA reports from 1970 on (they don't exist, of course). What would be the > reason for this? > Not off topic at all. The cheetahgenerator scans the database to determine which NOAA files to generate. Most likely you hav

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread peter
Thank you both. I copied the files into the html/NOAA directory but they didn't show up in the table (neowx skin). No worries, I edited the html template and manually added the links. I had to do some bash exercise to rename the reports from WD to weewx format :-) A little off-topic: in my anoth

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread Thomas Keffer
Scanning the HTML directory is something I considered a long time ago, but, as I recall, rejected it because it would require special knowledge of which files should be included in which dropdown list. The scanner would have to recognize patterns like -MM and . It started to get too complic

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread Andrew Milner
the OP said he already had the reports, and implied he just wanted to be able to view them. I was thinking along the lines of naming the files ...txt just as they are now in the NOAA dorectory. Unless weewx has changed the way to view these NOAA reports was via a selector control on the html p

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread Thomas Keffer
It doesn't work that way, at least, not now. The problem is that if you drop the files into the HTML directory, WeeWX has no way of knowing they exist, and, due to security reasons, browsers are not allowed to, well, browse webserver directories. There are ways around that using PHP or Javascript c

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread Andrew Milner
if the files are named in the same way as standard NOAA files the surely cheetah will think that it 'might have generated' them and so include them in the drop down?? On Wednesday, 18 December 2019 13:11:09 UTC+2, Thomas Keffer wrote: > > That's correct, except that the WeeWX Cheetah code know

Re: [weewx-user] Weewx convert units problems....

2019-12-18 Thread Julio Morais
Hi Thomas, Wait a few hours because I am reinstalling everything again (Debian, WEEWX, SDR etc) to get back to a cleaner install. I'll be back soon with the requested information. Thank you! Em qua., 18 de dez. de 2019 às 08:07, Thomas Keffer escreveu: > NO! The option target_unit is for

Re: [weewx-user] Re: Include old NOAA reports to the archive page

2019-12-18 Thread Thomas Keffer
That's correct, except that the WeeWX Cheetah code knows only of the files it has either generated, or might have generated. It has no way of knowing about new files that have been dropped into the directory. You'd have to write some custom Javascript code to do that. -tk On Tue, Dec 17, 2019 at

Re: [weewx-user] Weewx convert units problems....

2019-12-18 Thread Thomas Keffer
NO! The option target_unit is for the units *in the database*. Don't mess with that. It has nothing to do with how the units are displayed. If you change it now, you'll wreck your database. Let's see your [StdReport] section. -tk On Tue, Dec 17, 2019 at 10:28 PM Xant wrote: > Julio > > For cl

Re: [weewx-user] Re: 1st try with MQTT on belchertown

2019-12-18 Thread salinois
hi, I have disabled Mqtt, but after reflection I do not need this service. thanks for your help Patrick Le 18/12/2019 à 06:33, Xant a écrit : Let's step back then... Let's see how it works without MQTT. Disable/remove, and let's see how it works. Once verified to be stable, then try MQTT a

[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-18 Thread Gert Andersen
Hi I forgot to mention that I also have a Ecowitt GW-1000 uploading to ecowiit.net and it seems to upload the data fine, also the rain data. Gert On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote: > > Hi > > I'm new to WeeWx and I'm trying to install the SDR software. I