Re: [weewx-user] wview migration: serial server compatibility?

2017-11-18 Thread Christopher Joseph Alemany
Thank you all for the suggestions! I had not noticed the IP Address option. Now the only thing left to do is find enough time to try it out! When I do I will report back! Thanks again weewx community. :) Chris Chris Alemany 3854 6th Ave Port Alberni, BC V9Y4M2 h:250-723-0889 w: 250-753-3245

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-18 Thread Devonian
Another alternative is with an RF link to/from your console and computer. I use Belfryboy's XRF PCB's, but with an xbee 2.4Ghz module(s) configured for serial data, Tx & Rx. https://oshpark.com/profiles/belfryboy https://learn.sparkfun.com/tutorials/exploring-xbees-and-xctu My VP2 console is on

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-18 Thread Thomas Carlin
On Saturday, November 18, 2017 at 1:41:41 PM UTC-7, vince wrote: > > I'd be very interested in writeups of these kinds of setups that enable > the VP2 console to be situated far away in the house from the actual > computer running weewx. > It's not really a write up but: My setup is very

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-18 Thread vince
On Saturday, November 18, 2017 at 10:43:21 AM UTC-8, Thomas Carlin wrote: > > This should work just fine. I have my Vantage Pro2 hooked up via IP using > a home brewed ESP8266 for a WiFi connection. Essentially, it takes the > Serial stream, and converts it directly to IP, and the reverse for

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-18 Thread Thomas Carlin
This should work just fine. I have my Vantage Pro2 hooked up via IP using a home brewed ESP8266 for a WiFi connection. Essentially, it takes the Serial stream, and converts it directly to IP, and the reverse for sent commands. Just make sure your IP and port are correct in your

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-17 Thread Thomas Keffer
​The weewx vantage driver uses the Python "serial" library, which, in turn, expects a Unix file descriptor (such as /dev/ttyUSB0 or /dev/ttyS0). If your serial connector provides that, there should be no problem. However, if it provides an IP address and port, then... I'm not so sure. The Vantage

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-17 Thread vince
On Friday, November 17, 2017 at 2:11:08 PM UTC-8, Chris Alemany wrote: > > WView allows one to get the data from a Vantage Pro 2 console with a > serial connector by having that serial connector plugged into a serial > server that plugs into a local network on ethernet. > > The advantage being

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-17 Thread Chris Alemany
Hi Vince, Thanks for the reply. WView allows one to get the data from a Vantage Pro 2 console with a serial connector by having that serial connector plugged into a serial server that plugs into a local network on ethernet. The advantage being the Vantage station and the host wview (or weewx)

[weewx-user] wview migration: serial server compatibility?

2017-11-17 Thread Chris Alemany
Hi all, I am thinking of finally making the switch from wview to weewx but one fundamental difference that seems to remain is support for a serial server connection. I am using the GW21E Serial Server to take the serial output from my wireless VP2 Plus. I don't see much talk about it on