Stap 3: Installeren en configureren van weewx, services starten bij het opstarten configureren
Weewx is een programma dat leest in seriële data van verschillende merken van weerstation en presenteert een webinterface voor graphing van de gegevens.
apt-get install weewx
Nu zal u wilt configureren. /Etc/weewx/weewx.conf bewerken en aanpassen van de variabelen die zinvol. Het configuratiebestand is zelf gedocumenteerd, dus het is makkelijk om aan te passen.
# $Id: weewx.conf 2901 2015-02-05 21:15:03Z tkeffer $# # WEEWX CONFIGURATION FILE # # Copyright (c) 2009-2014 Tom Keffer # See the file LICENSE.txt for your full rights. ############################################################################## # This section is for general configuration information # Set to 1 for extra debug info, otherwise comment it out or set to zero. debug = 0 # Root directory of the weewx data file hierarchy for this station. WEEWX_ROOT = / # How long to wait before timing out a socket (FTP, HTTP) connection: socket_timeout = 20 # Do not modify this - it is used by setup.py when installing and updating. version = 3.1.0 ############################################################################## [Station] # This section is for information about your station # Description of the station location. location = "Bloominglabs - Bloomington, Indiana" # Latitude and longitude in decimal degrees ...
Tot slot configureren apache2 en weewx om te starten bij het opstarten:
update-rc.d apache2 defaults 99 2update-rc.d weewx defaults 99 2
Nu zal deze diensten komen automatisch elke keer dat de RPi2 bevoegdheden op. Dat moet over alles wat die u nodig hebt voor uw RPi2.