2020-07-07

METEO-Services

Deutsch | English

Meteo-Services Institut f. Wetter- und Klimafolgenanalysen (IWKFA)
Wettermessnetz - Datenschnittstelle

Version: meteoservices-3.2.zip
Freigabe: 7. Juli 2021
Netzwerk: Meteo-Services / Maschinenring - Deutschland / stations.meteo-services.com
Funktion: Übertragung der Messdaten von weewx an die Server von Meteo-Services/ IWKFA

Update Raspberry-PI / MR.Wetterbox upload-extension Meteo-Services IWKFA

Copyright: Institut f. Wetter- und Klimafolgenanalysen - Dipl. Met. Frank Bandle

Sie können Ihre weewx-Station unter https://stations.meteo-services.com/login/" registrieren ! Bitte füllen Sie auf der Anmeldeseite alle Felder, vor allem Längengrad, Breitengrad und Meereshöhe der Station sorgfältig aus.
Nach dem Abschicken erhalten Sie eine E-Mail mit einem Bestätigungslink. Nach anklicken dieses Bestätigungslinks wird ihnen eine weitere E-Mail mit Ihrer eindeutigen "stationID" zugeschickt. (Double - opt in Verfahren)

a) (Halb-) Automatische Installation

Automatisierter Download und Installation der jeweils aktuellen Meteoservices-Uploader Version (für DEBIAN und PYTHON Installationen).

Loggen Sie sich auf Ihrem raspberry / Linux Rechner ein und öffnen Sie ein Terminalfenster (Ctrl+Alt+F1) oder verwenden sie eine remote SSH-Verbindung als USER 'pi' und geben Sie im Terminal ein:

bash <(curl -sL https://stations.meteo-services.com/wxupdates/update-weewx.sh)

Die aktuelle Version des meteo-services-Uploaders wird installiert und weewx nach der Installation automatisch neu gestartet. Bei der Erstinstallation wird die stationID abgefragt und in weewx.conf eingetragen. ( Die Meteoservices - stationID bekommen nach Registrierung Ihrer Station automatisch per E-Mail). Nach dem Neustart von weewx dauert es in der Regel 5 bis 10 Minuten bis die ersten Daten auf stations.meteo-services.com zugängig sind.

Hinweis: Wenn Sie die Installation über SSH durchführen, empfehlen wir Ihnen die Installation über screen oder tmux


b) Manuelle Installation Schritt für Schritt

Download-Ort

https://stations.meteo-services.com/wxupdates/Downloads/meteoservices-3.2.zip

Installation auf raspberry-pi oder Linux

Einloggen auf dem raspberry / Linux entweder lokal oder per remote über ssh, am raspberry meist als User „pi“.

Die folgende Installation geht von einer DEBIAN weewx-Installation aus

Wenn Sie eine Python 2 Installation haben installieren sie Bitte das Paket python-future


Bsp. für Linux/raspberry systems stretch / buster
sudo apt-get update
sudo apt-get install python-future

Wenn Sie eine Python 3 Installation haben installieren sie Bitte das Paket python3-future


Bsp. für Linux/raspberry systems buster
sudo apt-get update
sudo apt-get install python3-future

1. Holen des updates mit folgendem Terminal Befehl

wget https://stations.meteo-services.com/wxupdates/Downloads/meteoservices-3.2.zip

2. Installation des updates

sudo wee_extension --install meteoservices-3.2.zip

3. weewx.conf anpassen / bzw. prüfen

Ergänze im Abschnitt [StdRESTful] der Datei weewx.conf …

sudo nano /etc/weewx/weewx.conf

Im Abschnitt [StdRESTful] folgendes Ergänzen

[[Meteoservices]]

stationid = xxxxxxxxxx

password = 14991234912

abspeichern mit CTRL-X und nacfolgendem „Y“ oder „J“

4. Neustart der Wetterempfangssoftware weewx

sudo /etc/init.d/weewx stop

sudo /etc/init.d/weewx start


Deutsch | English

METEO-Services

Meteo-Services - Institute for Weather & Climate Analysis - your weather data upload Interface

Version: meteoservices-3.2.zip
Release Date: July, 7th 2021
Network: Meteo-Services - - stations / https://stations.meteo-services.com
Function: Sending measured data to Meteo-Services - server

Data-upload-extension Meteo-Services - - Interface

Copyright: Meteo-Services - Institute for Weather & Climate Analysis - Dipl. Met. Frank Bandle

If you are new, please register your station first at https://stations.meteo-services.com/login/ ! Please follow the instructions carefully and enter the exact longitude, latitude and alt for your station. You will get a unique station ID by mail.

a) Install Meteo-Services - -uploader

On raspberry / linux Systems open a terminal (ctrl+alt+F1) or SSH session and as the user 'pi’ run: This installation-method works for Debian- and Python-installed weewx-systems with standard path.

bash <(curl -sL https://stations.meteo-services.com/wxupdates/update-weewx.sh)

(If you’re running the installation over SSH, running the installation through a screen or tmux session is highly recommended.)

Assuming everything went well, your data will be sent to stations.meteo-services.com and the first dataset is visible after approx 5 or 10 minutes.


b) manual install Meteo-Services - -uploader

Download

https://stations.meteo-services.com/wxupdates/Downloads/meteoservices-3.2.zip

Installation raspberry-pi or Linux

Login on your raspberry / Linux locally or remote . On raspberry try it as Standard-User „pi“.

This install describes a Debian based install.

If you´re on a python2 system pleas install package python-future at first !
ex. install for Linux/raspberry systems stretch / buster
sudo apt-get update
sudo apt-get install python-future

If you´re on a python3 system pleas install package python3-future at first !
ex. install for Linux/raspberry systems stretch / buster
sudo apt-get update
sudo apt-get install python3-future

1. Fetch the Uploader ( using Terminal Window )

wget https://stations.meteo-services.com/wxupdates/Downloads/meteoservices-3.2.zip

2. Install the update

sudo wee_extension --install meteoservices-3.2.zip

3. extend weewx.conf

Add here -> [StdRESTful] weewx.conf …

sudo nano /etc/weewx/weewx.conf

Find [StdRESTful] and add your station ID

[[Meteoservices]]

stationid = xxxxxxxxxx

password = 14991234912

SAVE with CTRL-X

4. Restart weewx ( Sometimes you have to restart twice )

sudo /etc/init.d/weewx stop

sudo /etc/init.d/weewx start


Copyright [Frank Bandle / Meteo-Services]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.