From 481b46d49519c8c250cfa14004e1461687bcffa9 Mon Sep 17 00:00:00 2001 From: sidey79 Date: Mon, 17 Jan 2022 20:52:47 +0000 Subject: [PATCH] 14_SD_WS07.pm: - new protocol 7.1 git-svn-id: https://svn.fhem.de/fhem/trunk@25485 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/FHEM/14_SD_WS07.pm | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index def553c81..eb7014d50 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. + - feature: 14_SD_WS07.pm + protocol definition 7.1 for Mebus HQ7312-2 (#1050) - feature: 14_SD_WS.pm: protocol 27 for sensor EFS-3110A (#890) protocol 106 for GT-TMBBQ-0 diff --git a/fhem/FHEM/14_SD_WS07.pm b/fhem/FHEM/14_SD_WS07.pm index 2c3a89b6c..394bf10ce 100644 --- a/fhem/FHEM/14_SD_WS07.pm +++ b/fhem/FHEM/14_SD_WS07.pm @@ -111,6 +111,7 @@ SD_WS07_Parse($$) # 11101011 1000 000010111000 1111 00000000 other device from HomeAuto_User SD_WS07_T_EB1 # 11000100 1000 000100100010 1111 00000000 other device from HomeAuto_User SD_WS07_T_C41 # 01100100 0000 000100001110 1111 00101010 hama TS36E from HomeAuto_User - Bat bit identified + # 01001101 1010 000011110101 1111 00001010 Mebus HQ7312-2 from rpsVerni https://github.com/RFD-FHEM/RFFHEM/issues/1024 # Long-ID BCCC TEMPERATURE ?? HUMIDITY B=Battery, C=Channel # 10110001 1000 000100011010 1010 00101100 Auriol AFW 2 A1, IAN: 297514 @@ -300,7 +301,10 @@ SD_WS07_Parse($$)
New received devices are added in FHEM with autocreate. @@ -382,9 +386,10 @@ SD_WS07_Parse($$)
Neu empfangene Sensoren werden in FHEM per autocreate angelegt.