/piweather

Automatic weather station based on a Raspberry Pi

Primary LanguagePython

piweather|AWS

https://travis-ci.org/weinshec/piweather.svg?branch=master

Automatic weather station based on Python and a RaspberryPi

Features

  • Acquire weather data from attached sensors
    • builtin support for common RaspberryPi compatible sensors include:
    • easy extensible Sensor interface
  • Save acquired data to a local or remote database
    • simply configure the database access parameters
  • Visualize weather data through an interactive (plotly) dashboard

Installation

There is no stable release yet, but you may work with the development version

git clone https://github.com/weinshec/piweather.git
cd piweather
pip install -e .

Requirements

Besides the python dependencies listed in requirements.txt, you'll need the following hardware-related RaspberryPi packages:

sudo apt-get install python3-smbus python3-rpi.gpio