This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
Releases: Zyzonix/rpi-weatherstation
Releases · Zyzonix/rpi-weatherstation
Weather station software | v.2.0
Simple Python based software for access to Bosch BME280 and Nova PM Sensor SDS011 sensors.
The software can read/collect data and paste it into SQLite3 databases. These databases are automatically being synced with a FTP compatible networkshare if this server is available.
What's new?
- reworked and simplified the setup process
- simplified the controlling (now via Makefile)
- inserted a livedataProvider for the WebInterface (Zyzonix/rpi-weatherstation-web)
- extended the config
Weather station software for BME280 and SDS011 | v.1.2
Simple Python based software for access to Bosch BME280 and Nova PM Sensor SDS011 sensors.
The software can read/collect data and paste it into SQLite3 databases. These databases are automatically being synced with a FTP compatible networkshare if this server is available.