Por David Aguilera-Riquelme, para la Red Meteorológica Aficionada de Chile (Visitar Sitio Web).
Basado en la Extensión de Weewx-Windguru.
Este código está licenciado por la Licencia Pública General versión 3 de GNU (GPLv3). Úsese bajo su propio riesgo. No hay garantías de su funcionamiento.
Se actualizó a la versión RedMeteo 3.0.
Abstract in English : This code adds support to Redmeteo.cl (chilean weather network for enthusiasts of weather and climate) to upload live data as a RESTful service, directly on Red Meteoaficionada's server. This plugin needs at least WeeWX version 3 running on your system.
-
Envía un correo a redmeteoaficionadachile@gmail.com, para que te inviten al nuevo Portal de Usuarios de RedMeteo, donde debes registrar tu estación meteorológica, y obtener el ID y Clave. (Send an email to redmeteoaficionadachile@gmail.com in order to get the invite link to access the Redmeteo User Portal, and enroll your weather station
-
Descarga la extensión vía terminal: (Donwload the extension using a shell)
wget -O weewx-redmeteo.zip https://github.com/davidaguilerar/weewx-redmeteo/archive/master.zip
-
Ejecuta el instalador del plugin: (Execute the plugin install script)
wee_extension --install weewx-redmeteo.zip
-
Actualiza el archivo weewx.conf, normalmente ubicado en /etc/weewx/: (Update weewx.conf file (normally located at /etc/weewx/))
[StdRESTful] [[Redmeteo]] idestacion = RMCLXXXX claveestacion = ABCDEFG
-
Reinicia WeeWX: (Restart WeeWX)
sudo /etc/init.d/weewx stop sudo /etc/init.d/weewx start