Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Thank you so much! On Mon, Jan 7, 2019 at 8:29 PM gjr80 wrote: > Yes. That is a setting for the console rather than a weeWX config setting. > You have two choices; you can set it manually via buttons on the console or > you can set it using the wee_device >

[weewx-user] Re: Copy R-pi /var/www/html/weewx directory to my weather FTP Server every hour

2019-01-06 Thread Andrew Milner
just set up a cron task. No need to use weewx. On Monday, 7 January 2019 07:31:02 UTC+2, David Curtis wrote: > > To All, > > 1. Is there a way to use weewx FTP or Rsync to send all the > var/www/html/weewx files to my weather ftp server every hour? > > 2. If not, what is my alternative? I'll

[weewx-user] Re: Copy R-pi /var/www/html/weewx directory to my weather FTP Server every hour

2019-01-06 Thread gjr80
Alternatively, use the report_timing option and then there is no need to setup a cron :) David, do you have FTP or rsync running and just want to change the frequency of uploads or do you not have any FTP/rsync

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread gjr80
Yes. That is a setting for the console rather than a weeWX config setting. You have two choices; you can set it manually via buttons on the console or you can set it using the wee_device utility. To do the former you need to read the

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
Ooops! one more thing.how do I do a wind offset? I cannot see it in the config file?! On Sunday, 6 January 2019 14:37:27 UTC+13, monmul wrote: > > I am new to weewx and am trying to set it up on my Rpi 3. I have a Davis > Vantage weather station. I have a serial Envoy data logger attaced to

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
Yes, thank you Gary for your help..it is very much my problem and not yours! I have a new power supply and wifi dongle on order...that might help! Thanks for the digging on the WD data - will have a look at that in the next day or so! On Monday, 7 January 2019 19:00:56 UTC+13, gjr80 wrote:

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
...and this is what I get when I go back to the screen and the Laninstead of headless and through the wifi dongle! pi@Weatherpi:~ $ sudo systemctl status weewx ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx) Active: active (running) since Mon 2019-01-07

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread gjr80
Ok, so on the face of it weeWX appears to be running fine. Not sure what problem we are solving now? My post of about 2 hours ago was in an attempt to work out if your headless RPi was running weeWX but it seems that is down to a wifi/dongle issue. If weeWX is running OK then WU should be fine

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
This is what I get headless and with the LAN as opposed to the wifi dongle! pi@Weatherpi:~ $ sudo systemctl status weewx ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx) Active: active (running) since Mon 2019-01-07 18:50:45 NZDT; 50s ago Process: 510

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
Ah! there seems to be a power problem with my WiF On Sunday, 6 January 2019 14:37:27 UTC+13, monmul wrote: > > I am new to weewx and am trying to set it up on my Rpi 3. I have a Davis > Vantage weather station. I have a serial Envoy data logger attaced to my > Rpi with a serial/usb converter.

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
Ah! there seems to be a power problem with my WiFi dongle! I will try it headless and on the LAN. On Sunday, 6 January 2019 14:37:27 UTC+13, monmul wrote: > > I am new to weewx and am trying to set it up on my Rpi 3. I have a Davis > Vantage weather station. I have a serial Envoy data logger

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Hmmm! Something weird is happening the cat syslog will not display as far as today and stops part way through and crashes VNC so it has to reconnect! On Mon, Jan 7, 2019 at 6:12 PM dunbrokin wrote: > @Weatherpi:~ $ sudo systemctl status weewx > ● weewx.service - LSB: weewx weather system >

[weewx-user] Copy R-pi /var/www/html/weewx directory to my weather FTP Server every hour

2019-01-06 Thread David Curtis
To All, 1. Is there a way to use weewx FTP or Rsync to send all the var/www/html/weewx files to my weather ftp server every hour? 2. If not, what is my alternative? I'll need detailed steps due to my extremely limited programming skills. Thank you.. -- You received this message because

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
@Weatherpi:~ $ sudo systemctl status weewx ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx) Active: active (exited) since Mon 2019-01-07 17:17:08 NZDT; 55min ago Process: 510 ExecStart=/etc/init.d/weewx start (code=exited, status=0/SUCCESS) Jan 07 17:17:08

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread gjr80
So you are able to SSH into the RPi? Assuming you can, once the RPi has booted check on the status of the weeWX daemon: $ sudo systemctl status weewx What does that show? Also have another look at the log. There will be a lot of stuff there from when the RPi booted but you should also see

