diff --git a/fhem/FHEM/98_HMinfo.pm b/fhem/FHEM/98_HMinfo.pm index d1d81a6eb..6f8baa0cd 100644 --- a/fhem/FHEM/98_HMinfo.pm +++ b/fhem/FHEM/98_HMinfo.pm @@ -1244,7 +1244,7 @@ sub HMinfo_GetFn($@) {######################################################### ."\n status request : ".join(" ",@{$modules{CUL_HM}{helper}{qReqStat}}) ."\n autoReadReg wakeup : ".join(" ",@{$modules{CUL_HM}{helper}{qReqConfWu}}) ."\n status request wakeup: ".join(" ",@{$modules{CUL_HM}{helper}{qReqStatWu}}) - ."\n autoReadTest : ".join(" ",@{$modules{CUL_HM}{helper}{confCheckArr}}) + ."\n autoReadTest : ".join(" ",map{CUL_HM_id2Name($_)} keys%{$modules{CUL_HM}{helper}{confCheckH}}) ."\n" ; @IOlist = HMinfo_noDup(@IOlist); @@ -2935,7 +2935,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates###########################
  • Action Detector status
  • CUL_HM related IO devices and condition
  • Device protocol events which are related to communication errors
  • -
  • count of certain readings (e.g. batterie) and conditions - attribut controlled
  • +
  • count of certain readings (e.g. battery) and conditions - attribut controlled
  • count of error condition in readings (e.g. overheat, motorErr) - attribut controlled

  • @@ -3247,7 +3247,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates########################### attr hm sumStatus battery,sabotageError
    will cause a reading like
    - W_sum_batterie ok:5 low:3
    + W_sum_battery ok:5 low:3
    W_sum_sabotageError on:1

    Note: counter with '0' value will not be reported. HMinfo will find all present values autonomously
    @@ -3265,7 +3265,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates########################### will cause a reading like
    könnte nachfolgende Ausgaben erzeugen
    - W_sum_batterie ok:5 low:3
    + W_sum_battery ok:5 low:3
    W_sum_sabotageError on:1

    Anmerkung: Zähler mit Werten von '0' werden nicht angezeigt. HMinfo findet alle vorhanden Werte selbstständig.
    @@ -3717,7 +3717,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates########################### erzeugt folgende Ausgabe: