Sandaysoft

Support forum for Cumulus weather station software
It is currently Sat May 25, 2013 2:39 pm
Please click here before posting. Help me to help you!
Useful Links: Cumulus FAQ • Enhancement requests • Wiki (documentation)
Please put your approximate location into your profile
Add your web site to the Cumulus user map
Vantage Pro2 users with firmware 3.00 should upgrade to fw 3.12 and Cumulus 1.9.4

All times are UTC




Post new topic Reply to topic  [ 40 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Tue Sep 23, 2008 7:12 pm 
Offline

Joined: Thu Aug 14, 2008 7:17 am
Posts: 141
Location: Broadstairs, Kent, UK
Weather Station: Davis VP1 with Solar
May I make one request, please allow Cumulus to connect via TCP/IP to a Davis station. You need this because of the Weatherlink/IP logger. It also allows a native IP connection to VirtualVP which allows people to run many different software solutions in parallel for a Davis station. Especially useful for testing. I should point out that you can run Cumulus with VirtualVP without TCP/IP as I do at present when playing with Cumulus, but an IP connection is much simpler to do.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Tue Sep 23, 2008 7:37 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
Is the protocol for the TCP/IP mode of connection available? I can't see it on the Davis site.

Steve

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Tue Sep 23, 2008 8:06 pm 
Offline
User avatar

Joined: Wed Sep 17, 2008 1:34 pm
Posts: 629
Location: Mesa, AZ USA
Weather Station: Davis VP2 Plus w/24 FARS
Operating System: WinX Pro SP3 Dedicated wstn
The protocol is the same, you just connect to the port via TCP instead of a serial port.

This would enable you to have access to a full Davis station with extra sensors that you don't have to see what kind of data you get.

I was going to make the same request as a way of giving you access to Solar Sensors, Soil sensors etc...

I know that Stuart has a number of extra sensors and I have a full VP2 Plus unit.

I have 4 different weather software packages feeding from my one station using VirtualVP (Weather Link, WD, Cumulus, and a Perl thing that I wrote using TCP instead of Serial on my unix box).

If you have questions on how it works, I'm sure that Steve at SoftWX would be able to provide you the info... support@softwx.com

Its a great product. I've been using it since it came out.

I think he could help with which virtual serial port software that can work as well. Makes a serial port via a TCP connection so your application thinks it is using a serial connection.

_________________
Kevin
Image
All you need is Time, Aptitude and Desire ... and you can build just about anything...
Cumulus User Maps


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Tue Sep 23, 2008 8:33 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
I think it would have to be the virtual serial port approach. Cumulus doesn't talk to the VP2 directly, it uses the Davis DLL from their SDK. When I first got my VP2 and added support for it to Cumulus, I found the SDK on the Davis web site and assumed this was the best way to do it. I soon learned it has a few quirks.

My Cumulus 2 prototype drives the station directly, so adding TCP/IP connections to that would be easy.

Steve

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Fri Sep 26, 2008 7:12 am 
Offline

Joined: Wed Sep 24, 2008 6:57 pm
Posts: 12
On the web interface, how easy would it be to have a separate box with the reading displayed digitally. e.g the temperature gauge may show a bar between 15-20 degrees but the box would show in numbers 17.6 degrees.

Just a thought.

Thanks


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Fri Sep 26, 2008 7:35 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
The gauge itself couldn't do it, as it's not my code and I don't really understand enough about it to modify it. But it would be easy enough to edit gaugesT.htm to put a box underneath it and use the web tags to insert the correct values, like on the index page, e.g:
Code:
<#temp>&nbsp;<#tempunit>


Steve

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Fri Sep 26, 2008 7:49 am 
Offline
User avatar

Joined: Wed Sep 17, 2008 1:34 pm
Posts: 629
Location: Mesa, AZ USA
Weather Station: Davis VP2 Plus w/24 FARS
Operating System: WinX Pro SP3 Dedicated wstn
I did something like that to the PHP template version that I am playing with.

http://cumulus.tnetweather.com/gauges.php

The template is modified like:

Code:
   <tr>
      <td width="33%" align="center" bgcolor="#EFEFEF" >
         <div align="center" class="normaltext">Inside Temperature</div>'
         . $XML['intemp'] . '&deg;' . $XML['tempunit'] . '
      </td>
      <td width="34%" align="center" bgcolor="#FFFFFF" >
         <div align="center" class="normaltext">Inside Humidity</div>'
         . $XML['inhum'] . '%' . '
      </td>
      <td width="33%" align="center" bgcolor="#EFEFEF" >
         <div align="center" class="normaltext">Cloud Base</div>'
         . $XML['cloudbase'] . '
      </td>
   </tr>


Where the values are PHP array variables with the variable names.

The array used is used like $XML['variable']

_________________
Kevin
Image
All you need is Time, Aptitude and Desire ... and you can build just about anything...
Cumulus User Maps


Last edited by TNETWeather on Tue Sep 30, 2008 2:40 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Sun Sep 28, 2008 3:49 am 
Offline

Joined: Thu Sep 18, 2008 8:40 pm
Posts: 61
Location: Tokoroa South Waikato New Zealand
Weather Station: Davis VP pro 2
Operating System: Win7
Simple data editing is IMHO a necessity. Eg today I shifted the spare station to a location adjacent my main station. The idea is to do a set of data graphs overlaying the readings for both stations for quality evaluation.
Being me I didnt take the batteries out of the fine offset so I got a lot of spurious rain readings which I cannot get rid of.

Cumulus is getting to the stage where it is quite practicle and useable. That means next spare cash day you will see a Paypal come from me. I believe we all should be supporting you and TNT to help this get off the ground and gain some critical mass of users.

_________________
http://tokoroa.dyndns.org/ Main Site

IT Fixer


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Sun Sep 28, 2008 9:19 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
A Cumulus user is writing a data editor, it may not be too far away from being ready.

Steve

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: Cumulus 2 suggestions
PostPosted: Sun Sep 28, 2008 11:44 am 
Offline

Joined: Thu Jun 26, 2008 5:51 am
Posts: 97
Location: Slov.Konjice, Slovenia
Weather Station: Davis VP2 + Solar
Operating System: Win2k SP4@VIA EPIA800
Sounds great! ;)

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 40 posts ]  Go to page Previous  1, 2, 3

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group