https://github.com/tonimelisma/temperature
Weather sensor and web analytics
https://github.com/tonimelisma/temperature
python raspberry-pi sqlite weather weather-station
Last synced: 2 months ago
JSON representation
Weather sensor and web analytics
- Host: GitHub
- URL: https://github.com/tonimelisma/temperature
- Owner: tonimelisma
- Created: 2022-09-17T04:36:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T03:59:50.000Z (about 2 years ago)
- Last Synced: 2025-03-20T14:53:49.731Z (3 months ago)
- Topics: python, raspberry-pi, sqlite, weather, weather-station
- Language: Jupyter Notebook
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# temperature
1. Measure temperature, humidity and pressure on Raspberry PI from a BME280 weather sensor and store it in an sqlite database.
2. Gather current weather data from a couple of APIs. Allows calculating "feels like" and building a model to correct for your temperature differences.
3. Simple web service to show latest measurements.