Verbesserungsvorschlag:
Ich suche seit Jahren nach einer Möglichkeit zur Erstellung von Klimadiagrammen. Für das aktuelle Jahr geht es ganz gut (http://wetter-neckargemuend.de/page6.html), wie aber komme ich an die Durchschnitte aller Einzelmonate (Jan … Dez)?
Wäre super, wenn sich dies in einer der ...
Search found 9 matches
- Wed Apr 12, 2023 6:56 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Klimadiagramme
- Replies: 1
- Views: 451
- Sun Dec 20, 2020 1:02 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: What's wrong with this script?
- Replies: 1
- Views: 905
What's wrong with this script?
The idea is to add annual data to a simple txt file. The sh script:
#!/bin/sh
#
echo $1,$2,$3,$4 >> /tmp/mnt/data/export/annualDB.csv
The Service:
execution: before end of the year
script is selected
parameters: [YYYY] [th0temp-yavg.000001: ] [rain0total-yearsum.000001: ] [sol0rad-yavg.01: ]
The ...
#!/bin/sh
#
echo $1,$2,$3,$4 >> /tmp/mnt/data/export/annualDB.csv
The Service:
execution: before end of the year
script is selected
parameters: [YYYY] [th0temp-yavg.000001: ] [rain0total-yearsum.000001: ] [sol0rad-yavg.01: ]
The ...
- Sun Feb 23, 2020 4:39 pm
- Forum: My Station
- Topic: Homepage als Wetter App
- Replies: 0
- Views: 13310
Homepage als Wetter App
Hi,
hier mal eine etwas andere Homepage. Das Ziel war, sie als Smartphone (und PC) App für die Meteobridge nano SD zu erstellen.
Wetterstation Neckargemünd Altstadt:
http://www.wetter-neckargemuend.de
Viele Grüße
Frank
hier mal eine etwas andere Homepage. Das Ziel war, sie als Smartphone (und PC) App für die Meteobridge nano SD zu erstellen.
Wetterstation Neckargemünd Altstadt:
http://www.wetter-neckargemuend.de
Viele Grüße
Frank
- Mon Feb 17, 2020 8:09 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Writing to flash?
- Replies: 1
- Views: 1216
Writing to flash?
When does the nano sd writes to flash? I assume every time when creating a file in a subdirectory of /data/. Meaning, every time when creating an export, chart or html file.
Because flash isn’t made for periodical writing, I am wondering if the files cannot created in RAM and sent by ftp? I found ...
Because flash isn’t made for periodical writing, I am wondering if the files cannot created in RAM and sent by ftp? I found ...
- Thu Feb 06, 2020 7:38 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Wind conversion bug
- Replies: 1
- Views: 1249
Wind conversion bug
It seems that the conversion to knots is not working:
[wind0wind-dmax=kmh] reports 20 km/h
[wind0wind-dmax=kn] reports 5.8 kn
[wind0wind-dmax] reports 5.8
[wind0wind-dmax=kmh] reports 20 km/h
[wind0wind-dmax=kn] reports 5.8 kn
[wind0wind-dmax] reports 5.8
- Thu Feb 06, 2020 7:23 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Webserver Meteobridge pro question
- Replies: 6
- Views: 2669
Re: Webserver Meteobridge pro question
When opening http://meteobridge/cgi-bin/template.cgi?templatefile=dashboard.http the browser is showing me the answer as a text file. When renaming the file to .html, it is shown as a table. Same when using the .html in before command. The placeholders, like [th0...] are all replaced with values ...
- Tue Feb 04, 2020 12:42 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Webserver Meteobridge pro question
- Replies: 6
- Views: 2669
Re: Webserver Meteobridge pro question
That’s what I‘m talking about. Text works well, but html not. Anyhow, I‘ve now booked a web space and got disappointed that ftp services can fill and upload templates, but no charts. Meaning, the metachart is also created on the SD temporary. Let’s see if a workaround will be found...
- Mon Feb 03, 2020 3:29 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Webserver Meteobridge pro question
- Replies: 6
- Views: 2669
Re: Webserver Meteobridge pro question
It was set, for sure.
Seems that I've to continue writing every 10 min the to the SD. Let's cross the fingers that it will not be worn-out too early.
Seems that I've to continue writing every 10 min the to the SD. Let's cross the fingers that it will not be worn-out too early.
- Sat Feb 01, 2020 10:09 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Webserver Meteobridge pro question
- Replies: 6
- Views: 2669
Webserver Meteobridge pro question
Hi,
I like to receive an html view of live data from meteobridge nano pro SD. I succeed to periodically write an html file with the services. It also works to proceed a text template with cgi-bin on request.
I am now wondering how to get an html page on request by use of cgi-bin? All trials ...
I like to receive an html view of live data from meteobridge nano pro SD. I succeed to periodically write an html file with the services. It also works to proceed a text template with cgi-bin on request.
I am now wondering how to get an html page on request by use of cgi-bin? All trials ...