Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidaguilerar/weewx-redmeteo
Upload WeeWX data to Redmeteo.cl chilean weather network
https://github.com/davidaguilerar/weewx-redmeteo
weather-stations weewx-service weewx-weather
Last synced: 6 days ago
JSON representation
Upload WeeWX data to Redmeteo.cl chilean weather network
- Host: GitHub
- URL: https://github.com/davidaguilerar/weewx-redmeteo
- Owner: davidaguilerar
- License: gpl-3.0
- Created: 2020-07-12T06:39:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T05:06:31.000Z (5 months ago)
- Last Synced: 2024-06-30T08:19:37.182Z (5 months ago)
- Topics: weather-stations, weewx-service, weewx-weather
- Language: Python
- Homepage: https://redmeteo.cl
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
WeeWX-Redmeteo | Soporte de WeeWX para la Red de Estaciones Meteorológicas Personales Redmeteo.cl
=
Por David Aguilera-Riquelme, para la Red Meteorológica Aficionada de Chile [(Visitar Sitio Web)](https://redmeteo.cl).Basado en la [Extensión de Weewx-Windguru](https://github.com/claudobahn/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.
### Requerimientos: Este plugin necesita al menos WeeWX versión 3 o superior corriendo en tu sistema.
## Instalación en tu sistema corriendo WeeWX
1. Envía un correo a [email protected], 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 [email protected] in order to get the invite link to access the Redmeteo User Portal, and enroll your weather station*2. 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
```3. Ejecuta el instalador del plugin: *(Execute the plugin install script)*
```
wee_extension --install weewx-redmeteo.zip
```4. 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
```5. Reinicia WeeWX: *(Restart WeeWX)*
```
sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start
```### Te invito: Si eres programador Python, puedes ayudarme a extender este plugin.