Re: [weewx-user] Combine if else in an if else

2016-08-22 Thread 'Domi S' via weewx-user
Yesi tried it, but i look today evening. We have a warm and sunny day then i'll check if it works, there is now something calculated i think -- 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] Combine if else in an if else

2016-08-22 Thread Andrew Milner
Did you try and just change the capital I to lower case I on the second 'if' in the statement? I just entered your expression into python and it appeared to evaluate correctly even with all the if elses. On Tuesday, 23 August 2016 06:54:02 UTC+3, Domi S wrote: > I tried it thats weird whe

Re: [weewx-user] Combine if else in an if else

2016-08-22 Thread 'Domi S' via weewx-user
I tried it thats weird when i restart weewx it uses my previous rule that calculate "outTemp -0.1" but when i enter something like: "outTemp = outTemp - 0.2 if windSpeed > 1 else outTemp - 0.5" Weewx uses this rule it seems that my rule from my first post with the many if else is invalid. --

Re: [weewx-user] Combine if else in an if else

2016-08-22 Thread Thomas Keffer
I think you've got an upper case "I" in the second "if". -tk On Mon, Aug 22, 2016 at 2:31 PM, 'Domi S' via weewx-user < weewx-user@googlegroups.com> wrote: > Hello > > I want to make a correction for my temperature, because my radiation > shield is passive (has no fan). > > The extraTemp2 is my

[weewx-user] Combine if else in an if else

2016-08-22 Thread 'Domi S' via weewx-user
Hello I want to make a correction for my temperature, because my radiation shield is passive (has no fan). The extraTemp2 is my DIY brightnessensor it measures from 65 degrees to -48 degrees. I want to use it to cancel the correction when the sun isn't shining or it's night So i want to defin

Re: [weewx-user] Re: Multiple OberverIPs on same network

2016-08-22 Thread Jonathan Zitelman
Thanks! I had seen how do run the multiple instances, but was unaware that the IP address could be specified in the dkmcode. So it sounds like I'll need 3 copies of the driver with the static IP set? I'm not great with python but looking through the driver on line 586 it says hostname not require

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread Les Niles
> On 22 Aug 2016, at 8:34, vince > wrote: > > On Monday, August 22, 2016 at 8:24:13 AM UTC-7, ln77 wrote: > At the risk of being one of "those guys" who replies to a simple question > with a redesign of the system: > Why not run weewx on a tiny computer -- a raspber

[weewx-user] Re: Error - Caught WeeWxIOError: [Errno 110] Operation timed out

2016-08-22 Thread Łukasz Nowak
Hi! x64 Debian 16.04, kernel 4.4.0-34 what caused the WeeWxIOError at the beginning of your post? > No idea,I see now I missed very first entry directly on this: Aug 22 11:59:48 htpc weewx[2535]: engine: Shutting down StdReport thread It happens after system OS, however not directly, it works

Re: [weewx-user] Newbie Issues Starting weewx

