Author Topic: Alternative Software for Davis WeatherLink  (Read 18337 times)

0 Members and 1 Guest are viewing this topic.

Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Alternative Software for Davis WeatherLink
« on: January 06, 2008, 04:13:11 PM »
I received my Davis WeatherLink hardware and software yesterday.  I had no problems installing either the hardware or the software.  The software, however, leaves a lot to be desired.

The WeatherLink software documentation is oriented toward users running Windows-based systems although the version that I have is for Mac OS X.  Assuming that Davis didn't introduce a new version numbering scheme for Mac OS X, it appears that the software has not kept pace with developments in the Windows version of the software.

I had planned to participate in the CWOP but have discovered that the Mac OS X version of the software does not support this.

What alternatives are there for systems running Mac OS X?

Offline weatherforyou

  • Forecaster
  • *****
  • Posts: 545
  • My weather is on WeatherForYou.com. Is yours?
    • http://www.weatherforyou.com
Re: Alternative Software for Davis WeatherLink
« Reply #1 on: January 06, 2008, 05:01:16 PM »
Weather Display - http://www.weather-display.com

wview - http://www.wviewweather.com/

These are the two I know of.
Joe Torsitano


Offline bcrawfo2

  • Member
  • *
  • Posts: 8
Re: Alternative Software for Davis WeatherLink
« Reply #2 on: January 06, 2008, 05:46:38 PM »
Hi,
This is a cut/paste of a post I made on another forum.  If I remember right, Stan wrote this for a Mac.


I found this perl code that interfaces to a Davis console and uploads to Weather underground and CWOP.   It was TONS easier to get working than the other Linux packages that I found.   I didn't want to emulate VWS...I just wanted to get the data into my Linux machine.
http://backpan.perl.org/authors/id/S/ST/STSANDER/
This program can store "almanac" info in a SQL DB and makes the current readings available via a flat file.  The newest version (not out yet) also logs data to an RRD database.    From here, you can generate whatever graphs you want and put them on your web page.

The other programs that I found for Linux that support Davis are Wview and Weatherdisplay.   I never got either of them fully working (library problems).

Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Re: Alternative Software for Davis WeatherLink
« Reply #3 on: January 06, 2008, 06:45:17 PM »
Weather Display - http://www.weather-display.com

wview - http://www.wviewweather.com/

These are the two I know of.


Have you used either of these or are they just known to have Mac OS X support?

I find it somewhat interesting that one of the groups that I support at work has developed meteorological software used by the Department of Defense, the Ministry of Defense (UK and Sweden), and the UK Met Office that runs under Unix and Linux.  However, once you move away from government agencies, all of the software seems to be developed exclusively for the Windows marketplace.

I'm one of those rare individuals who has never owned a Windows-based system.  I've only owned home systems running Unix (BSD/OS) and Linux (SuSE).  I got tired of engineering my own systems and bought an Apple PowerMac G5 several years ago because the hardware was similar to what I would have selected and the operating system was based on BSD Unix.

I will be buying another Intel-based system once Steve Jobs makes his "One more thing..." announcement of 15 January.   :grin:


Offline wmiler

  • Contributor
  • ***
  • Posts: 118
    • http://www.wmiler.org/
Re: Alternative Software for Davis WeatherLink
« Reply #4 on: January 06, 2008, 06:49:41 PM »
The other programs that I found for Linux that support Davis are Wview and Weatherdisplay.   I never got either of them fully working (library problems).

Since I've run wview for awhile, and I'm currently evaluating WeatherDisplay, some insights:

First, wview is now available as a fink package (v3.4.0). So that should take care of all of your library/dependency problems.
Also, wview is run completely from the Terminal, including setup and configuration. If you are not reasonably comfortable with Terminal, or don't know/want to know how to install fink or other packages, you might as well stop here :)

WeatherDisplay is completely GUI'd although I've had problems with the menus not fitting within their dialog boxes which is a problem if you are not familiar with the program on windows. Also, it appears to 'lockup' at times, and then later unfreeze, haven't really poked around to get a good test case for the author yet.
On the plus side, WD does have support for getting data to almost every conceivable data repository, and is capable of doing wunderground's rapid update. WD also has a bunch of nifty features (too many to list here, see the website). The author is also responsive and an active member of this forum.


Offline windy

  • Senior Member
  • **
  • Posts: 61
    • Grahams Beach Weather
