ckoerner Posted April 13, 2016 at 01:23 PM Posted April 13, 2016 at 01:23 PM Hallo zusammen, mit dem o.a. Script möchte ich die Luftfeuchtigkeit am Humidity Bricklet von einem Servermonitoring Kit abfragen. Mode low oder high funktionieren auch problemlos. Ich möchte aber mit einer range arbeiten und da bekomme ich immer einen falschen Returnwert. Abfrage: python check_tf_temp_ext.py -H 10.50.0.97 -u xDy -t humidity -m range -w 20 -w2 60 -c 10 -c2 70 CRITICAL : humidity too high 27.0 %RH Was ist falsch? Vielen Dank und Gruß Carsten Quote
ckoerner Posted April 13, 2016 at 03:06 PM Author Posted April 13, 2016 at 03:06 PM OK, Problem selber gelöst. Die Erklärung auf der Website ist falsch. Die Werte der Range müssen vertauscht werden. Korrekt ist: python check_tf_temp_ext.py -H 10.50.0.97 -u xDy -t humidity -m range -w 60 -w2 20 -c 70 -c2 10 OK : 26.6 %RH Gruß Carsten Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.