cloudy

Author Topic: Weather Display with Envoy8X  (Read 944 times)

0 Members and 1 Guest are viewing this topic.

Offline meteo.quimper

  • Posts: 7
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 19.0.1084.52
Weather Display with Envoy8X
« on: June 05, 2012, 08:45:06 PM »
that will be great is Weather Display can work withe the Davis instruments Envoy8X

Offline Snowi

  • Weather Station Klaukkala
  • Posts: 101
  • Klaukkala, Finland
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 13.0
    • Weather Station Klaukkala
Re: Weather Display with Envoy8X
« Reply #1 on: June 07, 2012, 09:22:34 PM »
It's not working with it? This was new for me. I recently bought two Envoy8X consoles and I'm going to use them with WD so there definetely should be support for Envoy8X. I'm going to install one of them within two or three weeks, so would it be possible to add support for Envoy8X by then?

Offline Soggy

  • Posts: 35
  • South Florida
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 12.0
    • Port Saint Lucie Weather
Re: Weather Display with Envoy8X
« Reply #2 on: June 07, 2012, 10:53:40 PM »
The Envoy8x is completely different than the Envoy. An Envoy8x doesn't even work with weather link which is Davis' software for direct download. It is a lot to expect it to work with Weather Display since Davis has not made the protocol that the Envoy8x uses available to the public.

Online Weather Display

  • Posts: 69,327
  • Davis VP1
  • New Zealand
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 12.0
    • Weather Display
Re: Weather Display with Envoy8X
« Reply #3 on: June 08, 2012, 12:18:20 AM »
exactly...I cant perform miracles
this has been discussed on wxforum as well
the only possible way is to link to the SQL data base some how

Offline meteo.quimper

  • Posts: 7
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 19.0.1084.52
Re: Weather Display with Envoy8X
« Reply #4 on: June 10, 2012, 09:01:13 PM »
I ask to Davis directly, they said:

Hi,
 
The serial communications information is not available for the 8X at this time. IT should be available before the end of the year.
 
Eric Nickl
Technical Support
Davis Instruments
510-732-7814
support@davisnet.com

Online Weather Display

  • Posts: 69,327
  • Davis VP1
  • New Zealand
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 12.0
    • Weather Display
Re: Weather Display with Envoy8X
« Reply #5 on: June 11, 2012, 02:40:11 AM »
HI
once they make that available then I should be able to add support OK

Offline prodata

  • Posts: 725
  • Cambridge, UK
  • OS/Browser:
  • Win Vista/Srvr 2008
  • Chrome 19.0.1084.52
    • Automatic Weather Stations
Re: Weather Display with Envoy8X
« Reply #6 on: June 11, 2012, 06:23:27 AM »
...the only possible way is to link to the SQL data base some how...

Well having the API will obviously clarify matters - hopefully it will be out before too long, but it was also promised for release by Easter 2011! So I wouldn't hold my breath.

But I'm not sure how much having the API will help. Although only the API documentation will show definitively, there's no sign that the 8x has any concept of a loop (real-time) record - certainly it isn't used by the Davis 8X/WDTU software.

So only the 8X equivalent of the archive record looks to be available. And all of the data in the 8X archive records will already be available in the SQL databases. So my view would be that there isn't much to be gained from waiting for the API document - you might just as well work with SQL database, which would probably be simpler to achieve as well.

There's another factor too: The 8X archive records must presumably be more substantially more complex than the standard archive record to work with. simply because of the sheer diversity of different sensor configurations that's possible with the 8X (eg up to 8 ISS units reporting to a single 8X unit). The SQL database structure already handles this complexity and so accessing the SQL database ought to really simplify working with the 8X data.
John Dann
www.weatherstations.co.uk - UK Davis specialists
VP Knowledgebase Curator - see http://vp-kb.wikispaces.com

Online Weather Display

  • Posts: 69,327
  • Davis VP1
  • New Zealand
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 12.0
    • Weather Display
Re: Weather Display with Envoy8X
« Reply #7 on: June 11, 2012, 08:20:03 AM »
one way to add support to the SQL data base would be via someone running that, having that SQL data base opened up on a port (port forwarded, and a IP address) so that I could access it from here?
something like that...

Offline Soggy

  • Posts: 35
  • South Florida
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 12.0
    • Port Saint Lucie Weather
Re: Weather Display with Envoy8X
« Reply #8 on: June 11, 2012, 11:32:46 AM »
The WDTU does have a current readings tab that updates every 10 seconds. I don't know if the time holds true if there are more stations connected, but the 10 seconds update is consistent with the two stations to which I am connected. The data supplied is outside temp, outside humidity, wind speed, wind direction, wind speed 10 min., wind gust 10 min., wind direction of gust, dew point, heat index, THSWI, wind chill. daily rain, 15 min. rain, last 24 hour rain, rain rate, U.V., solar, and E.T.

Offline prodata

  • Posts: 725
  • Cambridge, UK
  • OS/Browser:
  • Win Vista/Srvr 2008
  • Chrome 19.0.1084.52
    • Automatic Weather Stations
Re: Weather Display with Envoy8X
« Reply #9 on: June 11, 2012, 12:02:01 PM »
one way to add support to the SQL data base would be via someone running that, having that SQL data base opened up on a port (port forwarded, and a IP address) so that I could access it from here?

Obviously it does depend on exactly what disposition of active components you're envisaging (which I'm just trying to phrase in a very general way). But if you take the simple scenario of WDTU running on a standard Windows PC local to the weather station then I don't see why you wouldn't have a version of WD that also runs on that same PC and that just hooks into the same database. After all, modern database systems ought to be designed to allow multiple simultaneous access to the database, so why not just use that fact.

Of course you have to remember that WDTU can be set up to use any one of Access, MySQL or SQL Server and so you'd presumably opt to target just one of those - MySQL being the obvious one. For WDTU to write to a MySQL database then AIUI (haven't tried this particular configuration) MySQL has to be installed and running on the PC in question. Ergo, you can assume that MySQL will be running.

Actually I think that hooking into the MySQL database in principle would be the easy part of this. What would be more tricky is working out how to handle all the different combinations of sensors (and non-Davis sensors) that the 8X allows. WDTU has a fairly elaborate set of - was it 13, do I recall when I last looked, but some such number - different tables that accommodate all the possible sensor and data combinations.
« Last Edit: June 11, 2012, 12:04:56 PM by prodata »
John Dann
www.weatherstations.co.uk - UK Davis specialists
VP Knowledgebase Curator - see http://vp-kb.wikispaces.com

Online Weather Display

  • Posts: 69,327
  • Davis VP1
  • New Zealand
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 12.0
    • Weather Display
Re: Weather Display with Envoy8X
« Reply #10 on: June 12, 2012, 09:18:26 AM »
good that it can be set to update mysql, I can work with
WD is only set up to handle 1 set of windspeed, outdoor temperature,barometer
i.e from only 1 station
so would need to make it so that could set which sensors all belong to that one station to get the data from....?

Offline Soggy

  • Posts: 35
  • South Florida
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 12.0
    • Port Saint Lucie Weather
Re: Weather Display with Envoy8X
« Reply #11 on: June 12, 2012, 11:55:47 AM »
This is a picture of the data from the aforementioned current conditions from WDTU.