1-Wire-NG Version 2.0
Pre-release
Pre-release
mschlenstedt
released this
10 Aug 14:26
·
43 commits
to master
since this release
Bunch of Bugfixes Release :-)
- Also devices with Alphanumeric Family ID are recognized (Thanks to @leschNUX)
- Devices config is created automatically
- Uncached Reading is enabled as default now (needed for iButtons)
- GPIO 1 Wire: Enabled in /boot/config.txt automatically. Fixed to GPIO 4.
- Watchdog: After 10 failed attempts watchdog stops now.
- OWFS2MQTT: Logs also when an exceptions happend
- Restart services manually from WebUI is now possible
- Log entry if MQTT config is missing
- OWFS2MQTT: Rewritten to use getopt::long instead of CGI (doesn't work from other CGIs)
- Watchdog: Rewritten to use getopt::long instead of CGI (doesn't work from other CGIs)
- Devices: Convert commas to dot automatically (refresh time)
- Watchdog uses Locking file now to prevent starting it more than once
- Cron files survive plugin updates now; no "on the fly" generation anymore.
- Make apt non-interactive (again) during plugin installation