Search found 6 matches

by jamar
Tue Feb 09, 2010 2:11 am
Forum: WD-Live & Dashboard
Topic: WD taglist.txt
Replies: 26
Views: 21402

Re:WD taglist.txt

Normally, script takes as "root" folder the folder from which it is executed. Also specifying path relatively like "../weather/clientraw.txt" should work, I'm using this definition in one of my scripts: $data_file_path = '../data/clientraw/clientraw.txt'; Anyway, you can also try...
by jamar
Tue Feb 09, 2010 1:43 am
Forum: misc
Topic: compatible is 1-wire sensors ?
Replies: 25
Views: 43987

Re:compatible is 1-wire sensors ?

skyewright wrote:If you contact me via e-mail...
I've just sent you a message, thank you for your effort!
skyewright wrote:I'm sure you'll be able to do that. :)
I hope so ;-) Well, the c++ is not really unknown for me, so I think I'll be able to figure out how it works.
by jamar
Mon Feb 08, 2010 1:56 am
Forum: misc
Topic: compatible is 1-wire sensors ?
Replies: 25
Views: 43987

Re:compatible is 1-wire sensors ?

I can't speak for Boris, but a significant factor is likely to be that 1-wire is compeltely unlike other weather stations in concept. 'Normal' weather stations have a fixed purpose and provide a restricted set of data in a closely defined manner. 1-wire on the other hand is essentially a kit of low...
by jamar
Thu Jan 21, 2010 1:04 am
Forum: misc
Topic: compatible is 1-wire sensors ?
Replies: 25
Views: 43987

Re:compatible is 1-wire sensors ?

Hi you all, I also would like to ask, if there are some news in 1-wire support. I'm running my station for nearly 4 years, I'm using WD on old notebook. Because that notebook seems to have slowly started failing and also I'd like to save some space and energy, I'd like to switch to Sheeva (which I a...
by jamar
Thu Jan 21, 2010 12:50 am
Forum: Wishes
Topic: Alerts via SMS
Replies: 4
Views: 4311

Re:Alerts via SMS

Hmm, interesting idea. Can Meteohub launch external scripts on alert conditions? If yes, then it will be easy to write simple script to send message via scmxx command, for example. I'm running it on some network monitoring application with MC35 modules.
by jamar
Thu Jan 21, 2010 12:42 am
Forum: Generic x86 Platform
Topic: vmplayer 3 installing vmware tools?
Replies: 5
Views: 12191

Re:vmplayer 3 installing vmware tools?

Hi, headers for your running kernel should be installed by this command: apt-get install linux-headers-$(uname -r) Then you can find kernel headers in: /usr/src/linux-headers-2.6.XX-X-kirkwood/ wehere X depends on the kernel version. Command 'uname -r' will print version of the kernel you're current...