Search found 332 matches

by admin
Sun May 10, 2015 7:34 am
Forum: Misc
Topic: new here and to setup
Replies: 10
Views: 24758

Re: new here and to setup

You do weather station selection locally at your Meteobridge on tab "weather station".

When your Meteobridge is running fine and only meteoplug server shows this message,
please send your Meteoplug account name to "info(at)meteoplug.com" and I will have a
look at it.
by admin
Mon May 04, 2015 12:24 am
Forum: Graphing
Topic: Replace sensor in _DASHBOARD
Replies: 8
Views: 21371

Re: Replace sensor in _DASHBOARD

Did you have a look at the "*t" chart definition, as I recommended?

My previous lines said everything you need. Did you inspect the referenced
"dashboard.html" file by looking at its source code? There you see
the "*t" reference.
by admin
Mon May 04, 2015 12:20 am
Forum: Graphing
Topic: Webcam Overlay
Replies: 1
Views: 7603

Re: Webcam Overlay

looks like there is a not intended line break in your code.
by admin
Mon May 04, 2015 12:18 am
Forum: Handling Data
Topic: Rain Totals
Replies: 1
Views: 6981

Re: Rain Totals

First rain data set after offending data needs to be "zeroed" (inspect data page).
by admin
Thu Apr 30, 2015 4:58 pm
Forum: Graphing
Topic: Replace sensor in _DASHBOARD
Replies: 8
Views: 21371

Re: Replace sensor in _DASHBOARD

When you inspect dashboard.html you see that it calls "*t" graphic definition for temperature graphs. So you have to change the "*t" chart definition with your define chart function on Meteoplug server by replacing "th0" by "t1". As it is just a pure temp sensor (t1) and not a temp-hum sensor (th0) ...
by admin
Sat Apr 18, 2015 4:50 pm
Forum: General Server Topics
Topic: Aktuell läuft ein Datenaktualisierungsauftrag
Replies: 3
Views: 26896

Re: Aktuell läuft ein Datenaktualisierungsauftrag

Since a few weeks there are periodically recomputation requests for whole data collections triggered by some users. These seem to be triggered automatically. I will dig deeper to understand who and why is doing this. As a result other users have to wait until such a heavy weight recomputation is don...
by admin
Sat Apr 18, 2015 4:35 pm
Forum: TP-Link TL-MR3020, TL-WR703, ASUS WL-330N3G
Topic: TL-MR3020 crashed: Cannot allocate memory
Replies: 14
Views: 35534

Re: TL-MR3020 crashed: Cannot allocate memory

This is a very rare setup. I doubt anybody else doing awk virtual sensors on pure meteoplug clients. I wonder that this works at all ;-) Did you try ssh-ing on your Meteoplug client? Watching processes and memory allocation there might give a hint what does go wrong. When you give me access on port ...
by admin
Thu Apr 16, 2015 8:36 pm
Forum: TP-Link TL-MR3020, TL-WR703, ASUS WL-330N3G
Topic: TL-MR3020 crashed: Cannot allocate memory
Replies: 14
Views: 35534

Re: TL-MR3020 crashed: Cannot allocate memory

I guess it is a Meteoplug client. How did you embed this "awk" script?
Or is it a Meteobridge?
by admin
Mon Apr 13, 2015 8:06 pm
Forum: Graphing
Topic: Stylesheet doesn't work
Replies: 2
Views: 8586

Re: Stylesheet doesn't work

cant you just compare with the HTML source view in your browser to find the differences?
by admin
Fri Apr 10, 2015 6:11 pm
Forum: Handling Data
Topic: Missing Data please review **solved**
Replies: 3
Views: 7571

Re: Missing Data please review

There was a bug in handling day time saving changes. I fixed that some days ago,
but unfortunately introduced a new one ;-)
Please do a manual recomputation of your data on "inspect data" page.
From then on things should be fine again.