2016-08-22 Thread vince
On Monday, August 22, 2016 at 12:35:26 PM UTC-7, mwall wrote: > > On Monday, August 22, 2016 at 11:50:41 AM UTC-4, vince wrote: >> >> >> On Sun, Aug 21, 2016 at 11:03 AM, vince wrote: >>> Tom/Matthew - should the python code fix the case for folks perhaps for these kinds of typos ?

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread Guilherme DP
Hello, I´m using orange pi pc (http://www.orangepi.org/orangepipc/). It is running weewx for 3 months without any kind of problem. It is a US$ 15 "complete" computer. The orange pi pc is connected to a ws-1080 (usb port) and to the internet using wifi/lan. I have also tested with vantage vue an

Re: [weewx-user] Newbie Issues Starting weewx

2016-08-22 Thread mwall
On Monday, August 22, 2016 at 11:50:41 AM UTC-4, vince wrote: > > > On Sun, Aug 21, 2016 at 11:03 AM, vince wrote: >> >>> Tom/Matthew - should the python code fix the case for folks perhaps for >>> these kinds of typos ? >>> >> > Looking at units.py this morning I guess I'm wondering what the rig

[weewx-user] Re: Error - Caught WeeWxIOError: [Errno 110] Operation timed out

2016-08-22 Thread mwall
On Monday, August 22, 2016 at 7:39:55 AM UTC-4, Łukasz Nowak wrote: > > Hi! > > I'm using the station TE923 and weewx version 3.5. And I have problem with > error that occurs from time to time - basically it works fine for couple of > days and stop with the error like below: > > Aug 22 11:59:48 h

[weewx-user] Re: Backing whole SD card from Raspberry Pi in Macbook Computer

2016-08-22 Thread Phil Green
Just done a successful backup and restored to another card. I turned off the McAfee AV and it seems good. Thanks for the advice. On Monday, August 22, 2016 at 6:38:14 PM UTC+1, vince wrote: > > On Monday, August 22, 2016 at 9:59:15 AM UTC-7, Phil Green wrote: >> >> On Monday, August 22, 2016 at

[weewx-user] Re: Multiple OberverIPs on same network

2016-08-22 Thread mwall
On Monday, August 22, 2016 at 2:25:55 PM UTC-4, Jonathan Zitelman wrote: > > I'm looking into the feasibility of having multiple instances of weewx > reporting on multiple ObserverIPs on the same network. (more specifically > I plan on 3 WS-1400-IP) I have read how to run multiple instances o

[weewx-user] Multiple OberverIPs on same network

2016-08-22 Thread Jonathan Zitelman
I'm looking into the feasibility of having multiple instances of weewx reporting on multiple ObserverIPs on the same network. (more specifically I plan on 3 WS-1400-IP) I have read how to run multiple instances of weewx on the same server using different config files, but I'm getting stuck on

[weewx-user] Re: Backing whole SD card from Raspberry Pi in Macbook Computer

2016-08-22 Thread vince
On Monday, August 22, 2016 at 9:59:15 AM UTC-7, Phil Green wrote: > > On Monday, August 22, 2016 at 5:56:57 PM UTC+1, Phil Green wrote: > > I am performing these steps. So I don't know what is corruuting the > card. I am not even writing to it just copying the cite tag to an .img file! > > Regards

[weewx-user] Re: Backing whole SD card from Raspberry Pi in Macbook Computer

2016-08-22 Thread Phil Green
On Monday, August 22, 2016 at 5:56:57 PM UTC+1, Phil Green wrote: > I am performing these steps. So I don't know what is corruuting the card. I > am not even writing to it just copying the cite tag to an .img file! > Regards > Phil. Meant to say copying the contents to the .img file. I am properl

[weewx-user] Re: Backing whole SD card from Raspberry Pi in Macbook Computer

2016-08-22 Thread Phil Green
I am performing these steps. So I don't know what is corruuting the card. I am not even writing to it just copying the cite tag to an .img file! Regards Phil. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and sto

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread zkab
In my case a Raspi sitting close to the Vue Console is not a good solution ... I run a bunch of services in the Deb server and I want to include weewx also ... but connecting Vue Console via USB is not an option. Den måndag 22 augusti 2016 kl. 17:34:31 UTC+2 skrev vince: > > On Monday, August 22

Re: [weewx-user] Newbie Issues Starting weewx

2016-08-22 Thread vince
On Sunday, August 21, 2016 at 11:30:35 AM UTC-7, Tom Keffer wrote: > > A PR would be welcome. > > -tk > > On Sun, Aug 21, 2016 at 11:03 AM, vince > > wrote: > >> Tom/Matthew - should the python code fix the case for folks perhaps for >> these kinds of typos ? >> >> >> Looking at units.py this mor

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread vince
On Monday, August 22, 2016 at 8:24:13 AM UTC-7, ln77 wrote: > > At the risk of being one of "those guys" who replies to a simple question > with a redesign of the system: > Why not run weewx on a tiny computer -- a raspberry Pi or similar-- that's > directly connected to the USB cable and upload

[weewx-user] Re: Backing whole SD card from Raspberry Pi in Macbook Computer

2016-08-22 Thread vince
On Monday, August 22, 2016 at 8:15:13 AM UTC-7, Phil Green wrote: > > Any sugestiona in solving this problem? Or an alternative backup strategy > preferably for the whole SD card. > > > Best guess is you are not correctly unmounting the card from the Mac after copying its contents to an image fil

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread Les Niles
At the risk of being one of "those guys" who replies to a simple question with a redesign of the system: Why not run weewx on a tiny computer -- a raspberry Pi or similar-- that's directly connected to the USB cable and upload the web pages (and sync/archive the data if you want) to the Debian s

[weewx-user] Backing whole SD card from Raspberry Pi in Macbook Computer

2016-08-22 Thread Phil Green
Hi, I have been using Weewx for many years now and never really had a problem on my Raspberry Pi Model B with my Vantage Vue weather station. I usually backup the whole SD card in my Raspberry Pi The problem may coincide with me upgrading to El Capitan OS on the Mac. >From my Mac computer when Wee

[weewx-user] Backup Whole Install on Raspberry Pi, Problems Since Upgrading to Jessie.

2016-08-22 Thread Phil Green
Hi, I have been using Weewx for many years now and never really had a problem on my Raspberry Pi Model B with my Vantage Vue weather station. I usually backup the whole SD card in my Raspberry Pi >From my Mac computer when Weewx has been stopped and the system shutdown and the SD card mounted on

[weewx-user] Re: USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread zkab
OK Den måndag 22 augusti 2016 kl. 14:38:45 UTC+2 skrev zkab: > > I have ordered Belfryboy Clone USB logger to use with Vantage Vue Console > and I will run weewx in a Debian server. > Problem is that the Deb server is in another building than the Vue Console > but I have a LAN available in the

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread Thomas Keffer
​Why not ask Belfryboy? -tk​ On Mon, Aug 22, 2016 at 5:57 AM, zkab wrote: > OK - thanks. > But my main concern is if it will work with Belfryboy Clone USB logger > > Den måndag 22 augusti 2016 kl. 14:49:10 UTC+2 skrev Tom Keffer: >> >> I seem to recall several people doing just that, albeit usi

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread zkab
OK - thanks. But my main concern is if it will work with Belfryboy Clone USB logger Den måndag 22 augusti 2016 kl. 14:49:10 UTC+2 skrev Tom Keffer: > > I seem to recall several people doing just that, albeit using a > conventional Davis logger. Search the archives. > > My hunch is that the result

Re: [weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread Thomas Keffer
I seem to recall several people doing just that, albeit using a conventional Davis logger. Search the archives. My hunch is that the results will not be super reliable, but it can probably be made to work. -tk On Mon, Aug 22, 2016 at 5:38 AM, zkab wrote: > I have ordered Belfryboy Clone USB lo

[weewx-user] USB over Ethernet & Belfryboy Clone USB logger

2016-08-22 Thread zkab
I have ordered Belfryboy Clone USB logger to use with Vantage Vue Console and I will run weewx in a Debian server. Problem is that the Deb server is in another building than the Vue Console but I have a LAN available in the premises. Can I use a USB over Ethernet adapter to connect the logger to

[weewx-user] Error - Caught WeeWxIOError: [Errno 110] Operation timed out

2016-08-22 Thread Łukasz Nowak
Hi! I'm using the station TE923 and weewx version 3.5. And I have problem with error that occurs from time to time - basically it works fine for couple of days and stop with the error like below: Aug 22 11:59:48 htpc weewx[2535]: engine: Caught WeeWxIOError: [Errno 110] Operation timed out Aug