Re: Alternative Software for Davis WeatherLink
« Reply #5 on: January 06, 2008, 07:25:24 PM »
bcrawfo2, to get WD for linux working, yes, there are some library depency upgrades needed, but lots of people have it working...see the WD forum., linux section
Wmiler, thanks for good feedback on WD for OSX (which is still maturing)
(also note that the internet functions in WD for linux or OSX are blocking functions (i.e the program becomes temporary un responsive)
but I am going to make it a separate exectable program to do the internet updates
or is it locking up during going through menu stuff, etc?
« Last Edit: January 06, 2008, 07:28:13 PM by windy »

Offline wmiler

  • Contributor
  • ***
  • Posts: 118
    • http://www.wmiler.org/
Re: Alternative Software for Davis WeatherLink
« Reply #6 on: January 06, 2008, 07:50:50 PM »
(also note that the internet functions in WD for linux or OSX are blocking functions (i.e the program becomes temporary un responsive)
but I am going to make it a separate exectable program to do the internet updates
or is it locking up during going through menu stuff, etc?
Actually I think I was getting unresponsiveness in both the network and the menu stuffs. Having blocking calls on network I can understand that causing the appearance of lockups.

I prolly should just email you with the relevant menu-related problems (my log files are spammy with WD content, so I can't always tell where the problems are occurring).

Offline weatherforyou

  • Forecaster
  • *****
  • Posts: 545
  • My weather is on WeatherForYou.com. Is yours?
    • http://www.weatherforyou.com
Re: Alternative Software for Davis WeatherLink
« Reply #7 on: January 06, 2008, 08:20:58 PM »
I found this perl code that interfaces to a Davis console and uploads to Weather underground and CWOP.   It was TONS easier to get working than the other Linux packages that I found.   I didn't want to emulate VWS...I just wanted to get the data into my Linux machine.
http://backpan.perl.org/authors/id/S/ST/STSANDER/
Apparently doesn't support sending data to weatherforyou.com/HAMweather... Weather Display and wview do.  ;)
Joe Torsitano


Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Re: Alternative Software for Davis WeatherLink
« Reply #8 on: January 06, 2008, 09:51:13 PM »
The other programs that I found for Linux that support Davis are Wview and Weatherdisplay.   I never got either of them fully working (library problems).

Since I've run wview for awhile, and I'm currently evaluating WeatherDisplay, some insights:

First, wview is now available as a fink package (v3.4.0). So that should take care of all of your library/dependency problems.
Also, wview is run completely from the Terminal, including setup and configuration. If you are not reasonably comfortable with Terminal, or don't know/want to know how to install fink or other packages, you might as well stop here :)

WeatherDisplay is completely GUI'd although I've had problems with the menus not fitting within their dialog boxes which is a problem if you are not familiar with the program on windows. Also, it appears to 'lockup' at times, and then later unfreeze, haven't really poked around to get a good test case for the author yet.
On the plus side, WD does have support for getting data to almost every conceivable data repository, and is capable of doing wunderground's rapid update. WD also has a bunch of nifty features (too many to list here, see the website). The author is also responsive and an active member of this forum.

Actually, after upgrading to Mac OS X 10.5[.0/.1], I've started using Terminal instead of X.  I never got into Fink.  I'm from the MacOS Forge camp (formerly DarwinPorts).  It just seemed a little closer to my BSD roots.

It would be nice if someone has already done the "heavy lifting" on MacOS Forge; otherwise, I might have to do it.  Given Apple's cock-ups with X and Xcode in Leopard, I'm not sure that I want to experiment with another package manager.


Offline wmiler

  • Contributor
  • ***
  • Posts: 118
    • http://www.wmiler.org/
Re: Alternative Software for Davis WeatherLink
« Reply #9 on: January 06, 2008, 10:25:54 PM »
It would be nice if someone has already done the "heavy lifting" on MacOS Forge; otherwise, I might have to do it.  Given Apple's cock-ups with X and Xcode in Leopard, I'm not sure that I want to experiment with another package manager.

Well, fink isn't an Apple 'product' so...? :)

Unfortunately, I have no experience with creating the package related files, so no idea on that.
You can of course, install all the relevant packages yourself or by hand. Most of the packages should be available from darwinports already (gd and the like) and you'll need the two packages from the wview site, radlib and wview itself. It's not particularly hard to get it going by hand, I just didn't know your experience level. :) Besides, the fink'd package doesn't enable the mysql db, so if you want that, you'd need to compile by hand anyway.


Offline mbclark

  • Member
  • *
  • Posts: 4
Re: Alternative Software for Davis WeatherLink
« Reply #10 on: January 08, 2008, 12:34:36 AM »
I've been using wview on Mac OS X for a little over 6 months now (recently upgraded to Leopard and wview v3.4.1). There's a fairly good Macintosh Quickstart document available from the web site. I've also put together some fairly detailed instructions for getting wview compiled and archiving data to a mySQL database (installed via MacPorts). The instructions assume familiarity with a text editor, but are otherwise fairly step-by-step. Don't hesitate to contact me if you find any bugs in the instructions.

http://web.mac.com/mbrooksclark/Mac_OS_X_Home_Automation_Pages/wview_%28Leopard%29.html

Offline Thedentaltourist

  • Member
  • *
  • Posts: 9
    • The Dental Tourist
Re: Alternative Software for Davis WeatherLink
« Reply #11 on: January 08, 2008, 01:43:19 PM »
I'm not sure if this will run on a Mac but I would guess it would. It's worth a try  :grin:

http://sandaysoft.com/software/cumulus.html

Offline windy

  • Senior Member
  • **
  • Posts: 61
    • Grahams Beach Weather
Re: Alternative Software for Davis WeatherLink
« Reply #12 on: January 08, 2008, 03:07:10 PM »
I am going to be adding MYsql support to the WD for Mac if anyone is interested  ;)

Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Re: Alternative Software for Davis WeatherLink
« Reply #13 on: January 20, 2008, 01:06:31 PM »
I've been using wview on Mac OS X for a little over 6 months now (recently upgraded to Leopard and wview v3.4.1). There's a fairly good Macintosh Quickstart document available from the web site. I've also put together some fairly detailed instructions for getting wview compiled and archiving data to a mySQL database (installed via MacPorts). The instructions assume familiarity with a text editor, but are otherwise fairly step-by-step. Don't hesitate to contact me if you find any bugs in the instructions.

http://web.mac.com/mbrooksclark/Mac_OS_X_Home_Automation_Pages/wview_%28Leopard%29.html


Nice web page.  Even an old fart such as I could follow the instructions.  :lol:

Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Re: Alternative Software for Davis WeatherLink
« Reply #14 on: January 21, 2008, 10:54:36 PM »
I am going to be adding MYsql support to the WD for Mac if anyone is interested  ;)

The Weather Display download page indicates that it is only available for the Intel-base Macintosh.  Will the software run on a PowerMac G5?  Should I wait until I get my new Mac Pro?

Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Re: Alternative Software for Davis WeatherLink
« Reply #15 on: January 21, 2008, 11:16:43 PM »
I'm not sure if this will run on a Mac but I would guess it would. It's worth a try  :grin:

http://sandaysoft.com/software/cumulus.html

The screen shots indicates that this software is for a Windows-based system.  Given that I have a PowerMac G5, I can't use VMWare's Fusion or SWSoft's Parallels to provide a virtual Windows system.  I do need to open the checkbook to buy the new Mac Pro.  I won't be as lucky as a friend in Austria who ordered a Mac Pro to replace his PowerMac G5 at the beginning of the year.  Apple sent him a message saying that they would honor his order by shipping him a new Mac Pro for the price of the old Mac Pro.

Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Re: Alternative Software for Davis WeatherLink
« Reply #16 on: January 27, 2008, 05:14:10 PM »
I've been using wview on Mac OS X for a little over 6 months now (recently upgraded to Leopard and wview v3.4.1). There's a fairly good Macintosh Quickstart document available from the web site. I've also put together some fairly detailed instructions for getting wview compiled and archiving data to a mySQL database (installed via MacPorts). The instructions assume familiarity with a text editor, but are otherwise fairly step-by-step. Don't hesitate to contact me if you find any bugs in the instructions.

http://web.mac.com/mbrooksclark/Mac_OS_X_Home_Automation_Pages/wview_%28Leopard%29.html


Nice web page.  Even an old fart such as I could follow the instructions.  :lol:

Well, perhaps, not!  After going through the installation process, I'm generating CWOP reports but am unable to generate a local web page.  I am getting fopen errors in the htmlgend htmlGenPngDialInit module; however, I haven't been able to identify which file is missing.

I would like to hear from mbclark or anyone that is using wview in a Mac OS X 10.5.1 environment.

Offline m.c.crockett

  • Member
  • *
  • Posts: 15
Re: Alternative Software for Davis WeatherLink
« Reply #17 on: January 27, 2008, 08:21:22 PM »
Reason for wview failing to generate web pages found!  You do need to be able to spell Users correctly.  :-|