[gelöst] HM-SEC-RHS: fehlendes register sabotageMsg

Begonnen von frank, 05 Februar 2021, 15:17:39

Vorheriges Thema - Nächstes Thema

frank

hallo martin,

folgende änderung in HMConfig.pm zeile 1112 stellt das register zur verfügung:
# ,"HM-SEC-RHS"        =>{ msgRhsPosA      =>1,msgRhsPosB      =>1,msgRhsPosC      =>1
,"HM-SEC-RHS"        =>{                     sabotageMsg     =>1
                         ,msgRhsPosA      =>1,msgRhsPosB      =>1,msgRhsPosC      =>1



Zitat2021.02.04 14:25:12.439 0: HMLAN_Parse: hmlan1 R:E1C1BE3   stat:0000 t:460A8347 d:FF r:FFBC     m:16 8400 1C1BE3 000000 2000304A45513033343636393780910101
2021.02.04 14:25:12.478 0: HMLAN_Parse: hmlan1 R:E1ACE1F   stat:0000 t:460A8402 d:FF r:FFD2     m:3E A001 1ACE1F 1C1BE3 00040000000000
2021.02.04 14:25:12.631 0: HMLAN_Parse: hmlan1 R:E1C1BE3   stat:0000 t:460A8487 d:FF r:FFC0     m:3E A010 1C1BE3 1ACE1F 02020109000A1A0BCE0C1F100114060000


<supported_types>
<type name="HM Rotary Handle Sensor" id="HM-Sec-RHS" priority="2">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x18"/>
<parameter index="10.0" size="2.0" const_value="0x0030"/>
</type>
<type name="HM Rotary Handle Sensor Roto" id="ZEL STG RM FDK" priority="2">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x18"/>
<parameter index="10.0" size="2.0" const_value="0x0081"/>
</type>
<type name="HM Rotary Handle Sensor" id="HM-Sec-RHS-2" priority="2">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x22"/>
<parameter index="10.0" size="2.0" const_value="0x00C3"/>
</type>
<type name="Generic 3-State Sensor" id="HM-Sec-xx" priority="1">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x18"/>
<parameter index="22.0" size="1.0" const_value="0x80"/>
</type>
</supported_types>

<parameter id="SABOTAGE_MSG">
<logical type="boolean" default="true"/>
<physical type="integer" interface="config" list="0" index="16" size="1"/>
</parameter>

FHEM: 6.0(SVN) => Pi3(buster)
IO: CUL433|CUL868|HMLAN|HMUSB2|HMUART
CUL_HM: CC-TC|CC-VD|SEC-SD|SEC-SC|SEC-RHS|Sw1PBU-FM|Sw1-FM|Dim1TPBU-FM|Dim1T-FM|ES-PMSw1-Pl
IT: ITZ500|ITT1500|ITR1500|GRR3500
WebUI [HMdeviceTools.js (hm.js)]: https://forum.fhem.de/index.php/topic,106959.0.html

frank

FHEM: 6.0(SVN) => Pi3(buster)
IO: CUL433|CUL868|HMLAN|HMUSB2|HMUART
CUL_HM: CC-TC|CC-VD|SEC-SD|SEC-SC|SEC-RHS|Sw1PBU-FM|Sw1-FM|Dim1TPBU-FM|Dim1T-FM|ES-PMSw1-Pl
IT: ITZ500|ITT1500|ITR1500|GRR3500
WebUI [HMdeviceTools.js (hm.js)]: https://forum.fhem.de/index.php/topic,106959.0.html

martinp876