Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonimelisma/temperature
Weather sensor and web analytics
https://github.com/tonimelisma/temperature
python raspberry-pi sqlite weather weather-station
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T03:59:50.000Z (over 1 year ago)
- Last Synced: 2024-01-27T14:05:44.087Z (10 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.