Skip to content
/ tempy Public

A set of python scripts that read RPi temp sensor data, combine it with weather data from OpenWeatherMap and write to an SQLite database.

Notifications You must be signed in to change notification settings

ralchev/tempy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEMPY

The purpose of Tempy is to:

  • read data from a temperature sensor attached to a Raspberry Pi;
  • get temperature data from OpenWeatherMap;
  • write both together with the current time to a database (SQLite) every 15 minutes.

It served me as a way to get to know programming with Python, from the one hand, and record temperature data from my apartment.

Comments about my code are welcome! You can read more about the idea on my blog.

About

A set of python scripts that read RPi temp sensor data, combine it with weather data from OpenWeatherMap and write to an SQLite database.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages