diff --git a/fhem/CHANGED b/fhem/CHANGED index 7f3f28516..c03a9732f 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - changed: 14_SD_WS09: reading batteryState added, commandref extended + - changed: 14_Hideki: reading batteryState added - bugfix: 73_AutoShuttersControl: fix typo in shuttersMode - changed: 14_SD_WS_Maverick: rename Readings for Temperatures added state reading diff --git a/fhem/FHEM/14_SD_WS09.pm b/fhem/FHEM/14_SD_WS09.pm index f94570d81..e04381333 100644 --- a/fhem/FHEM/14_SD_WS09.pm +++ b/fhem/FHEM/14_SD_WS09.pm @@ -650,7 +650,7 @@ =pod -=item summary Supports weather sensors (WH1080/3080/CTW-600) protocol 9 from SIGNALduino +=item summary Supports weather sensors (WH1080/3080/CTW-600) protocl 9 from SIGNALduino =item summary_DE Unterstuetzt Wettersensoren (WH1080/3080/CTW-600) mit Protokol 9 vom SIGNALduino =begin html @@ -673,7 +673,7 @@
New received device are add in fhem with autocreate. -

+


Define @@ -682,6 +682,61 @@ If you want to use more sensors, you can use the longid option to differentiate them.
+ + + Set
+ + + Get

+ + + Attributes +

+ Generated readings:
Some devices may not support all readings, so they will not be presented
@@ -702,49 +757,6 @@
  • Lux
  • -
    - Attributes -
    - - Set
    - - - Parse
    - =end html @@ -771,7 +783,7 @@
    Neu empfangene Sensoren werden in FHEM per autocreate angelegt. -

    +


    Define @@ -780,15 +792,73 @@ CRC Checksumme wird zur Zeit noch nicht überprüft, deshalb werden Sensoren bei denen die Luftfeuchte < 0 oder > 100 ist, nicht angelegt.

    + + + Set
    + + + Get

    + + Attribute +
    + Generierte Readings: -
    - Attribute - -
  • WS09_CRCAUS
    - Wird im Signalduino-Modul (00_SIGNALduino.pm) gesetzt -
    0: CRC-Prüfung bei WH1080 CRC-Summe = 0 -
    2: CRC-Summe = 49 (x031) bei WH1080 wird als OK verarbeitet -

  • - - - - - Set
    - - - Parse
    - =end html_DE