Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Weather station software | v.2.0

Latest
Compare
Choose a tag to compare
@Zyzonix Zyzonix released this 07 Aug 20:41
· 15 commits to main since this release
595a655

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