Release v2.0.0-beta
Pre-releaseVersionsinformationen (english version below)
Dieser PR stellt den Beginn der Version 2 des Raspi-SHT21 dar. Wie auch die Vorgängerversionen basiert diese auf der Arbeit von Martin Steppuhn (siehe SHT21 mit Raspberry Pi).
Dies ist eine BETA-Version. Sie läuft bei mir daheim stabil, wurde jedoch noch nicht ausführlich getestet. Falls ihr Fehler findet, Fragen habt oder der Meinung seid, dass noch etwas fehlt (Code, Doku, Spendenbutton), eröffnet bitte einen GitHub-Issue oder kontaktiert mich per E-Mail.
Neuerungen in Version 2
- Unterstützung von Raspbian Stretch
- Portierung des Codes nach Python
- Speicherung der Messdaten in einem Ringpuffer (RRDtool)
- Speicherung der Messdaten in CSV-Datei optional weiterhin möglich
- Kein konfigurierter POSTFIX mehr für Mailversand erforderlich. Der Versand erfolgt über eine Python-Bibliothek. Der zu verwendende MTA kann frei konfiguriert werden.
- Neues Installations-Skript für Installation, Deinstallation und Update
- Reduzierung der Komplexität
- Es wird kein C-Code mehr benötigt
- flot wird nicht mehr benötigt
English version information
This PR marks the start of Raspi-SHT21 version 2. The project is based on the work of Martin Steppuhn (siehe SHT21 mit Raspberry Pi) and is shipped with a lot of news.
This is a BETA version. Currently this versions runs stable at my Pi at home but it is not thoroughly tested, yet. If you find some bugs, have questions or miss anything (like e.g. code, documentation, how to donate), feel free to open a GitHub-Issue or write me an email.
New in this version
- Support for Raspbian Stretch
- Port of C-Code to Python
- Measured data are stored in a round-robin-archive (RRDtool)
- It is still possible to store the data in CSV files
- No need for POSTFIX to send mail. Python smtplib is used to send mail. The MTA to use could be configured as you need it
- New install with options to remove and update the software on your Pi
- Reduced complexity, no C code anymore and no requirements for using flot to visualize data