Search found 34 matches

by Periklast
Wed Jan 05, 2011 2:50 pm
Forum: ALIX (1D, 3D2, 3D3)
Topic: Debian etch to lenny
Replies: 5
Views: 17996

Debian etch to lenny

Is it possible to upgrade the current debian etch distribution to debian lenny without problems with meteohub?
When trying to install some programs (like fuse for 1-wire), we have to update the repositories (apt-get update). But debian etch is outdated en the repositories don't exists anymore.
by Periklast
Tue Jan 04, 2011 11:01 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re: Re:Install 1wire on meteohub

It seems you have to install fuse.
Checking my notes I did

apt-get install fuse-utils libfuse-dev


before I installed owfs itself.

Did you get libfuse aswell as fuse?

the apt-get doesn't work anymore. The problem is we can't do the apt-get update command because the linux-distribution is to ...
by Periklast
Thu May 13, 2010 10:33 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

It is solved in update 4.6h!
by Periklast
Thu May 13, 2010 10:33 pm
Forum: Announcements
Topic: Update 4.6h
Replies: 12
Views: 10101

Re:Update 4.6h

At first sight, it seems to work!

Thanks!
by Periklast
Wed May 12, 2010 7:56 pm
Forum: Announcements
Topic: Update 4.6h
Replies: 12
Views: 10101

Re:Update 4.6h

Do you mean this? Or where do I find the output data?:

Code: Select all

sol0 100
sol0 2000
sol0 1212
More information can be found in the topiclink I posted in previous post.
by Periklast
Wed May 12, 2010 4:34 pm
Forum: Announcements
Topic: Update 4.6h
Replies: 12
Views: 10101

Re:Update 4.6h

Can you also try to solve the solar-plugin problem? http://www.meteohub.de/joomla/index.php?option=com_fireboard&Itemid=32&func=view&id=7717&catid=5&limit=6&limitstart=18

Plugin can read solar-data until you give it an id (sol0-sol1-...). Than the whole plugin stops working.
I'm not the only one ...
by Periklast
Sat May 01, 2010 12:23 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

Because it's not an perl-error (i tried it also with just batch), it's probably a meteohub-error.

Maybe, because of testing, there is an error in some of the data-files for solar?

I have this datafile for april. Does this seems correct?

20100410151208 sol0 106 135333384
20100410151324 sol0 83 ...
by Periklast
Thu Apr 15, 2010 9:30 am
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

Can I contact Admin or something?
I want to propose to have a debug-version for the solar-problem. I tried everything but nothing works unfortunatly...
by Periklast
Wed Apr 14, 2010 8:35 am
Forum: My Station
Topic: eerste weer station
Replies: 1
Views: 13318

Re:eerste weer station

Ik denk dat je op dit forum aan het verkeerde adres bent. Nu ja, in het nederlands zullen de meeste toch niet kunnen antwoorden.
Ik zou je willen doorverwijzen naar een Nederlands forum waar er talrijke mensen met een weerstation zitten: http://hetweeractueel.nl/
by Periklast
Mon Apr 12, 2010 6:23 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

If I change sol0 to data0, everything works.
It's not the best option but it's a start.

Can this solar-problem be solved?
by Periklast
Sun Apr 11, 2010 4:17 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

I'm using Alix now and I have the same problem as vmware.

Don't know why, maybe advanced logging by meteohub itself?
by Periklast
Sun Apr 11, 2010 1:51 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

I've tried it now and it works only if you not give it an id (ex sol0-sol1). Seems only to happen sol.

edit: how to implement the lightning counter? I see counters.A / counter.B and counters.ALL
by Periklast
Sun Apr 11, 2010 1:00 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

I did some advanced debugging. I don't see any error in the output.
What I see is that the script is running all the time and output everything correctly. Except, meteohub doesn't trace all the output, except the first line.
by Periklast
Sat Apr 10, 2010 9:19 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

yes, it's strange. I don't see anything in the log.

If I give an id to UV (ex uv0/uv1) it works but add an id to the solar, the plugin stops working.
It stops after reading the first plugin-sensor.

If I first output the uv and then the solar, only uv is seen (sometimes solar) but there is no ...
by Periklast
Sat Apr 10, 2010 5:57 pm
Forum: misc
Topic: Install 1wire on meteohub
Replies: 23
Views: 48555

Re:Install 1wire on meteohub

I managed to read the solar and uv sensor and add it to meteohub.
BUT, everything works ok if I don't give the sensors any ID and name. From the moment I give the sensors an ID, the plugin don't work anymore.

#!/usr/bin/perl -w
use strict;
use IO::Handle;


my $solarid = "26.7DD1F1000000";
my ...