RE: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread nineback
Thanks for the heads up. I hardly ever use this email account (non-SSL) so was not aware of the problem. I updated the MX record and then tested it using the alarm.py file in the example directory. Worked fine. Again thanks for the help and sorry for the confusion. Tom From:

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
This is what the syslog is telling me Jan 7 15:04:21 Weatherpi kernel: [ 4429.981076] usb 1-1: New USB device found, idVendor=0424, idProduct=9514 Jan 7 15:04:21 Weatherpi kernel: [ 4429.981091] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jan 7 15:04:21 Weatherpi

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread monmul
Duh! thanks Gary! On Sunday, 6 January 2019 14:37:27 UTC+13, monmul wrote: > > I am new to weewx and am trying to set it up on my Rpi 3. I have a Davis > Vantage weather station. I have a serial Envoy data logger attaced to my > Rpi with a serial/usb converter. In following the set up

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Thanks for that Gary, I might have to park the history project for a while as I seem to have bigger problems! I had everything running nicely - updating WU and was able to see my output on index.html.and then I went headless... shutdown pulled out the screen, keyboard and mouse and

[weewx-user] Re: instantaneous rain vs averaged

2019-01-06 Thread Adam Harvey
Hopefully it rains this afternoon... On Friday, 4 January 2019 19:29:29 UTC+10, Adam Harvey wrote: > > Hi, I have a raspberry pi with weewx installed. Outside I have a Davis > vantage vue, I have a connection from the davis console to the rpi. > > All works well, except, the rain rates seem

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread gjr80
WeeWX stores its data in the archive table in your weewx database, one archive record per row. A summary table is created for each observation field that records daily highs/lows/sums, counts and times etc. These summary tables are used as an optimization strategy when aggregates are sought

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread gjr80
Just to be clear I was just pointing out that the two places to look for info on what weeWX is doing is the console output when running weeWX directly (this shows the data coming from the station) and the log (this shows config (during

Re: [weewx-user] Uploading to WeatherCloud?

2019-01-06 Thread Jeff Ross
WeatherCloud: url: >> http://api.weathercloud.net/v01/set?wid=444b000107d31735=71=103=41=0=20=0=3.8.2=457=16=251=208=104=60=0=32=XXX=20190106=16=19=8597=32=208=-39=1605=0 >> 2019-01-06 09:05:48.379906500 127.0.0.1: user.debug: Jan 6 09:05:48 >> weewx[64490]: restx: WeatherCloud:

[weewx-user] Re: use Weewx on raspberry

2019-01-06 Thread gjr80
Hi Patrick, Judging by the number it looks like a pressure in hPa is being interpreted as a pressure in inHg. The solution depends on a number of things. Since there has been a bit of water under the bridge, in particular a reinstall of weeWX, since you last posted your code could I ask you to

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Thank you for all your help Scott in getting me up and running.I really appreciate it. Hopefully some other kind soul can come to the party for the next step! On Mon, Jan 7, 2019 at 9:42 AM Scott Grayban wrote: > That I can't help with. Sorry > On Jan 6, 2019, at 12:40 PM, dunbrokin wrote:

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread Scott Grayban
That I can't help with. Sorry On Jan 6, 2019, 12:40 PM, at 12:40 PM, dunbrokin wrote: >Next issue for me is to import historic information (about 5 years >worth...or just the highs and lows during that period of each measured >item) into weewx? Where is the historic information stored and is

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread Scott Grayban
It should On Jan 6, 2019, 12:36 PM, at 12:36 PM, dunbrokin wrote: >Right I have 10.1.1.1 and 8.8.4.4 as "nameserver" (while shown as >"name_servers" in the resolvconf.conf file) in the resolv.conf >fileI >presume that will do the job? > > >On Mon, Jan 7, 2019 at 9:32 AM Scott Grayban

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Next issue for me is to import historic information (about 5 years worth...or just the highs and lows during that period of each measured item) into weewx? Where is the historic information stored and is there an easy way of importing the data from WeatherDisplay? On Mon, Jan 7, 2019 at 9:35 AM

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Right I have 10.1.1.1 and 8.8.4.4 as "nameserver" (while shown as "name_servers" in the resolvconf.conf file) in the resolv.conf fileI presume that will do the job? On Mon, Jan 7, 2019 at 9:32 AM Scott Grayban wrote: > Ahh I didn't know that. I don't install resolvconfd. > On Jan 6, 2019,

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread Scott Grayban
Ahh I didn't know that. I don't install resolvconfd. On Jan 6, 2019, 12:30 PM, at 12:30 PM, dunbrokin wrote: >Using nameserver instead of name_server means that none of them appear >in >the resolv.conf file! > >On Mon, Jan 7, 2019 at 9:27 AM dunbrokin wrote: > >> OK will do again. Just looked

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
OK will do again. Just looked in the resolv.,conf file.I get nameserver 8.8.4.4 but not the 8.8.8.8! On Mon, Jan 7, 2019 at 9:23 AM Scott Grayban wrote: > Use > > nameserver not name_server > On Jan 6, 2019, at 12:20 PM, dunbrokin wrote: >> >> Thank you so much for your help Scott! >> >>

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread Scott Grayban
Use nameserver not name_server On Jan 6, 2019, 12:20 PM, at 12:20 PM, dunbrokin wrote: >Thank you so much for your help Scott! > >On Mon, Jan 7, 2019 at 9:14 AM Scott Grayban >wrote: > >> If it works yes. >> On Jan 6, 2019, at 12:11 PM, dunbrokin wrote: >>> >>> Great, thanks, will

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Just for the record, for anybody following this discussion, there is a slight difference in my file to the solution shown abovenot sure it makes much difference; but it may save some confusion. min has "name_server" instead of "nameserver". I am assuming that "name_server" is the one I should

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread Scott Grayban
If it works yes. On Jan 6, 2019, 12:11 PM, at 12:11 PM, dunbrokin wrote: >Great, thanks, will do.does this now get around the installation of >NTP >daemon as recommended in the set up instructions? > >On Sun, Jan 6, 2019 at 9:54 PM Scott Grayban >wrote: > >> Ok replace that with this then

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread dunbrokin
Great, thanks, will do.does this now get around the installation of NTP daemon as recommended in the set up instructions? On Sun, Jan 6, 2019 at 9:54 PM Scott Grayban wrote: > Ok replace that with this then reboot the PI and look at your weewx log > again for the ntp sync. > > After reboot

[weewx-user] Re: use Weewx on raspberry

2019-01-06 Thread Patrick Tranchant
hello Pat and Gary I reinstalled weewx with Sqlite3 and I see value in database, but some datas are bad, I think at " driver BYOWS" example: Jan 6 20:46:43 raspberrypi weewx[2807]: engine: 2019-01-06 20:46:43 CET (1546804003) LOOP value 'pressure' 1019.4978 outside limits (24.0, 34.5)

[weewx-user] Re: USB write fail and then cannot restart service

2019-01-06 Thread Andrew Milner
and a lot more expensive On Sunday, 6 January 2019 15:42:35 UTC+2, Rich Altmaier wrote: > > Sorry to hear of your troubles. > I got tired of RPI USB troubles and hangs, and switched to Intel NUC. So > much faster, so much more stable! -- You received this message because you are subscribed

Re: [weewx-user] Uploading to WeatherCloud?

2019-01-06 Thread Thomas Keffer
gh--here's a section of debug logs: > > 2019-01-06 09:05:47.992719500 127.0.0.1: user.debug: Jan 6 09:05:47 > weewx[64490]: restx: WeatherCloud: url: > http://api.weathercloud.net/v01/set?wid=444b000107d31735=71=103=41=0=20=0=3.8.2=457=16=251=208=104=60=0=32=XXX=20190106=16=19=8597=32=

[weewx-user] Uploading to WeatherCloud?

2019-01-06 Thread Jeff Ross
: Jan 6 09:05:47 weewx[64490]: restx: WeatherCloud: url: http://api.weathercloud.net/v01/set?wid=444b000107d31735=71=103=41=0=20=0=3.8.2=457=16=251=208=104=60=0=32=XXX=20190106=16=19=8597=32=208=-39=1605=0 2019-01-06 09:05:48.379906500 127.0.0.1: user.debug: Jan 6 09:05:48 weewx[64490]: restx

Re: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread Thomas Keffer
It looks like the problem is that there is no DNS entry for your hostname. This was causing a socket.gaierror exception to be raised, which quietly terminated the thread. I've changed the code to catch such an exception and log it. -tk On Sun, Jan 6, 2019 at 7:38 AM wrote: > Sent. > > > > Tom

RE: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread nineback
Sent. Tom From: weewx-user@googlegroups.com On Behalf Of Thomas Keffer Sent: Sunday, January 6, 2019 9:33 AM To: weewx-user Subject: Re: [weewx-user] Re: Alarm.py Help Possibly, but I don't think so. The library smtplib uses a default of 465 for attempting SSL connections. Also,

Re: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread Thomas Keffer
Possibly, but I don't think so. The library smtplib uses a default of 465 for attempting SSL connections. Also, even if one attempted to connect using the wrong port, it should still time out. Which it didn't. Can you send the host name of the non-SSL server by private email? I don't need the

RE: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread nineback
It is the mail server provided by my ISP, inmotionhosting.com. No exception was raised. Could it be something to do with the port? I noticed in the setup that there was no way to designate a port. SSL: Outgoing Server: secure246.inmotionhosting.com SMTP Port: 465 Non-SSL:

[weewx-user] MQTT and Bloomsky Belchertown skin

2019-01-06 Thread Chris Plant
Trying to understand how MQTT works as id like to have my site autoupdate. I am using the Bloomsky API Driver from GitHub, so it pulls info via API every 5 minutes. When I set up everything, I can get mosquito to work, however on my website it shows "Unable to connect to weather station, try

[weewx-user] Re: USB write fail and then cannot restart service

2019-01-06 Thread 'Rich Altmaier' via weewx-user
Sorry to hear of your troubles. I got tired of RPI USB troubles and hangs, and switched to Intel NUC. So much faster, so much more stable! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails

Re: [weewx-user] Re: Meteobridge realtime extension for weeWX

2019-01-06 Thread steeple ian
Ok doing well so far. I have packaged a 'mbrt.py' file and installed it correctly. It is producing a 'MBrealtimeupload.txt' file with some data. Hopefully all I need to do is map the Meteobridge fields into the correct positions. Will have to leave that until this evening as 'outdoor jobs' are

Re: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread Thomas Keffer
OK, but I wish we knew what the trouble was. The last version had a 20 second 'timeout': if the server didn't respond, an exception should have been raised. Sounds like that didn't happen. What was the non-SSL server you were using? -tk On Sat, Jan 5, 2019 at 6:59 PM wrote: > OK. I got it

Re: [weewx-user] instantaneous rain vs averaged

2019-01-06 Thread Andrew Milner
I would expect the davis (hardware) to be more accurate than weewx generated (software) - but how it compares to other stations depends on what type of station they are!!! There is also a setting for store loop hi/lo or use record value for hi/lo values - loop would be more accurate but can

Re: [weewx-user] Re: Meteobridge realtime extension for weeWX

2019-01-06 Thread Ian Millard
Ok thanks for the confidence boost. I already have a comparison of the two live data files. They are very similar but Meteobridge has extra fields. In general these additional fields do not appear to be used by the template. As a first step, I will amend the field listing at the end of crt.py

Re: [weewx-user] instantaneous rain vs averaged

2019-01-06 Thread Adam Harvey
I'll jump into the config and change it to prefer software and see what happens. Thanks. On Saturday, 5 January 2019 16:46:47 UTC+10, Andrew Milner wrote: > > may not have been that clear from Tom's response - but there are two main > areas involoved here: > 1. [StdWXCalculate] where all

[weewx-user] Re: Meteobridge realtime extension for weeWX

2019-01-06 Thread mwall
On Sunday, January 6, 2019 at 1:17:07 AM UTC-5, Ian Millard wrote: > > I may be imagining things but some time ago I came across a mention of a > Meteobridge realtime extension for weeWX to emit live data in a similar > fashion to the CRT extension. I have searched and searched but nothing has

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-06 Thread Scott Grayban
Ok replace that with this then reboot the PI and look at your weewx log again for the ntp sync. After reboot your */etc/resolv.conf* should have those name servers listed # Configuration for resolvconf(8) # See resolvconf.conf(5) for details resolv_conf=/etc/resolv.conf # If you run a local