Sandaysoft

Support forum for Cumulus weather station software
It is currently Sun May 19, 2013 11:55 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  [ 49 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: realtime.txt
PostPosted: Mon Nov 10, 2008 3:13 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17556
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
It only appears if you have selected the 'realtime' setting in the internet settings. Also, if you're running Vista it may not be in the obvious place (see lots of discussion about this elsewhere on the forum).

Steve


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Thu Nov 13, 2008 6:11 pm 
Offline

Joined: Sat Aug 23, 2008 9:26 pm
Posts: 50
Weather Station: Davis Vantage Pro 2 Wireless
Operating System: XP SP3
I've been having fun modifying the web pages, including massaging Pinto's Ajax stuff, combining some of TNETWeather's PHP stuff and some of my older stuff into a single page. I have a couple of questions related to the realtime.txt format (I'm using Pinto's reference as a guide):

1) #bearing and #wdir: is that the bearing/direction of the latest wind reading (#wlatest) or the current average (#wspeed)?
2) For the average (#wspeed), WeatherLink specifically says "10-minute average". What mechanism is being used by Cumulus (hopefully not average since last reset, since that's kinda useless)?

Probably more later...

Brad.


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Thu Nov 13, 2008 7:09 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17556
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
bpsmicro wrote:
1) #bearing and #wdir: is that the bearing/direction of the latest wind reading (#wlatest) or the current average (#wspeed)?


The latest.

Quote:
2) For the average (#wspeed), WeatherLink specifically says "10-minute average". What mechanism is being used by Cumulus (hopefully not average since last reset, since that's kinda useless)?


From the help file:

Use 10 min average wind speed
Tick this to make Cumulus calculate and display a 10-minute average wind speed instead of using the value supplied by the station. Normally only useful for Oregon Scientific stations, as these stations supply an average wind speed based on the last few seconds only. Davis stations supply a 10-minute average.

Steve


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Fri Nov 14, 2008 2:23 am 
Offline

Joined: Sat Aug 23, 2008 9:26 pm
Posts: 50
Weather Station: Davis Vantage Pro 2 Wireless
Operating System: XP SP3
Thanks, I'm cooking now.


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Fri Nov 14, 2008 2:47 am 
Offline

Joined: Sat Aug 23, 2008 9:26 pm
Posts: 50
Weather Station: Davis Vantage Pro 2 Wireless
Operating System: XP SP3
Low priority request, only if you find yourself messing with realtime.txt for some other reason, I'd love to have the equivalents of <#rrateTM> and <#TrrateTM> and maybe <#Tbeaufort> added (though I think I can calculate/lookup the latter via javascript (once I figure out a string-to-number conversion).

And if you were *really* feeling generous, I wouldn't mind having a new <#wchillTM> and <#TwchillTM> (low windchill & time) *and* equivalents in realtime.txt. Oh, and maybe <#humidexTM> and <#ThumidexTM> (high humidex).

I'll stop now. :-)

Brad.


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Fri Nov 14, 2008 8:51 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17556
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
The problem is that 'realtime' is becoming/has become something other than real time data. Not that it's necessarily a problem, it's just not what I envisaged! I'd have called it something different if I'd known. And no, I would haven't called it that... ;)

I don't propose to add anything that can be derived in PHP (or whatever) but the other two I'll do (at some point). For now I'll only be adding anything that I already have easily available.

I feel a bit mean turning down small requests when I'm in the middle of adding a completely new facility...

Steve


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Fri Nov 14, 2008 9:14 am 
Offline

Joined: Sat Oct 11, 2008 3:20 pm
Posts: 111
Weather Station: Davis Vantage Pro 2 Plus
Operating System: Windows XP SP3
bpsmicro wrote:
Low priority request, only if you find yourself messing with realtime.txt for some other reason, I'd love to have the equivalents of <#rrateTM> and <#TrrateTM> and maybe <#Tbeaufort> added (though I think I can calculate/lookup the latter via javascript (once I figure out a string-to-number conversion).

And if you were *really* feeling generous, I wouldn't mind having a new <#wchillTM> and <#TwchillTM> (low windchill & time) *and* equivalents in realtime.txt. Oh, and maybe <#humidexTM> and <#ThumidexTM> (high humidex).

I'll stop now. :-)

Brad.

Hi,
some tips

you can create your own realtime-bpsmicro.txt
you know the format, and the tags you need ~>

create a xxxx.txt file and put the tags in it, use cumulus internet extrafiles facility to process and upload the file in realtime

done

sample:
Code:
<#date> <#time> <#tag> <#tag>

i.e.<value you need><space><value you need><space>, and so on

all in one line, and it should work (not tested)
:)

_________________
Jozef


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Fri Nov 14, 2008 9:29 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17556
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
Yes - of course. I never think of these things :(

You can create a custom realtime.txt file using any data for which a tag already exists.

Steve


Top
 Profile  
 
 Post subject: Re: realtime.txt
PostPosted: Fri Nov 14, 2008 11:44 am 
Offline

Joined: Sat Aug 23, 2008 9:26 pm
Posts: 50
Weather Station: Davis Vantage Pro 2 Wireless
Operating System: XP SP3
Sweet. I'll play with that. Thanks for the tip.


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

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