X-Git-Url: https://git.cweiske.de/usb-wde1-tools.git/blobdiff_plain/dff892e8db134c378ef449820bc2a1090cb47b92..fc391abfe0a9a02162e6bbe293859a04c1eee26a:/munin/usb-wde1_ diff --git a/munin/usb-wde1_ b/munin/usb-wde1_ index d4c0bed..26de11a 100755 --- a/munin/usb-wde1_ +++ b/munin/usb-wde1_ @@ -26,6 +26,11 @@ usb-wde1 - Munin plugin to report usb-wde1 temperature and humidity data #%# family=manual #%# capabilities=autoconf suggest +=head1 AUTHOR and LICENSE + +License: http://www.gnu.org/licenses/agpl.html AGPL +Author: Christian Weiske + =cut TYPE=`basename $0 | sed 's/^.*_//g'` @@ -91,6 +96,13 @@ if [ "$1" = "config" ]; then exit 0 fi +#Beispielausgabe USB-WDE1: +# $1;1;;13,8;22,7;22,6;17,8;22,2;21,2;22,9;;59;35;38;49;38;40;35;;;;;;;0 +# Doku des Formats in 92030_USB_WDE1_V1.0_UM.pdf bei elv.de verfügbar +# Format ist "Logview openformat" +# http://www.logview.info/cms/d_formatbeschreibung.phtml + + #split by semicolons OLDIFS="$IFS" IFS=";"