Skip to content

Weather Station For Raspberry PI with SenseHat

Notifications You must be signed in to change notification settings

dcreith/WeatherPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherPi

WeatherPi is a Python application making use of a SenseHat & temperature probes to gather information that is logged to a database.

See the WeatherServer & WeatherConsole repositories for complementary applications that log & present the data.

WeatherPi (weather_pi.py) was pulled together from various other Raspberry Pi (and Arduino) projects. The core function pulls data from the SenseHat and probes before logging the data to a local DB server and the WeatherUnderground web service.

Prerequisites:

Raspberry Pi (anything that supports the SenseHat)

SenseHat

1 or 2 DS18B20 Temperature Probes

Setup

SenseHat - plug in, get libs

Probes - see various instructables - Links to come

Cron - see sample crontab, I reboot once a day to cover any interruptions

Get repo:

git clone https://github.com/dcreith/WeatherPi.git

Usage:

cd home/pi/weatherstation

sudo python ./weather_pi.py

About

Weather Station For Raspberry PI with SenseHat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published